.community-page-home .foreground-layer .markdown-contain span,
.community-page-home .foreground-layer .markdown-contain a,
.community-page-tickets .foreground-layer .markdown-contain span,
.community-page-tickets .foreground-layer .markdown-contain a,
.community-page-agenda .foreground-layer .markdown-contain span,
.community-page-agenda .foreground-layer .markdown-contain a,
.community-page-speaker .foreground-layer .markdown-contain span,
.community-page-speaker .foreground-layer .markdown-contain a,
.custom-section .foreground-layer .markdown-contain span,
.custom-section .foreground-layer .markdown-contain a,
.custom-section .foreground-layer .markdown-contain p,
.li-description ul li{
	font-size:16px!important; line-height:26px;
}
.bs-ticketList-wgt .li-item{
    background:#031229!important;
}
.primary .btn-widget{
    z-index:1;
}
.community-section-galleryList .image-dropzone .justified-gallery{
    pointer-events:none;
}
/* top strip */
.bs-website .bs-section.community-section-text-25 {
    position: fixed;
    /* top: 70px; */
    display: block;
    width: 100%;
    z-index: 9;
}
.bs-website .bs-section.community-section-text-25 .foreground-layer {
    padding: 1em 0 !important;
    min-height: auto !important;
}
.markdown-contain a {
    text-decoration: none !important;
}
/* top stripend  */
/* social link hide  */
/* .zsiq_theme1.zsiq_floatmain{display:none !important;} */
.community-section-footer .social.link{display:none !important;}

/* Banner Section */
.community-section-Slide-1{
    height:700px!important;
}

.community-section-Slide-1 .background-layer{
    background-image:none!important;
    background-color:#000!important;
}
.community-section-Slide-1 .banner-widget.layout-medium .media-element .media-video{
    height:174px!important;
    width:700px;
}
.community-section-Slide-1 .media-element:not(.secondary-media) .media-image{
    width: 70%;
}
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image{
    position:relative; top:-60px;
}
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image img{
    width: 60%; margin:0 auto;
}
/* .main-banner .banner-content{
	animation: zoomOut 1s normal forwards ease-in-out;
	animation-duration:8s!important;
}
@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1, 1);
    }
} */
/* Banner Section end */
/* section one start */

.community-section-mediaWithButton-1 article.foreground-layer.bs-container {
    padding:85px 40px!important;
}
.community-section-mediaWithButton-1 .community-section-mediaText {
    background:#f4f4f4;
    padding: 75px 228px;
    position: relative;
}
.community-section-mediaWithButton-1 .community-section-mediaText:before,
.community-section-mediaWithButton-1 .community-section-mediaText:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(https://cdev.manageengine.com/server/newsletter/html/london-uc-patern-1.png) no-repeat 0 0;
}
.community-section-mediaWithButton-1 .community-section-mediaText:before {
    left: -40px;
    top:-50px;
    background-size: 100%;
}
.community-section-mediaWithButton-1 .community-section-mediaText:after {
    transform: rotate(180deg);
    bottom: -50px;
    right: -50px;
    background-size: 100%;
}
/* section one End */

/* section two Start */
.community-section-mediaWithTextList-1 .section-title:before{
    content:'';
    position:absolute;
  width: 760px;
  height:76px;
  background: url(https://cdev.manageengine.com/server/newsletter/html/what-you-get.png) no-repeat 0 0;
    background-size: 100%;
    left:21%; top:26px;
}
.community-section-mediaWithTextList-1 .media-text-layout{
    padding:50px 0px 100px;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content{
    position:absolute;
    bottom:0;
    border-radius:4px;
    padding: 50px 30px 30px;
    transition: all 0.2s linear;
    height:45%;
    overflow:hidden; 
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content .li-description{
 opacity:0;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-item:hover .li-content{
     opacity:1;
     height:100%;
    background-color:rgba(4, 153, 73, 0.9);
    
}
.community-section-mediaWithTextList-1 .media-text-layout  .li-item:hover .li-content .li-description{
 opacity:1;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p strong,
.community-section-mediaWithTextList-1 .media-text-layout .li-content .li-description p,
.community-section-mediaWithTextList-1 .media-text-layout .li-content .li-description p span{
    color:#fff!important;
    font-size:104%!important;
    line-height:20px;
}

.community-section-mediaWithTextList-1 .media-text-layout .list-image:after{
    content: "";
  position: absolute;
  width:30px;
  height:30px;
  background: url("https://cdev.manageengine.com/server/newsletter/html/circle-plus.png") no-repeat 0 0;
  background-size:100%;
  bottom: 20px;
  right: 20px;
  z-index:2;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-item:hover .list-image:after{
   
  background: url("https://cdev.manageengine.com/server/newsletter/html/circle-min.png") no-repeat 0 0;
  background-size:100%;
 transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
 
}

.community-section-mediaWithTextList-1 .media-text-layout .list-image .media-image img{
transform: scale(1.1);
  transition: transform .3s ease 0s;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-item:hover .list-image .media-image img{
   transform: scale(1); 
}
/* section two End */

/* Speaker Section start */
.bs-speakerList-wgt .li-item{
    display:block!important;
}
.community-section-featuredSpeakerList .foreground-layer{
    padding:80px 15px 100px!important;
}
.community-section-speakerList-1 .bs-speakerList-wgt .sp-st-2 .li-content{
 
}
.community-section-speakerList-1 .bs-speakerList-wgt .sp-st-2 .li-content h5,
.community-section-speakerList-1 .bs-speakerList-wgt .sp-st-2 .li-content .li-subtitle{
    color:#fff;
}
.community-section-speakerList-1 .foreground-layer{
    padding-bottom:5%!important;
}
.community-section-speakerList-1 .bs-speakerList-wgt .li-item .list-image,
.community-section-featuredSpeakerList .bs-speakerList-wgt .li-item .list-image{
    height:auto!important;
}
.community-section-speakerList-1 .bs-speakerList-wgt .li-item,
.community-section-featuredSpeakerList .bs-speakerList-wgt .li-item{
    border:0px!important;
}
.community-section-speakerList-1 .bs-speakerList-wgt,
.community-section-featuredSpeakerList .bs-speakerList-wgt{
    grid-template-columns: repeat(var(--grid-item-count,4),.20fr)!important;
    justify-content: center;
}
.community-section-speakerList-1 .bs-speakerList-wgt .sp-st-5 .li-content,
.community-section-featuredSpeakerList .bs-speakerList-wgt .sp-st-5 .li-content{
    background:transparent!important; position:relative;
}

.community-section-speakerList-1 .bs-speakerList-wgt .lightest-grey-bg,
.community-section-featuredSpeakerList .bs-speakerList-wgt .lightest-grey-bg{
    background-color:transparent!important;
    height:auto!important;
}

.community-section-speakerList-1 .bs-speakerList-wgt .li-subtitle,
.community-section-featuredSpeakerList .bs-speakerList-wgt .li-subtitle{
    line-height:18px;
}
.bs-image.profile-img:not(.no-image) img{
    border-radius:4px !important;
}
.community-section-featuredSpeakerList .bs-speakerList-wgt .sp-st-5 .li-content .li-title,
.community-section-featuredSpeakerList .bs-speakerList-wgt .sp-st-5 .li-content .li-subtitle{
    color: #000 !important;
}

.ui.modal .bs-description .markdown-contain p,
.ui.modal .bs-description .markdown-contain span,
.ui.modal .bs-description .markdown-contain strong,
.ui.modal .pd-details{
color:#fff!important;
}

.ui.modal .bs-image.profile-img{
    top:13px;
    background-color: transparent !important;
}
.ui.modal.carousel-modal{
    background-color: rgba(4, 20, 38, 0.9)!important;
    position:relative!important;
}
.ui.modal.carousel-modal .modal-content{
    background-color: transparent!important;
}
.speaker-modal .profile-details{
    padding-left: 28% !important;
    padding-top:15px !important;
  overflow: auto;
  position:relative; top:-50px;
}
.speaker-modal .profile-details h5{
    display:none;
}
.ui.modal .profile-details{
    overflow: auto;
  height:300px;
}
.modal-content .bs-image.profile-img:not(.no-image) img{
    border-radius:40%!important;
    height:195px;
} 



.ui.modal.carousel-modal .modal-content .close-icon.m-close {
    position: fixed;
    z-index: 4;
    cursor: pointer;
    bottom:22.5%!important;
    color: #476f99;
    right: 49.3%;
    top:auto!important;
}

.carousel-modal .slider-actions.left {
    left: 45%!important;
}

.carousel-modal .slider-actions.right {
    right: 45%!important;
}

.carousel-modal .slider-actions.left, .carousel-modal .slider-actions.right {
    bottom: 22%!important;
    top:auto!important;
}

/* Speaker Section end */

/* One on One section start */
/* .community-section-mediaWithTextList-2 article.foreground-layer{
    padding-bottom:120px!important;
}
.community-section-mediaWithTextList-2 .media-text-layout{
    position: relative;
    left: 25%;
    width: 80%;
}
.community-section-mediaWithTextList-2 .media-text-layout:before {
    content: "There's more in store for you";
    position: absolute;
    top: 15px;
    left: -20%;
    width: 240px;
    height: 42px;
    font-size: 40px;
    line-height: 55px;
    font-family: var(--bold-font);
    color:#000;
}
.community-section-mediaWithTextList-2 .media-element{
    height:auto!important;
}
.community-section-mediaWithTextList-2 .media-element .media-image img{
    width: 70%!important;
}
.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item:nth-child(1) .media-image{
    justify-content:end;
} */



.community-section-mediaWithTextList-3 .foreground-layer{
    padding:8% 5% 10%!important;
}
.community-section-mediaWithTextList-3 .li-item:nth-child(1) .li-content h4{
    width: 240px;
    height: 42px;
    line-height: 55px;
    color:#000;
}
.community-section-mediaWithTextList-3 .li-item{
    padding:50px;
}
.community-section-mediaWithTextList-3 .li-item:nth-child(2),
.community-section-mediaWithTextList-3 .li-item:nth-child(3){
background-color:#031229; border-radius:4px;
}
.community-section-mediaWithTextList-3 .li-item:nth-child(2) .media-element,
.community-section-mediaWithTextList-3 .li-item:nth-child(3) .media-element{
    height:auto!important;
}
.community-section-mediaWithTextList-3 .li-item:nth-child(2) .media-element .media-image img,
.community-section-mediaWithTextList-3 .li-item:nth-child(3) .media-element .media-image img{
    width:75%!important;
}

.community-section-mediaWithTextList-3 .li-item:nth-child(2) .li-content,
.community-section-mediaWithTextList-3 .li-item:nth-child(3) .li-content,
.community-section-mediaWithTextList-3 .li-item:nth-child(2) .li-content h4 span,
.community-section-mediaWithTextList-3 .li-item:nth-child(3) .li-content h4 span{
    color:#fff!important;
}
.community-section-mediaWithTextList-3 h4 p > *{
    line-height:1.1em !important;
}
.community-section-mediaWithTextList-3 .li-item:nth-child(1):before{
    content:'';
    position:absolute;
  width: 200px;
  height:195px;
  background: url(https://cdev.manageengine.com/server/newsletter/html/more-one.png) no-repeat 0 0;
    background-size: 100%;
    left:0px; top:0px;
}
/* One on One section end */
/* Footer BG start */
.bs-page-container .bs-section:nth-last-child(2){
   background:linear-gradient(20deg, rgb(4, 75, 153) 0%, rgb(0, 82, 187) 45%, rgb(16, 92, 179) 75%, rgb(8, 95, 194) 87%);
}

/* Footer BG End */

/* Common css */


/* Mobile app link style */
.community-section-footer .bs-footer .bs-btn-wgt{
    position: absolute;
    right: 0px;
    top: 11px;
}
.community-section-footer .bs-footer .bs-btn-wgt.default .bs-button.st-ghost{position: relative;
  top: -16px;
  right: 10px;opacity:0;
}
.community-section-footer .bs-footer .bs-btn-wgt .child-btns:nth-child(1){
    background: url(https://www.manageengine.com/events/images/meevent-google-app.svg) no-repeat;
    width: 90px; height: 30px;
}
.community-section-footer .bs-footer .bs-btn-wgt .child-btns:nth-child(2){
    background: url(https://www.manageengine.com/events/images/meevent-apple-app.svg) no-repeat;
    width: 90px; height: 30px;
}
.community-section-footer .bs-footer .bs-divider{display: none;}
.community-section-footer .bs-footer .ft-bottom{padding-top: 20px;}
.community-section-footer .bs-footer .ft-top{grid-gap:0px!important}
/* Mobile app link style End */


.bs-section .markdown-contain a{white-space: nowrap;}
[data-field-id="21152000000053562"] {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap:6px !important;
    cursor: pointer;
}

[data-field-id="21152000000053562"] .ui.checkbox label {
    color: transparent !important;
    line-height:0px!important;
}

[data-field-id="21152000000053562"] .ui.checkbox {
    margin-top: 4px !important;
    width: 20px;
}

[data-field-id="21152000000053562"] .meta,
[data-field-id="21152000000053562"] .meta .help-text,
[data-field-id="21152000000053562"] .meta p {
    margin: 0 !important;
}

.navbar-itemcontroller,
.bs-agenda-tab .left-item{display: none!important;}
.bs-button{cursor: pointer; z-index:1;}
[data-tracker='bookmarked_sessions']{display: none!important;}

/* Common css end */


/* Why Attend Style */

.community-section-mediaWithButton-3 .section-sub-title p,
.community-section-mediaWithButton-3 .li-description ul li,
.community-section-mediaWithButton-4 .li-description ul li span,
.community-section-mediaWithTextList-4 .section-title span{
	font-size:16px!important;
}

.community-section-mediaWithTextList-4 .media-text-layout,
.community-section-mediaWithTextList-4 h3.section-title{
    float:left;
    width: 55%;
}
.community-section-mediaWithTextList-4 h3{
    position: relative;
    padding-right: 25px;
}
.community-section-mediaWithTextList-4 .foreground-layer:before {
    content: "";
    position: absolute;
    top:0px;
    right: 50px;
    width: 400px;
    height:576px;
    background: url(https://cdev.manageengine.com/server/newsletter/html/why-atten-img3.png) no-repeat left;
    background-size: 100%;
}
.community-section-mediaWithButton-4 .list-image,
.community-section-mediaWithButton-13 .list-image{
	padding-right:60px;
}

.community-section-mediaWithTextList-4 .grb-list.align-item-left {
    width:100% !important;
    margin: 30px 0 0 0;
}
.community-section-mediaWithTextList-4 .media-text-layout .lyt-tiny-media .media-image {
    height: auto !important;
    width:55px !important;
}
.community-section-mediaWithTextList-4 .bs-mtList-wgt .li-description{
    margin-top:5px!important;
}
.community-section-mediaWithTextList-4 .grb-list.column-3{
    grid-template-columns: repeat(2,1fr)!important;
}
.community-section-mediaWithTextList-4 .media-element{
    height:auto!important;
}
/* .community-section-mediaWithButton-3 .markdown-contain ul,
.community-section-mediaWithButton-4 .markdown-contain ul{
    padding-left:0px!important;
} */
.community-section-mediaWithButton-3 .markdown-contain ul > li:before,
.community-section-mediaWithButton-4 .markdown-contain ul > li:before {
  content: ''!important;
  width: 6px;
  height: 6px;
  background: #FFDA59;
}
.community-section-mediaWithButton-3 .markdown-contain li:not(.ql-direction-rtl):before,
.community-section-mediaWithButton-4 .markdown-contain li:not(.ql-direction-rtl):before{
    margin-right: 1em!important;
}
.community-section-mediaWithButton-3 h5 p,
.community-section-mediaWithButton-4 h5 p{
    font-size:15px!important;
    line-height:26px!important;
}
.community-section-mediaWithTextList-4 .section-title p:nth-child(2){
    font-size:24px!important;
    line-height:26px!important;
    padding-top:20px;}
    
.community-section-mediaWithButton-3 .li-content,
.community-section-mediaWithButton-4 .li-content,
.community-section-mediaWithButton-13 .li-content{
    padding-right: 110px;
}
.markdown-contain ul > li{
    padding-left: 0px !important;
}

.community-section-mediaWithButton-3 article.foreground-layer,
.community-section-mediaWithButton-4 article.foreground-layer{
    padding: 6% 2%!important;
}
.community-section-mediaWithButton-13 article.foreground-layer{
    padding-bottom:3%!important;
}
.community-section-mediaWithTextList-4 .foreground-layer{
    padding: 1% 2% 8%!important;
}
/* Why Attend Style End */

/* Venue Section */

.community-section-mediaWithButton-5 .foreground-layer{
    padding: 6em 10em!important;
}
.community-section-venueMap .foreground-layer{
    padding: 1em 10em 6em!important;
}
.community-section-mediaWithButton-5 .community-section-mediaText{
    background: #f4f4f4;
  padding: 70px;
  border-radius:4px;
}
.community-section-mediaWithButton-5 .community-section-mediaText:before,
.community-section-mediaWithButton-5 .community-section-mediaText:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(https://cdev.manageengine.com/server/newsletter/html/london-uc-patern-1.png) no-repeat 0 0;
}
.community-section-mediaWithButton-5 .community-section-mediaText:before {
    left: 125px;
  top: 65px;
    background-size: 100%;
}
.community-section-mediaWithButton-5 .community-section-mediaText:after {
    transform: rotate(180deg);
    bottom: 65px;
  right: 125px;
    background-size: 100%;
}
.community-section-mediaWithButton-5 .bs-mediaText-wgt .li-item{
    grid-gap: 40px;
}
/* Venue Section End */
/* Gallery Section style */
.justified-gallery{
    /* width:80%; */
    margin:0 auto;
    border:0px !important;
}
.ui.dimmer > .content:hover .bs-text-menu{opacity: 0!important;}

.community-section-galleryList .image-dropzone .gallery-card .ui.dimmer{opacity: 0!important;}

.ui.modal.gallery-modal{
width: 55% !important;position: static !important;
  margin: 5.5rem auto !important;
}
.ui.modal.gallery-modal .image-slider{
    width: 100% !important;
}
.ui.modal.gallery-modal > .header:not(.ui) .cancel{
    z-index:9; background:#fff;
}
.ui.modal.gallery-modal .image-details{
    display:none !important;
}
.ui.modal.gallery-modal .image-slider{
    border-radius: 6px!important;
}
/* Gallery Section style end */
/* FAQ style */
[page-id="21152000008290273"] .page-container{
   display: flex;
   justify-content: center;
   gap:20px;
   flex-wrap: wrap;
   flex-direction: unset;

 }

 [page-id="21152000008290273"] .page-container .bs-section{
  
  border-radius: 8px;
  padding:0px;
  box-sizing: border-box !important;
  border: 1px solid #bfbfbf;
  text-align: left; 
  vertical-align:top;
  flex: none;
  
}
 [page-id="21152000008290273"] .page-container .bs-section .background-layer{
border-radius: 8px;
 }
[page-id="21152000008290273"] .page-container .community-section-banner{
    display: none !important;
}

[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-footer,
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-text-10,
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-mediaWithButton-10{
    width:100%;
    margin:0px;
    border-radius:0px;
    border:0px;
}
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-footer .background-layer,
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-text-10 .background-layer,
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-mediaWithButton-10 .background-layer{
   border-radius:0px; 
}
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-text-10{
    margin-bottom: 40px;
}
[page-id="21152000008290273"] .page-container:not(.bs-section) .community-section-mediaWithButton-10{
    margin-top: 60px;
    top:20px;
}
/* .community-section-text-11 .background-layer, .community-section-text-12 .background-layer,
.community-section-text-15 .background-layer, .community-section-text-16 .background-layer,
.community-section-text-19 .background-layer, .community-section-text-20 .background-layer,
.community-section-text-23 .background-layer{
	background: #eaf7ff!important;
} */

/* FAQ style end */

/* Ticket section style */
.community-section-ticketClass .foreground-layer{
    padding-bottom:80px!important;
}
.community-section-ticketClass .li-content{
    background-color: #031229;
    border-radius: 7px;
    color:#fff;
}
.grb-lbl.bs-label{
    color:#000;
}
.ticket-price-secondary.line-through{
 color:#fff!important;
}
.bs-ticketList-wgt .li-item .bs-divider{
    border-top: 1px dashed #fff !important;
}
.bs-ticketList-wgt .ticket-card-nav{
    border-top: 1px dashed #5c5c5c !important;
}
.bs-ticketList-wgt .ticket-name{
    font-weight:bold;
}
.bs-ticketList-wgt .ticket-card-nav:before,
.bs-ticketList-wgt .ticket-card-nav:after{
content:'';
    position:absolute;
    width:35px; height:35px;
    border-radius:50%;
    background-color:#fff;
    top:-18px;
}
.bs-ticketList-wgt .ticket-card-nav:before{
    left:-18px;
}
.bs-ticketList-wgt .ticket-card-nav:after{
    right:-18px;
}
.bs-ticketList-wgt .ticket-card-header{
    border-radius:7px 7px 0 0!important;
}
.community-section-text-4 .section-sub-title{
    margin-bottom:8px!important;
}

.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:before {
    content: "For any questions, contact";
    position: absolute;
    width: 285px;
    font-size:17px;
    line-height: 37px;
    font-family: var(--regular-font), Arial, Helvetica, sans-serif;
    color:#fff;
    
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:after {
    content: "uk-events@manageengine.com";
    position: absolute;
    width:365px;
    font-size: 20px;
    line-height: 37px;
    font-family: var(--bold-font);
     color:#fff;
}
/* Ticket section style end */

.bs-ticketList-wgt .ticket-description > div{height: auto!important;}
@media only screen and (max-width:4560px){
.bs-page-container .bs-section:nth-last-child(2) .background-layer{
    background-color:transparent!important;
}
.bs-section.alternative-background .background-layer{
    background-size:100%!important; 
}
.community-section-mediaWithButton-2 .foreground-layer, .community-section-mediaWithButton-6 .foreground-layer,
.community-section-mediaWithButton-7 .foreground-layer, .community-section-mediaWithButton-8 .foreground-layer,
.community-section-mediaWithButton-9 .foreground-layer, .community-section-mediaWithButton-10 .foreground-layer,
.community-section-mediaWithButton-11 .foreground-layer, .community-section-mediaWithButton-12 .foreground-layer{
    height:650px;
    padding: 90px 0 0 130px!important;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:before {
bottom:50%;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:after {
 bottom:45%;
}
[page-id="21152000008290273"] .page-container .bs-section{width: 25%;}
[page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-7) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-4) .background-layer
{
    background-color:#fff !important;
}
[page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-6) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-5) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-2) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-1) .background-layer
{
    background-color:#fff !important;
}
}

@media only screen and (max-width:1800px){

.bs-page-container .bs-section:nth-last-child(2) .background-layer{
    background-size:100%!important; background-position:bottom right!important;
}
.community-page-speakers{
  position: relative;
}
.community-section-speakers .bs-speakerList-wgt,
.community-section-featuredSpeakerList .bs-speakerList-wgt{
grid-template-columns: repeat(var(--grid-item-count,4),.20fr) !important;
justify-content: center;
}
.bs-page-container .bs-section:nth-last-child(2) .background-layer{
    background-color: transparent !important;
}
.community-section-text-26 .foreground-layer
{
   min-height: 65vh !important;
}
.community-section-mediaWithButton-2 .foreground-layer, .community-section-mediaWithButton-6 .foreground-layer,
.community-section-mediaWithButton-7 .foreground-layer, .community-section-mediaWithButton-8 .foreground-layer,
.community-section-mediaWithButton-9 .foreground-layer, .community-section-mediaWithButton-10 .foreground-layer,
.community-section-mediaWithButton-11 .foreground-layer, .community-section-mediaWithButton-12 .foreground-layer{
    height:460px;
    padding: 40px 0 0 130px!important;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:before {
bottom:43%;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:after {
 bottom:36%;
}
[page-id="21152000008290273"] .page-container .bs-section{width: 35%;}
[page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-7) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-4) .background-layer
{
    background-color:#fff !important;
}
[page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-6) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-5) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-2) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-1) .background-layer
{
    background-color:#eaf7ff !important;
}
}

@media only screen and (max-width:1500px){
.bs-page-container .bs-section:nth-last-child(2) .background-layer{
  background-size: 126% !important;
}
}
@media only screen and (max-width: 1498px){
  .carousel-modal .slider-actions.left, .carousel-modal .slider-actions.right,
 .ui.modal.carousel-modal .modal-content .close-icon.m-close{
    bottom: 15% !important;
 }
}
@media only screen and (max-width: 1480px){
/* section two Start */
.community-section-mediaWithTextList-1 .media-text-layout{
    padding:80px 0px;
}
/* section two End */
}
@media only screen and (max-width: 1400px){
/* section two Start */
/* section two End */
}

@media only screen and (max-width: 1340px){

/* section one start */
.community-section-mediaWithButton-1 .community-section-mediaText {
    padding: 75px 180px;
}
/* section one End */
/* section two Start */
.community-section-mediaWithTextList-1 .media-text-layout{
    padding:60px 0px;
}
/* section two End */
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p strong,
.community-section-mediaWithTextList-1 .media-text-layout .li-content .li-description span{
    color:#fff!important;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content{
    padding: 30px 30px 30px;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(1):hover .li-content:after,
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(2):hover .li-content:after,
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(3):hover .li-content:after{
    width: 200px;
  height: 95px;
  bottom: 0px;
  right:60px;
}
}
@media only screen and (max-width: 1300px){
.community-section-mediaWithButton-5 .foreground-layer {
  padding: 6em 0em !important;
}
.community-section-venueMap .foreground-layer {
  padding: 1em 20px 6em !important;
}
.community-section-mediaWithButton-5 .community-section-mediaText:before{
    left:-25px;
}
.community-section-mediaWithButton-5 .community-section-mediaText:after{
    right:-27px;
}
}
@media only screen and (max-width: 1238px){
  .community-section-Slide-1 .media-element:not(.secondary-media) .media-image{
        max-width: 90% !important;
    }
    .community-section-Slide-1 .bs-media-wgt .secondary-media .media-image img{
        width: 50% !important;
    }
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image{
    top:-38px;
}
/* section one start */
.community-section-mediaWithButton-1 .community-section-mediaText {
    padding: 75px 170px;
}
/* section one End */
/* section two Start */
.community-section-mediaWithTextList-1 .media-text-layout{
    padding:40px 0px;
}
/* section two End */

.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(1):hover .li-content:after,
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(2):hover .li-content:after,
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(3):hover .li-content:after{
  bottom:15px;
}
}
@media only screen and (max-width: 1213px){

/* section one start */
.community-section-mediaWithButton-1 .community-section-mediaText {
    padding: 75px 160px;
}
/* section one End */

}
@media only screen and (max-width: 1200px){

/* section one start */
.community-section-mediaWithButton-1 .community-section-mediaText {
    padding: 75px 135px;
}
/* section one End */
[page-id="21152000008290273"] .page-container .bs-section .foreground-layer{
    padding:24px!important;
}
.community-section-Slide-1 .child-btns.buyTicketBtn:after{
    bottom:-60px;
}
.grb-list.align-item-center.column-4 .li-item{
    width: calc((100% - (6 * 24px))/ 3)!important;
}
}

@media only screen and (max-width:1121px){
.ui.modal.gallery-modal > .header:not(.ui) .cancel{
    background:#000;
}
}
@media only screen and (max-width:1060px){
    .community-section-footer .bs-footer .bs-btn-wgt{right:30px;}

.community-section-footer .bs-btn-wgt .bs-button{margin:0px!important;}
}
@media only screen and (max-width: 1024px){
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image img{
    width: 48%!important;
}
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image{
    top:-34px;
}
/* section one start */

.community-section-mediaWithButton-1 .community-section-mediaText {
    padding: 75px 60px;
}
/* section one End */
/* section two Start */
.community-section-mediaWithTextList-1 .media-text-layout{
    padding:10px 0px;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(1):hover .li-content:after, .community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(2):hover .li-content:after, .community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(3):hover .li-content:after{
    width:228px;
}
/* section two End */

/* Why Attend */
.community-section-mediaWithButton-3 article.foreground-layer,
.community-section-mediaWithButton-4 article.foreground-layer{
padding: 8% 0% !important;
}
.community-section-mediaWithTextList-4 .foreground-layer:before{
    top: 0px;
  right: 5px;
}
.community-section-mediaWithButton-3 .li-content,
.community-section-mediaWithButton-4 .li-content{
    padding-right:60px;
}
/* Why Attend end */
.bg-cover {
  background-size: cover !important;
}
.bg-center-bottom {
  background-position: center bottom !important;
}
.community-section-ticketClass .bs-ticketList-wgt .li-item{
	width:57%!important;
}
.community-section-Slide-1 .child-btns.buyTicketBtn:after{
    bottom:-50px;
}
.navbar-other-items .navbar-item p,
.navbar-other-items .navbar-item a,
.navbar-other-items .navbar-item:nth-child(3){
    display: none;
}
}
@media only screen and (max-width:1023px){
.community-section-mediaWithTextList-1 .section-title:before{
    display:none;
}
.community-section-mediaWithTextList-4 .foreground-layer:before{
    top: 92px;
  right: 5px;
  width: 260px;
  height: 276px;
}
}
@media only screen and (max-width: 840px){

  .community-section-embedWidget-1 article {
    min-height: 100vh !important;
    height: 100vh !important;
  }
    .community-section-embedWidget-1 article div {
    height: 100% !important;
  }
    .community-section-Slide-1{
    height:100%!important;
}
.community-section-Slide-1 .media-element:not(.secondary-media) .media-image{
    width:100%!important;
    max-width: 68%!important;
}
/* section one start */
.community-section-mediaWithButton-1 article.foreground-layer.bs-container {
    padding:85px 40px!important;
}
/* section one End */

.community-section-mediaWithTextList-1 .media-text-layout .list-image::after{
    right:26px; bottom:30px;
}

/* speaker section */

.community-section-speakerList-1 .bs-speakerList-wgt,
.community-section-featuredSpeakerList .bs-speakerList-wgt{
grid-template-columns: repeat(var(--grid-item-count,2),.6fr) !important;
}
.community-section-speakerList-1 .bs-speakerList-wgt .li-item,
.community-section-featuredSpeakerList .bs-speakerList-wgt .li-item{
    padding:1px!important;
}
/* speaker section end */

.community-section-mediaWithButton-2 .foreground-layer, .community-section-mediaWithButton-6 .foreground-layer,
.community-section-mediaWithButton-7 .foreground-layer, .community-section-mediaWithButton-8 .foreground-layer,
.community-section-mediaWithButton-9 .foreground-layer, .community-section-mediaWithButton-10 .foreground-layer,
.community-section-mediaWithButton-11 .foreground-layer{
    padding: 30px 50px !important;
}
/* Why Attend */
.community-section-mediaWithTextList-4 .foreground-layer{
    padding: 0% 5% 0% !important;
}
.community-section-mediaWithButton-3 article.foreground-layer,
.community-section-mediaWithButton-4 article.foreground-layer,
.community-section-mediaWithButton-13 article.foreground-layer{
    padding: 5% 5% 5% !important;
}
.community-section-mediaWithButton-3 .list-image,
.community-section-mediaWithButton-4 .list-image,
.community-section-mediaWithButton-13 .list-image,
.community-section-mediaWithTextList-4 .foreground-layer:before{
    display: none;
}
.community-section-mediaWithButton-13 article.foreground-layer{
    padding-bottom: 10% !important;
}
.community-section-mediaWithTextList-4 .media-text-layout, .community-section-mediaWithTextList-4 h3.section-title{
    width:100%;
    float:none;
}
/* Why Attend end*/
/* FAQ */
[page-id="21152000008290273"] .page-container .bs-section{
    width: 46%;
}
/* Venue */
.community-section-mediaWithButton-5 .community-section-mediaText:before{
    display:none;
}
.community-section-mediaWithButton-5 .community-section-mediaText:after{
    display:none;
}
.community-section-Slide-1{
    height:100%!important;
}
 .community-section-mediaWithButton-5 .foreground-layer {
    padding: 6em 15px !important;
  }
  .bg-center-bottom {
  background-position:80% bottom !important;
}

.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(1):hover .li-content:after,
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(2):hover .li-content:after,
.community-section-mediaWithTextList-1 .media-text-layout .li-item:nth-child(3):hover .li-content:after{
    display:none;
}
.ui.modal.gallery-modal{
width: 100% !important;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p strong,
.community-section-mediaWithTextList-1 .media-text-layout .li-content .li-description span{
   line-height:25px!important;
}
}
@media only screen and (max-width:768px){
/* section two Start */
.community-section-mediaWithTextList-1 .media-text-layout .lyt-largest-media .img-original .media-image{
    width:100% !important;
}
/* section two End */

/* speaker section */

.speaker-modal .bs-profile-details .pd-info .pd-details{
    text-align: left!important;
}
.speaker-modal .profile-details{
    padding-left: 24% !important;
    margin-top: 54px !important;
}
.speaker-modal .profile-details .bs-description{
    padding-top:0px !important;
}
 .speaker-modal .bs-profile-details .pd-info{
    grid-auto-flow: column!important;
    justify-content: start!important;
 }
 .carousel-modal .slider-actions.left, .carousel-modal .slider-actions.right,
 .ui.modal.carousel-modal .modal-content .close-icon.m-close{
    bottom: 15% !important;
 }
 .modal-content .bs-image.profile-img:not(.no-image) img{
border-radius: 28% !important;
  height: 115px;
 }
/* speaker section end */
.community-section-mediaWithTextList-3 .li-item:nth-child(1){
    padding-top:0px;
    padding-left:0px;
}
.community-section-mediaWithTextList-3 .li-item:nth-child(2) .media-element .media-image img, .community-section-mediaWithTextList-3 .li-item:nth-child(3) .media-element .media-image img{
    width: 42% !important;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p{
    color:#fff!important;
    font-size:18px!important;
    line-height:20px;
}
.community-section-Slide-1 .banner-widget.layout-medium .media-element .media-video{
    height:136px!important;
    width: 540px !important;
}

    .community-section-Slide-1 .bs-media-wgt .secondary-media .media-image img{
        width:48% !important;
    }
.community-section-mediaWithButton-5 .community-section-mediaText{
    padding:24px;
}

}

@media only screen and (max-width:710px){
      /* speaker section */
.ui.modal .bs-image.profile-img{
    top: 0px;
}
.modal-content .bs-image.profile-img:not(.no-image) img{
    height: 105px;
}
.speaker-modal .profile-details{
    padding-left: 6% !important;
}
/* speaker section end */

  .community-section-embedWidget-1 article {
    min-height: 100vh !important;
    height: 100vh !important;
  }
    .community-section-embedWidget-1 article div {
    height: 100% !important;
  }
 .community-section-mediaWithButton-1 .community-section-mediaText::before {
  left: -30px;
  top: -40px;
  background-size: 80%;
}
  .community-section-mediaWithButton-1 .community-section-mediaText:after {
  bottom: -30px;
  right: -30px;
  background-size: 80%;
}
}
@media only screen and (max-width:700px){
    .community-section-Slide-1 .bs-media-wgt .secondary-media .media-image{
        top:-40px;
    }
}
@media only screen and (max-width:600px){
  .community-section-Slide-1 .media-element:not(.secondary-media) .media-image{
        max-width: 90% !important;
    }
.community-section-mediaWithTextList-1 .grb-list.align-item-center.column-1 .li-item{
    width: calc((100% - (2 * 24px))/ 1);
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4,
.community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p{
    color:#fff!important;
    font-size:20px!important;
    line-height:20px;
}

.community-section-mediaWithTextList-1 .media-text-layout .li-content .li-description span{
   font-size:14px!important; 
}
.ui.modal .profile-details{
    overflow: auto;
  height:260px;
}
/* FAQ */
[page-id="21152000008290273"] .page-container .bs-section{
    width: 90%;
}
.community-section-text-11 .background-layer, .community-section-text-12 .background-layer, .community-section-text-15 .background-layer, .community-section-text-16 .background-layer, .community-section-text-19 .background-layer, .community-section-text-20 .background-layer {
  background: #fff !important;
}
.bg-center-bottom {
  background-position: center bottom !important;
}
.community-section-mediaWithTextList-1 .section-title:before{
   display: none;
}
.community-section-ticketClass .bs-ticketList-wgt .li-item{
	width:100%!important;
}

.community-section-mediaWithButton-2 .background-layer,
.community-section-mediaWithButton-6 .background-layer,
.community-section-mediaWithButton-7 .background-layer,
.community-section-mediaWithButton-8 .background-layer,
.community-section-mediaWithButton-9 .background-layer,
.community-section-mediaWithButton-10 .background-layer,
.community-section-mediaWithButton-11 .background-layer,
.community-section-mediaWithButton-12 .foreground-layer{
    /* background:linear-gradient(180deg, rgb(79, 173, 255) 0%, rgb(242, 242, 242) 83%)!important; */
    /* content:url(https://cdev.manageengine.com/server/newsletter/html/marien-footer-mobile-view.jpg); */
    height:508px;
}
.community-section-ticketClass .li-item:nth-child(1) .ticket-price::before{
    top:-32px;
}

.community-section-Slide-1 .child-btns.buyTicketBtn::before{
    width: 37%;
    left: 31.4%;
}
.community-section-Slide-1 .child-btns.buyTicketBtn:after{
    bottom:-58px;
    background-size: 76%;
}
}
@media only screen and (max-width:608px){
.community-section-speakerList-1 .bs-speakerList-wgt,
.community-section-featuredSpeakerList .bs-speakerList-wgt{
    grid-template-columns: repeat(var(--grid-item-count,2),.6fr)!important;
    justify-content: center;
}
.community-section-mediaWithButton-2 .foreground-layer, .community-section-mediaWithButton-6 .foreground-layer,
.community-section-mediaWithButton-7 .foreground-layer, .community-section-mediaWithButton-8 .foreground-layer,
.community-section-mediaWithButton-9 .foreground-layer, .community-section-mediaWithButton-10 .foreground-layer,
.community-section-mediaWithButton-11 .foreground-layer, .community-section-mediaWithButton-12 .foreground-layer{
    height:502px;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:before {
bottom:44%;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:after {
 bottom:37%;
}
}
@media only screen and (max-width:500px){
/* section two Start */
.community-section-mediaWithTextList-1 .grb-list.align-item-center.column-1 .li-item{
    width:100%;
}
.community-section-mediaWithTextList-1 .media-text-layout .lyt-largest-media .img-original .media-image{
    width:100% !important;
}
/* section two End */
 .community-section-speakerList-1 .bs-speakerList-wgt,
 .community-section-featuredSpeakerList .bs-speakerList-wgt {
    grid-template-columns: repeat(var(--grid-item-count,1),.7fr) !important;
  }
 .community-section-mediaWithTextList-3 .li-item:nth-child(2) .media-element .media-image img, .community-section-mediaWithTextList-3 .li-item:nth-child(3) .media-element .media-image img{
width:40% !important;
 }
   .community-section-footer .bs-footer .bs-btn-wgt{position: static;}
   .community-section-mediaWithButton-5 .foreground-layer{
    padding: 3em 1.4em !important;
   }
.community-section-text-1{display: none;}
/* .community-section-mediaWithButton-2 .foreground-layer, .community-section-mediaWithButton-6 .foreground-layer, .community-section-mediaWithButton-7 .foreground-layer, .community-section-mediaWithButton-8 .foreground-layer, .community-section-mediaWithButton-9 .foreground-layer, .community-section-mediaWithButton-10 .foreground-layer, .community-section-mediaWithButton-11 .foreground-layer{
    height:auto!important;
} */

.community-section-mediaWithButton-2 .foreground-layer, .community-section-mediaWithButton-6 .foreground-layer, .community-section-mediaWithButton-7 .foreground-layer, .community-section-mediaWithButton-8 .foreground-layer, .community-section-mediaWithButton-9 .foreground-layer, .community-section-mediaWithButton-10 .foreground-layer, .community-section-mediaWithButton-11 .foreground-layer, .community-section-mediaWithButton-12 .foreground-layer{
	padding: 40px 50px 140px !important;
}
.community-section-Slide-1 .banner-widget.layout-medium .media-element .media-video{
    height:118px!important;
    width:445px !important;
}
.bg-center-bottom {
  background-position:20% bottom !important;
}
.bs-page-container .bs-section:nth-last-child(2) .background-layer{
background-size:345% !important;
background-position:71% 88%!important;
}
.bs-website .bs-section.community-section-text-25{top:60px;}
.bs-website .bs-section.community-section-text-25 p strong{font-size:12px !important;}
.msg-left-align p{
    display: block !important;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:before, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:before,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:before {
bottom:54%; font-size:16px!important;
}
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:after {
 bottom:48%; font-size:16px!important; width:auto;
}
.community-section-mediaWithButton-3 .li-content, .community-section-mediaWithButton-4 .li-content,
.community-section-mediaWithButton-13 .li-content{
    padding-right:0px;
}
[page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-6) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-5) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-2) .background-layer, [page-id="21152000008290273"] .page-container section.custom-section:nth-child(8n-1) .background-layer
{
    background-color:#fff !important;
}
.community-section-mediaWithTextList-1 .media-text-layout .li-content{
    height:25%;
}
}
@media only screen and (max-width:450px){
/* section one start */
.community-section-mediaWithButton-1 .community-section-mediaText {
    padding: 75px 40px;
}
/* section one End */
}
@media only screen and (max-width:400px){
/* section one start */
.community-section-speakers .bs-speakerList-wgt,
.community-section-featuredSpeakerList .bs-speakerList-wgt{
grid-template-columns: repeat(var(--grid-item-count,1),.6fr) !important;
justify-content: center;
}
/* section one End */
}
@media only screen and (max-width:380px){
/* section one start */
.community-section-mediaWithTextList-3 .li-item{
	padding:30px;
}
/* section one End */
.community-section-mediaWithButton-2 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-6 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-7 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-8 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-9 .foreground-layer .community-section-mediaText:after, .community-section-mediaWithButton-10 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-11 .foreground-layer .community-section-mediaText:after,
.community-section-mediaWithButton-12 .foreground-layer .community-section-mediaText:after {
    width:auto;
}
.community-section-mediaWithButton-1 .community-section-mediaText::after{
    right:-30px;
}
}
@media only screen and (max-width:350px){
  .community-section-mediaWithTextList-1 .media-text-layout .li-content h4,
  .community-section-mediaWithTextList-1 .media-text-layout .li-content h4 p{
font-size: 15px !important;
  }
}
@media screen and (min-device-aspect-ratio: 16/9) {
   .carousel-modal .slider-actions.left, .carousel-modal .slider-actions.right,
 .ui.modal.carousel-modal .modal-content .close-icon.m-close{
    bottom: 15% !important;
 }
}
.embed-container {
  --video--width: 1296;
  --video--height: 540;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
