.section-single-content {
  padding: 2.8125rem 0 5rem;
}
@media (min-width: 1200px) {
  .section-single-content {
    padding: 5rem 0 9.6875rem;
  }
}
.section-single-content.two-columns .container {
  max-width: 100.3125rem;
}
.section-single-content.two-columns .content-area {
  display: grid;
  max-width: 75.3125rem;
  gap: 1.5625rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .section-single-content.two-columns .content-area {
    grid-template-columns: 15.3125rem 1fr;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .section-single-content.two-columns .content-area {
    gap: 4.1875rem;
  }
}
@media (min-width: 992px) {
  .section-single-content.two-columns .content-holder {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-single-content.two-columns .sidebar-block {
    order: 1;
  }
}
.section-single-content h1,
.section-single-content .h1 {
  font-size: 2.625rem;
  line-height: 1.2380952381;
  letter-spacing: -0.0525rem;
}
@media (min-width: 992px) {
  .section-single-content h1,
  .section-single-content .h1 {
    font-size: 3.75rem;
    max-width: 69.625rem;
    margin: 0 auto 1.875rem;
    letter-spacing: -0.075rem;
  }
}
@media (min-width: 992px) {
  .section-single-content .content-area.sidebar-sticky .sidebar-block {
    position: sticky;
    top: 6.5625rem;
  }
}
@media (min-width: 992px) {
  .section-single-content .content-area h4,
  .section-single-content .content-area .h4 {
    margin: 0 0 1.5rem;
  }
}
.section-single-content .breadcrumbs-holder {
  display: grid;
  margin: 0 auto 1.75rem;
  gap: 0.9375rem 0;
  max-width: 75.3125rem;
}
@media (min-width: 768px) {
  .section-single-content .breadcrumbs-holder {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: space-between;
    margin: 0 auto 1.1875rem;
  }
}
.section-single-content .breadcrumbs-holder .addtoany_list .addtoany_share {
  display: none;
}
@media (min-width: 992px) {
  .section-single-content .container {
    max-width: 80.5625rem;
  }
}
.section-single-content .single-hero {
  text-align: center;
  margin: 0 0 5.375rem;
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt {
    position: relative;
    min-height: 25rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .section-single-content .single-hero.alt {
    min-height: 38.375rem;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt h1,
  .section-single-content .single-hero.alt .h1 {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt .img-block {
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt .text-block {
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt .post-info-list {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt .post-info-list a {
    color: #fff;
  }
  .section-single-content .single-hero.alt .post-info-list a:hover {
    color: #18AEE1;
  }
}
@media (min-width: 768px) {
  .section-single-content .single-hero.alt .post-info-list li:after {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .section-single-content .single-hero .img-block {
    aspect-ratio: 358/220;
  }
}
.section-single-content .single-hero .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-single-content .post-info-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: center;
  color: #10294C;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: -0.0175rem;
  margin: 0 0 2.125rem;
}
[data-theme=dark-blue] .section-single-content .post-info-list {
  color: #fff;
}
.section-single-content .post-info-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.section-single-content .post-info-list li::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.125rem;
  height: 1.6875rem;
  background: #10294C;
  margin: 0 2.875rem;
}
@media (max-width: 767px) {
  .section-single-content .post-info-list li::after {
    margin: 0 0.9375rem;
  }
}
[data-theme=dark-blue] .section-single-content .post-info-list li::after {
  background: #fff;
}
.section-single-content .post-info-list li:last-child::after {
  display: none;
}
.section-single-content .content-holder {
  max-width: 55.9375rem;
  margin: 0 auto;
}
.section-single-content .content-holder h2,
.section-single-content .content-holder .h2 {
  margin: 0 0 1.5625rem;
}
@media (min-width: 992px) {
  .section-single-content .content-holder h2,
  .section-single-content .content-holder .h2 {
    margin: 0 0 1.75rem;
  }
}
.section-single-content .content-holder a:not(.btn) {
  color: #18AEE1;
}
.section-single-content .content-holder a:not(.btn):hover, .section-single-content .content-holder a:not(.btn):focus {
  color: #10294C;
}
.section-single-content .content-holder p {
  margin: 0 0 1.5rem;
}
.section-single-content .content-holder figure {
  border-radius: 1.25rem;
  overflow: hidden;
  margin: 0 0 1.875rem;
  width: 100% !important;
}
@media (min-width: 992px) {
  .section-single-content .content-holder figure {
    margin: 0 0 3.9375rem;
    border-radius: 1.25rem 1.25rem 0.625rem 0.625rem;
  }
}
.section-single-content .content-holder figure img {
  width: 100%;
}
.section-single-content .content-holder figure figcaption {
  background: #fff;
  color: #10294C;
  padding: 0.75rem 1.5rem;
  letter-spacing: -0.0175rem;
}
@media (min-width: 1200px) {
  .section-single-content .content-holder figure figcaption {
    padding: 1.5rem 2.5rem;
    letter-spacing: -0.0225rem;
  }
}
.section-single-content .content-holder blockquote {
  background: #fff;
  border-radius: 0.625rem;
  border-left: 0.75rem solid #18AEE1;
  color: #10294C;
  padding: 1rem 1.75rem 1.5rem 1.4375rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 992px) {
  .section-single-content .content-holder blockquote {
    font-size: 1.5rem;
    line-height: 1.375;
    padding: 1.5rem 1.5rem 1.5rem 2.9375rem;
    margin: 0 0 6.5625rem;
  }
}
.section-single-content .content-holder blockquote p {
  margin: 0;
  letter-spacing: -0.0175rem;
}
@media (min-width: 992px) {
  .section-single-content .content-holder blockquote p {
    letter-spacing: -0.03rem;
  }
}
@media (max-width: 767px) {
  .section-single-content .sidebar-block {
    border-top: 0.0625rem solid #10294C;
    padding: 2.125rem 0 0;
  }
}
.section-single-content .sidebar-block .holder-block {
  display: grid;
  gap: 0.625rem;
  margin: 0 0 1rem;
}
@media (min-width: 992px) {
  .section-single-content .sidebar-block .holder-block {
    gap: 1.25rem;
    margin: 0 0 3.75rem;
  }
}
.section-single-content .sidebar-block .links-list {
  display: grid;
  font-size: 1rem;
  letter-spacing: -0.02rem;
  gap: 0.5rem;
  padding: 1.3125rem 0 0;
}
@media (min-width: 992px) {
  .section-single-content .sidebar-block .links-list {
    margin: 0 0 5rem;
    letter-spacing: -0.0225rem;
    gap: 0.375rem;
    padding: 0.6875rem 0 0;
    font-size: 1.125rem;
  }
}
[data-theme=dark-blue] .section-single-content .sidebar-block .links-list a {
  color: #fff;
}
[data-theme=dark-blue] .section-single-content .sidebar-block .links-list a:hover {
  color: #18AEE1;
}
.section-single-content .sidebar-block .links-list a.active {
  color: #18AEE1;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .section-single-content .sidebar-block .author-block {
    grid-template-columns: 4.6875rem 1fr;
    gap: 0.75rem;
  }
}
@media (min-width: 992px) {
  .section-single-content .sidebar-block .author-block .title {
    font-size: 1.125rem;
    letter-spacing: -0.0225rem;
  }
}
@media (min-width: 992px) {
  .section-single-content .sidebar-block .author-block .position {
    font-size: 0.75rem;
    letter-spacing: -0.015rem;
  }
}
@media (min-width: 992px) {
  .section-single-content .sidebar-block .author-block .img-frame {
    aspect-ratio: 75/70;
  }
}
.section-single-content .sidebar-block .social-holder .link {
  color: #10294C;
  text-decoration: underline;
  font-size: 0.875rem;
}
[data-theme=dark-blue] .section-single-content .sidebar-block .social-holder .link {
  color: #fff;
}
.section-single-content .sidebar-block .social-holder .link:hover {
  color: #18AEE1;
}
[data-theme=dark-blue] .section-single-content .social-holder a {
  color: #fff;
}
[data-theme=dark-blue] .section-single-content .social-holder a:hover {
  color: #18AEE1;
}
.section-single-content .social-holder .block-title {
  color: #10294C;
  letter-spacing: -0.0225rem;
  font-weight: 500;
  display: block;
}
[data-theme=dark-blue] .section-single-content .social-holder .block-title {
  color: #fff;
}
.section-single-content .social-holder .addtoany_list {
  margin: 0 0 0.625rem;
}
.section-single-content .social-holder .addtoany_list .addtoany_share {
  display: none;
}
.section-single-content .author-holder-block {
  border-top: 0.0625rem solid #10294C;
  display: grid;
  gap: 1.25rem;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .section-single-content .author-holder-block {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .section-single-content .author-holder-block {
    padding: 2.8125rem 0;
    margin: 3.9375rem 0 0;
  }
}
[data-theme=dark-blue] .section-single-content .author-holder-block {
  border-color: #fff;
}

.author-block {
  display: grid;
  grid-template-columns: 5.5625rem 1fr;
  align-items: center;
  gap: 1.0625rem;
}
[data-theme=dark-blue] .author-block .title {
  color: #fff;
}
.author-block:hover .img-frame img {
  transform: scale(1.1);
}
.author-block:hover .title {
  color: #18AEE1;
}
.author-block .title {
  transition: color 0.3s ease-in-out;
  color: #10294C;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
  letter-spacing: -0.02rem;
}
@media (min-width: 992px) {
  .author-block .title {
    letter-spacing: -0.03rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.author-block .position {
  display: block;
  color: #18AEE1;
  font-size: 0.875rem;
  letter-spacing: -0.0175rem;
}
@media (min-width: 992px) {
  .author-block .position {
    letter-spacing: -0.0225rem;
    font-size: 1.125rem;
  }
}
.author-block .img-frame {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #EBEBEB;
  aspect-ratio: 89/84;
}
[data-theme=blue] .author-block .img-frame {
  background: #5B8DB3;
}
.author-block .img-frame img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-user-cards {
  padding: 2.5rem 0 1.25rem;
}
@media (min-width: 1200px) {
  .section-user-cards {
    padding: 12.5rem 0 1.25rem;
  }
}
.section-user-cards .card-user .card--image {
  padding-top: 93%;
  position: relative;
  border-radius: 0.625rem;
  background: #ebebeb;
}
.section-user-cards .card-user .card--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.section-user-cards .card-user .card--body {
  padding: 0.75rem 0;
}
.section-user-cards .card-user .card--body h4 {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .section-user-cards .card-user .card--body h4 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.section-user-cards .card-user .card--body span {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.0225rem;
  color: #18aee1;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .section-user-cards .card-user .card--body span {
    margin-bottom: 0.8125rem;
    font-size: 1.125rem;
  }
}
.section-user-cards .card-user .card--body .social-list a path {
  transition: 0.2s all;
}
.section-user-cards .card-user .card--body .social-list a:hover path {
  fill: #18AEE1;
}

.section-faq {
  padding: 5.9375rem 0 3.125rem;
}
@media (min-width: 1200px) {
  .section-faq {
    padding: 7.5rem 0;
  }
}
[data-theme=dark-blue] .section-faq .section-heading h2,
[data-theme=dark-blue] .section-faq .section-heading .h2, [data-theme=blue] .section-faq .section-heading h2,
[data-theme=blue] .section-faq .section-heading .h2 {
  color: var(--theme-title);
}
[data-theme=dark-blue] .section-faq .accordion-body,
[data-theme=dark-blue] .section-faq .accordion-button, [data-theme=blue] .section-faq .accordion-body,
[data-theme=blue] .section-faq .accordion-button {
  color: var(--theme-color);
}
[data-theme=dark-blue] .section-faq .arrow svg path, [data-theme=blue] .section-faq .arrow svg path {
  fill: var(--theme-color);
}
[data-theme=dark-blue] .section-faq .accordion-item, [data-theme=blue] .section-faq .accordion-item {
  border-color: var(--theme-color);
}
@media (min-width: 1200px) {
  .section-faq h2,
  .section-faq .h2 {
    margin: 0 0 2.1875rem;
  }
}
.section-faq .container {
  max-width: 62.125rem;
}
.section-faq .notes-text a {
  color: #18AEE1;
  text-decoration: underline;
}
.section-faq .notes-text a:hover {
  text-decoration: none;
}
.section-faq .accordion {
  margin: 0 0 1.25rem;
}
@media (min-width: 1200px) {
  .section-faq .accordion {
    margin: 0 0 4rem;
  }
}
.section-faq .accordion-body {
  padding: 1.5625rem 0;
  color: #10294C;
}
.section-faq .accordion-button {
  transition: color 0.3s ease-in-out;
  background-color: transparent !important;
  color: #10294C;
  height: auto;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0.9375rem;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0.6875rem 0;
  letter-spacing: -0.03rem;
  justify-content: space-between;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .section-faq .accordion-button {
    font-size: 1.875rem;
    letter-spacing: -0.045rem;
    gap: 2.5rem;
    padding: 1.625rem 0;
  }
}
.section-faq .accordion-button:hover .arrow svg path {
  fill: #18AEE1;
}
.section-faq .accordion-button[aria-expanded=true], .section-faq .accordion-button:hover {
  color: #18AEE1;
}
.section-faq .accordion-button[aria-expanded=true] .arrow svg path, .section-faq .accordion-button:hover .arrow svg path {
  fill: #18AEE1;
}
.section-faq .accordion-button[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}
.section-faq .accordion-button:after {
  display: none;
}
.section-faq .accordion-button:focus {
  box-shadow: none;
}
.section-faq .accordion-button .arrow {
  transition: transform 0.3s ease-in-out;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .section-faq .accordion-button .arrow {
    width: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .section-faq .accordion-button .arrow {
    margin: -0.375rem 0.3125rem 0 0;
  }
}
@media (max-width: 991px) {
  .section-faq .accordion-button .arrow svg {
    width: 100%;
  }
}
.section-faq .accordion-button .arrow svg path {
  transition: fill 0.3s ease-in-out;
}
.section-faq .accordion-item {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 0.0625rem solid #10294C;
  border-radius: 0 !important;
}

.section-events {
  padding: 3.125rem 0;
}
@media (min-width: 1200px) {
  .section-events {
    padding: 6.25rem 0 6.25rem;
  }
}
.section-events .swiper {
  padding: 0 30% 0 0.9375rem;
}
@media (min-width: 768px) {
  .section-events .swiper {
    padding: 0 15% 0 0.9375rem;
  }
}
@media (min-width: 992px) {
  .section-events .swiper {
    padding: 0 10% 0 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .section-events .swiper {
    padding: 0 3% 0 3.125rem;
    margin: 0;
  }
}
.section-events .swiper .swiper-slide {
  height: auto;
  display: flex;
}
.section-events .swiper .arrows-holder {
  display: none;
}
@media (min-width: 769px) {
  .section-events .swiper .arrows-holder {
    align-content: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.5625rem 0 0;
    display: flex;
  }
  .section-events .swiper .arrows-holder .swiper-button-next,
  .section-events .swiper .arrows-holder .swiper-button-prev {
    top: auto;
    position: relative;
    margin-top: 0;
    left: auto;
    right: auto;
    width: 1.875rem;
    height: 1.875rem;
  }
  .section-events .swiper .arrows-holder .swiper-button-next svg,
  .section-events .swiper .arrows-holder .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .section-events .swiper .arrows-holder .swiper-button-next svg path,
  .section-events .swiper .arrows-holder .swiper-button-prev svg path {
    fill: #10294C;
  }
  [data-theme=dark-blue] .section-events .swiper .arrows-holder .swiper-button-next svg path,
  [data-theme=dark-blue] .section-events .swiper .arrows-holder .swiper-button-prev svg path {
    fill: #fff;
  }
}
.section-events .holder-block {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .section-events .holder-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .section-events .holder-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.card-event {
  background-color: rgba(78, 123, 157, 0.2);
  width: 100%;
}
[data-theme=blue] .card-event {
  background-color: #10294C;
}
@media (min-width: 1200px) {
  .card-event h4,
  .card-event .h4 {
    font-size: 2rem;
  }
}
.card-event .card-body {
  padding: 1.6875rem 0.9375rem 4.0625rem;
  position: relative;
}
@media (min-width: 992px) {
  .card-event .card-body {
    display: grid;
    align-items: start;
    padding: 1.25rem;
    grid-template-columns: 63% 1fr;
    gap: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .card-event .card-body {
    padding: 1.5625rem 1.875rem 2.375rem;
  }
}
@media (max-width: 991px) {
  .card-event .card-body .btn {
    position: absolute;
    bottom: 1.0625rem;
    left: 0.9375rem;
  }
}
[data-theme=blue] .card-event .card-body .btn:hover {
  background: #e56b27;
  border-color: #e56b27;
}
.card-event .card-image {
  position: relative;
  aspect-ratio: 265/172;
}
@media (min-width: 992px) {
  .card-event .card-image {
    aspect-ratio: 586/228;
  }
}
.card-event .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-event .text-block {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-event .text-block {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .card-event .text-block p {
    margin: 0 0 0.8125rem;
  }
}
.card-event .badge {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  background: #fff;
  color: #4E7B9D;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  font-stretch: 88%;
  letter-spacing: 0.04375rem;
  padding: 0.25rem 1rem;
  border-radius: 3.125rem;
  text-align: center;
}
@media (min-width: 992px) {
  .card-event .badge {
    right: 1.4375rem;
    top: 1.3125rem;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
.card-event h3 {
  margin-bottom: 0.6875rem;
  line-height: 1.1875;
}
.card-event .info-list {
  display: grid;
  gap: 0.3125rem;
  letter-spacing: -0.01875rem;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .card-event .info-list {
    letter-spacing: -0.0225rem;
    padding: 0.625rem 0 0;
    font-size: 1.125rem;
    justify-content: end;
  }
}
.card-event .info-list li {
  position: relative;
  padding: 0 0 0 1.5625rem;
}
@media (min-width: 992px) {
  .card-event .info-list li {
    padding: 0 0 0 1.875rem;
  }
}
.card-event .info-list .icon {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: -0.125rem;
}
@media (max-width: 991px) {
  .card-event .info-list .icon svg {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.section-event-hero {
  padding-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .section-event-hero {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .section-event-hero .single-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3.125rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-event-hero .single-hero {
    gap: 5.625rem;
  }
}
@media (min-width: 992px) {
  .section-event-hero .single-hero .img-block {
    aspect-ratio: 895/684;
  }
}
.section-event-hero .single-hero h1,
.section-event-hero .single-hero .h1 {
  font-size: 1.875rem;
  margin: 0 0 1rem;
}
@media (min-width: 992px) {
  .section-event-hero .single-hero h1,
  .section-event-hero .single-hero .h1 {
    font-size: 2.625rem;
    max-width: none;
    margin: 0 0 1.25rem;
  }
}
.section-event-hero .single-hero .brow {
  display: block;
  color: #18AEE1;
  font-weight: 500;
  letter-spacing: -0.02rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 992px) {
  .section-event-hero .single-hero .brow {
    font-size: 1.125rem;
    margin: 0 0 0.875rem;
  }
}
.section-event-hero .single-hero .info-list {
  display: grid;
  justify-content: center;
  gap: 0.3125rem;
  letter-spacing: -0.01875rem;
  font-size: 0.9375rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 992px) {
  .section-event-hero .single-hero .info-list {
    justify-content: flex-start;
    letter-spacing: -0.0225rem;
    font-size: 1.125rem;
  }
}
.section-event-hero .single-hero .info-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.625rem;
  padding: 0 0 0 1.75rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-event-hero .single-hero .info-list li {
    justify-content: flex-start;
    padding: 0 0 0 1.875rem;
  }
}
.section-event-hero .single-hero .info-list .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.0625rem;
}
@media (max-width: 991px) {
  .section-event-hero .single-hero .info-list .icon svg {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.section-event-hero .single-hero .info-list address {
  margin: 0;
}
.section-event-hero .single-hero .info-list .link-directions {
  flex-basis: 100%;
  color: #18AEE1;
  text-decoration: underline;
  white-space: nowrap;
}
.section-event-hero .single-hero .info-list .link-directions:hover, .section-event-hero .single-hero .info-list .link-directions:focus {
  color: #10294C;
}
.section-event-hero .single-hero .text-block > .btn {
  margin-top: 1.25rem;
}

.section-event-pricing {
  padding: 0 0 2.8125rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-event-pricing {
    padding: 0 0 5rem;
  }
}
.section-event-pricing .container {
  max-width: 55.9375rem;
}
.section-event-pricing .price {
  color: #10294C;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
@media (min-width: 992px) {
  .section-event-pricing .price {
    font-size: 2rem;
  }
}
.section-event-pricing .price-details {
  margin: 0;
}

.section-event-schedule > .container > h2,
.section-event-schedule > .container > .section-heading h2,
.section-event-schedule > .container > .section-heading h3,
.section-event-schedule > .container-fluid > h2,
.section-event-schedule > .container-fluid > .section-heading h2,
.section-event-schedule > .container-fluid > .section-heading h3,
.section-user-cards > .container > h2,
.section-user-cards > .container > .section-heading h2,
.section-user-cards > .container > .section-heading h3,
.section-user-cards > .container-fluid > h2,
.section-user-cards > .container-fluid > .section-heading h2,
.section-user-cards > .container-fluid > .section-heading h3,
.section-faq > .container > h2,
.section-faq > .container > .section-heading h2,
.section-faq > .container > .section-heading h3,
.section-faq > .container-fluid > h2,
.section-faq > .container-fluid > .section-heading h2,
.section-faq > .container-fluid > .section-heading h3,
.section-more-events > .container > h2,
.section-more-events > .container > .section-heading h2,
.section-more-events > .container > .section-heading h3,
.section-more-events > .container-fluid > h2,
.section-more-events > .container-fluid > .section-heading h2,
.section-more-events > .container-fluid > .section-heading h3 {
  color: #10294C;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .section-event-schedule > .container > h2,
  .section-event-schedule > .container > .section-heading h2,
  .section-event-schedule > .container > .section-heading h3,
  .section-event-schedule > .container-fluid > h2,
  .section-event-schedule > .container-fluid > .section-heading h2,
  .section-event-schedule > .container-fluid > .section-heading h3,
  .section-user-cards > .container > h2,
  .section-user-cards > .container > .section-heading h2,
  .section-user-cards > .container > .section-heading h3,
  .section-user-cards > .container-fluid > h2,
  .section-user-cards > .container-fluid > .section-heading h2,
  .section-user-cards > .container-fluid > .section-heading h3,
  .section-faq > .container > h2,
  .section-faq > .container > .section-heading h2,
  .section-faq > .container > .section-heading h3,
  .section-faq > .container-fluid > h2,
  .section-faq > .container-fluid > .section-heading h2,
  .section-faq > .container-fluid > .section-heading h3,
  .section-more-events > .container > h2,
  .section-more-events > .container > .section-heading h2,
  .section-more-events > .container > .section-heading h3,
  .section-more-events > .container-fluid > h2,
  .section-more-events > .container-fluid > .section-heading h2,
  .section-more-events > .container-fluid > .section-heading h3 {
    font-size: 2.375rem;
  }
}

.section-event-schedule {
  padding: 0 0 2.8125rem;
}
@media (min-width: 1200px) {
  .section-event-schedule {
    padding: 0 0 5rem;
  }
}
.section-event-schedule .container {
  max-width: 55.9375rem;
}
.section-event-schedule .section-heading {
  text-align: center;
  margin: 0 0 2rem;
}
.section-event-schedule .schedule-day + .schedule-day {
  margin-top: 2.5rem;
}
.section-event-schedule .schedule-day-label {
  color: #10294C;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0 0 0.75rem;
  border-bottom: 0.125rem solid #18AEE1;
}
@media (min-width: 992px) {
  .section-event-schedule .schedule-day-label {
    font-size: 1.25rem;
  }
}
.section-event-schedule .schedule-list {
  display: grid;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 0.0625rem solid rgba(16, 41, 76, 0.12);
}
.section-event-schedule .schedule-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.375rem 1rem;
  padding: 0.875rem 1.25rem;
}
.section-event-schedule .schedule-item:nth-child(even) {
  background: #e5f0f3;
}
.section-event-schedule .schedule-item + .schedule-item {
  border-top: 0.0625rem solid rgba(16, 41, 76, 0.12);
}
@media (min-width: 992px) {
  .section-event-schedule .schedule-item {
    padding: 1rem 1.75rem;
  }
}
.section-event-schedule .schedule-item-time {
  flex: 0 0 auto;
  min-width: 8.75rem;
  color: #18AEE1;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .section-event-schedule .schedule-item-time {
    font-size: 0.9375rem;
    min-width: 10rem;
  }
}
.section-event-schedule .schedule-item-title {
  color: #10294C;
}

.section-user-cards {
  padding: 2.5rem 0;
}
@media (min-width: 1200px) {
  .section-user-cards {
    padding: 3.75rem 0;
  }
}
.section-user-cards .section-heading {
  text-align: center;
  margin: 0 0 2rem;
}

.section-event-share {
  padding: 0 0 2.5rem;
  text-align: center;
}
.section-event-share .event-share-label {
  display: block;
  color: #10294C;
  font-weight: 500;
  margin: 0 0 0.625rem;
}
.section-event-share .addtoany_list {
  display: inline-flex;
  justify-content: center;
}
.section-event-share .addtoany_list .addtoany_share {
  display: none;
}

.section-more-events {
  padding: 2.8125rem 0;
  background: #e5f0f3;
}
@media (min-width: 1200px) {
  .section-more-events {
    padding: 5rem 0;
  }
}
.section-more-events .section-heading {
  margin: 0 0 1.75rem;
}
.section-more-events .section-heading h3 {
  margin: 0;
}
.section-more-events .card-event {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-more-events .card-event .card-image {
  flex-shrink: 0;
}
.section-more-events .card-event .card-body {
  flex: 1;
}
@media (min-width: 992px) {
  .section-more-events .card-event .card-body .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .section-more-events .card-event .card-body .btn {
    margin-top: auto;
  }
}
.section-more-events .card-event h4,
.section-more-events .card-event .h4 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .section-more-events .card-event h4,
  .section-more-events .card-event .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .section-more-events .card-event h4,
  .section-more-events .card-event .h4 {
    font-size: 1.25rem;
  }
}
.section-more-events .card-event .info-list {
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .section-more-events .card-event .info-list {
    font-size: 0.875rem;
  }
}