/* top area */
.cat-side-img {
  max-width: 36px;
  padding-left: 8px;
}
.education-details .event-d.right-pagetext .lower {
  background: #fff;
  padding: 0px 0px 0px;
  border: 1px solid rgba(0,0,0,.1);
  text-align: center;
}
.education-details .event-d.right-pagetext .lower .details {
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.event-d .btn.solid {
    display: block;
    max-width: 86%;
    margin: 20px auto;
}
.event-d .btn.outline {
    display: block;
    max-width: 86%;
    margin: -10px auto 20px;
    background-color: #fff;
    border-color: #aef131;
    border-width: 2px;
}
.category.mt {margin-top: 20px;}
.event-lnk {color: #00afe9;}

.event-d {
  margin-bottom: 20px;
}

.event-d h2 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  background: #003E75;
  padding: 10px;
  margin-bottom: 0px;
}

.event-d .lower-ev {
  background: #fff;
  padding: 0px 0px 0px;
  border: 1px solid rgba(0,0,0,.1);
  text-align: center;
}

.event-d .lower-ev .details-ev {
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
/* /// top area */

.rightlist .group {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.rightlist li {
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2em;
	color: #003E75;
    cursor: pointer;
    padding-bottom: 10px;
}
.rightlist li {
	padding-left: 0px;
    list-style: none;
}
.rightlist li.active {
    list-style-image: url('../png/polygon-22.png');
    padding-left: 0px;19
}

.rightlist.-mobile-grid {display: none;}
@media screen and (max-width: 767px) {
    .rightlist.-mobile-grid {
      grid-template-columns: 1fr 1fr;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .rightlist.-mobile-grid .-lft {width: 110px;}
    .rightlist.-mobile-grid .-rgt {flex-grow: 1;}
    .rightlist.-desktop {display: none;}
}

/* speakers */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.grid-item {padding: 20px 0px 10px 0px;}
.speakers .image {
	max-width: 60px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}
.name {
    font-weight: bold;
    color: #003E75;
    margin-bottom: 0px;
}
.company {font-weight: 300;}
/* /// speakers */


/* details */
.details {margin-top: 30px;}
.details .detailslev1.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}
.details .grid-item {padding: 3px 0px 10px 0px;}
.details .grid-item .group {padding: 5px 0px 16px 0px;}
.details .title {
    font-weight: bold;
    color: #003E75;
    margin-bottom: 0px;
}
.details .copy {font-weight: 300;}

.details hr {
    border-color: : #EEEEEB !important;
    margin: 0px 0px;
}
.detailslev2 .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.detailslev2 .grid-item {
    padding: 3px 0px 10px 0px;
}
.detailslev2 .copy {font-weight: 300;}
.detailslev2 .title {
  font-weight: bold;
  color: #003E75;
  margin-bottom: 0px;
  margin-top: 20px;
}
.detailslev2 .title img {
    width: 22px;
    margin-top: -3px;
    padding-left: 6px;
}
/* /// details */

/* participate */
.participate {margin-top: 30px;}
/* /// participate */


/* handouts */
.handouts {margin-top: 30px;}
.handouts p {
    line-height: 1.7em;
    margin-bottom: 0px;
}
.handouts p a {
    font-family: 'Roboto',sans-serif;
    color: ##00AFE9;
    font-size: 16px;
}
.handouts p a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 18px;
  background-image: url('../png/arrow-down-lines.png');
  background-size: cover;
  background-position: center;
  margin-left: 10px;
}
/* /// handouts */


/* fees */
.fees {margin-top: 30px;}
.fees .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.fees .grid-item {
    padding: 20px 0px 10px 0px;
}
.fees .fee {
    font-weight: bold;
    color: #003E75;
    margin-bottom: 0px;
}
.fees .price {font-weight: 300;}
/* /// fees */


/* tags */
.tags {margin-top: 30px;}
.tags .category {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #003E75;
  background-color: rgba(0, 175, 233,.16);
  padding: 5px 20px;
  margin-top: 12px !important;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 30px;
  text-transform: uppercase;
}
/* /// tags */

/* Left side nav. component. "Fixed" behavior */
.rightlist.-desktop.-fixed {
    position: fixed;
    top: 150px;
    max-width: 290px; /*max-width: 330px;*/
}
@media screen and (max-width: 991px) {
    .rightlist.-desktop.-fixed {
        top: 165px;
    }
}
.rightlist.-desktop.-fixed.-not-enough-space > div > .group {
    display: none;
}
.rightlist.-desktop.-fixed.-not-enough-space.-too-little-space > div > span,
.rightlist.-desktop.-fixed.-not-enough-space.-too-little-space > div > img {
    display: none;
}
.mobilesponsoredby {display: none;}



.swiper-wrapper{
    display: flex;
    align-items: center;
}
  .swiper {
    width: 100%;
    margin-bottom: 10px;
  }
   .swiper.image-only {
    margin-bottom: 30px;
  }
  .image-overlay .swiper.image-only {
    margin-bottom: 0;
    display: flex;
  }
  .swiper-pagination{
      text-align: left;
      position: relative;
      margin-top: 10px;
  }
  .swiper-slide img{
      width: 100%;
      margin-right: 10px;
      cursor: pointer;
  }
  .swiper-scrollbar{
      display: none;
  }
  .swiper-note{
      text-align: right;
      margin-top: -28px;
      color: #00AFE9;
      text-decoration: underline; 
      font-weight: bold;
  }
  .swiper-button-next, .swiper-button-prev{
      background: #003E75;
      color: #fff;
      width: 25px;
      height: 35px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
      font-size: 18px;
      color: #fff;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
      right: 0;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
      left: 0;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
      background: none;
      border: 2px solid #003E75;
      opacity: 1;
  }
  .swiper-pagination-bullet-active{
      background: #003E75 !important;
  }
  
  .playbtn {
    position: absolute;
    top: 36%;
    width: 50px !important  ; 
    left: 42%;
    cursor: pointer;
}
.videoPopup:hover > .playbtn{
    fill:#ffffff;
    stroke: #ffffff;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background: #000;
}
  
  
  .image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
  }
  
  .image-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  
  .image-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
  }
  
  .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    font-weight: bold;
    z-index: 1103 !important; /* Above everything */
  }



.about-img-block{
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    align-items: center;
}
.about-img-block img{
    width: 100%;
}
.about-img-block .txt-block{
    width: 45%;
    padding: 20px;
}
.about-img-block .txt-block p{
    margin-bottom: 0;
}

.about-images{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.about-images img{
    width: calc(50% - 10px)

}

.single-popup{
    cursor: pointer;
}
.videoPopup{
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sw1_clone{
    width: 90%;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    position: relative; /* Ensure positioning context for absolute video player */
}

#sw1_clone .swiper-button-next, #sw1_clone .swiper-button-prev{
    width: 40px;
    height: 70px;
    z-index: 1102 !important; /* Above video player */
}
#sw1_clone .swiper-button-next:after, #sw1_clone .swiper-button-prev:after{
    font-size: 40px;
}

#sw1_clone .swiper-slide img{
    margin-right: 0;
}

#sw1_clone .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, #sw1_clone .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
    border: 2px solid #ffffff;
    width: 20px;
    height: 20px;

}

#sw1_clone .swiper-horizontal>.swiper-pagination-bullets, #sw1_clone .swiper-pagination-bullets.swiper-pagination-horizontal, #sw1_clone .swiper-pagination-custom, #sw1_clone .swiper-pagination-fraction{
    top: 5px;
    text-align: center;
    z-index: 1102 !important; /* Above video player */
}

.image-overlay img{
    border-radius: 0;
    width: 90%;
}

#sw1_clone video{
    width: 90%;
}

#sw1_clone .swiper-slide img{
    cursor: default;
}

#brightcove-player-div {
    pointer-events: auto; /* Ensure video is interactive when visible */
    background: rgba(0, 0, 0, 0.9); /* Dark background to cover thumbnail */
}



/* @medias */
@media screen and (max-width: 991px) {
    .grid-container {grid-template-columns: repeat(2, 1fr); grid-gap: 0px;}
    .event-d {
      margin-top: 20px;
    }
    /* testing */
    .fixside.container {max-width: 95% !important;}
    .fixside .col-md-9 {padding-left: 45px;}
    /* /// testing */

    .about-img-block{
        display: block;
    }
    .about-img-block .txt-block{
        width: 100%;
    }

    #sw1_clone, #sw1_clone video, .image-overlay img{
        width: 100%;
        max-width: 100%;
    }
    #sw1_clone .swiper-button-next, #sw1_clone .swiper-button-prev{
        width: 20px;
        height: 30px;
    }
    #sw1_clone .swiper-button-next:after, #sw1_clone .swiper-button-prev:after{
        font-size: 20px;
    }
    #sw1_clone .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, #sw1_clone .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
    {
        border: 1px solid #ffffff;
        width: 10px;
        height: 10px;

    }
    #overlayVideo.single-video{
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .grid-container {grid-template-columns: repeat(1, 1fr);}
    .details .detailslev1.grid-container {grid-template-columns: repeat(1, 1fr); grid-gap: 0px;}
    .detailslev2 .grid-container {grid-template-columns: repeat(1, 1fr); grid-gap: 0px;}
    .fees .grid-container {grid-template-columns: repeat(1, 1fr); grid-gap: 0px;}
    .fees .grid-item {padding: 0px 0px 10px 0px;}
    .mobilesponsoredby {
      width: 100%;
      display: block;
      margin-top: 8px;
      margin-bottom: 8px;
    }
}

@media screen and (min-width: 992px) {
    .about-img-block img {
        max-height: 400px;
    }
}

.home-video-play:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(../svg/play-button.svg) no-repeat center;
    pointer-events: none;
    box-sizing: border-box;
    background-origin: content-box;
    background-clip: content-box;
    background-size: 40% 40%;
    margin: 0px;
    left: 0;
}
