/* 
 * --->>>
 * === GLOBAL
 * --->>> 
*/
::selection {
  color: #fff;
  background: #c01823;
}

.hidden,
.hide-section {
  display: none !important;
}

.hidden-mobile {
	display: block;
	width: 100%;
}

.show-50wtw {
	display: none;
}
.mb-0 { margin-bottom: 0; }

@media screen and (max-width: 1024px) {
	.hidden-mobile {
		display: none;
	}	
}

.text-underline {
  text-decoration: underline !important;
}
.text-shadow-dark {
  text-shadow: 0 0 40px #000;
}
.text-shadow-blue h1 {
  text-shadow: 0 0 40px #000e45 !important;
}
.text-shadow-red {
  text-shadow: 0 0 20px #c02219;
}
.text-shadow-brown {
  text-shadow: 0 0 20px #933d02;
}
.block-element {
  display: block;
  position: relative;
}
.block-element::after {
  clear: both;
  content: "";
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: #fff !important;
}

.text-white.body-copy {
	font-size: 23px !important;
	line-height: 1.2em !important;
}

.coming-soon-chairs {
	font-size: 20px !important;
	text-align: center;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
}

.additional-event-details h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3em;
}
.additional-event-details p {
    font-family: "Montserrat", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2em;
}

/* City Event - Agenda */
.city-event-agenda ul li p {
	   font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    color: #151515 !important;
    margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .block-element {
    display: inline;
    position: relative;
  }
  .block-element::after {
    clear: none;
    content: "";
  }
	.additional-event-details h4 {
		    font-size: 22px;
    line-height: 1.4em;
	}
	.additional-event-details p {
		    font-size: 18px;
    line-height: 1.3em;
	}
}

a:hover {
  color: #000;
  text-decoration: none;
}
a {
  text-decoration: underline;
  background-color: transparent;
  color: #c01823;
}
.heading,
header .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
body,
html {
  overflow-x: hidden;
}
.heading {
  text-align: center;
  max-width: 800px;
  padding-top: 4em;
  padding-bottom: 2.5em;
}
.heading h2 {
  color: #c01823;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 2px;
}
.heading p {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
  font-family: Montserrat;
}
header {
  position: absolute;
  width: 100%;
}
header .navbar {
  padding-left: 0;
  padding-right: 0;
}
header .navbar .navbar-brand img {
  width: 225px;
  margin-bottom: -60px;
  border-radius: 50%;
  padding: 10px;
}
header .navbar .nav-item.educatemenu,
header .navbar .navbar-nav .nav-item {
  position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link {
  padding-left: 2em;
  padding-right: 2em;
  color: #c01823;
  font-family: Raleway;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
header .navbar .navbar-nav .nav-item:after {
  opacity: 0;
  content: "";
  width: calc(100% - 4em);
  height: 3px;
  top: 2px;
  position: absolute;
  background: #c01823;
  left: 50%;
  transform: translateX(-50%);
}
.img-slider .slick-active,
.img-slider .slick-current,
header .navbar .navbar-nav .nav-item:hover:after,
header.navber-white .navbar .navbar-brand {
  opacity: 1;
}
header .navbar .nav-item .sub-menu {
  padding: 0;
  list-style: none;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 100%;
  width: 200px;
  display: none;
  z-index: 9;
}
header .navbar .nav-item .sub-menu .menu-item {
  padding: 0;
  border-bottom: 1px solid #d3d3d3;
}
header .navbar .nav-item .sub-menu .menu-item:last-of-type {
  border: none;
}
header .navbar .nav-item .sub-menu .menu-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  color: #1d1e20;
}
header .navbar .nav-item .sub-menu .menu-item .nav-link:hover {
  color: #c01823;
}

header.navber-white {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(50%, rgba(255, 255, 255, 0.9))
  );
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.9) 50%);
  z-index: 99;
}
header.navber-white .navbar .navbar-brand img {
  background-color: #fff;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0;
}
button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
  background-image: url("../images/close.png");
}

.report-banner {
  height: 400px;
}
.vertical-nav-bar {
  background: #bb1a24;
  width: 80px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1;
  display: none;
}
.vertical-nav-bar .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.new-social-media {
  display: flex;
  flex-direction: column;
  background-color: #bb1a24;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
}
.new-social-media div {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 15%;
  transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 15px;
}
.new-social-media div a {
  background-color: #fff;
  color: #bb1a24;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  transition: 0.25s ease-in-out;
}
.new-social-media div a:hover {
  background-color: #010202;
  color: #fff;
}

.linkedin-url-wrapper a {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* 
 * --->>>
 * === PAGES
 * --->>> 
*/

/* HOME PAGE */
body.page-id-70284 .mec-home-standard .mec-wrap .col-md-3.mec-event-image-wrap {
  width: 13%;
}
body.page-id-70284 .mec-home-standard .mec-wrap .col-md-3.mec-event-meta-wrap {
  width: 24%;
  padding: 10px;
}
body.page-id-70284 .mec-home-standard .mec-wrap .col-md-6 {
  width: 63%;
}

body.page-id-70284
  .mec-home-standard
  .mec-wrap
  .col-md-3.mec-event-image-wrap
  img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body.page-id-70284
  .mec-home-standard
  .mec-event-list-standard
  .mec-event-title {
  font-size: 22px;
}
body.page-id-70284
  .mec-home-standard
  .mec-event-list-standard
  .mec-event-meta
  span.mec-event-d {
  font-size: 16px;
}

body.page-id-70284
  .mec-home-standard
  .mec-event-list-standard
  .mec-event-content {
  padding-right: 10px;
}
body.page-id-70284
  .mec-home-standard
  .mec-event-list-standard
  .mec-col-table-c {
  vertical-align: top;
}

body.page-id-70284
  .mec-home-standard
  .mec-event-list-standard
  .mec-date-details {
  margin: 10px 0 0;
  text-align: center;
}
body.page-id-70284
  .mec-home-standard
  .mec-event-list-standard
  .mec-time-details {
  text-align: center;
  margin-bottom: 0;
}

body.page-id-70284 .mec-home-standard .mec-event-footer {
  padding: 0;
  min-height: 50px;
}

body.page-id-70284 .mec-home-standard .mec-event-footer .mec-booking-button,
body.page-id-70284 .mec-home-standard .mec-event-sharing-wrap {
  top: 5px;
}

body.page-id-70284 .mec-home-standard .mec-repeating-label {
  display: block;
  margin-left: 0px;
  text-align: center;
  width: 130px;
  padding: 8px 5px;
  background: #e1e1e1;
  border: 1px solid #ddd;
  color: #151515;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

body.page-id-70284
  .mec-home-standard
  .mec-wrap
  .col-md-3.mec-event-meta-wrap
  svg,
body.page-id-70284 .mec-home-standard .mec-wrap .event-color,
body.page-id-70284 .mec-home-standard .mec-wrap .mec-event-description {
  display: none;
}

body.page-id-70284 .mec-home-standard .mec-load-more-wrap div {
  font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
  .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
    min-height: 50px !important;
  }
  body.page-id-70284
    .mec-home-standard
    .mec-wrap
    .col-md-3.mec-event-image-wrap {
    width: 15%;
  }
  body.page-id-70284
    .mec-home-standard
    .mec-wrap
    .col-md-3.mec-event-meta-wrap {
    width: 100%;
    padding: 10px;
  }
  body.page-id-70284 .mec-home-standard .mec-wrap .col-md-6 {
    vertical-align: middle;
    width: 85%;
  }
}

@media screen and (max-width: 500px) {
  body.page-id-70284
    .mec-home-standard
    .mec-wrap
    .col-md-3.mec-event-image-wrap {
    width: 97%;
  }

  .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
    min-height: 75px !important;
  }
}

.programs-landing .elementor-button-text {
  text-align: left !important;
}

.category-hashtag h6 {
  background: #222;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 15px 8px 45px;
  position: relative;
  text-align: center;
  width: auto;
}

.category-hashtag h6::before {
  color: #fff;
  content: "\f0a1";
  font-family: "FontAwesome";
  left: 15px;
  margin-right: 10px;
  position: absolute;
  top: calc(50% - 10px);
}

/* --- home page slider --- */
.hero-slider {
  background: #151515;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.banner__inner .newsletter-wrapper {
  background: transparent;
  position: relative;
  z-index: 4;
  padding: 0;
}

.newsletter-wrapper .elementor-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  margin-top: -30px;
  padding-bottom: 30px;
}

.hero-slide .hero-slide__inner .content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.hero-slide .hero-slide__inner .content__inner,
.hero-slide .hero-slide__inner .media__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  z-index: 2;
}

.hero-slide .hero-slide__inner .content__inner {
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  padding: 50px 50px 100px 250px;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

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

@media screen and (max-width: 1280px) {
  .hero-slide .hero-slide__inner .content__inner {
    padding: 50px;
  }
}

.hero-slide .hero-slide__inner .category {
  background: #151515;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.hero-slide .hero-slide__inner .category i {
  color: #fff;
  margin-right: 5px;
}

.hero-slide .hero-slide__inner .title {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 1.2 !important;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .hero-slide .hero-slide__inner .title {
    font-size: 37px;
  }
}

.hero-slide .hero-slide__inner .description {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
}

.hero-slide .hero-slide__inner .button {
  background: #c01823;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.hero-slide .hero-slide__inner .button::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f178";
  margin-left: 5px;
  position: relative;
  transition: all 300ms ease-in-out;
}

.hero-slide .hero-slide__inner .button:hover::after {
  margin-left: 10px;
}

@media screen and (max-width: 1440px) {
  .hero-slide .hero-slide__inner .content__inner {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide .hero-slide__inner .content {
    flex-direction: column-reverse;
  }
  .hero-slide .hero-slide__inner .content__inner {
    margin-bottom: 5%;
    margin-top: -50%;
    padding: 20px;
    position: relative;
    z-index: 3;
  }
  .hero-slide .hero-slide__inner .content__inner,
  .hero-slide .hero-slide__inner .media__inner {
    width: 100%;
  }
  .hero-slide .hero-slide__inner .media__inner::before {
    background: linear-gradient(transparent 0%, #151515 100%);
    content: "";
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .hero-slide .hero-slide__inner .category,
  .hero-slide .hero-slide__inner .title,
  .hero-slide .hero-slide__inner .description {
    margin-bottom: 20px;
  }
}

.hero-slide .hero-slide__inner .media__inner img {
	width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.banner__inner .slick-arrows .slick-arrow {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  height: 55px;
  outline: none !important;
  padding: 1em;
  transition: all 300ms ease-in-out;
  width: 55px;
}

.banner__inner .slick-arrows .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.banner__inner .slick-arrows i {
  color: #fff;
}
.banner__inner .slick-arrows .slick-prev {
  margin-right: 10px;
}

.banner__inner .slick-arrows.desktop {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 3;
}

.banner__inner .slick-arrows.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner__inner .slick-arrows.desktop {
    display: none;
  }
  .banner__inner .slick-arrows.mobile {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
  }
  .banner__inner .slick-arrows.mobile .slick-arrow {
    background: rgba(0, 0, 0, 0.5);
    height: 45px;
    width: 45px;
    padding: 10px;
  }
}

/* Home Page - Global Sponsors*/
.global-sponsors-carousel img {
  height: auto;
  width: 100%;
  max-width: 70%;
}

/* Newsletter Form Fields */
.newsletter-wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0 !important;
}

/* Home Slider - Sign Up Form */
.home-slider-form {
  display: flex;
  flex-direction: row;
}

.home-slider-form div.ginput_container {
  display: flex;
}

.home-slider-form input {
  border: 0 !important;
  border-right: 1px solid #eee !important;
  font-size: 18px !important;
  outline: none !important;
  height: 100%;
  min-height: 120px;
  transition: all 300ms ease-in-out;
}

.home-slider-form input[type="submit"] {
  background: #eee;
  border-right: 0 !important;
  color: #151515;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.home-slider-form input[type="submit"]:hover {
  background: #c02126;
  color: #fff;
}

.home-slider-form input[type="text"]:focus,
.home-slider-form input[type="email"]:focus {
  box-shadow: inset 0px -4px 0px #c02126;
  -webkit-box-shadow: inset 0px -4px 0px #c02126;
  -moz-box-shadow: inset 0px -4px 0px #c02126;
}

body.page-id-79514 .elementor-message.elementor-message-success,
body.home .elementor-widget-form.elementor-message {
	color: #151515 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px !important;
	text-align: center !important;
}

body.page-id-79514 .elementor-message.elementor-message-success {
	color: #fff !important;
}

@media screen and (max-width: 500px) {
  .home-slider-form input {
    border-right: none !important;
    border-bottom: 1px solid #eee !important;
  }
  .home-slider-form input[type="submit"] {
    background: #c02126;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    color: #fff;
    padding: 10px;
  }
}

.home-slider-form .gform_wrapper.gravity-theme .gform_footer,
.home-slider-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

.home-slider-form .gform_wrapper.gravity-theme input[type="text"],
.home-slider-form .gform_wrapper.gravity-theme input[type="email"] {
  padding-left: 25px;
  padding-right: 25px;
}

/* Newsletter Confirmation Message */
.home-slider-form .gform_confirmation_message {
  position: absolute;
  left: 40%;
  top: 50px;
}

.home-slider-form .gform_confirmation_message p {
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: -18px;
  margin-left: -55px;
}

/* Not Home Page */
@media screen and (max-width: 767px) {
  .newsletter-wrapper .gform_confirmation_message p,
  .newsletter-wrapper .gform_confirmation_message p span {
    color: #fff !important;
  }

  .home-slider-form .gform_confirmation_message {
    position: absolute;
    left: 0%;
    top: 15px;
    background: #151515;
    height: 30px;
    width: 100%;
    padding-top: 15px;
  }

  .home-slider-form .gform_confirmation_message p {
    margin-left: 0;
  }

  /* removes footer newsletter success message checkbox */
  .elementor-message:before {
    display: none !important;
  }
}

/* Home Page - Global Sponsor Carousel */
.global-img img {
  display: block !important;
  height: 130px !important;
  object-fit: contain !important;
  padding: 10px;
  margin: 0 auto !important;
}

/* 15th Anniversary Timeline */
.timeline-anniversary {
	background-color: #fff;
    background-image: url('https://5050wob.com/wp-content/uploads/2025/04/15th-anniversary-bg-scaled.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.timeline-anniversary .eael-timeline-title { line-height: 1.2 !important; }

@media screen and (max-width: 768px) {
	.timeline-anniversary {
		background-image: none;
	}
	.timeline-anniversary .eael-timeline-title { line-height: 1 !important; }
}

.timeline-anniversary .eael-content-timeline-container { max-width: 1300px !important; }
.timeline-anniversary .eael-content-timeline-content .eael-date { opacity: 1; }

.timeline-img-wrap {
	display: flex; 
	flex-direction: row; 
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 12px;
}

@media screen and (max-width: 992px) {
	.timeline-img-wrap {
		display: flex; 
		flex-direction: column; 
		justify-content: center; 
		align-items: center;
	}
}

.timeline-img-wrap > .column-1 {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: -8px;
}


.timeline-img-wrap > .column-2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.timeline-img-wrap > .column-1 a,
.timeline-img-wrap > .column-2 a { display: inline !important; }

.timeline-img-wrap img {
	width: 100%; 
	height: auto;
	object-fit: contain;
	align-self: flex-start; /* optional, if needed */
/* 	border: 1px solid #ccc !important; */
}

.timeline-img-wrap img.ignore-sizing {
	width: 50%;
	margin-left: 25%;
}

/* EVENT CITY PAGES */
.listing-grid-full-height div[data-elementor-type="jet-listing-items"] {
  background: #fff !important;
}
.single-listing-item .elementor-container {
  background: #fff;
  height: 100%;
}
.single-listing-item.blue-bg .elementor-container {
  background: #1f2644;
  height: 100%;
}
.sponsor-item img {
  width: 175px !important;
  height: 100px !important;
  object-fit: contain !important;
}
body.page-id-70284 .bdt-panel-slide-item:hover .bdt-panel-slide-desc {
  background: #fff;
  bottom: 2%;
  left: 3%;
  transition: background 0.5s ease-in-out;
  width: 94%;
}
body.page-id-70284 .bdt-panel-slide-title {
  color: #c01823;
  text-transform: uppercase;
}
body.page-id-70284 .bdt-panel-slide-text {
  color: #151515 !important;
}
.sponsor-img {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
/*   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
  min-height: 120px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
.sponsor-img:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sponsor-img .elementor-widget-container {
  align-items: center;
  display: flex;
}

.event-highlights-content p {
	color: #fff !important;
	font-size: 21px !important;
	line-height: 1.3em !important;
}

/* WORKSHOPS */
.workshops-buttons-wrap {
  margin: 20px 0;
}
.workshops-buttons-wrap a {
  background: #c01a24;
  border-color: #c01a24;
  color: #fff;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  margin-right: 10px;
  transition: 0.3s ease-in-out;
}
.workshops-buttons-wrap a:hover {
  background: #000;
  color: #fff !important;
}

/* PRIVACY & TERMS  */
body.page-id-51342 .page-title,
body.privacy-policy .page-title {
  font-size: 2em;
  line-height: 1.1em;
  text-transform: capitalize;
}
body.page-id-51342 ul li ul,
body.privacy-policy ul li ul {
  margin-top: 10px;
}
body.page-id-51342 ul.ul-indent {
  margin-left: 10px !important;
  list-style: none !important;
}
body.page-id-51342 ul.ul-indent li:before {
  background: 0 0 !important;
}

/* MAILCHIMP GENERIC */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  margin: 20px;
}
#mc_embed_signup h2 {
  font-weight: 700;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#mc_embed_signup input {
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type="radio"] {
  -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
  border-color: #333;
}
#mc_embed_signup .button {
  clear: both;
  background-color: #aaa;
  border: 0;
  border-radius: 4px;
  transition: 0.23s ease-in-out;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: fit-content;
  width: -moz-fit-content;
}
#mc_embed_signup .button:hover {
  background-color: #777;
}
#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  display: grid;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#mc_embed_signup .mc-address-fields-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 96%;
  gap: 15px;
}
#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}
#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px;
}
#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}
#mc_embed_signup .datefield .dayfield input,
#mc_embed_signup .datefield .monthfield input {
  width: 30px;
}
#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: 400;
  position: relative;
  top: 5px;
}
#mc_embed_signup .clear {
  clear: both;
}
#mc_embed_signup .foot {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 96%;
  align-items: center;
}

/* MAILCHIMP SPECIFIC - CONTACT US */
#mc_embed_signup {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  clear: left;
  font: 400 16px/1.4em Montserrat, sans-serif;
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mc_embed_signup {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  #mc_embed_signup {
    padding: 10px;
  }
}
#mc_embed_signup .helper_text {
  background: 0 0;
  display: inline;
}
#mc_embed_signup .asterisk {
  color: #c01823;
  font-size: 16px;
  position: relative;
  top: -2px;
}
#mc_embed_signup .small-meta {
  color: #c01823;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#mc_embed_signup .form-p,
#mc_embed_signup label {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
}
#mc_embed_signup .form-p {
  margin: 15px 0 0;
}
#mc_embed_signup .mc-field-group input {
  background: rgba(234, 234, 234, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid rgba(192, 24, 35, 0.75);
  color: #c01823;
  font-family: Montserrat, Sans-Serif;
  font-weight: 400;
  outline-color: transparent;
  padding: 10px 0;
  text-indent: 4%;
}

#mc_embed_signup ul {
  padding-left: 0;
  padding-top: 15px;
}

#mc_embed_signup ul li {
  display: block;
  float: none;
  width: 100%;
}

#mc_embed_signup ul li input[type="checkbox"] {
  float: left;
  width: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  #mc_embed_signup ul li {
    display: block;
    float: left;
  }
}

#mc_embed_signup ul li label {
  cursor: pointer;
  margin-right: 20px;
}
#mc_embed_signup ul li input {
  cursor: pointer;
  margin-right: 5px !important;
  accent-color: #c01823;
}
#mc_embed_signup .btn {
  background: #c01823;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 4px solid #c01823;
  color: #fff;
  display: block;
  font-weight: 600;
  height: 60px;
  margin: 0 auto;
  outline: 0;
  padding: 5px 35px;
  text-align: center;
  text-transform: uppercase;
}
#mc_embed_signup .btn:hover {
  background: #fff;
  color: #c01823;
}
#mc_embed_signup .phonefield {
  width: 250px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background: #151515;
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
  padding: 5px 10px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #c01823;
}
#mc_embed_signup div.response {
  background: #c01823;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 20px;
  text-align: center;
  width: 100%;
}
#mc_embed_signup div#mce-responses {
  padding: 0;
  margin: 0 0 5%;
  width: 100%;
}
#mc_embed_signup #mce-success-response {
  background: #151515;
  color: #fff;
}

/* 50 WOMEN TO WATCH */
#gform_6 .gform_footer input[type="submit"],
#gform_6 button.gform_save_link {
  background: #151515 !important;
  color: #fff !important;
  padding: 15px 30px !important;
}
.bg-slant {
  background: #fff;
  background: linear-gradient(
    106deg,
    #fff 0,
    #fff 20%,
    #f1f1f1 20%,
    #f1f1f1 80%,
    #fff 80%,
    #fff 100%
  );
  position: relative;
}
.white-content-color-links a,
.white-content-color-links a:active,
.white-content-color-links a:hover,
.white-content-color-links a:link,
.white-content-color-links a:visited {
  color: #edc34a;
}

/* EVENTS OVERVIEW (2022) */
.content-wrapper a {
  color: #f06c77;
}
.content-wrapper a:hover {
  color: #fff;
}
.percent-heading {
  font-size: 50px;
}

/* EVENTS OVERVIEW (2023) */
.elementor-element .elementor-widget-container img,
.elementor-element .elementor-widget-container img:hover {
  opacity: 1 !important;
  transition: none !important;
}
.swiper-slide .elementor-testimonial__image img {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.separated-bullets ul li {
  margin-bottom: 15px !important;
}

.section-events {
  background: linear-gradient(#5c6d8d 0%, #ffffff 100%);
  color: #151515;
  font-family: "Montserrat", sans-serif !important;
  padding: 30px 0;
}

.section-wide .container,
.section-events .container {
  margin: 0 auto;
  max-width: 1140px !important;
}

.section-widest .container {
  margin: 0 auto;
  max-width: 1500px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.section-events .event-inner {
  background: #fff;
  border: 1px solid #fff;
}

.section-events .post-thumbnail img {
  height: auto;
  max-width: 100%;
}

.section-events .post-content {
  margin-bottom: 20px;
}

.section-events .post-month,
.section-events .post-time {
  display: block;
  width: 100%;
}

.section-events .post-time,
.section-events .post-desc,
.section-events .post-venue,
.section-events .post-city {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 5px;
}

.section-events .post-venue {
  font-weight: 600;
  padding-right: 20px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-events .post-venue a {
  color: #151515;
  text-decoration: none;
}
.section-events .post-venue a:hover {
  color: #c01823;
}

.section-events .post-date-number {
  color: #c02126;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-right: 5px;
  text-align: right;
}

.section-events .post-month {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 5px;
  text-align: left;
}

.section-events .events-title {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 40px 0 30px;
  text-align: center;
}

.section-events .post-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1em;
  margin: 10px 0 5px;
  padding: 0 25px 0 15px;
}

.section-events .post-title a {
  color: #151515;
  text-decoration: none;
}

.section-events .post-meta {
  background: #eee;
  margin-bottom: 15px;
  min-height: 75px;
  padding: 10px 0;
}

.section-events .post-time {
  text-transform: uppercase;
}

.section-events .post-desc {
  line-height: 1.4em;
  padding: 0 15px;
  text-transform: uppercase;
}

.section-events .post-desc a {
  color: #969696;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .section-events .post-content {
    text-align: center;
  }
  .section-events .post-content .post-title {
    font-size: 25px;
  }
}

.section-events .map-marker i {
  color: #c02126;
  font-size: 25px;
}

.section-events .post-cta {
  padding: 0 15px;
}

.section-events .btn {
  border-radius: 0;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  outline: none;
  margin-bottom: 15px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.section-events .btn.btn-primary {
  background: #c02126;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.section-events .btn.btn-primary:hover {
  background: #151515;
  border-color: transparent;
}

.section-events .btn.btn-primary.btn-outline {
  border-color: #c02126;
  background: transparent;
  color: #c02126;
  transition: all 300ms ease-in-out;
}

.section-events .btn.btn-primary.btn-outline:hover {
  border-color: #151515;
  color: #151515;
}

/* **********************************
 * **********************************
 * SINGLE - FINALISTS 
 * **********************************
 * ******************************* */

.navigation-buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navigation-buttons .btn-navigation a {
  background: #c02126;
  border: none !important;
  border-radius: 0;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.navigation-buttons .btn-navigation.btn-directory a {
  background: #001d3d;
}

.navigation-buttons .btn-navigation a:hover {
  background: #001d3d;
}

.navigation-buttons .btn-navigation.btn-directory:hover a {
  background: #c02126;
}

.btn-navigation.btn-prev {
	order: -1;
}

.btn-navigation.btn-directory {
	order: 0; /* Pushes it to the top */
}

.btn-navigation.btn-next {
	order: 1;
}

@media screen and (max-width: 768px) {
  .navigation-buttons {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .navigation-buttons .btn-navigation {
    width: 100%;
  }
  .navigation-buttons .btn-navigation a {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
	/* Reorder buttons for mobile */
  .btn-navigation.btn-directory {
    order: 1; /* Pushes it to the top */
  }

  .btn-navigation.btn-prev {
    order: 2;
  }

  .btn-navigation.btn-next {
    order: 3;
  }
}

.finalists-directory {
  overflow-x: auto;
}

.finalists-directory .bg-filter {
  background: #f5f5f5;
  padding: 30px;
}

#finalists-directory-results {
  overflow-x: scroll;
  padding: 0 30px;
  width: 100%;
}

.finalists-directory .form-control {
  border-radius: 0;
  border: 2px solid #efefef;
  margin-bottom: 20px;
  padding: 15px;
}
.finalists-directory .form-control:focus {
  border: 2px solid #c02126;
  box-shadow: 1px 1px 10px #80808026 !important;
  -webkit-box-shadow: 1px 1px 10px #80808026 !important;
  -moz-box-shadow: 1px 1px 10px #80808026 !important;
  outline: none !important;
}

.finalists-directory .form-control::placeholder {
	color: #272727 !important;	
}
.finalists-directory .form-control::-ms-input-placeholder {
	color: #272727 !important;
}

.finalists-directory .btn {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  padding: 10px 20px;
}

.finalists-directory .btn-clear,
.finalists-directory .btn-clear:hover {
  background: transparent;
  color: #c01823;
}

.finalists-directory .btn-submit {
  background: #c01823;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.finalists-directory .btn-submit:hover {
  background: #001d3d;
  color: #fff;
}
.finalists-directory .btn-profile {
  background: #001d3d !important;
  color: #fff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  text-align: center;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.finalists-directory .btn-profile:hover {
  background: #c01823 !important;
  color: #fff;
}

.results-item .text {
  font-size: 13px;
  padding-right: 5px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.finalists-directory table {
  border-collapse: collapse;
  min-width: 1000px;
}
.finalists-directory table thead th {
  background: #001d3d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 20px 0;
}
.finalists-directory table tr {
  border-bottom: 1px solid #e5e5e5;
}
.finalists-directory table tbody tr td {
  color: #151515;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4em;
}
.finalists-directory .results-row {
  background: #f5f5f5;
}

.finalists-directory .results-row a,
.finalists-directory .results-row a:hover {
  color: #151515;
  text-decoration: none;
}

.finalists-directory .results-row a.btn {
  background: #151515;
  color: #fff;
}

/* Finalists Directory - Pagination */
/* Basic pagination styles */
.pagination {
    text-align: center;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.pagination-item {
    display: inline;
    margin: 0 5px;
}

.pagination-item a {
    text-decoration: none;
    color: #c01823;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-item a:hover {
    background-color: #c01823;
    color: #fff;
    border-color: #c01823;
}

.pagination-item .current {
    background-color: #fff;
	border-radius: 4px;
    color: #c01823;
    border-color: #fff;
	padding: 8px 16px;
}

.pagination-item .current:hover {
    background-color: #efefef;
    border-color: #efefef;
	color: #c01823;
	cursor: not-allowed;
}

/* Optional: Add some additional styling for active, hover, and focus states */
.pagination-item a:active, .pagination-item a:focus {
    background-color: #c01823;
    color: #fff;
    outline: none;
    border-color: #c01823;
}


@media screen and (max-width: 500px) {
  .finalists-directory .flex-row {
    flex-direction: column !important;
  }
  .finalists-directory .btn-main-submit {
    margin-bottom: 10px;
    width: calc(50% - 20px);
  }
  .finalists-directory .btn-main-clear {
    margin-bottom: 10px;
    width: 50%;
  }
  .finalists-directory .btn-main-download {
    width: 100%;
  }
}

/* Loop on Finalists Overview Page */
.single-finalist-wrapper h6 {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

/* Finalists Overview - Hero */
.finalists-hero,
.finalists-hero-placeholder {
  position: relative;
  z-index: 1;
}

.finalists-hero .jet-listing-grid__item {
  padding: 0;
}

.finalists-hero::after {
  /* background: linear-gradient(90deg, transparent, rgba(27, 106, 157, 0.4)); */
  /* background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9)); */
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.finalists-hero .finalists-hero-content {
  /* background: url('/wp-content/uploads/2023/02/hero-background-repeat-short.gif') repeat-x bottom center; */
  /* background-size: contain; */
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.finalists-bio-wrapper div {
	margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .single-finalists-wrapper a {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  /* Events Overview - Mobile */
  .section-events .post-date-number,
  .section-events .post-month,
  .section-events .post-time,
  .section-events .map-marker,
  .section-events .post-venue,
  .section-events .post-city {
    text-align: center;
  }

  .section-events .post-time {
    margin-bottom: 20px;
  }

  .section-events .post-venue {
    padding-right: 0;
  }
}

/* DONATION PAGE */
.engage-highlight {
  background: #aadadc;
  display: inline-block;
  padding: 3px 5px;
  color: #c01823;
}

#donation-progress-bar, 
#donation-progress-bar .eael-progressbar-line,
#donation-progress-bar .eael-progressbar-line .eael-progressbar-line-fill {
	border-radius: 20px;
}

#donation-progress-bar {
	border: 2px solid #efefef;
}


/* 
 * --->>>
 * === PLUGINS
 * --->>> 
*/

/* M.E. CALENDAR */
.loop-event-item-desc ol,
.loop-event-item-desc p,
.loop-event-item-desc ul,
.paragraph-400,
.paragraph-600 {
  color: #151515;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}
.loop-event-item-desc ol,
.loop-event-item-desc p,
.loop-event-item-desc ul {
  font-weight: 400;
  margin-bottom: 10px;
}
.loop-event-item-desc p strong,
.paragraph-600,
.paragraph-600 .elementor-shortcode {
  font-weight: 600;
}
.mec-single-event .mec-event-export-module {
  display: none !important;
}
.paragraph-400,
.paragraph-400 .elementor-shortcode {
  font-weight: 400;
}
.mec-single-event .mec-frontbox-title {
  margin-bottom: 20px !important;
}
.mec-event-sharing {
  text-align: left !important;
}
.mec-event-sharing li {
  text-align: center !important;
}
.mec-event-social-icon a {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 1px solid #c01823 !important;
  background: #fff !important;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a {
  color: #c01823 !important;
}
[class*="mec-fa-"] {
  line-height: 1.5em !important;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a:hover {
  background: #c01823 !important;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a:hover i {
  color: #fff !important;
}
.mec-next-multiple .mec-time dl {
  margin-bottom: 0 !important;
}
.no-img-hover a:hover,
.no-img-hover a:hover img {
  opacity: 1 !important;
}
.mec-related-event-content h5 {
  line-height: 1.2em !important;
}
.mec-related-event-content a.mec-color-hover:hover {
  color: #151515 !important;
  line-height: 1.2em;
}

body.single-mec-events .mec-single-event-time {
  margin-bottom: 0 !important;
}

/* ELEMENTOR / ELEMENTOR PRO */
.elementor_library-template-default .entry-header {
  display: none;
}

/* GRAVITY FORMS */
.gform_wrapper.gravity-theme .gfield_checkbox label {
  cursor: pointer;
  font-size: 17px;
}
.campaign-city-select .gfield-choice-input {
  cursor: pointer;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}

/* UNKNOWN */
.generic ol li,
.generic p,
.generic ul li {
  font-size: 16px;
}
header {
  z-index: 20;
}
.educate .edu-form-content {
  height: 605px;
  display: relative;
}
.edu-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.generic .generic-banner {
  height: 300px;
  margin-top: -103px;
  background-image: url(/wp-content/uploads/2020/12/Screen-Shot-2020-12-29-at-1.42.53-PM.png);
  margin-bottom: 4em;
}
.generic p {
  line-height: 1.6;
}
.generic h3,
.our-research .content h3 {
  font-size: 38px;
  line-height: 1.1;
}
.our-research .content h3 {
  font-family: Raleway;
  color: #c01823;
  font-weight: 800;
}
.generic h1,
.generic h2,
.generic h3 {
  color: #c01823;
  font-family: Montserrat;
  font-weight: 700;
  clear: both;
}
.our-research .content p {
  font-family: Montserrat;
  font-weight: 700;
  clear: both;
  font-size: 16px;
}
.our-research .content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#submitBtn {
  color: #fff !important;
}
.container {
  max-width: 760px !important;
}
.our-research {
  padding: 7em 15px !important;
}

/* **************** 
 * INDIVIDUAL CITY PAGES 
 * ****************
 * */
.top-level-sponsor,
.bottom-level-sponsor {
	align-items: center; 
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

.top-level-sponsor .top-level-heading-text,
.bottom-level-sponsor .bottom-level-heading-text {
	color: #1f2644;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 40px; 
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 600;
}

.top-level-sponsor img,
.bottom-level-sponsor img {
	display: flex;
	height: auto !important;
	width: 100%;
	max-width: 175px !important;
}

/* Quarterly Report */
.eael-counter-number-suffix {
	vertical-align: middle !important;
}

.state-wrapper span {
	display: block !important;
}

.state-wrapper span.state,
.state-wrapper span.quarter,
.state-wrapper span.percent {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.state-wrapper span.state { font-weight: 700; margin-bottom: 3px; }
.state-wrapper span.quarter { margin-bottom: 2px; font-weight: 500; text-decoration: underline; }
.state-wrapper span.quarter.bottom { margin-top: 5px; }

@media screen and (max-width: 768px) {
	.state-wrapper span {
		display: block;
		line-height: 14px;
		padding: 2px 5px;
	}
}

.qr-gradient-heading-red-purple h3 {
  background: -webkit-linear-gradient(0.5turn, #C02126,#C02126, #64113F,#64113F,#64113F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

::selection .qr-gradient-heading-red-purple h3 { color: #fff !important; background: #C02126; -webkit-background-clip: none !important; -webkit-text-fill-color: #fff !important; }

.qr-counter-numbers .odometer-digit,
.qr-counter-numbers .odometer-digit-spacer,
.qr-counter-numbers span.odometer-value, 
.qr-counter-numbers .eael-counter-number-suffix,
.qr-counter-numbers .odometer-radix-mark {
	text-shadow: -2px -2px 0px #C02126,
		-1px -1px 0px #fff,
		2px 2px 0px #64113F !important;
	transition: all 300ms ease-in-out !important;
}

.qr-insights-wrapper img {
    border: 6px solid transparent !important;
    transition: border-color 300ms ease-in-out !important;
}

.qr-insights-wrapper:hover img {
    border-color: #C02126 !important;
}

.qr-insights-wrapper:hover p,
.qr-insights-wrapper:hover a span,
.qr-insights-wrapper:hover a svg {
	color: #151515;
	fill: #151515;
}

.qr-footer-cta {
	position: relative;
}

.qr-footer-cta::before {
	content: "";
    position: absolute;
    top: 0;
    left: -50px; /* Adjust the slant distance */
    width: 80px; /* Adjust the width to cover the slanted area */
    height: 100%;
    background: #fff;
    transform: skewX(-10deg); /* Skew the pseudo-element */
    z-index: 9;
}
.qr-footer-cta::after {
	content: "";
    position: absolute;
    top: 0;
    right: -50px; /* Adjust the slant distance */
    width: 80px; /* Adjust the width to cover the slanted area */
    height: 100%;
    background: #fff;
    transform: skewX(-10deg); /* Skew the pseudo-element */
    z-index: 9;
}

.qr-footer-cta::after {}
/* Modern Events Calendar */
.mbrp-arrow::before { color: #C02126 !important; }

/* Reports Page */
.reports-banner::before {
	left: 40px;
    top: 0;
    z-index: 99;
    background: #C02126;
    background: transparent -webkit-gradient(linear,left top,left bottom,from(#64113F),to(#C02126)) 0 0;
    background: transparent linear-gradient(180deg,#64113F,#C02126) 0 0;
    -webkit-transform: skewX(-5deg) translateX(-90%);
    transform: skewX(-5deg) translateX(-90%);
    min-height: 500px;
	content: " ";
    position: absolute;
    height: 100%;
    width: 120px;
}

/* .reports-banner::after {
	background-image: url('https://5050wob.com/wp-content/uploads/2024/04/slanted-transparent-purple-red.svg');
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 0;
	right: 250px;
	width: 350px;
	height: 100%;
	content: "";
	z-index: 9;
} */

.qr-loop-wrapper {
	overflow: hidden;
	position: relative;
}

.qr-loop-wrapper img {
	height: 100%;
	min-height: 260px;
	max-height: 260px;
	width: 100%;
	object-fit: cover !important;
}

.qr-loop-wrapper:hover .qr-button-text-hover a,
.qr-loop-wrapper .qr-button-text-hover:hover a,
.qr-loop-wrapper .qr-button-text-hover a:hover,
.qr-loop-wrapper:hover svg,
.qr-loop-wrapper:hover a span.elementor-button-icon,
.qr-loop-wrapper:hover .elementor-heading-title,
.qr-loop-wrapper:hover .elementor-heading-title a {
	color: #151515 !important;
	fill: #151515 !important;
}

.qr-loop-wrapper .qr-category {
	background: linear-gradient(90deg, #C02126, #64113F) !important;
	color: #fff !important;
	padding: 5px 15px;
	transition: all 300ms ease-in-out;
}

.qr-loop-wrapper .qr-category p,
.qr-insights-wrapper .qr-category p {
	color: #fff !important;
}
.qr-loop-wrapper:hover .qr-category {
	background: linear-gradient(90deg, #C02126, #C02126, #64113F) !important;
	color: #fff !important;
}

.qr-loop-wrapper:hover .qr-category p,
.qr-loop-wrapper:hover .qr-category a,
.qr-insights-wrapper:hover .qr-category p,
.qr-insights-wrapper:hover .qr-category a {
	color: #fff !important;
}

/* Global Summit Page */
#event-logistics {
	padding: 60px 0 !important;
}

#event-logistics .elementor-widget-heading { 
	margin-bottom: 0 !important; 
	scroll-padding-top: 140px !important; 
}

.gs-toggle .elementor-toggle-title { font-size: 22px !important; }
.gs-toggle .elementor-tab-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.gs-toggle .elementor-tab-content p,
.gs-toggle .elementor-tab-content ul,
.gs-toggle .elementor-tab-content ol {
	font-size: 20px !important;
}

.gs-toggle .elementor-tab-content ul,
.gs-toggle .elementor-tab-content ol {
	padding-left: 45px !important;
}

.gs-toggle .elementor-tab-content ul li {
	margin-bottom: 5px !important;
}

.gs-toggle .elementor-tab-content ol li {
	margin-bottom: 25px !important;
}

.gs-toggle .elementor-toggle-item:last-child {
	border: none !important;
}

.gs-toggle .elementor-toggle-icon.elementor-toggle-icon-right {
	position: relative !important;
	top: 17px !important;
}

@media screen and (max-width: 1280px) {
	.qr-loop-wrapper img {
		height: 100%;
		width: 100%;
		min-height: 350px;
		max-height: 400px;
	}
	
	#event-logistics {
		padding: 30px 20px !important;
	}
}

.fuzzy-container {
  position: relative !important;
  overflow: visible !important;
}

.fuzzy-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 30px rgba(124,101,158, 0.7);
  z-index: 99;
  width: 100%;
  height: 100%;
	transition: all 300ms ease-in-out;
}

.fuzzy-container:hover::after {
	box-shadow: inset 0 0 50px rgba(90,128,184, 0.7);
}

.global-summit-second-ticker .elementor-counter-title { text-align: center !important; }

/* 50 WTW */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --r: .8em;  
  border-block: .5em solid #0000;
  padding-inline: .5em calc(var(--r) + .25em);
  line-height: 1.8;
  clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .25em),calc(100% - var(--r)) 50%,100% .25em);
  background:
   radial-gradient(.2em 50% at left,transparent, transparent) border-box,
   #EDC34A padding-box; /* the color  */
  width: fit-content;
}

/* Annual Reports */
.annual-report-h1, 
.annual-report-h2 {
	margin-bottom: 5px !important;	
}

.annual-report-h1 h1, 
.annual-report-h2 h2 {
	background: #C02126;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 3px 6px;
	position: relative; 
	text-transform: uppercase;
	width: auto;
}

.annual-report-h1 h1::after,
.annual-report-h2 h2::after {
	display: block;
	height: 1px;
	width: 100%;
}

.annual-report-h2 h2 {
	font-size: 40px;
}

@media screen and (min-width:2560px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 200px !important;
	}
}

@media screen and (max-width:1920px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 200px !important;
	}
}

@media screen and (max-width:1440px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 150px !important;
	}
}

@media screen and (max-width:1280px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 100px !important;
	}
}

@media screen and (max-width:992px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 100px !important;
	}
}

@media screen and (max-width:768px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 50px !important;
	}
}

@media screen and (max-width:500px) {
	.annual-report-h1,
	.annual-report-h2 {
		margin-left: 20px !important;
	}
}

.ui-autocomplete {
	background: #fff !important;
	font-size: 14px;
	line-height: 1.2;
	padding: 30px 10px 10px; 
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 250px;
	list-style: none; 
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	border: 2px solid #C02126;
	border-top: none;
}

.ui-autocomplete::before {
	position: absolute; 
	content: "RESULTS";
	font-size: 11px; 
	color: #ccc !important;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	z-index: 9;
	top: 10px;
	left: 10px;
}

.ui-autocomplete li {
	color: #151515;
	font-family: "Montserrat", sans-serif;
	list-style-type: disc;
	margin-bottom: 5px; 
	margin-left: 20px;
	cursor: pointer;
	position: relative;
}

.ui-autocomplete li:hover {
	color: #C02126 !important;
}
/* 
 * --->>>
 * === MEDIA QUERIES
 * --->>> 
*/

.visible-mobile {
	display: none;
}
.fake-break {
	display: block;
}

/* POPUPS */
/* Global Summit - Speaker Bios */
.speaker-name {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #151515;
	margin-bottom: 10px;
	opacity: 0;
	animation: fadeIn 1s forwards;
}

.speaker-bio {
	opacity: 0;
	animation: fadeIn 1s forwards;
}

.rotate {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media screen and (min-width: 1031px) {
  header .navbar .navbar-nav .nav-item:hover .sub-menu {
    display: block;
  }
  header .navbar .nav-item.educatemenu button {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
	.visible-mobile { display: inline-block; }
	.fake-break { display: none; }
  header .navbar .nav-item .sub-menu {
    left: 10px;
  }
}
@media screen and (max-width: 1030px) {
  header .navbar .nav-item.educatemenu button {
    position: absolute;
    right: -8px;
    background: 0 0;
    border: none;
    outline: 0;
  }
  header .navbar .nav-item.educatemenu button i {
    color: red;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  header .container {
    max-width: calc(100% - 20px);
  }
  header .navbar .nav-item .sub-menu {
    left: 0;
  }
  header .navbar .nav-item.educatemenu::after {
    right: -4px;
  }

}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media screen and (max-width: 1599px) {
  .collaborate .cl-content {
    margin-top: 70px;
    min-height: 398px;
  }
}
@media screen and (max-width: 1400px) {
  .advocate .flex .col-lg-4 .content {
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-template-page-home header .navbar .navbar-nav {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 1.5em;
    padding-right: 0;
    margin-right: 1.5em;
  }
  header .navbar .navbar-brand img {
    width: 170px;
  }
  .home-banner .banner-slide .banner-outer {
    height: 420px;
    width: 420px;
    padding: 2em;
  }
  .home-banner .banner-content {
    max-width: 420px;
    margin-left: 75px;
  }
  .home-banner
    .banner-slide
    .banner-outer
    .banner-inner
    .inner-banner-txt
    .carousel-inner
    .carousel-item
    h2 {
    font-size: 60px;
  }
  .collaborate .cl-content h2,
  .heading h2,
  .winning-company .content h3,
  .winning-company .content h4 {
    font-size: 22px;
  }
  .home-banner .banner-content h2 {
    font-size: 32px;
  }
  .advocate .flex .col-lg-4 .content .inner-content a,
  .collaborate .cl-content p,
  .educate .edu-form-content .edu-btn a button,
  .home-banner .banner-content a button,
  .home-banner .banner-content p {
    font-size: 14px;
  }
  .educate .edu-form-content .form-content-heading h3 {
    font-size: 21px;
  }
  .advocate .flex .col-lg-4 .content .inner-content p,
  .educate .edu-form-content .edu-form .forn-group .form-control,
  .educate .edu-form-content .edu-form .forn-group label,
  .feature .content .content-txt p {
    font-size: 13px;
  }
  .advocate .flex .col-lg-4 .content .inner-content h3,
  .collaborate .cl-content button,
  .feature .content .content-txt h3 {
    font-size: 18px;
  }
  .collaborate .cl-img img {
    height: 400px;
  }
  .collaborate .cl-content {
    min-height: auto;
    padding: 2em;
  }
  .advocate .flex .col-lg-4 .content {
    width: 280px;
    height: 280px;
  }
  .feature .content img {
    height: 330px;
  }
  .feature .content .content-txt a {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .home-banner
    .banner-slide
    .banner-outer
    .banner-inner
    .inner-banner-txt
    .carousel-inner
    .carousel-item
    p {
    font-size: 15px;
  }
  .home-banner
    .banner-slide
    .banner-outer
    .banner-inner
    .inner-banner-txt
    .carousel-inner
    .carousel-item
    h5 {
    font-size: 17.5px;
  }
  .sinnup_contact .mc-field-group,
  .sinnup_contact .mc-field-group.group-email {
    width: 100%;
  }
  div.sinnup_contact {
    width: 100%;
    margin-left: 0;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 7px;
    padding-right: 0;
    font-size: 13px;
    margin-right: 1.5em;
  }
  header .navbar .navbar-brand img {
    width: 135px;
  }
  .home-banner .banner-slide .banner-outer {
    height: 320px;
    width: 320px;
    padding: 1em;
  }
  .home-banner .banner-content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 2em;
  }
  .home-banner .banner-slide {
    margin-top: 0;
  }
  .educate .edu-form-content {
    margin-bottom: 1em;
  }
  .educate .edu-form-content .form-content-heading p {
    font-size: 15px;
  }
  .collaborate .cl-img img {
    height: auto;
  }
  .collaborate .m-left {
    margin-left: 0;
  }
  .collaborate .m-right {
    margin-right: 0;
  }
  .collaborate .cl-content {
    margin-top: -32px;
  }
  .collaborate .flex {
    margin-top: 35px;
  }
  .advocate .flex .col-lg-4 .content {
    margin-bottom: 2em;
  }
  .advocate .ad-bg {
    background-position: 100% 100%;
    background-size: inherit;
  }
  .img-slider .slick-slide img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .vertical-nav-bar {
    display: none;
  }
  .report-banner {
    height: 300px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    width: calc(100% - 30px);
  }
  header .navbar .navbar-nav .nav-item:after {
    display: none;
  }
  header .navbar .nav-item .sub-menu {
    position: inherit;
    padding-left: 20px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
  }
  header .navbar .nav-item .sub-menu .menu-item {
    border-bottom: none;
  }
  header .navbar .nav-item.educatemenu::after {
    right: 0;
  }
  .navbar-toggler-icon {
    background-image: url("../images/menu.png");
    background-size: 25px 25px;
  }
  header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
  }
  .home-banner {
    padding-top: 0;
  }
  .home-banner .banner-content {
    margin-top: 3em;
  }
  header .navbar .navbar-brand img {
    background: #fff;
  }
  header .navbar-collapse .navbar-nav {
    padding-top: 4em;
  }
  button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .heading {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-banner .banner-content {
    max-width: 100%;
    padding: 1em 1em 3em;
  }
  .home-banner .banner-content h2 {
    font-size: 24px;
  }
  .home-banner .banner-slide .banner-outer {
    height: 290px;
    width: 290px;
    padding: 1em;
  }
  .educate .edu-form-content {
    padding: 1em 10px;
  }
  .educate .edu-form-content .edu-form {
    padding: 1em 10px 4em;
  }
  .educate .edu-form-content .edu-txt-content img,
  .winning-company .content img {
    max-width: 100%;
  }
  .educate .edu-form-content .edu-txt-content {
    padding: 0 1em;
  }
  .collaborate .cl-content h2,
  .heading h2 {
    font-size: 18px;
  }
  .collaborate .cl-content p,
  .footer .ft-bottom p,
  .footer .ft-content ul li:first-of-type,
  .footer .ft-form a button,
  .footer .ft-form p,
  .footer .ft-logo .address h3 {
    font-size: 13px;
  }
  .feature {
    padding-top: 3em;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  .feature .content img {
    height: auto;
  }
  .winning-company .content h3,
  .winning-company .content h4 {
    font-size: 16px;
  }
  .img-slider .slick-slide {
    padding: 1em 0 0;
  }
  .footer .ft-content ul li a,
  .footer .ft-logo .address p {
    font-size: 12px;
  }
  .footer .ft-form h3 {
    font-size: 17px;
  }
  .footer {
    padding: 2em 0;
  }
  header .navbar .navbar-brand img {
    width: 120px;
  }
	
	#event-logistics {
		padding: 20px !important;
	}

	.gs-toggle .elementor-toggle-title { font-size: 20px !important; }

	.gs-toggle .elementor-tab-content ul,
	.gs-toggle .elementor-tab-content ol {
		padding-left: 25px !important;
	}

	.gs-toggle .elementor-tab-content ul li {
		margin-bottom: 5px !important;
	}

	.gs-toggle .elementor-tab-content ol li {
		margin-bottom: 15px !important;
	}

}
/* GLOBAL CONVERSATION */
@media screen and (max-width: 500px) {
  .eicon-close:before {
    content: "X" !important;
    font-family: Montserrat, sans-serif !important;
  }
}
@media screen and (max-width: 400px) {
  #mc_embed_signup .foot {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-items: center;
  }

  #mc_embed_signup .referralBadge {
    width: 50%;
  }
  #mc_embed_signup .brandingLogo {
    justify-self: right;
  }

  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error,
  #mc_embed_signup .helper_text {
    display: inline-block;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
  }
  #mc_embed_signup .brandingLogo {
    justify-self: left;
  }
  #mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
  }
  #mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
  }
  #mc_embed_signup .mc-field-group.input-group label {
    display: inline;
  }
  #mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
  }
  #mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 0.5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
  }
  #mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    font-weight: 700;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
  }
  #mc_embed_signup #mce-error-response {
    display: none;
  }
  #mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
  }
  #mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: 0.5em 0;
  }
  #mc_embed_signup .helper_text {
    color: #8d8985;
    margin-top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
  }
  #mc_embed_signup #num-subscribers {
    font-size: 1.1em;
  }
  #mc_embed_signup #num-subscribers span {
    padding: 0.5em;
    border: 1px solid #ccc;
    margin-right: 0.5em;
    font-weight: 700;
  }
  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 2px 0 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #e85c41;
  }
  #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
  }
}

/* FOOTER */
.footer-logos {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0;
}

@media screen and (max-width: 500px) {
  .footer-logos {
    justify-content: flex-start;
  }
}

#sm-16844295759048745-1 > span,
.sub-arrow {
  color: #fff !important;
}

.menu-item-has-children a span.sub-arrow {
  color: #fff !important;
}
.menu-item-has-children a span.sub-arrow svg,
.menu-item-has-children a span.sub-arrow svg path {
  fill: #fff !important;
}

.header-menu-wrapper .menu-item-has-children a span.sub-arrow {
  color: #151515 !important;
}
.header-menu-wrapper .menu-item-has-children a span.sub-arrow svg,
.header-menu-wrapper .menu-item-has-children a span.sub-arrow svg path {
  fill: #151515 !important;
}

@media screen and (min-width: 1440px) {
  .hero-slide .hero-slide__inner .title {
    font-size: 70px;
  }
  .hero-slide .hero-slide__inner .content__inner {
    padding: 50px 50px 100px 50px;
  }
}

body.page-id-104474 .elementor-23409 .elementor-element.elementor-element-7fdb270 { box-shadow: none !important; }

#dafdirect_dsgtxt,
label[for="dafdirect_dsgtxt"]{ display: none !important; }

#dafdirectdiv { width: 60% !important; display: table; margin: 0 auto; font-size: 16px; border-width: 2px; }

#dafdirectdiv .whatThis a { text-align: center !important; width: 100% !important; font-size: 16px; }
#dafdirectdiv label[for="dafprovider"] { text-align: center !important; font-size: 16px !important; }
#dafdirectdiv select#dafprovider { width: 100% !important; display: block; font-size: 14px !important; }
#dafdirectdiv br { display: none !important; }

.accent-primary input[type="checkbox"] {
	accent-color: #c01823;
}

.sponsor-benefits-table tr td:first-child {
  text-align: left;
}

.sponsor-benefits-table tr td:not(:first-child) {
  text-align: center;
}

.sponsor-benefits-table tr td span {
  display: block; /* This ensures the span takes up the full width of the td */
}

/* -------------------------------------- */
/* --- EVENT CHAIRS (HERO) -------------- */
/* -------------------------------------- */
.city-events-grid {
    display: grid;
    gap: 0; /* Add space between the grid items */
}

.city-event-item { padding: 20px !important; font-family: "Montserrat", sans-serif !important;  text-align: center !important; display: flex; flex-direction: column; justify-content: space-between; }
.city-event-item .featured-image img { border-radius: 100px !important; margin: 0 auto 20px; display: block; max-width: 150px; }
.city-event-item .post-title { font-weight: 700 !important; line-height: 1 !important; color: #151515 !important; padding: 0 10px !important; font-size: 18px !important; margin-bottom: 15px !important; }

.city-event-item .corp-org,
.city-event-item .job-title { font-size: 16px !important; line-height: 1.2em !important; margin-bottom: 15px !important; color: #151515 !important; }

.city-event-item .job-title { font-weight: 500 !important; }
.city-event-item .corp-org { text-align: left !important; font-weight: 400 !important; }
.city-event-item .corp-org strong { font-weight: 600 !important; }
.city-event-item .person-edit-link { font-size: 14px !important; }

/* Base grid layout */
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px; /* Adjust gap as needed */
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; /* Adjust gap as needed */
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* Adjust gap as needed */
}

.grid-3-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1fr;
  gap: 16px; /* Adjust gap as needed */
}

.grid-3-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* Adjust gap as needed */
}

.grid-4-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr) repeat(3, 1fr);
  gap: 16px; /* Adjust gap as needed */
}

/* Tablet view - max-width: 768px */
@media screen and (max-width: 768px) {
	.city-event-item { padding: 0 20px !important; }
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-3 {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
  }
  
  .grid-3-2 {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
  }
  
  .grid-3-3 {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
  }
  
  .grid-4-3 {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
  }
}

/* Mobile view - max-width: 500px */
@media screen and (max-width: 500px) {
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .grid-2 {
    grid-template-columns: repeat(1, 1fr); /* Switch to 1 column */
  }
  
  .grid-3 {
    grid-template-columns: repeat(1, 1fr); /* Switch to 1 column */
  }
  
  .grid-3-2 {
    grid-template-columns: repeat(1, 1fr); /* Switch to 1 column */
  }
  
  .grid-3-3 {
    grid-template-columns: repeat(1, 1fr); /* Switch to 1 column */
  }
  
  .grid-4-3 {
    grid-template-columns: repeat(1, 1fr); /* Switch to 1 column */
  }
}