.button {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans";
}
.button .icon {
  font-size: 16px;
  color: #FFFFFF;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.small {
  padding: 8px 16px;
}
.button.medium {
  padding: 12px 16px;
}
.button.large {
  padding: 24px;
}
.button.cta {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.button.cta:hover {
  background: #FEECED;
  color: #ED1C24;
}
.button.primary {
  background: #0C1A81;
  border: 1px solid #0C1A81;
}
.button.primary:hover {
  background: #EFF0FD;
  color: #0C1A81;
}
.button.primary:hover .icon {
  color: #0C1A81;
}
.button.primary:disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}
.button.secondary {
  background: #FEECED;
  border: 1px solid #FEECED;
}
.button.secondary:hover {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.button.disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}

.wysiwyg {
  font-family: Open Sans;
}
.wysiwyg h1 {
  font-size: 36px;
  /* Heading 1 */
  margin: 16px 0;
  font-weight: 900;
}
.wysiwyg h2 {
  font-size: 28px;
  /* Heading 2 */
  margin: 14px 0;
  font-weight: 900;
}
.wysiwyg h3 {
  font-size: 24px;
  /* Heading 3 */
  margin: 12px 0;
  font-weight: 900;
}
.wysiwyg h4 {
  font-size: 18px;
  /* Heading 4 */
  margin: 10px 0;
  font-weight: 900;
}
.wysiwyg h5 {
  font-size: 16px;
  /* Heading 5 */
  margin: 8px 0;
  font-weight: 900;
}
.wysiwyg h6 {
  font-size: 14px;
  /* Heading 6 */
  margin: 6px 0;
  font-weight: 900;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  margin: 10px 0;
}
.wysiwyg strong {
  font-weight: 700 !important;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg a {
  color: #0C1A81;
}

.hide {
  display: none !important;
}

.single-page-event {
  max-width: 1920px;
  padding: 60px 40px;
}
.single-page-event .cfa-title {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
.single-page-event .cfa-title::after {
  left: 0;
  transform: none;
}
.single-page-event .resources {
  background: var(--primary-50, #eff0fd);
  padding: 24px;
  color: var(--primary-700, #0c1a81);
}
.single-page-event .image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.single-page-event .featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This property crops the image while maintaining its aspect ratio */
}
.single-page-event .divider {
  height: 0.5px;
  background: #a9a9a9;
  margin: 40px 0;
  border: none;
}
.single-page-event .details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.single-page-event .details .custom-data p {
  color: #000;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-page-event .details .custom-data p .speaker {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
}
.single-page-event .details .share {
  text-align: right;
}
@media (max-width: 768px) {
  .single-page-event .details {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-page-event .details .share {
    text-align: left;
  }
}
.single-page-event .content {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.single-page-event .linked-post .title {
  color: var(--primary-700, #0c1a81);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.single-page-event .linked-post .name {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
}
.single-page-event .linked-post .description {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.single-page-event .linked-post * {
  margin-top: 32px;
}
.single-page-event .back {
  margin-top: 50px;
}
.single-page-event .back a {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .single-page-event .cfa-title {
    color: var(--primary-700, #0c1a81);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
  }
}
@media (min-width: 1440px) {
  .single-page-event {
    padding: 60px 148px;
  }
}
@media (min-width: 1920px) {
  .single-page-event {
    padding: 60px 388px;
  }
}
.with-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.with-icons .date, .with-icons .time, .with-icons .language {
  font-size: 14px !important;
  font-weight: 600;
}

/*# sourceMappingURL=single_event.css.map */
