body {
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}



.extra-wide-text-left {
  width: 140%;
}

/*body.font-large {
  font-size: 1.5rem !important;
}

body.font-large h6,
body.font-large h5,
body.font-large h4{
  font-size: 2rem !important;
}*/

@media all and (max-width: 992px) {
  .h1, h1 {
    font-size: 2.0rem;
  }

  .h2, h2 {
    font-size: 1.6rem;
  }

  .h3, h3 {
    font-size: 1.3rem;
  }

  .h4, h4 {
    font-size: 1.2rem;
  }

  .extra-wide-text-left {
    width: 100%;
  }

  body {
    padding-top: 90px;
  }
}

.logo-image img {
  height: 40px !important;
  width: auto;
}
.uppercase-text {
  text-transform: uppercase;
}
p,li {
  font-weight: 300;
}

a,
a:hover{
  color: #d02c21;
}

b, strong {
  font-weight: 600;
}

/*p span {
  font-weight: 600;
}*/
.banner {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

.banner.banner-sm {
  padding-top: 50px;
  min-height: 300px;
}

.banner.banner-md {
  padding-top: 50px;
  min-height: 500px;
}

.banner.video-banner {
  padding-top:0;
  min-height: unset;
  max-height: 100vh;
  overflow: hidden;
}


@media all and (max-width: 992px) {
  .banner.banner-sm {
    padding-top: 50px;
    min-height: 200px;
  }

  .banner.banner-md {
    padding-top: 50px;
    min-height: 300px;
  }
}

.banner-bg-top {
  background-position: top;
}

.banner-bg-bottom {
  background-position: bottom;
}

.main-nav-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1200;
}

.main-nav-wrapper.nav-scroll,
.main-nav-wrapper.nav-top{
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  bottom: unset;
}

/*.main-navbar {
  position: fixed;
  top: 0;
  background-color: #fff;
}*/


.main-navbar {
  list-style: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  padding: 0;
  z-index: 900;
  transition: .2s;
}

.main-navbar > li {
  padding: 25px 30px;
  font-size: 1em;
}

.main-navbar > li a,
.main-navbar  span.nav-link{
  color: #fff;
  word-break: break-word;
  transition: .2s;
  text-transform: uppercase;
  font-weight: 500;
}

.main-navbar  span.nav-link {
  font-weight: 500;
}

.main-nav-wrapper.nav-scroll .main-navbar  > li > a,
.main-nav-wrapper.nav-scroll .main-navbar  span.nav-link,
.main-nav-wrapper.nav-top .main-navbar  > li > a,
.main-nav-wrapper.nav-top .main-navbar  span.nav-link{
  color: #000;
}

.main-navbar > li:hover a {
  text-decoration: none;
  color: #df4841;
}

.main-navbar .sub-menu {
  position: absolute;
  bottom: 96%;
  width: calc(100% - 40px);
  color: #ffffff;
  background-color: #df4841;
  list-style: none;
  left: 20px;
  padding: 20px 30px;

  align-items: flex-start;
  justify-content: space-around;
  display: none;
}

.main-navbar .sub-menu > li {
  flex: 1 1 0;
}

.main-nav-wrapper.nav-mid .main-navbar .sub-menu,
.main-nav-wrapper.nav-top .main-navbar .sub-menu{
  bottom: unset;
  top: 96%;
}



span.nav-link {
  padding: 0;
}

.dark-nav .main-navbar > li a,
.dark-nav .main-navbar span.nav-link {
  color: #252525;
}

.dark-nav .header-nav > li a {
  color: #252525;
}

.dark-nav .header-nav > li a:hover,
.dark-nav .main-navbar > li a:hover,
.dark-nav .main-navbar span.nav-link:hover{
  color: #df4841;
}

.main-navbar > li:hover .sub-menu a,
.main-navbar > li .sub-menu a {
  color: #fff;
}

.main-navbar .sub-menu > li {
  max-width: 300px;
  padding: 20px;
}

.main-navbar .sub-menu p {
  font-size: 16px;
  margin: 0;
}

.main-navbar .sub-menu > li a {
  font-size: .8em;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 15px;
  display: block;
  transition: .1s;
  font-weight: 600;
}

.main-navbar .sub-menu > li a:hover {
  color: #fff;
  text-decoration: underline;
}

.header-nav-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 510;
}

.header-nav-wrapper.nav-top {
  top: 76px;
}

.header-nav-wrapper .header-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  padding: 20px;
}

.logo-image {
  height:  50px;
}

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

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}

.header-nav > li {
  padding: 10px 20px;
}

.header-nav > li a {
  color: #fff;
  text-decoration: underline;
  font-size: .8em;
  word-break: break-all;
  font-weight: 500;
}

.nav-top .header-nav > li a {
  color: #292929;
}

.nav-top.nav-top-v2 .header-nav > li a {
  color: #fff;
}

.header-nav > li a:hover {
  color: #df4841;
}

.header-content .icon-container {
  display: flex;align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.header-content .icon-container img  {
  height: 15px;
  margin-left: 20px;
}

.right-nav-wrapper,
.left-nav-wrapper{
  position: absolute;
  right: 10px;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
}

.right-nav-wrapper.nav-top,
.left-nav-wrapper.nav-top {
  height: 500px;
}

.left-nav-wrapper {
  right: unset;
  left: 10px;
}

.right-nav,
.left-nav {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.right-nav img,
.left-nav img{
  width: 15px;
  cursor: pointer;
}

.right-nav img.fb {
  width: 8px;
}

.right-nav li,
.left-nav li{
  padding: 10px;
}

.ra-mobile,
.mobile-sm-icon-container,
.donate-box-office,
.extra-mobile-nav{
  display: none;
}

@media all and (min-width: 992px) {
  .main-navbar > li:hover .sub-menu {
    display: flex;
  }
}

.nav-light .elevent-username {
  color: #fff;
}

@media all and (max-width: 992px) {

/*  .main-navbar > li:hover .sub-menu {
    display: none;
  }*/

  span.nav-link {
    display: unset;
  }

  .main-navbar span.nav-link {
    text-align: left;
    padding: 0;
  }
  .header-nav-wrapper,
  .left-nav-wrapper,
  .right-nav-wrapper{
    display: none;
  }

  .header-nav-wrapper {

  }

  .main-nav-wrapper {
    position: fixed;
    top: 0;
    bottom: unset;
  }
  .main-navbar > li a {
    border-bottom: 1px solid transparent;
  }


  .ra-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  20px 5%;
    background-color: #292929;
  }

  .ra-mobile-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ra-mobile-trigger > div {
    background-color: #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin: 3px;
  }

  .navbar-wrapper {
    position: absolute;
    top: 0;
    background-color: #df4841;
    height: 100vh;
    overflow: auto;
    display: none;
    flex-wrap: wrap;
  }

  .main-nav-wrapper.mobile-show .navbar-wrapper {
    display: flex;
  }

  .main-navbar {
    flex-wrap: wrap;
  }

  .main-navbar > li {
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .main-navbar .sub-menu > li {
    flex: unset;
  }

  .mobile-sm-icon-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
    width: 100%;
  }

  .main-navbar .sub-menu > li a {
    font-weight: 300;
  }

  .mobile-sm-icon-container ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
  }

  .mobile-sm-icon-container ul li {
    padding: 5px 10px;
  }

  .mobile-sm-icon-container ul li img {
    height: 15px;
  }

  .mobile-sm-icon-container ul li img.flicker-icon {
    height: 8px;
  }

  .main-navbar > li:hover a {
    color: #fff;
  }

  .main-navbar .sub-menu {
    position: relative;
    bottom: unset;
    top: unset;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    padding: 30px 0 0;
  }

  .main-navbar .sub-menu > li {
    width: 100%;
    max-width: unset;
    padding: 0;
  }

  .main-navbar .sub-menu > li a {
    text-decoration: none;
  }

  .main-navbar .sub-menu > li p {
    display: none;
  }

  .sub-menu-trigger {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    transform: rotate(-90deg);
    transition: .1s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }

  .sub-menu-trigger > div {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
  }

  .sub-menu-trigger > div:first-child {
    transform: rotate(90deg);
  }

  .sub-menu-trigger.open {
    transform: rotate(45deg);
  }

  .sub-menu-trigger.open + a,
  .sub-menu-trigger.open + span {
    border-bottom: 1px solid #fff;
  }
  .sub-menu-trigger.open + a + .sub-menu,
  .sub-menu-trigger.open + span + .sub-menu{
    display: flex !important;
  }

  .mobile-close-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px
  }

  .mobile-close-trigger > div {
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }

  .mobile-close-trigger > div:first-child {
    transform: rotate(45deg);
  }

  .mobile-close-trigger > div:last-child {
    transform: rotate(-45deg);
  }

  .extra-mobile-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5%;
    flex-direction: column-reverse;
  }

  .extra-mobile-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
      margin-bottom: 0;
  }

  .extra-mobile-nav ul li {
    padding: 10px;
  }

  .extra-mobile-nav ul li img {
    height: 15px;
  }

  .donate-box-office {
    padding: 25px 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
  }

  .donate-box-office li {
    padding: 10px 0;
  }

  .donate-box-office li a{
    color: #fff;
    text-decoration: underline;
    font-size: .8em;
  }

  .main-nav-wrapper.nav-scroll .main-navbar > li a, .main-nav-wrapper.nav-scroll .main-navbar span.nav-link, .main-nav-wrapper.nav-top .main-navbar > li a, .main-nav-wrapper.nav-top .main-navbar span.nav-link {
    color: #fff;
  }

  .dark-nav .main-navbar > li a,
  .dark-nav .main-navbar span.nav-link {
    color: #fff;
  }

  .dark-nav .header-nav > li a {
    color: #fff;
  }
}

/*@media all and (min-width: 992px) {

  .sub-menu.fading-in{
    display: flex;
    opacity: 0;
    transition: .2s;
  }

  .sub-menu.fading-in.fade-show,
  .sub-dropdown-menu.fading-in.fade-show {
    opacity: 1;
  }
}*/

/* SINGLE EVENT CSS*/

.single-event {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}

.single-event.se-c-bottom {
  flex-wrap: wrap;
}

.single-event .se-image {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.se-image .b-tag {
  top: unset !important;
  bottom: -15px;
}

.c-overlay:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 0;
}

.v-overlay:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
  z-index: 0;
}

.vc_row.c-overlay.vc_row-flex::after, .vc_row.c-overlay.vc_row-flex::before{
  content: '';
  display: block;
}

.se-image.c-overlay:before {
  z-index: 1;
}

.single-event.se-c-bottom .se-image {
  width: 90%;
}

.single-event .se-image img {
  width: 100%;
}

.single-event .se-content {
  width: 30%;
  padding: 30px 30px 0;
  z-index: 1;
}

.single-event.se-c-bottom .se-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-event.single-event-mirror .se-content,
.single-event.single-event-mirror .se-image{
  width: 50%
}

.single-event.single-event-store {
  align-items: flex-start;
}

.single-event.single-event-store .se-content {
  width: 40%;
  padding-top: 100px;
}
.single-event.single-event-store .se-image{
  width: 60%
}

.single-event .se-content > div {
  max-width: 300px;
}

.single-event.se-c-bottom .se-content > div {
  max-width: 500px;
  text-align: center;
}

.single-event .se-content h2 a{
  color: #df4841;
}

.single-event .se-content h2 {
  width: 140%;
  margin-left: -40%;
  color: #df4841;
  margin-bottom: 25px;
}

.single-event.single-event-mirror .se-content h2 {
  width: 110%;
  margin-left: -10%;
}

.single-event.single-event-store .se-content h2 {
  width: 120%;
  margin-left: -20%;
}

.single-event.se-c-bottom  .se-content h2  {
  width: 100%;
  max-width: 600px;
  margin-left: unset;
  text-align: center;
}

.single-event.se-c-left .se-content {
  z-index: 2;
}

.single-event.se-c-left .se-content h2 {
  width: 140%;
  margin-left: unset;
  margin-right: -40%;
  color: #df4841;
}
.single-event .se-content p span {
  font-weight: 600;
}

.def-arrow-img {
  height: 20px;
  transition: .5s;
}

.def-arrow-img:hover {
  transform: translateX(15px);
}

@media all and (max-width: 992px) {

  .single-event {
    flex-wrap: wrap;
  }
  .single-event .se-image,
  .single-event .se-content,
  .single-event.se-c-bottom .se-image,
  .single-event.single-event-store .se-content,
  .single-event.single-event-store .se-image{
    width: 100%;
  }

  .single-event .se-content h2,
  .single-event.se-c-left .se-content h2{
    width: 100%;
    margin-left: unset;
    text-align: center;
  }

  .single-event.se-c-left {
    flex-direction: column-reverse;
  }

  .se-content p,
  .se-content div{
    text-align: center;
  }

  .single-event .se-content > div {
    max-width: unset;
  }

  .single-event.single-event-store .se-content {
    padding-top: 20px;
  }

  .single-event.single-event-store .se-content .def-arrow-img {
    display: none;
  }

  .single-event.single-event-store.se-c-right {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .single-event.single-event-store .se-content h2 {
    text-align: center;
    margin-left: unset;
    width: 100%;
  }

}

/* NEWS AND UPDATE LIST*/

.blog-container,
.podcast-container,
.press-container,
.rec-container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
  width: 100%;
}

.podcast-container > div {
  width: 50%;
  padding: 20px;
}

.podcast-container > div h3 {
  margin-bottom: 35px;
}

.podcast-container > div p {
  margin-bottom: 10px;
}

.b-item {
  padding: 30px 20px;
  width: 33.3%
}

.press-container.press-col1 .b-item {
  width: 100%;
}

.press-container.press-col2 .b-item {
  width: 50%;
}

.press-container.press-col4 .b-item {
  width: 25%;
}

.press-container .b-item,
.rec-container .b-item,
.blog-container .b-item-c{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-container .b-item-c {
  text-align: center;
}
.blog-container .b-item-c p {
  text-align: center;
  width: 90%;
}

.b-feature-image {
  width: 100%;
  padding-top: 56.7%;
  display: flex;justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.b-item.b-store-item .b-feature-image {
  padding-top: 100%;
}

.b-item.b-store-item p {
  text-align: center;
}

.b-feature-image .b-tag,
.se-image .b-tag{
  position: absolute;
  top: 0;
  padding: 5px 20px;
  background-color: #fff;
  color: #df4841;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}



.press-container .b-feature-image .b-tag,
.b-item.item-f .b-tag{
  top: unset;
  bottom: -15px;
  color: #fff;
  font-weight: 400;
  background-color: #df4841;
}

.b-item.b-item-f a {
  color: #252525;
}

.b-item.b-item-f {
  text-align: center;
}

.b-item.b-item-f .b-tag {
  top: -15px;
  color: #fff;
  background-color: #df4841;
}

.blog-container .b-item-c .b-feature-image .b-tag {
  top: -15px;
}



.rec-container .b-feature-image .b-tag,
.e-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.e-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.e-info span {
  padding: 0 10px;
  text-transform: uppercase;
}

.press-container .b-feature-image {
  margin-bottom: 40px;
}

.b-feature-image.hide-feature-image {
  padding-top: 0;
}

.b-feature-image.hide-feature-image .b-tag {
  position: relative;
}

.rec-container .b-feature-image {
  margin-top: 20px;
}

.press-container .b-item p,
.rec-container .b-item p{
  max-width: 90%;
}

.vc_ra_display_all_press_releases {
  width: 100%;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-container a,
.press-container a,
.rec-container a,
.b-item h5{
  color: #df4841;
}

@media all and (max-width: 992px) {
  .blog-container,
  .press-container,
  .rec-container,
  .podcast-container{
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }

  .b-item,
  .press-container.press-col1 .b-item,
  .press-container.press-col2 .b-item,
  .press-container.press-col4 .b-item,
  .podcast-container > div{
    padding: 20px 0px;
    width: 100%
  }
}

.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 100%;
}

.btn-cta,
.shopify-buy__btn{
  border: 1px solid #df4841;
  color: #df4841;
  background-color: transparent;
  padding: 10px 30px;
  transition: .2s;
  cursor: pointer;
  outline: none;
}

.btn-cta:hover,
.shopify-buy__btn:hover{
  color: #fff;
  background-color: #df4841;
  text-decoration: none;
}

.btn-cta.cta_black {
  border: 1px solid #292929;
  color: #292929;
}

.btn-cta.cta_black:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}

.btn-cta.cta_white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-cta.cta_white:hover {
  color: #292929;
  background-color: #fff;
  text-decoration: none;
}

a.link-black {
  color: #000;
  text-decoration: underline;
}

a.link-red {
  color: #d02c21;
  text-decoration: underline;
}

/*PROMO SECTION*/

.promo-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
  position: relative;
}

.promo-section.overlap-box {
  margin-top: -50px;
  z-index: 1;
}

.promo-section > div {
  width: calc(50% + 25px);
}

.promo-section > div.ps-upper {
  z-index: 1;
}

.promo-section  div.ps-col-left {
  margin-right: -25px;
  width: calc(50% + 25px);
}

.promo-section  div.ps-col-right {
  margin-left: -25px;
  width: calc(50% + 25px);
}

.promo-section  div.ps-single-col-right {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.promo-section  .ps-single-col-right > div:first-child {
  margin-right: -25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.promo-section.overlap-box .ps-single-col-right .message-header {
    margin-top: 50px;
}

.promo-section  .ps-single-col-right > div {
  width: calc(50% + 25px);
}

.promo-section .ps-image {
  padding-bottom: 60%;
  background-size: cover;
}

.promo-section .ps-content {

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.promo-section .ps-content.ps-content-left {
  width: 100%;
  max-width: calc(550px + 25px);
  justify-content: flex-start;
  margin: 0 0 0 auto;
}

.promo-section .ps-content.ps-content-right {
  width: 100%;
  max-width: calc(550px + 25px);
  justify-content: flex-end;
  margin: 0 auto 0 0;
}

@media all and (max-width: 1100px) {
  .promo-section .ps-content.ps-content-left,
  .promo-section .ps-content.ps-content-right {
    justify-content: center;
  }
}

.promo-section .ps-content.ps-content-top {
  align-items: flex-end;
  position: relative;
  height: 100%;
  min-height: 300px;
}

.promo-section .ps-content.ps-content-top > a  {
  position: absolute;
  bottom: -35%;

}

.promo-section .ps-content.ps-content-bottom {
  padding-top: 80px;
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.promo-section .ps-content.ps-content-bottom > a  {
  position: absolute;
  top: -35%;
}



div.message-header {
  display: flex;
  align-items:flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
  min-width: 300px;
  min-height: 200px;
  width: 90%;
  padding: 36px 10%;
  background-color: #1941a3;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

div.message-header.mh-large {
  max-width: 600px;
  min-width: 400px;
  padding: 50px 8%;
}

.message-header p {
  margin-bottom: 0;
}

.message-header h2 {
  transition: .5s;
}

.feature-content {
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 50px 5% 0;
  z-index: 2;
}

.feature-content.fc-right {
  margin: 0 auto;
}

.feature-content h2 {
  margin-bottom: 25px;
  max-width: 400px;
  color: #df4841;
}

.feature-content h2 a{
  color: #df4841;
}

@media all and (max-width: 992px) {

  .promo-section {
    flex-wrap: wrap;
  }

  .promo-section.overlap-box {
    margin-top: 0;
    z-index: 1;
  }

  .promo-section > div {
    width:100%;
  }


  .promo-section  div.ps-col-left {
    margin-right: 0;
    width: 100%;
    display: flex;flex-direction: column;
  }

  .promo-section  div.ps-col-right {
    margin-left: 0;
    width: 100%;
  }

  .promo-section  div.ps-single-col-right {
    width: 100%;
    display: flex;
    position: relative;
    margin-top: 0;
    z-index: 1;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .promo-section  .ps-single-col-right > div:first-child {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
  }


  .promo-section .ps-content.ps-content-top,
  .promo-section .ps-content.ps-content-bottom{
    min-height: unset;
    margin-bottom: 20px;
    padding-top: unset;
  }

  .promo-section .ps-content.ps-content-top > a,
  .promo-section .ps-content.ps-content-bottom > a{
    position: relative;
    min-height: unset;
    bottom: unset;
    margin-bottom: 30px;
  }

  .promo-section.overlap-box .ps-single-col-right .message-header {
    margin-top: 0;
  }

  .promo-section  .ps-single-col-right > div {
    width: 100%;
  }

  .promo-section .ps-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .promo-section .ps-content.ps-content-left,
  .promo-section .ps-content.ps-content-right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .feature-content {
    padding: 0 5%;
    order: 3;
    margin-bottom: 20px;
  }

  .ps-content {
    order: 2;
    bottom: 80px;
    margin-bottom: -80px !important;
  }

  .ps-image {
    order: 1;
  }

  .promo-section .message-header img.arrow-img {
    top: 25px;
    bottom: unset;
  }


}

.arrow-img {
  position: absolute;
  right: -15px;
  bottom: 25px;
  height: 20px;
}
.arrow-img.arrow-top {
  position: absolute;
  right: -15px;
  top: 25px;
  bottom: unset;
}

.footer-container {
  padding-top: 50px;
  display: flex;
  align-items: center;justify-content: center;
  flex-direction: column;
}

.email-footer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1200px;
  width: 90%;
  min-height: 250px;
  margin: 0 auto;
}

.email-footer > div {
  width: 60%;
  padding: 3% 5%;
  background-color: #ebe5e0;
  color:#df4841;
  display: flex;align-items: center;
  justify-content: center;
  position: relative;
}

.email-footer > div:first-child {
  width: 40%;
  background-image: -webkit-linear-gradient(left, #ffffff 0%,  #ffffff 50%, #ebe5e0 50%);

}

.gradient-top {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 50%, #ebe5e0 50%);
}

.email-footer form,
.email-footer input{
  width: 95%;
}


.email-footer h3 {
  margin-bottom: 0;
}

.email-footer .input-wrapper {
  margin: 25px 0;
}

.email-footer input {
  padding: 10px 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #df4841;
  outline: none;
  color:#df4841;
  font-size: 1.2em;
  border-radius: 0;
}

.arrow-submit {
  border: none;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  top: 39%;
  left: calc(100% - 20px);
  outline: none;
  transition: .5s;
  cursor: pointer;
}

.arrow-submit .arrow-img{
  bottom: unset;
  right: unset;

}

.arrow-submit:hover {
  transform: translateX(15px);
}

.email-footer input::placeholder {
  color:  #df4841;
  opacity: 1;
  font-style: italic;
}
.email-footer input:-ms-input-placeholder {
  color: #df4841;
  font-style: italic;
}
.email-footer input::-ms-input-placeholder {
  color:  #df4841;
  font-style: italic;
}

.footer-spacer {
  width: 100%;
  height: 100px;
  background-color: #292929;
}

.footer-spacer.fs-white {
  background-color: #fff;
}

.footer-information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #292929;
  color: #fff;
}

.footer-information a {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-content {
  display: flex;
  width: 100%;
  margin-top: -100px
}

.footer-content > div {
  width: 50%;
}

.footer-ig {
  background-color: #292929;
}

.fi-content {
  padding: 8% 5%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: calc(100% - 100px);
}

.fi-content ul {
  list-style: none;
  padding-left: 0;
}

.fi-content ul > li a:hover {
  color: #df4841;
}

.fi-content p {
  max-width: 400px;
  margin: 20px 0;
  font-weight: 300;
}

.fi-content p span {
  font-weight: 600;
}

.fi-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ig-post-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 0 0 auto;
  position: relative;
  background-color: #292929;
}

.ig-post-container > div {
  width: 25%;
  background-color: #292929;
}

/*.ig-post-container > div.redig {
  background-color: #df4841;
}*/

/*.ig-post-container > div:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}*/

.footer-sm-container > a {
  margin: 0 5px;
  text-decoration: none;
}

.sm-image-height {
  height: 14px;
  width: auto;
}

.sm-image-width {
  width: 14px;
  height: auto;
}

.footer-logo-container,
.logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  flex-wrap: wrap;
}

.footer-logo-container img,
.logo-container img{
  height: 35px;
  margin: 20px;
}

.footer-copyright {
  padding: 20px;
}
.footer-copyright p {
  text-align: center;
  margin: 0;
  color: #878787;
  font-size: .8em;
  font-weight: 300;
}

.sponsor-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sponsor-container img {
  height: 60px;
  width: auto;
  max-width: 300px;
  margin-bottom: 30px;
}

@media all and (max-width: 992px) {

  .email-footer {
    flex-wrap: wrap;
  }

  .email-footer > div:first-child {
    background-image: -webkit-linear-gradient(top, #ffffff 0%,  #ffffff 50%, #ebe5e0 50%);
  }

  .arrow-submit {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 40px;
  }

  .email-footer > div,
  .email-footer > div:first-child{
    width: 100%;
  }

  .footer-ig {
    display: none;
  }

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

  .footer-content > div {
    width: 100%;
  }
}

.max-container-width {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}



.text-red{
  color: #df4841;
}

p.weight-bold,
p.weight-bold span{
  font-weight: 600;
}

p.weight-regular,
p.weight-regular span{
  font-weight: 600;
}

p.weight-light,
p.weight-light span {
  font-weight: 300;
}



.mp-banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  margin: 50px auto;
}

.mp-banner.mp-banner-bottom {
  align-items: flex-end;
}

.mp-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #fff;
}

.mp-banner.mp-banner-bottom:before {
  top: unset;
  bottom: 0;
}

.mh-trigger {
  text-decoration: none !important;
}

.message-header img {
  transition: .5s;
  opacity: 1;
}

.mh-trigger:hover .message-header img {
  transform: translateX(15px);

}


/*Accordion Version 1*/
.acc-header {
  cursor: pointer;
}

.acc-v1 {

}

.acc-v1 .acc-header {
  padding: 30px;
}
.acc-v1 .acc-header img{
  height: 20px;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: .2s;
}

.acc-v1 .acc-header.collapsed img {
  transform: rotate(0);
}

.acc-v1 .acc-header h4 {
  color: #df4841;
}

.acc-v1 .acc-header.collapsed h4 {
  color: #292929;
}

.acc-body {
  padding: 0 40px;
}

.acc-body p {
  max-width: 1000px;
}

.acc-v1 .acc-body {
  padding-left: 100px;
}

.acc-v2 {
  width: 90%;
  margin: 0 auto 55px;
}

.acc-v2 > .acc-header {
  position: relative;
}

.acc-v2 > .acc-header.collapsed {
  background-color: #df4841;

}

.acc-v2 > .acc-header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 40px;
  transition: .5s;
}

.acc-v2 > .acc-header h4 {
  position: absolute;
  top: -25px;
  left: -30px;
  font-size: 2.2em;
  transition: .5s;
  color: #df4841;

}

.acc-v2 > .acc-header.collapsed h4 {

  color: #292929;
}

.acc-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  position: relative;
  transform: rotate(135deg);
  transition: .5s;
}

.acc-v2 > .acc-header.collapsed .acc-trigger {
  transform: rotate(0);
}

.acc-v2 > div > .acc-body {
  padding:  30px 30px 30px;
  background-color: #fff;

}

.acc-v2 > div > .acc-body .acc-v1 .acc-header {
  padding-top: 0px;
}

.acc-trigger > div {
  width: 100%;
  height: 2px;
  background-color: #df4841;
  position: absolute;

}

.acc-v2 > .acc-header.collapsed .acc-trigger > div {
  background-color: #fff;

}

.acc-trigger > div:first-child {
  transform: rotate(90deg);
}

.acc-image-container {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.acc-image-container img {
  width: 100%;
}

.acc-v3 {
  margin: 30px 0;
}

.acc-v3 .acc-header {
  position: relative;
  width: 80%;
}

.acc-v3 .acc-header.collapsed {
  background-color: #292929;
}

.acc-v3 .acc-header {
  background-color: #df4841;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 40px;
  transition: .5s;
  width: 90%;
  z-index: 2;
}

.acc-v3 .acc-header h4 {
  width: unset;
  font-size: 2.2em;
  transition: .5s;
  color: #fff;
}

.acc-v3 .acc-trigger {
  height: 30px;
  width: 30px;
}

.acc-v3 .acc-header.collapsed .acc-trigger{
  transform: rotate(0);
}

.acc-v3 .collapse,
.acc-v3 .collapsing {
  top: -30px;
  position: relative;
}

.acc-v3 .acc-body {
  padding: 0 30px;
}

.acc-v3 .acc-trigger > div {
  background-color: #fff;
}

@media all and (max-width: 992px) {
  .acc-v1 .acc-header img {
    height: 12px;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .acc-v1 .acc-header {
    padding: 20px 0;
  }

  .acc-v1 .acc-header h4 {
    padding-left: 40px;
    position: relative;
  }

  .acc-v1 .acc-body {
    padding: 0 40px;
  }

  .acc-v3 .acc-header h4 {
    font-size: 1.4em;
  }
}

/*PRESS Container*/

.press-container-v1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.press-tag {
  background-color: #df4841;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  margin-bottom: 20px;
}

.press-item {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 15px 5%;
}

.press-item img {
  height: 15px;
}

.arrow-link {
  height: 15px;
  transition: .5s;
  cursor: pointer;
}

.arrow-link:hover {
  transform: translateX(15px);
}

/* Feature Highlights*/

.highlight-image {
  width: 100%;
  padding-top: 56%;
  background-color: red;
  margin-bottom: 30px;
  background-size: cover;
  position: center;
  cursor: pointer;
}

.stat-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-container > .stat-item,
.stat-container > .vc_ra_stat_item{

  width: 33.3%;
}

.stat-item {
  padding: 3%;
  position: relative;
}

.stat-item h1 {
  font-size: 4em;
  color: #df4841;
  margin: 0;
  line-height: 1;
}

.stat-item p {
  padding-left: 50px;
  margin-top: -20px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}

@media all and (max-width: 992px) {
  .stat-container > .stat-item, .stat-container > .vc_ra_stat_item {
    width: 100%;
  }
}

.btn-container.bc-center {
  justify-content: center;
}

.jury-container,
.team-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px -40px;
  width: 100%;
}

.jury-container > .jury-item,
.team-container > .team-item,
.jury-container > .vc_ra_jury_item,
.team-container > .vc_ra_team_profile{
  width: 33.3%;
  padding: 40px;
}

.jury-container .jury-item.jury-item-side {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
}

.jury-profile,
.team-profile{
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #000;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

.jury-item.jury-item-side .jury-profile {
  margin-right: 30px;
  margin-bottom: 0;
}

.jury-profile:after,
.team-profile:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.team-container .team-item a {
  color: #d02c21;
  text-decoration: none;
}

.team-container .team-item a:hover {
  color: #d02c21;
  text-decoration: underline;
}

.team-container .team-item p {
  margin-bottom: 0;
}

.team-container .team-item .team-p-content {
  margin: 15px 0;
}

.team-container .team-item .team-p-content p {
  margin-bottom: 15px;
}

@media all and (max-width: 992px) {

  .jury-container,
  .team-container{
    margin: 20px 0;
  }

  .jury-container > .jury-item,
  .team-container > .team-item,
  .jury-container > .vc_ra_jury_item,
  .team-container > .vc_ra_team_profile,
  .jury-container .jury-item.jury-item-side{
    width: 100%;
    padding: 20px 0;
  }

  .jury-container .jury-item.jury-item-side {
    flex-wrap: wrap;
  }


  .jury-container .jury-item.jury-item-side > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.btn-wrapper.btn-wrapper-center {
  justify-content: center;
}

.btn-wrapper.btn-wrapper-right {
  justify-content: flex-end ;
}

.gallery-3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: flex-start;
}

.gallery-3 .gallery-3-item {
  background-size: cover;
  position: relative;
  background-color: #000;
}

.gallery-3-item:after {
  content: '';
  padding-bottom: 56%;
  display: block;
}

.gallery-3-item:first-child {
  width: 45%;
  margin-left: 25%;
  z-index: 3;
}

.gallery-3-item:nth-child(2) {
  width: 60%;
  margin-top: -10%;
  margin-right: auto;
  z-index: 2;
}

.gallery-3-item:nth-child(3) {
  width: 60%;
  margin-top: -10%;
  margin-left: auto;
  z-index: 1;
}

.gallery-3 img:first-child {
  width: 45%;
  max-width: 650px;
  margin-left: 25%;
  z-index: 3;
  margin-top: -2%
}

.gallery-3 img:nth-child(2) {
  width: 60%;
  margin-top: -20%;
  margin-right: auto;
  z-index: 2;
}

.gallery-3 img:nth-child(3) {
  width: 60%;
  margin-top: -10%;
  margin-left: auto;
  z-index: 1;
}

@media all and (max-width: 992px) {

  .gallery-3 {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .gallery-3 img:first-child,
  .gallery-3 img:nth-child(2),
  .gallery-3 img:nth-child(3){
    width: 100%;
    height: auto;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    z-index: unset;
    margin-top: unset;
  }
}

.cream-bg {
  background-color: #ebe5e0;
}

.cream-bg-top-90 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 10%, #ebe5e0 10%);
}

.cream-bg-top {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 90%, #ebe5e0 10%);
}
.cream-bg-top-50 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 50%, #ebe5e0 50%);
}
.cream-bg-top-40 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 60%, #ebe5e0 40%);
}

.cream-bg-top-70 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 30%, #ebe5e0 30%);
}

.cream-bg-top-200 {
  background-image: -webkit-linear-gradient(top,#ebe5e0 0%, #ebe5e0 200px, #ffffff 200px );
}

.cream-bg-top-300 {
  background-image: -webkit-linear-gradient(top,#ebe5e0 0%, #ebe5e0 300px, #ffffff 300px );
}
.cream-bg-top-600 {
  background-image: -webkit-linear-gradient(top,#ebe5e0 0%, #ebe5e0 600px, #ffffff 600px );
}

.cream-bg-bottom {
  background-image: -webkit-linear-gradient(top, #ffffff 0%,  #ffffff 75%, #ebe5e0 75%);
}

.cream-bg-bottom-50 {
  background-image: -webkit-linear-gradient(top, #ffffff 0%,  #ffffff 50%, #ebe5e0 50%);
}

.black-bg {
  background-color: #292929;
}
.black-bg-top-200 {
  background-image: -webkit-linear-gradient(top,#292929 0%, #292929 250px, #ffffff 200px );
}


.black-bg-top-250 {
  background-image: -webkit-linear-gradient(top,#292929 0%, #292929 250px, #ffffff 250px );
}

.black-bg-top-300 {
  background-image: -webkit-linear-gradient(top,#292929 0%, #292929 300px, #ffffff 300px );
}

p.max-width-text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

p.max-width-text-left {
  max-width: 850px;
  margin-left: 0;
  margin-right: auto;
}

p.max-width-text-right {
  max-width: 850px;
  margin-left: auto;
  margin-right: 0;
}

.mh-stack-container {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.mh-stack-container .mh-trigger {
  width: 60%;
  position: relative;
}

.message-header.mh-stack {
  width: 100%;
  max-width: unset;
  padding-top: 60px;
  padding-bottom: 60px;
}

.message-header.mh-stack > div {
  width: 65%;
}

.mh-stack-container .mh-trigger:first-child  {
  margin: 0 auto -6% 0;
}

.mh-stack-container .mh-trigger:last-child  {
  margin: -6% 0 0 auto;
}

@media all and (max-width: 992px) {
  .mh-stack-container .mh-trigger {
    width: 100%;
  }

  .mh-stack-container .mh-trigger:first-child,
  .mh-stack-container .mh-trigger:last-child{
    margin: 20px auto;
  }
}

.sponsor-image img {
  max-width: 180px !important;
}

.opportunities-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.oc-item {
  width: 50%;
  padding: 2%;
}

.oc-item.oc-item-v2 {
  width: 33.3%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oc-item.oc-item-v2 h2,
.oc-item.oc-item-v2 h3,
.oc-item.oc-item-v2 p{
  text-align: center;
}

.oc-image {
  width: 100%;
  padding-top: 56.7%;
  display: flex;justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}

.oc-content p {
  margin-bottom: 30px;
}

.oc-content h2 a,
.oc-content h3 a{
  color: #df4841;
}

.oc-content h3 {
  margin-bottom: 30px;
}

@media all and (max-width: 992px) {
  .oc-item,
  .oc-item.oc-item-v2,
  .oc-item .oc-content{
    width: 100%;
    padding: 20px 0;
  }

  .oc-item.oc-item-v2 .oc-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

/* BLOG */

.blog-banner {
  width: 100%;
  height: 75vh;
  background-size: cover;
  position: relative;
  top: 0;
  padding: 0 5%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 50px;
  background-position: center;
}

.blog-banner-tag {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.blog-banner-tag > div {
  background-color: #fff;
  width: unset;
  padding: 10px 20px;
  color: #d02c21;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
  position: absolute;
  top: -20px;
}


.ra-form {
  margin-bottom: 20px;
}

.ra-form input,
.ra-form textarea{
  padding: 10px 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #df4841;
  outline: none;
  color:#df4841;
  font-size: 1em;
  width: 100%;
  border-radius: 0;
}

.ra-form p {
  color: #df4841;
  text-transform: uppercase;
  font-weight: 600;
}

.ra-form input[type=submit] {
  border: 1px solid #df4841;
  width: unset;
  border-radius: 0;
}

.ra-form input[type=submit]:hover {

}

.ra-form .input-wrapper {
  margin-bottom: 30px;
}

.ra-form textarea {
  height: 100px;
}

.ra-form input::placeholder{
  color:  #df4841;
  opacity: 1;
  font-style: italic;
}

.ra-form input:-ms-input-placeholder{
  color: #df4841;
  font-style: italic;
}

.ra-form input::-ms-input-placeholder{
  color:  #df4841;
  font-style: italic;
}

.ra-form textarea::placeholder{
  color:  #df4841;
  opacity: 1;
  font-style: italic;
}

.ra-form textarea:-ms-input-placeholder{
  color: #df4841;
  font-style: italic;
}

.ra-form textarea::-ms-input-placeholder{
  color:  #df4841;
  font-style: italic;
}

.b-header-text {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.b-header-text h1 {
  max-width: calc(100% - 140px);
}

.tag-list {
  padding-top: 40px;
}

.tag-list > a {
  color: #252525;
  text-transform: uppercase;
}

.tag-list > a:hover {
  color: #d02c21;
}

.blog-nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #292929;
}

.blog-nav-container ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-nav-container ul li {
  padding: 20px 30px;
}

.blog-nav-container ul li a {
  color: #fff;
}

.blog-nav-container ul li a.nav-active {
  color: #df4841;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: unset;
  border-bottom: 1px solid #d02c21;
  font-size: 1.2em;
  font-style: italic;

}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  border: 1px solid #000;
}


/* Style the arrow inside the select element: */
.select-selected:after{
  position: absolute;
  content: "";
  top: 14px;
  right: 20px;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateY(-5px);
  -webkit-transform: rotate(45deg) translateY(-3px);
  border: solid #df4841;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #df4841 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #df4841;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #df4841 !important;
  color: #ddd !important;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #df4841;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color:  #fff;
  text-decoration: underline;
}

.select-items div {
  color: #fff;
  border-bottom: none;
  padding: 12px 16px;
}

.event-information-p {
  width: 100%;
  margin-bottom: 30px;
}

.event-information-p > span {
  font-weight: 300;
  padding: 0 10px;
  border-right: 1px solid #292929;
}

.event-information-p > span:first-child {
  padding-left: 0;
}

.event-information-p > span:last-child {
  border: none;
}

.additional-information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
}

.addition-information-single {
  margin-top: 10px;
}


.additional-information h4,
.addition-information-single h4{
  margin: 20px 0 10px;
}

.additional-information p,
.addition-information-single p{
  margin-bottom: 0px;
}

.additional-information > div {
  width: 50%;
  padding-right: 20px;
}
.director-profile {
  width: 150px;
  height: 150px;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;

}
.event-location,
.event-buy{
  margin-bottom: 50px;
}

.archive-event .event-location,
.archive-event .event-buy,
.archive-event .btn-wrapper{
  display: none;
}

.event-location p {
  margin-bottom: 0;
  text-transform: uppercase;
}

.event-buy p {
  margin-bottom: 0;
}

@media all and (max-width: 992px) {
  .additional-information > div {
    width: 100%;
  }

  .b-header-text {
    flex-direction: column-reverse;
  }

  .b-header-text .share-container {
    margin-bottom: 10px;
  }
}

/*SLIDER SETTINGS */

.ra-store-slider {
  width: 100%;
}

.ra-slider .slick-slide {
  padding-bottom: 0;
}

.ra-slider.load,
.ra-store-slider.load{
  display: none;
}

.ra-slider .slick-dots,
.ra-store-slider .slick-dots,
.icc-slider .slick-dots,
.icc-slider .slick-dots{
  bottom: 60px;
}

.ra-store-slider .slick-dots {
  bottom: 60px;
}

.ra-slide,
.ra-store-slider .store-slider-item,
.store-slider-item{
  background-color: #000;
  display: flex !important;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.ra-store-slider .store-slider-item,
.store-slider-item{
  height: 100%;
  width: 100%;
}

.store-slider-item:after {
  padding-top: 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.ra-slide.ra-slide-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.35);
  z-index: 0;
}

.ra-store-slider .custom-arrow,
.icc-slider .custom-arrow{
  width: unset !important;
  height: 20px !important;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.ra-store-slider .custom-arrow.prev-arrow {
  left: -20px;
  bottom: 60px;
}

.ra-store-slider .custom-arrow.next-arrow {
  right: -20px;
  bottom: 60px;
}

.ra-slide p {
  max-width: 650px;
  margin-bottom: 15px;
}

.ra-slide .section-header.ht-header {
  padding-bottom: 0;
}

.ra-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  /*max-width: 1300px;*/
  padding: 0;
  height: 600px;
  width: 100%;
  z-index: 1;
}

.ra-slider .slick-dots li.slick-active button:before,
.ra-store-slider .slick-dots li.slick-active button:before,
.icc-store-slider .slick-dots li.slick-active button:before{
  background-color: #FFF;
  color: #fff;
  opacity: 1;
}

.ra-slider .slick-dots li button:before,
.ra-store-slider .slick-dots li button:before,
.icc-slider .slick-dots li button:before{
  border: 2px solid #FFF;
  width: 40px;
  height: 2px;
  border-radius: 0;
}

.ra-slider .slick-prev:before, .ra-slider .slick-next:before {
  color: #fff;
  font-size: 30px;
}

.ra-slide > div.video-bg-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  max-width: unset;
}


@media all and (max-width: 992px) {
  .ra-store-slider .custom-arrow.prev-arrow {
    left: -10px;
    bottom: 30px;
  }

  .ra-store-slider .custom-arrow.next-arrow {
    right: -10px;
    bottom: 30px;
  }

  .ra-store-slider .slick-dots {
    bottom: 30px;
  }
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.event-banner .mejs-container iframe {
  width: 100%;
  height: 100%;
}

.event-banner .mejs-container {
  padding-top: unset;
}

.event-banner .wp-video {
 /* height: calc(100% ) !important;*/
}

.stack-top {
  z-index: 2;
}

/*Highlights Image Gallery */

.gallery-popup {
  position: relative;
}


.gallery-arrow {
  position: absolute;
  top: 40%;
  z-index: 3;
  cursor: pointer;
}

.gallery-arrow img {
  height: 20px;
}
.gallery-arrow.gallery-arrow-prev {
  left: 10px;
}

.gallery-arrow.gallery-arrow-next {
  right: 10px;
}


.gp-image-container {
  padding: 30px;
  background-color: transparent;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-image-container img {
  width: auto;
  max-height: 60vh;
  max-width: 100%;
}

.gp-image-container  {
  display: block;
}

.gp-item {
  display: none;
  opacity: 0;
  transition: .5s;
}

.gp-item.active {
  display: block;
  opacity: 1;
}

.gallery-modal .modal-content {
  border: none;
  border-radius: 0;
  width: unset;
  margin: auto;
}

.gallery-modal .modal-dialog {
  max-width: 1000px;
  max-height: 500px;
}

.close-container {
  background-color: #df4841;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;

}

.close-container > div {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
}

.close-container > div:first-child {
  transform: rotate(45deg);
}

.close-container > div:last-child {
  transform: rotate(-45deg);
}

.gallery-modal .modal-content {
  background-color: transparent;
}

.gp-description-box {
  background-color: #fff;
  padding: 50px 30px;
  width: 50%;
}

.gp-content {
  display: flex;
  margin-top: -60px;
  z-index: 0;
}

.dot-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  padding-right: 30px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.dot-container > div {
  width: 40px;
  height: 5px;
  background-color: rgba(0,0,0,0.4);
  margin: 5px;
  cursor: pointer;
}

.dot-container > div.active {
  background-color: rgba(0,0,0,.8);
}

.modal-backdrop {
  background-color: #ebe5e0;
}

.modal-backdrop.show {
  opacity: .8;
}

.share-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.share-container p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: .8em;
}

.a2a_menu {
  border-radius: 0 !important;
}

.a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more,
.a2a_menu a span,
.a2a_menu a.a2a_i,
.a2a_menu a{
  color: #df4841 !important;
}


.a2a_menu a.a2a_i:hover {
  text-decoration: underline;
}

/* SEARCH */

.search-container.show {
  display: block;
}

.search-container {
  position: absolute;
  top: 0;
  padding: 60px 0 20px;
  width: 100%;
  left: 0;
  background-color: #ebe5e0;
  z-index: 2999;
  display: none;
}

.search-container .close-trigger {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transform: rotate(45deg);
  cursor: pointer;
}

.search-container .close-trigger > div {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color:#df4841;
}

.search-container .close-trigger > div:first-child {
  transform: rotate(90deg);
}

.search-container form {
  position: relative;
  width: 1300px;
  max-width: 90%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-container form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: flex;align-items: center;
  justify-content: flex-start;
  border-radius: 25px;
  border: 0;
  box-shadow: none;
  outline: none;
}


.search-container form input[type=submit] {
  background-image: url('../images/icon-search-red.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  outline: none;
  cursor: pointer;
  margin-left: 20px;
  background-color: transparent;
}

.search.show:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ebe5e0;
  position: absolute; top: 100%;
  z-index: 4001;
}

.autocomplete-suggestions.search-site {
  width: 100% !important;
  left: 0 !important;
  background-color: #ebe5e0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border:none;
  box-shadow: none;
}

.autocomplete-suggestions.search-event {
  background-color: #df4841;
  color: #fff;
}

.autocomplete-suggestions.search-event > div a {
  color: #fff;
}

.autocomplete-suggestions.search-event > div a:hover {
  color: #fff;
  text-decoration: underline;
}

.autocomplete-suggestions.search-event > div {
  width: 100%;
}

.autocomplete-suggestions > div {
  max-width: 1300px;
  width: 90%;
  padding: 10px 20px;
}

.autocomplete-suggestions > div a {
  color: #df4841;
  font-style: italic;
}


.autocomplete-suggestions > div a:hover {
  color: #df4841;
  text-decoration: underline;
}

.search-results {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:  flex-start;
  margin-top: 50px;
}

.search-results > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:  flex-start;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.search-results > div a {
  color: #373737;
}

.search-results > div a:hover {
  color: #df4841;
}

.search-results > div p {
  margin-top: 15px;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .search-container {
    top: 65px;
    padding: 0 0 20px;
  }
}

/* NOTICE CONTAINER */

.notice-container {
  width: 100%;
  z-index: 1201;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df4841;
  display: none;
  padding: 25px 15px;
}

.notice-container.show {
  display: block;
}

.notice-container > div {
  max-width: 1500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

.notice-container .notice-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 50px);
  flex-direction: column;
}
.notice-container > div p,
.notice-container > div h5{
  color: #fff;
  font-size: 1em;
  width: 90%;
}

.notice-container > div a {
  text-decoration: underline;
  color: #fff;
  font-size: 1em;
}

.notice-container .close-trigger {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transform: rotate(45deg);
  cursor: pointer;
}

.notice-container .close-trigger > div {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color:#fff;
}

.notice-container .close-trigger > div:first-child {
  transform: rotate(90deg);
}

@media all and (max-width: 992px) {
  .notice-container {
    z-index: 800;
    position: relative;
  }
}

/* CONTRAST */

.contrast .header-nav a,
.contrast .header-nav span{
  color: #fff !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast p,
.contrast a,
.contrast span,
.contrast .nav-top .header-nav > li a{
  color: #252525 !important;
}


.contrast .footer-information a,
.contrast .footer-information p,
.contrast .footer-information span,
.contrast .footer-information h5{
  color: #fff !important;
}

.contrast .banner h1,
.contrast .banner h2,
.contrast .banner h3,
.contrast .banner h4,
.contrast .banner h5,
.contrast .banner p,
.contrast .banner a,
.contrast .banner span,
.contrast .blog-banner-tag > div{
  color: #252525 !important;
}

.contrast .header-nav-wrapper.nav-wrapper.nav-top.nav-top-v2 a {
  color: #fff !important
}

.contrast .banner,
.contrast .banner.vc_row-has-fill{
  background-color: #d6d6d6 !important;
  background-image: unset !important;
}

.contrast .vc_row-has-fill {
  background-color: #fff !important;
}

.contrast .acc-v2 > .acc-header.collapsed {
  background-color: #d6d6d6 !important;
}

.contrast .main-navbar > li a,
.contrast .main-navbar span.nav-link,
.contrast .main-navbar .sub-menu p{
  color: #fff !important;
}
.contrast .main-nav-wrapper,
.contrast .main-nav-wrapper.nav-scroll,
.contrast .main-nav-wrapper.nav-top,
.contrast .main-navbar .sub-menu,
.contrast .acc-trigger > div,
.contrast div.message-header,
.contrast .close-container,
.contrast .notice-container{
  background-color: #252525 !important;
}

.contrast div.message-header h2,
.contrast div.message-header p,
.contrast .notice-container p,
.contrast .notice-container h5,
.contrast .notice-container a{
  color: #fff !important;
}

.contrast input,
.contrast textarea{
  color: #252525 !important;
  border-color: #252525 !important;
}

.contrast input::placeholder {
  color:   #252525 !important;
  opacity: 1;
  font-style: italic;
}
.contrast input:-ms-input-placeholder {
  color: #252525 !important;
  font-style: italic;
}
.contrast input::-ms-input-placeholder {
  color: #252525 !important;
  font-style: italic;
}

.contrast textarea::placeholder {
  color:   #252525 !important;
  opacity: 1;
  font-style: italic;
}
.contrast  textarea:-ms-input-placeholder {
  color: #252525 !important;
  font-style: italic;
}
.contrast  textarea::-ms-input-placeholder {
  color: #252525 !important;
  font-style: italic;
}

.contrast .custom-select {
  border-bottom: 1px solid #252525;
}

.contrast .select-selected:after,
.contrast .filter-container .select-items div{
  border-color: #252525;
}

.contrast .select-selected.select-arrow-active:after {
  border-color: transparent transparent #252525 transparent;;
}

.contrast .select-items div,.contrast .select-selected {
  color: #252525;
}

.contrast .checkmark,
.contrast .custom-checkbox .checkmark:after{
  border-color: #252525;
}

.contrast .custom-checkbox {
  color: #252525 !important;
}

.contrast .select-items {
  color: #252525 !important;
  border: 1px solid #252525;
}

.contrast .select-items div:hover,
.contrast .same-as-selected {
  color:   #252525 !important;
}

.contrast .select-items {
  background-color: #fff !important;
}

.contrast .select-items div {
  color:  #252525 !important;
}

.contrast .btn-cta {
  border: 1px solid #252525 !important;
  color: #252525 !important;
  background-color: transparent !important;
}

.contrast .btn-cta:hover {
  border: 1px solid #252525 !important;
  color: #fff !important;
  background-color: #252525 !important;
}

.contrast .btn-cta:hover span {
  color: #fff !important;
}

/*.contrast .cream-bg,
.contrast .cream-bg-top-90,
.contrast .cream-bg-top,
.contrast .cream-bg-top-50,
.contrast .cream-bg-top-40,
.contrast .cream-bg-top-70,
.contrast .cream-bg-top-200px,
.contrast .cream-bg-top-300,
.contrast .cream-bg-bottom,
.contrast .cream-bg-bottom-50 {
  background-image: unset !important;
  background-color: #fff !important;
}*/

.contrast .autocomplete-suggestions.search-event {
  background-color: #fff !important;
}

.contrast .filter-container form > div.reset-filters div {
  background-color:  #252525 !important;
}

.contrast .b-tag {
  background-color: #252525 !important;
  color: #fff !important;
}

.contrast .a2a_menu a.a2a_i:visited,
.contrast .a2a_menu a.a2a_more,
.contrast .a2a_menu a span,
.contrast .a2a_menu a.a2a_i,
.contrast .a2a_menu a{
  color: #252525 !important;
}

.contrast .close-trigger.close-trigger-pink  > div
{
  background-color: #252525 !important;
}


.contrast .email-footer > div,
.contrast .filter-container .select-selected,
.contrast .filter-container form > div.f-search-container input,
.contrast .custom-checkbox input:checked ~ .checkmark{
  background-color: #d6d6d6 !important;
}

.contrast .email-footer > div:first-child {
  background-image: -webkit-linear-gradient(left, #ffffff 0%,  #ffffff 50%, #d6d6d6 50%);

}

.contrast .cream-bg {
  background-color: #d6d6d6;
}

.contrast .cream-bg-top-90 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 10%, #d6d6d6 10%);
}

.contrast .cream-bg-top {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 90%, #d6d6d6 10%);
}
.contrast .cream-bg-top-50 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 50%, #d6d6d6 50%);
}
.contrast .cream-bg-top-40 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 60%, #d6d6d6 40%);
}

.contrast .cream-bg-top-70 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,  #ffffff 30%, #d6d6d6 30%);
}

.contrast .cream-bg-top-200px {
  background-image: -webkit-linear-gradient(top,#d6d6d6 0%, #d6d6d6 200px, #ffffff 200px );
}

.contrast .cream-bg-top-300 {
  background-image: -webkit-linear-gradient(top,#d6d6d6 0%, #d6d6d6 300px, #ffffff 300px );
}

.contrast .cream-bg-bottom {
  background-image: -webkit-linear-gradient(top, #ffffff 0%,  #ffffff 75%, #d6d6d6 75%);
}

.contrast .cream-bg-bottom-50 {
  background-image: -webkit-linear-gradient(top, #ffffff 0%,  #ffffff 50%, #d6d6d6 50%);
}

.contrast img.arrow-img,
.contrast .acc-v1 .acc-header img,
.contrast img.def-arrow-img,
.contrast .gallery-arrow img,
.contrast .arrow-link,
.contrast .f-search-icon > img{
  -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;;
}

.contrast .navbar-wrapper {
  background-color: #252525 !important;
}

.contrast .donate-box-office li a {
  color: #fff !important
}

@media all and (max-width: 992px) {
  .contrast .email-footer > div:first-child {
    background-image: -webkit-linear-gradient(top, #ffffff 0%,  #ffffff 50%, #d6d6d6 50%);
  }
}

/* IG Footer */

.sb_instagram_header,
#sbi_load{
  display: none;
}

@media all and (min-height: 800px) {
  .sbi_item:nth-child(7),
  .sbi_item:nth-child(8),
  .sbi_item:nth-child(9) {
    display: none !important;
  }
}

.shopify-buy__product-img-wrapper,
.shopify-buy__product__title,
.shopify-buy__product__actual-price {
  display: none;
}

/* Filter */

.filter-container form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;

}

.filter-container form > div {
  width: 33%;
  padding: 5px;
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-search-icon {
  position: absolute;
  right: 10px;
  height: 30px;
  width: 30px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.f-search-icon > img {
  width: 100%;
}


.filter-container form > div.download-program {
  width: 21%;
}

.filter-container form > div.f-search-container {
  width: 51%;
  position: relative;
}

.filter-container.archive-filter-container form > div.f-search-container {
  width: 66%;
}

.filter-container form > div.free-event {
  width: 28%;
}

.filter-container form > div.f-search-container input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #df4841;
  background-color: #ebe5e0;
  outline: none;
  color: #df4841;
  padding: 5px 20px;
  font-size: 1.2em;
}

.festival-year .close-trigger.close-trigger-pink {
  display: none;
}

.filter-container.archive-filter-container form > div.f-search-container input {
  min-height: 47px;
}

.filter-container .select-selected {
  background-color: #ebe5e0;
}

.filter-container .select-items div {
  border: 1px solid #df4841;
}

.filter-container .select-items {
  background-color: #df4841;
  max-height: 500px;
  overflow: auto;
}

.filter-container form input::placeholder{
  color:  #df4841;
  opacity: 1;
  font-style: italic;
}

.filter-container form input:-ms-input-placeholder{
  color: #df4841;
  font-style: italic;
}

.filter-container form input::-ms-input-placeholder{
  color:  #df4841;
  font-style: italic;
}

/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #df4841;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #ebe5e0;
  border: 1px solid #df4841;

}

.custom-checkbox:hover input ~ .checkmark {
  background-color:#ebe5e0;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #ebe5e0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 14px;
  top: 3px;
  width: 12px;
  height: 23px;
  border: solid #df4841;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-container .close-trigger > div{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.filter-container .close-trigger > div:first-child {
  transform: rotate(45deg);
}

.filter-container .close-trigger > div:last-child {
  transform: rotate(-45deg);
}

.close-trigger.close-trigger-pink {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 25px;
}

.close-trigger.close-trigger-pink  > div {
  background-color: #df4841;
}

.filter-container .select-selected.selected-div:after {
  border: solid #ebe5e0;
  background-image: unset;
  display: none;
}

.filter-container .festival-year .select-selected.selected-div:after {
  display: inline-block;
  border:  solid #df4841;
  border-width: 0 2px 2px 0;
}

.filter-container form > div.reset-filters {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  cursor: pointer;
}

.filter-container form > div.reset-filters div {
  width: 30px;
  height: 1px;
  background-color: #df4841;
  position: absolute;
}

.filter-container form > div.reset-filters div:first-child {
  transform: rotate(90deg);
}

@media all and (max-width: 992px) {

  .filter-container form > div.reset-filters {
    left: unset;
    right: 15px;
    top: -70px;
  }
  .filter-container {
    display: flex;
    flex-wrap: wrap;
  }

  .filter-container form > div {
    width: 100% !important;
  }

  .cream-bg-top-600 {
    background-image: -webkit-linear-gradient(top,#ebe5e0 0%, #ebe5e0 900px, #ffffff 900px )
  }
}

.ticket-cta {
  height: 50px;
  width: 50px;
  background-color: #df4841;
  position: fixed;
  bottom: 110px;
  right: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
  z-index: 3;
}

.ticket-cta.show {
  display: flex;
}

.ticket-cta:hover {
  transform: scale(1.1);
}

.ticket-cta img {
  width: 50%;
}

/* Elevent */

/*button.elevent-nav-button {
  color: #df4841 !important;
  border-radius: 0 !important;
  border: 1px solid #df4841 !important;
  background-color: #fff;
  transition: .2s;
}

button.elevent-nav-button:hover {
  background-color:#df4841 !important;
  color: #fff !important;
}

.elevent-modal-close-button {
  background-color: #df4841 !important;
  border-radius: 0 !important;
  border: 1px solid #df4841;
  transition: .2s;
  cursor: pointer;
}

.elevent-modal-close-button:hover {
  background-color: #fff !important;
  color: #df4841 !important;
  border: 1px solid #df4841 !important;
}

.elevent-nav-link {
  color: #df4841 !important;
}

.elevent-modal-footer,
.elevent-modal-header{
  padding: 5px;
}

.elevent-modal-box {
  padding-top: 20px;
}*/

/*Banner Slider*/

.icc-slider .slick-slide {
  padding-bottom: 0;
}

.icc-slider.load {
  display: none;
}

.icc-slider .slick-dots {
  bottom: 10px;
}

.icc-slide {
  background-color: transparent;
  display: flex !important;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.icc-slide.icc-slide-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.35);
  z-index: 0;
}

.icc-slide p {
  max-width: 650px;
  margin-bottom: 15px;
}

.icc-slide .section-header.ht-header {
  padding-bottom: 0;
}

.icc-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1300px;
  padding: 50px 15px;
  height: 600px;
  width: 100%;
  z-index: 1;
}

/*.icc-slider .slick-dots li.slick-active button:before {
  background-color: #FFF;
  color: #fff;
  opacity: 1;
}

.icc-slider .slick-dots li button:before {
  border: 2px solid #FFF;
  width: 16px;
  height: 16px;
}*/

.icc-slider .slick-prev:before, .icc-slider .slick-next:before {
  color: #fff;
  font-size: 30px;
}

.icc-slider .custom-arrow.prev-arrow {
  left: 2%;
  bottom: 50%;
}

.icc-slider .custom-arrow.next-arrow {
  right: 2%;
  bottom: 50%;
}

.icc-slide > div.video-bg-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  max-width: unset;
}

.video-bg-wrapper video {width:100% !important; height:auto; object-fit:cover}
.video-bg-wrapper iframe {
  width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  left: 0;
  height: 1000% !important;
}

.video-bg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-bg-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.video-bg-wrapper .vc_video-bg-container {
  width: 100%;
  height: 100%;
}

.video-bg-wrapper .vc_video-bg-container iframe {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 300% !important;
}
.icc-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.icc-slider .slick-slide .v-top{justify-content: flex-start;}
.icc-slider .slick-slide .v-center {justify-content: center;}
.icc-slider .slick-slide .v-bottom {justify-content:flex-end;}
.icc-slider .slick-slide .h-left {align-items: flex-start;}
.icc-slider .slick-slide .h-center {align-items: center;}
.icc-slider .slick-slide .h-right {align-items:flex-end;}
.icc-slider .slick-slide .bg-lt{background-position: left top;}
.icc-slider .slick-slide .bc-lc {background-position: left center;}
.icc-slider .slick-slide .bg-ln {background-position: left bottom;}
.icc-slider .slick-slide .bg-tc {background-position: top center;}
.icc-slider .slick-slide .bg-bc {background-position: bottom center;}
.icc-slider .slick-slide .bg-rt {background-position: right top;}
.icc-slider .slick-slide .bg-rc {background-position: right center;}
.icc-slider .slick-slide .bg-rb {background-position: right bottom;}
.h-center p{text-align: center;}
.h-right p{text-align: right;}
.icc-slide .bq-share {max-width: 650px;}
.icc-slide h1 {margin-top: 0;}

.icc-slider .slick-slide .h-center .btn-wrapper,
.icc-slider .slick-slide .h-center .btn-wrapper.btn-wrapper-left,
.icc-slider .slick-slide .h-center .btn-wrapper.btn-wrapper-right{
  justify-content: center;
}

.icc-slider .slick-slide .h-left .btn-wrapper,
.icc-slider .slick-slide .h-left .btn-wrapper.btn-wrapper-left,
.icc-slider .slick-slide .h-left .btn-wrapper.btn-wrapper-right{
  justify-content: flex-start;
}

.icc-slider .slick-slide .h-right .btn-wrapper,
.icc-slider .slick-slide .h-right .btn-wrapper.btn-wrapper-left,
.icc-slider .slick-slide .h-right .btn-wrapper.btn-wrapper-right{
  justify-content: flex-end;
}

.banner-slider-wrapper {
  background-size: cover;
}

@media all and (max-width: 1400px) {
  .icc-slide > div {
    padding: 50px 8%;
  }
}

@media all and (max-width: 992px) {
  .icc-slider .custom-arrow.prev-arrow,
  .icc-slider .custom-arrow.next-arrow{
    display: none !important;
  }
}

.archive-festival-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.archive-festival-container .archive-festival-year {
  width: 33.3%;
  padding: 25px 5% 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.archive-festival-year img.festival-image {
  margin-bottom: 35px;
  width: 100%;
}

.archive-festival-year h4 {
  margin-bottom: 50px;
  color: #212529;
  text-decoration: none;
}

.archive-festival-year:hover {
  text-decoration: none;
}

.archive-festival-year:hover .def-arrow-img {
  transform: translateX(15px);
}

@media all and (max-width: 992px) {
  .archive-festival-container .archive-festival-year {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}