.t4_random_date{
	font-size:14px;
  	color:#454545;
  	display:none;
}

.full_event_outer {
}

.full_event_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 32px;
}

.full_event_text {
  /* placeholder */
}

section#content .full_event_text h1 {
  font-family: oswald, arial, helvetica, sans-serif;
  font-style: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 22px;
  color: #002460;
  margin-bottom: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: capitalize;
}

.full_event_text div p,
.full_event_text div a,
.full_event_text div p a {
  margin-bottom: 16px;
  line-height: 1.25;
  color: #191919;
  text-decoration: none;
}

.full_event_image {
  display: none;
}

.full_event_details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 36px;
}
section#content .full_event_details h2 {
  font-family: oswald, arial, helvetica, sans-serif;
  font-style: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 18px;
  color: #454545;
  margin-bottom: 8px;
   font-weight:500;

}


section#content .full_event_text div h2 {
  font-family: oswald, arial, helvetica, sans-serif!important;
  font-style: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 550;
  font-weight:500;
  font-size: 18px;
  color: #191919;
  margin: 16px 0 8px;
}

section#content .full_event_text div h3 {
 margin-bottom: 8px;
  line-height: 1.25;
  color: #191919;
  text-decoration: none;
  font-size:16px;
  font-weight:500;
}


section#content .full_event_text div ol {
  list-style:auto;
}
.full_event_audience {
  /* placeholder */
}

.full_event_time {
  font-size: 16px;
  color: #191919;
}

.full_event_location {
  font-size: 16px;
  color: #191919;
}

.full_event_download {
  display: flex;
  justify-content: center;
  gap: 8px;
  background-color: #fed000;
  color: #002460;
  border: none;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 12px;
}

.full_event_download span {
  font-size: 16px;
  color: #002460;
}

.full_event_download img {
  width: 20px;
  height: 20px;
}

/* sm 640px  */
@media (min-width: 640px) {
  .full_event_outer {
    /* placeholder */
  }
  .full_event_inner {
    /* placeholder */
  }
  .full_event_text {
    /* placeholder */
  }
  .full_event_image {
    /* placeholder */
  }
  .full_event_details {
    /* placeholder */
  }
  .full_event_audience {
    /* placeholder */
  }
  .full_event_time {
    /* placeholder */
  }
  .full_event_location {
    /* placeholder */
  }
}

/*md 768px*/
@media (min-width: 768px) {
  .full_event_outer {
    /* placeholder */
  }
  .full_event_inner {
    grid-template-columns: 400px auto;
    column-gap: 48px;
  }
  .full_event_text {
    grid-column-start: 1;
  }
  .full_event_image {
    grid-column-start: 2;
    grid-row: 1/3;
    display: block;
  }
  .full_event_image img {
    max-width: 300px !important;
  }
  .full_event_details {
    grid-column-start: 1;
  }
  .full_event_audience {
    /* placeholder */
  }
  .full_event_time {
    /* placeholder */
  }
  .full_event_location {
    /* placeholder */
  }
  .full_event_download {
    grid-column-start: 1;
    padding: 16px 24px;
    width: fit-content;
    margin-top: 12px;
  }
}

/* lg 1024px */
@media (min-width: 1024px) {
  .full_event_outer {
    /* placeholder */
  }
  .full_event_inner {
    grid-template-columns: 575px 400px;
    column-gap: 72px;
  }
  section#content .full_event_text h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .full_event_image {
    grid-row: 1/2;
  }
  .full_event_image img {
   
  }
  .full_event_details {
    grid-column: 1/3;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    margin-top: 16px;
  }
  .full_event_audience {
    /* placeholder */
  }
  .full_event_time {
    /* placeholder */
  }
  .full_event_location {
    /* placeholder */
  }
  .full_event_download {
    grid-column-start: 1;
    padding: 16px 24px;
    width: fit-content;
    margin-top: 0px;
  }
}

/*xl 1280px*/
@media (min-width: 1280px) {
  .full_event_outer {
    /* placeholder */
  }
  .full_event_inner {
    /* placeholder */
  }
  .full_event_text {
    /* placeholder */
  }
  .full_event_image {
    /* placeholder */
  }
  .full_event_details {
    /* placeholder */
  }
  .full_event_audience {
    /* placeholder */
  }
  .full_event_time {
    /* placeholder */
  }
  .full_event_location {
    /* placeholder */
  }
}

/*2xl 1536px*/
@media (min-width: 1536px) {
  .full_event_outer {
    /* placeholder */
  }
  .full_event_inner {
    /* placeholder */
  }
  .full_event_text {
    /* placeholder */
  }
  .full_event_image {
    /* placeholder */
  }
  .full_event_details {
    /* placeholder */
  }
  .full_event_audience {
    /* placeholder */
  }
  .full_event_time {
    /* placeholder */
  }
  .full_event_location {
    /* placeholder */
  }
}

/*3xl 2048px */
@media (min-width: 2048px) {
  .full_event_outer {
    /* placeholder */
  }
  .full_event_inner {
    /* placeholder */
  }
  .full_event_text {
    /* placeholder */
  }
  .full_event_image {
    /* placeholder */
  }
  .full_event_details {
    /* placeholder */
  }
  .full_event_audience {
    /* placeholder */
  }
  .full_event_time {
    /* placeholder */
  }
  .full_event_location {
    /* placeholder */
  }
}









