#spotlightarea .tabs_content_wrapper {
  min-height: 372px;
}

#events_section_bg {
  background: transparent !important;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 910px) {
  #events_section_bg {
    background: transparent !important;
    height: auto;
    margin-top: 0;
  }
}

#events_placeholder {
  display: flex;
  flex-direction: column;
  min-height: 800px;
}
@media screen and (min-width: 768px) {
  #events_placeholder {
    flex-direction: row;
    min-height: 456px;
  }
}


/* --------------------------
  Left Cell
------------------------- */
.cell-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cell-left {
    margin: 0;
    padding: 0 10px 0 0;
  }
}

.cell-north-left {
  flex: 1;
  /* background: #ffffff url("../images/events/workshop_1.webp"); */
  background: #ffffff url("../images/bg-event.png");
  background-size: cover;
  background-position: right 5px;
  background-repeat: no-repeat;
  min-height: 220px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .cell-north-left {
    min-height: 200px;
    background-position: right bottom;
  }
}

.cell-south-left {
  flex: 1;
  background: #ffffff url("../images/events/workshop_2.webp");
  background-size: contain;
  background-position: right 10px;
  background-repeat: no-repeat;
  min-height: 220px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .cell-south-left {
    min-height: 200px;
    background-position: right bottom;
  }
}
@media screen and (min-width: 1024px) {
  .cell-south-left {
    background-position: right 10px;
  }
}

.workshop-title {
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 22px;
    color: #2d4aad;
}

.workshop-date {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.25rem; 
  font-weight: normal; 
  color: #3667bb;
  padding-left: 1rem; 
}

.workshop-desc {
  font-size: 16px;
  color: #3667bb;
  width: 90%;
  line-height: 20px;
  padding-left: 1rem; 
  padding-top: 0 !important; 
  margin-bottom: 0 !important;
}

.workshop-p-yellow {
  font-size: 14px; 
  padding-left: 1.5rem; 
}

.workshop-link {
  padding: 0 0 0 1rem; 
  margin: 0;
}

.workshop-link a {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

#events_placeholder a#biofestival-link {
  font-weight: bold; 
  color: #1a3c44;
  text-decoration-color: #1a3c44;
}



.north.workshop-link a {
  background-color: #3667bb;
  color: #FFFFFF !important;
  font-weight: 700;
}

.north.workshop-title {
  color: #3667bb;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}

ul.north.workshop-desc.list {
  padding-left: 2rem;
  list-style-type: circle;
}

ul.north.workshop-desc.list li:not(:last-child) {
  margin-bottom: 5px; 
}

.south.workshop-title {
  color: #735990;
}

.south.workshop-link a {
  background-color: #735990;
  color: #FFFFFF !important;
  font-weight: 700;
}

.effect-btn {
  border-color: black;
  color: #fff;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 50%, transparent 20%);
  background-position: 100%;
  background-size: 400%;
  transition: background 0.25s ease-in-out;
  margin-top: 1rem; 
  font-size: 14px; 
  display: flex;
  width: 180px;
  text-align: center; 
  gap: 6px;
  align-items: center; 
}
.effect-btn:hover {
  background-position: 0;
}

#workshop-250529 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 8rem;
    padding-left: 1rem;
    margin-top: 0.25rem; 
    margin-bottom: 1rem; 
    align-items: center;
}

#pdf-svg {
  width: 16px; 
  color: white; 
  fill: white; 
}

#workshop-list-250529 {

}

#workshop-image-250529 {
  width: 200px; 
}

/* --------------------------
   Custom Right 1/2 Cell
------------------------- */
.cell-right {
  flex: 1;
  padding: 0.75rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  min-height: 500px;
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
  .cell-right {
    min-height: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .cell-right {
    min-height: 470px;
  }
}

.claire-event-text {
  line-height: 20px;
}

.claire-event-text p {
  margin: 0;
}

.claire-event-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #C8102E;
  padding-top: 0.75rem;
}

.claire-event-date {
  padding: 0.15rem 0 0 0.25rem;
  margin: 0;
  font-size: 1.01rem;
  color: #C8102E;
}
.biofestival-h3.link-container {
  padding: 0; 
}
.claire-event-desc {
  font-size: 0.9rem;
  color: #000;
  font-weight: 700;
}

.claire-event-sup-desc {
  font-size: 0.75rem;
  line-height: 18px;
}

.claire-event-link {
  color: #1c94c4 !important; 
  text-decoration: underline; 
  font-weight: bold; 
}

.breather {
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.65rem;
  line-height: 16px;
}

/* --------------------------
   Default Right 1/2 Cell
------------------------- */
#events_section_bg {
  width: 100%;
  background: url("../images/events_tab_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #events_section_bg {
    min-height: 282px;
    margin-top: 0;
  }
}

#events_placeholder .default.cell-right {
  min-height: 190px;
  background: url("../images/events_tab_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#events_placeholder .biofestival.cell-right {
  min-height: 190px;
  /* background: radial-gradient(circle, #e7e175 0%, #72aa4b 100%); */
  background-image: url("../images/IGS-BioFestival-Flyer-790x500.svg");
  background-repeat: no-repeat;
  background-size: cover; 
}


.biofestival-headline-1 {
  color: #007b37; 
}

.biofestival-headline-2 {
  color: #ffdd00; 
}



.biofestival-card-background {
  font-weight: bold; 
  background-color: #e1a10b; 
  margin: 5px; 
  padding: 5px; 
}

.biofestival-text-color {
  color: #1a3c44; 
}

.biofestival-image-grid {
  margin-top: 16px; 
  margin-left: auto; 
  margin-right: auto; 
  display: flex; 
  flex-direction: row; 
  width: 90%; 
}

@media screen and (max-width: 768px) {
  .biofestival-image-grid {
    flex-direction: column; 
  }
}

img.biofestival-image-type1 {
  width: 80%; 
  background-color: #ffdd00; 
  padding: 8px; 
  border-radius: 8px; 
}

img.biofestival-image-type2 {
  width: 35%; 
  padding: 5px; 
}

.grid-left {
  width: 50%; 
  text-align: center; 
}

.grid-right {
  width: 50%; 
}

@media screen and (max-width: 768px) {
  .grid-left {
  width: 80%; 
  text-align: center; 
  margin: auto; 
  }

  .grid-right {
    margin-top: 30px; 
    width: 80%; 
    margin: auto; 
  }
}

.right-image-grid {
  margin: 0 auto; 
  text-align: center; 
}

@media screen and (min-width: 768px) {
  #events_placeholder .default.cell-right {
    grid-column: span 1;
    padding: 0.5rem;
  }
}

.default.cell-right h1 {
  background-color: #000;
  color: #88a9ce;
  display: block !important;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

h1#biofestival-h1 {
  font-weight: bold; 
  text-align: center; 
  margin-top: 12px; 
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background:none; 
}

@media screen and (min-width: 768px) {
  .default.cell-right h1 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    margin-top: 1rem;
  }
}

#events_placeholder .default h2 {
  color: #d2deec;
  display: block !important;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  margin: 0;
  text-align: center;
}




@media screen and (min-width: 768px) {
  #events_placeholder .default h2 {
    display: block;
    font-weight: 600;
    text-align: left;
    margin: 54px 0 1rem 0;
    font-size: 22px; 
    line-height: 39px; 
    margin-top: 54px;
  }
}

h2#biofestival-h2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #1a3c44;
    line-height: 18px; 
    font-size: 16px; 
    padding-left: 20%; 
    padding-right: 20%; 
    text-align: center; 
}

#events_placeholder .default h3 {
  color: #d2deec;
  display: block !important;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #events_placeholder .default h3 {
    display: block;
    font-weight: 600;
    line-height: 18px;
    text-align: center; font-size: 30px;
  }
}

#events_placeholder h3.biofestival-h3 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #1a3c44 !important;
    line-height: 26px; 
    font-size: 16px; 
    padding-left: 10%; 
    padding-right: 10%; 
    text-align: center; 
}

#events_placeholder h3.biofestival-h3.event-location {
  color: #aa6045 !important; 
}

#events_placeholder h3.biofestival-h3.event-time {
  margin: 15px; 
}

#events_placeholder h3.biofestival-h3.image-h3 {
  font-size: 12px; 
  padding: 0;
}

#events_placeholder h3.biofestival-h3.link-container {
  padding: 0; 
}


.index_mob_title {
  color: #000;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin: 10px 0 0 0;
  padding: 7px 0 7px;
  position: relative;
  text-align: center;
  top: 1px;
  width: 100%;
}
@media screen and (min-width: 579px) {
  .index_mob_title {
    display: none;
  }
}

#default-event-cell {
  display: flex; 
  flex-direction: 
  column; gap: 1rem; 
  align-items: center;
}

#event-h1 {
  width: 100%;
}

#event-box-link {
  color: #629de3;
}