.conference-box {
  background: #00437e;
  color: #ffffff;
  text-align: right;
}

.conference-box h3 {
  font-weight: 800;
  font-size: 40px;
}

.conference-month .d-flex.justify-content-between.align-items-center.float-end {
  width: 30%;
}

.swiper .col-lg-4:nth-child(-n+3) .conference-card {
  margin-bottom: 1.5rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.swiper-button-prev, .swiper-button-next {
  height: 30px !important;
  background: #00437e;
  right: 0;
  top: 0;
}

.swiper-button-prev span, .swiper-button-next span {
  color: #f0f7fd;
  font-size: 36px;
}

.conference-month.mb-3.pb-4 .col-lg-9 .col-lg-4:nth-child(4) .conference-card, .conference-month.mb-3.pb-4 .col-lg-9 .col-lg-4:nth-child(5) .conference-card, .conference-month.mb-3.pb-4 .col-lg-9 .col-lg-4:nth-child(6) .conference-card {
  margin-top: 1.5rem !important;
}

.conference-card .content {
  background: rgba(255, 255, 255, 0.85);
  width: 90% !important;
  height: 90% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.conference-card .content h4 {
  color: #00437e;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

.conference-card .content .conference-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.conference-card .content .conference-info p {
  margin: 0;
  text-align: center;
  color: #00437e;
  font-size: 16px;
}

.conference-card .content .conference-info .read-more-link {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #00437e;
  font-size: 12px;
  margin-top: 10px;
}

.conference-card .content .conference-info .read-more-link.disable {
  opacity: 0.5;
}

.conference-card .content .conference-info .read-more-link.disable:hover {
  color: #00437e;
}

.conference-card .content .conference-info .read-more-link:hover {
  color: #6fc8f1;
}

.conference-card .content .conference-info .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

.conference-card .content .conference-info .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}

.conference-card .content .conference-info .read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.conference-card .content .conference-info .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

.post.conference h3 {
  color: #00437e;
  font-weight: bold;
  font-size: 24px;
}

.post.conference .content p:last-child {
  margin-bottom: 0px !important;
}

.post.conference .conference-event a {
  color: #000000;
}

.post.conference .conference-event p {
  color: #000000;
}

.post.conference .conference-event span {
  font-size: 20px;
  color: #00437e;
  font-weight: bold;
}

.post.conference .team-member h6 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.post.conference .team-member p {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
}

.post.conference section.form {
  background: #00437e;
}

.post.conference section.form h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
}

.post.conference section.form p {
  color: #ffffff;
}

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