@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Bold.eot");
  src: url("../fonts/D-DIN-PRO-Bold.eot?#iefix") format("rembedded-opentype"), url("../fonts/D-DIN-PRO-Bold.woff2") format("woff2"), url("../fonts/D-DIN-PRO-Bold.woff") format("woff"), url("../fonts/D-DIN-PRO-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#tinymce.mce-content-body {
  padding: 10px 20px 10px 10px !important;
}

html,
body {
  width: 100%;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  /*transition: all 0.3s ease;*/
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #13100D;
  font-weight: 400;
  line-height: 1.5rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "D-DIN-PRO";
  font-size: 1rem;
  line-height: 1.5em;
  color: #13100D;
  padding: 15px 0px;
  font-weight: 700;
  margin-bottom: 0px;
}

h1, .h1 {
  font-size: 3.9rem;
  line-height: 1em;
}

h2, .h2 {
  font-size: 2.7rem;
  line-height: 1em;
}

h3, .h3 {
  font-size: 2.3rem;
  line-height: 1.2em;
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.2em;
}

h5, .h5 {
  font-size: 1.3rem;
  line-height: 1em;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1em;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  padding: 16px 0px;
  margin: 0px;
}

.text-balanced {
  text-wrap: balance;
}

.title_font {
  font-family: "D-DIN-PRO";
}

.text_font {
  font-family: "Open Sans", sans-serif;
}

strong, .strong {
  font-weight: 600;
}

.big_text {
  font-size: 1.2rem;
}

ul {
  list-style-type: none;
  margin: 15px 0px 0px 15px;
}

ul li {
  padding: 6px 0px;
  position: relative;
}

ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -45px;
  background: url(../images/icons/bullet-red.svg) no-repeat center left;
}

a {
  color: #13100D;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video {
  margin: 15px 0px;
}

figcaption {
  font-style: italic;
  opacity: 0.8;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
}

/***********    TEXT COLORS  ***********/
/***************************************/
.white {
  color: #fff;
}

.black {
  color: #13100D;
}

.red {
  color: #CF1417 !important;
}

.red:hover {
  color: #CF1417 !important;
}

/***********    BG COLORS  ***********/
/***************************************/
.bg_white {
  background: #fff;
  color: #13100D;
}

.bg_black {
  background: #13100D;
  color: #fff;
}

.bg_black:hover {
  color: #fff;
}

.bg_light_grey {
  background: #F9F9F9;
}

.bg_red {
  background: #CF1417;
  color: #fff;
}

.bg_red:hover {
  color: #fff;
}

/***********    OTHER  ***********/
/***************************************/
.pt-0 { padding-top: 0px !important; }
.pb-0 { padding-bottom: 0px !important; }

.cover_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.responsive {
  width: 100%;
  height: auto;
}

.max_100 {
  max-width: 100%;
}

img {
  border: none;
}

.clear {
  clear: both;
}

.button {
  padding: 12px 28px 12px 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.button.forward_arrow {
  padding: 12px 22px 12px 28px;
}

.button.forward_arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../images/icons/chevron-forward-white.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  margin-bottom: 3.5px;
  vertical-align: middle;
}

.section_spacing {
  padding: 70px 0px;
  display: block;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  float: none;
  clear: both;
  margin-bottom: 1rem !important;
  max-width: 100%;
  height: auto !important;
}

@media (min-width: 768px) {
  .alignleft {
    float: left !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .alignright {
    float: right !important;
    margin-left: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .aligncenter {
    float: none !important;
    display: block;
    margin: 0px auto;
    margin-bottom: 1rem !important;
  }
  .alignnone {
    float: none !important;
    display: block;
    margin-bottom: 1rem !important;
  }
}
/********         PADDINGS      ********/
/***************************************/
.row-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-no-padding > [class*=col-],
.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-no-padding-right > [class*=col-],
.no-padding-right {
  padding-right: 0 !important;
}

.row-no-padding-left > [class*=col-],
.no-padding-left {
  padding-left: 0 !important;
}

.container-r {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  width: 100%;
  margin: 0px auto 0px auto;
}

@media (min-width: 576px) {
  .container-r {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-r {
    max-width: calc(720px + (100vw - 720px) / 2);
    margin: 0px 0px 0px auto;
  }
}
@media (min-width: 992px) {
  .container-r {
    max-width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-r {
    max-width: calc(1140px + (100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-r {
    max-width: calc(1320px + (100vw - 1320px) / 2);
  }
}
/********         CUSTOM STYLES      ********/
/***************************************/
#SiteWrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#HeaderWrapper {
  background-color: #fff;
  position: sticky;
  z-index: 99;
}

#HeaderWrapper .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#HeaderWrapper #LogoWrapper {
  width: 190px;
  flex: 0 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 12px 0px;
}

@media (min-width: 992px) {
  #HeaderWrapper #LogoWrapper {
    width: 345px;
    margin: 31px 0px;
  }
}
#HeaderWrapper #LogoWrapper .sep {
  display: block;
  width: 1px;
  height: 17px;
  background-color: #13100D;
}

@media (min-width: 992px) {
  #HeaderWrapper #LogoWrapper .sep {
    height: 33px;
  }
}
#HeaderWrapper #LogoWrapper img {
  max-height: 17px;
  width: auto;
}

@media (min-width: 992px) {
  #HeaderWrapper #LogoWrapper img {
    max-height: 33px;
  }
}
#HeaderWrapper #MainNav {
  display: none;
  flex: 1 0 0%;
}

@media (min-width: 992px) {
  #HeaderWrapper #MainNav {
    display: block;
  }
}
#HeaderWrapper #MainNav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#HeaderWrapper #MainNav ul li {
  flex: 0 1 auto;
  text-align: center;
}

#HeaderWrapper #MainNav ul li:before {
  content: none;
}

#HeaderWrapper #MainNav ul li.current-menu-item a {
  color: #CF1417;
  font-weight: 700;
}

#HeaderWrapper #MainNav ul li a {
  display: block;
  color: #13100D;
  padding: 8px 15px;
  font-weight: 600;
}

@media (min-width: 992px) {
  #HeaderWrapper #MainNav ul li a {
    padding: 8px 10px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #HeaderWrapper #MainNav ul li a {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
#HeaderWrapper #MainNav ul li.hilighted_item {
  border: 2px solid #CF1417;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 30px;
}

@media (min-width: 992px) {
  #HeaderWrapper #MainNav ul li.hilighted_item {
    padding: 4px 10px;
  }
}
@media (min-width: 1200px) {
  #HeaderWrapper #MainNav ul li.hilighted_item {
    padding: 4px 30px;
  }
}
#HeaderWrapper #MenuIcon {
  display: block;
  flex: 0 0 0%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #HeaderWrapper #MenuIcon {
    display: none;
  }
}
#MobilenNav {
  display: block;
}

#MobilenNav ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

#MobilenNav ul li {
  display: block;
  border-bottom: 1px solid #CF1417;
  padding-left: 2rem;
}

#MobilenNav ul li:before {
  content: none;
}

#BannerWrapper,
#InnerPGBannerWrapper {
  position: relative;
}

#BannerWrapper:after,
#InnerPGBannerWrapper:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(90deg, transparent, transparent 20px, #CF1417 20px, #CF1417 40px);
  z-index: 999;
}

#BannerWrapper.noboder:after,
#InnerPGBannerWrapper.noboder:after {
  content: none !important;
}

#BannerWrapper .banner_slide,
#InnerPGBannerWrapper .banner_slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  #BannerWrapper .banner_slide,
  #InnerPGBannerWrapper .banner_slide {
    padding: 80px 0px;
  }
}
#BannerWrapper .banner_slide .ofta_logo,
#InnerPGBannerWrapper .banner_slide .ofta_logo {
  max-width: 200px;
  margin: 0px auto;
}

@media (min-width: 992px) {
  #BannerWrapper .banner_slide .ofta_logo,
  #InnerPGBannerWrapper .banner_slide .ofta_logo {
    max-width: 300px;
  }
}
#BannerWrapper .banner_slide .ofta_logo:after,
#InnerPGBannerWrapper .banner_slide .ofta_logo:after {
  content: "";
  position: relative;
  display: block;
  margin: 15px auto 10px auto;
  width: 50%;
  height: 4px;
  background-color: #CF1417;
}

#BannerWrapper .banner_slide p,
#InnerPGBannerWrapper .banner_slide p {
  line-height: 1.2em;
}

#BannerWrapper .lSPager,
#InnerPGBannerWrapper .lSPager {
  padding: 0px;
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
}

#BannerWrapper .lSPager li:before,
#InnerPGBannerWrapper .lSPager li:before {
  content: none;
}

#InnerPGBannerWrapper h1 {
  text-wrap: balance;
}

#InnerPGBannerWrapper .red-border-bottom:after {
  content: "";
  width: 50%;
  max-width: 110px;
  height: 4px;
  background-color: #CF1417;
  display: block;
  margin: 20px auto 0px auto;
}

@media (min-width: 576px) {
  #InnerPGBannerWrapper .red-border-bottom.left-align-border:after {
    margin: 20px auto 0px 0px;
  }
}
#InnerPGBannerWrapper .banner_slide {
  padding: 0px 0px;
}

#InnerPGBannerWrapper .banner_slide .bg-overlay {
  background-color: rgba(19, 16, 13, 0.7);
  padding: 40px 0px;
  color: #fff;
}

@media (min-width: 992px) {
  #InnerPGBannerWrapper .banner_slide .bg-overlay {
    padding: 80px 0px;
  }
}
#InnerPGBannerWrapper .banner_slide .bg-overlay .ofta_logo {
  max-width: 180px;
  margin: 0px auto;
}

#InnerPGBannerWrapper .banner_slide .bg-overlay p {
  font-size: 1rem;
  line-height: 1.7rem;
  text-align: center;
}

#InnerPGBannerWrapper .banner_slide .bg-overlay .bread-crumb {
  font-size: 14px;
}

#InnerPGBannerWrapper .banner_slide .bg-overlay .article-info {
  font-size: 14px;
}

.MissionStatrement {
  text-align: center;
}

@media (min-width: 992px) {
  .MissionStatrement {
    text-align: left;
  }
}
.MissionStatrement ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .MissionStatrement ul {
    text-align: left;
    margin-left: 15px;
  }
}
.MakeADifference {
  text-align: center;
}

@media (min-width: 992px) {
  .MakeADifference {
    text-align: left;
  }
}
.MakeADifference .icon_wrapper {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}

.featured_icons .icon_wrapper img {
  max-width: 80%;
  height: auto;
  margin: 0px auto;
}

.GridiconWrapper .icon-grid {
  padding-top: 30px !important;
  padding-bottom: 15px !important;
}

.GridiconWrapper .icon_wrapper {
  height: 100%;
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.GridiconWrapper .icon_wrapper img {
  max-width: 105px;
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.GridiconWrapper .icon_wrapper strong {
  padding-left: 10px;
  width: calc(100% - 105px);
  text-align: left;
}

.OurPartners #partnerLogoSlider {
  margin: 30px auto 0px auto;
  padding: 0px;
}

.OurPartners #partnerLogoSlider img {
  height: 120px;
  width: auto;
}

.OurPartners #partnerLogoSlider li {
  margin: 0px 25px !important;
  padding: 0px;
  text-align: center;
}

.OurPartners li:before {
  content: none;
}

.OurPartnersFull #partnerSlider {
  display: flex;
}

.OurPartnersFull #partnerSlider li:before {
  content: unset;
}

.OurPartnersFull #partnerSlider .partnerItem {
  padding: 4% 8%;
  border: 1px solid #DEDCDC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}

.OurPartnersFull #partnerSlider .partnerItem img {
  max-height: 78px;
  width: auto;
  max-width: 150px;
  height: auto;
}

.OurPartnersFull #partnerSlider .partnerItem p {
  font-size: 16px;
}

.OurPartnersFull #partnerSlider .active .partnerItem {
  border: 1px solid #CF1417;
}

.arrow-left {
  background: url(../images/icons/slider-arrow.svg) no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-indent: 9999px;
  cursor: pointer;
  overflow: hidden;
}

.arrow-right {
  background: url(../images/icons/slider-arrow.svg) no-repeat right;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-indent: 9999px;
  cursor: pointer;
  overflow: hidden;
}

.FeaturedBlogs .article_wrapper {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .FeaturedBlogs .article_wrapper {
    margin-right: 3%;
    margin-bottom: 20px;
  }
}
.FeaturedBlogs .article_wrapper figure {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.FeaturedBlogs .article_wrapper figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 10;
}

.FeaturedBlogs .article_wrapper .label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 7px;
  background-color: #13100D;
  color: #fff;
  font-size: 0.77rem;
  display: inline-block;
}

.FeaturedBlogs .article_wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit the text to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  margin: 15px 0px;
}

blockquote {
  border: 1px solid #CF1417;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
  background: url(../images/icons/quote.svg) no-repeat top left;
  background-position: 30px 30px;
  margin: 16px 0px;
}

blockquote p {
  padding: 8px 0px;
}

.EventsLister .event_item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 40px;
  height: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  .EventsLister .event_item {
    margin-right: 3%;
    margin-bottom: 50px;
    height: calc(100% - 50px);
  }
}
.EventsLister .event_item figure {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  margin-bottom: 0px;
}

.EventsLister .event_item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 10;
}

.EventsLister .event_item figure .date_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  padding: 15px 20px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.EventsLister .event_item figure .date_wrap .date {
  font-size: 1.66rem;
  display: block;
  line-height: 0.9em;
}

.EventsLister .event_item figure .date_wrap .month {
  font-size: 0.88rem;
  display: block;
  line-height: 0.9em;
}

.EventsLister .event_item .text_container {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.EventsLister .event_item .text_container p {
  font-size: 13px;
  padding-top: 10px !important;
}

.EventsLister .event_item .text_container .cta {
  margin-top: auto;
}

.EventsLister .event_item .text_container .button {
  background-color: #fff;
  border: 1px solid #13100D;
  color: #13100D;
  font-weight: 600;
}

.RecentEvents #EventsListingWrapper .event_item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.RecentEvents #EventsListingWrapper .event_item figure {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  margin-bottom: 0px;
}

.RecentEvents #EventsListingWrapper .event_item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 10;
}

.RecentEvents #EventsListingWrapper .event_item figure .date_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  padding: 15px 20px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.RecentEvents #EventsListingWrapper .event_item figure .date_wrap .date {
  font-size: 1.66rem;
  display: block;
  line-height: 0.9em;
}

.RecentEvents #EventsListingWrapper .event_item figure .date_wrap .month {
  font-size: 0.88rem;
  display: block;
  line-height: 0.9em;
}

.RecentEvents #EventsListingWrapper .event_item .text_container {
  background-color: #13100D;
  color: #fff;
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.RecentEvents #EventsListingWrapper .event_item .text_container h5 {
  font-size: 1.15rem;
  margin-bottom: 15px;
}

.RecentEvents #EventsListingWrapper .event_item .text_container p {
  font-size: 13px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.RecentEvents #EventsListingWrapper .event_item .text_container p:last-child {
  margin-bottom: 0px;
  margin-top: auto;
}

.RecentEvents #EventsListingWrapper .event_item .text_container .button {
  border: 1px solid #fff;
}

.RecentEvents.white_bg #EventsListingWrapper .event_item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.RecentEvents.white_bg #EventsListingWrapper .event_item .text_container {
  background-color: #fff;
  color: #13100D;
}

.RecentEvents.white_bg #EventsListingWrapper .event_item .text_container .button {
  border: 1px solid #13100D;
}

.SectionCTA {
  position: relative;
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 86%);
  background: #FAFAFA url(../images/children-bg.jpg) no-repeat bottom;
  background-size: cover;
}

.SectionCTA:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(90deg, transparent, transparent 20px, #CF1417 20px, #CF1417 40px);
}

#post-container {
  min-height: 500px;
}

.ArticleFilterwrap {
  padding-bottom: 45px;
}

.ArticleFilterwrap strong {
  display: block;
}

@media (min-width: 576px) {
  .ArticleFilterwrap strong {
    display: inline-block;
  }
}
.ArticleFilterwrap span {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #E5E5E5;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  min-width: 95px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.ArticleFilterwrap span.active {
  background-color: #CF1417;
  color: #FFF;
}

.ArticlesLister .article_wrapper {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

@media (min-width: 768px) {
  .ArticlesLister .article_wrapper {
    margin-right: 3%;
    margin-bottom: 60px;
    height: calc(100% - 40px);
  }
}
.ArticlesLister .article_wrapper figure {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}

.ArticlesLister .article_wrapper figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 10;
}

.ArticlesLister .article_wrapper figure img.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  object-fit: none;
  z-index: 11;
}

.ArticlesLister .article_wrapper .label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 7px;
  background-color: #13100D;
  color: #fff;
  font-size: 0.77rem;
  display: inline-block;
}

.ArticlesLister .article_wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit the text to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  margin: 15px 0px;
}

.agenda-table {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.agenda-table table {
  width: 100%;
}

.agenda-table th, .agenda-table td {
  border: 1px solid rgba(217, 217, 217, 0.8666666667);
  padding: 8px;
  text-align: left;
}

.agenda-table th {
  background-color: #f2f2f2;
  text-align: center;
}

.agenda-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.agenda-table thead th {
  background-color: #CF1417;
  color: #fff;
}

.agenda-table tbody td {
  padding: 8px 15px;
}

.agenda-table tbody td:first-child {
  text-align: center;
}

.speaker-wrapper .speaker-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
  margin: 10px 0px;
}

.speaker-wrapper .speaker-item img {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the image precisely */
  width: 100%;
  height: 100%;
  object-fit: cover; /* This property makes the image cover the parent div */
  object-position: center;
}

.speaker-wrapper .speaker-item .speaker-details {
  position: absolute;
  bottom: 5%;
  left: 0px;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.Footer {
  position: relative;
  z-index: 10;
}

.Footer:before {
  content: "";
  position: absolute;
  top: -4px;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(90deg, transparent, transparent 20px, #CF1417 20px, #CF1417 40px);
}

.Footer nav#FooterNav ul {
  margin: 0px;
  padding: 30px 0px 0px 0px;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (min-width: 576px) {
  .Footer nav#FooterNav ul {
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
.Footer nav#FooterNav ul li {
  display: inline-block;
}

.Footer nav#FooterNav ul li:before {
  content: unset;
}

.Footer nav#FooterNav ul li a {
  color: #fff;
  font-size: 0.77rem;
}

.Footer .social-media-icons {
  margin: 0px;
  padding: 30px 0px 0px 0px;
}

@media (min-width: 576px) {
  .Footer .social-media-icons {
    padding: 0px 0px 0px 0px;
  }
}
.Footer .social-media-icons li {
  padding: 10px;
  display: inline-block;
}

.Footer .social-media-icons li:before {
  content: unset;
}

.Footer .social-media-icons li a {
  color: #fff;
  font-size: 22px;
}

.Footer .social-media-icons li a i {
  font-size: 22px;
}

.Footer p {
  font-size: 0.77rem;
}

.blog-content a {
  text-decoration: underline;
  color: #CF1417;
}

.blog-content a:hover {
  color: #CF1417;
}

.userway_buttons_wrapper {
  top: auto !important;
  bottom: 15px !important;
}

.lang-switch {
  flex: 1 0 1%;
  text-align: right;
}

#HeaderWrapper #MainNav {
  flex: none;
}

.lang-switch {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.lang-switch .l-curr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lang-switch ul {
  display: none;
  position: absolute;
  right: 0;
}

.lang-switch span {
  margin-left: 5px;
  margin-right: 5px;
}

.lang-switch:hover ul {
  display: block;
}

.lang-switch li {
  padding: 0px;
}

.lang-switch li:first-child {
  padding-top: 6px;
}

.lang-switch li::before {
  content: none;
  background: none;
}

.lang-switch li a {
  padding: 7px 15px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #373737;
  display: flex;
  background-color: #4a4a4a;
  color: #fff;
  align-items: center;
  margin-right: 10px;
}

.lang-switch li a:hover {
  background-color: #e75300;
}

.recent-event .event-sub {
  color: #13100D;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.recent-event #EventsListingWrapper {
  margin-top: 50px;
}

.custom_content_card .cardList .slick-track { 
  display:flex;
}

.custom_content_card .cardList .slick-track .slick-slide { padding: 10px; height: auto !important; }

.slick-prev:before, .slick-next:before {
  display: inline-flex;
  height: 40px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--clbt-colors-white-30, rgba(255, 255, 255, 0.30));
  background: rgba(18, 30, 40, 0.30);
}

.slick-prev { left: -40px; }
.slick-prev:before { content: "<"; }
.slick-next:before { content: ">"; }
.slick-dots li:before { content: none; }
.slick-dots li button { padding: 0; }
.slick-dots li button:before { font-size: 30px; opacity: 1; color:#121E28; }
.slick-dots li.slick-active button:before { color: #CF1417; }