.zsiq_theme1.zsiq_floatmain{display:none !important;}
.bs-section .markdown-contain a{white-space: nowrap;}
.community-section-footer .social.link{display:none !important;}
.bs-main-menu .item.logo{width:220px!important; max-width: 220px;}
.community-section-mediaWithTextList-2 .bs-media-wgt .media-element{align-items: flex-end!important;}
.community-section-mediaWithTextList-2 .media-text-layout .lyt-tiny-media.column-3 .media-image{width:25%!important;}
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image{width: 60%;}

.community-section-customSection-24 .foreground-layer,
.community-section-customSection-32 .foreground-layer,
.community-section-customSection-38 .foreground-layer,
.community-section-customSection-33 .foreground-layer,
.community-section-customSection-34 .foreground-layer
{min-height:0 !important; height:180px;}

.community-section-text-1 .foreground-layer,
.community-section-text-3 .foreground-layer,
.community-section-customSection-36 .foreground-layer,
.community-section-Slide-1 .foreground-layer
{min-height:0 !important; height:110px;}
.bs-section .section-sub-title{margin-bottom:0px !important;}
[data-template='modals/community-checkout'] .details-modal-content .ticket-list [data-field-id="4000001707357"] {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap:6px !important;
    cursor: pointer;
}

[data-template='modals/community-checkout'] .details-modal-content .ticket-list [data-field-id="4000001707357"] .ui.checkbox label {
    color: transparent !important;
    line-height:0px;
}

[data-template='modals/community-checkout'] .details-modal-content .ticket-list [data-field-id="4000001707357"] .ui.checkbox {
    margin-top: 4px !important;
    width: 20px;
}

[data-template='modals/community-checkout'] .details-modal-content .ticket-list [data-field-id="4000001707357"] .meta,
[data-template='modals/community-checkout'] .details-modal-content .ticket-list [data-field-id="4000001707357"] .meta .help-text,
[data-template='modals/community-checkout'] .details-modal-content .ticket-list [data-field-id="4000001707357"] .meta p {
    margin: 0 !important;
}

.relaxed.uls-form-group.ember-view>.accordion-item .accordion-panel .bs-form .ember-view:nth-child(8), 
.relaxed.uls-form-group.ember-view>.accordion-item .accordion-panel .bs-form .ember-view:nth-child(9), 
.relaxed.uls-form-group.ember-view>.accordion-item .accordion-panel .bs-form .ember-view:nth-child(10),
.relaxed.uls-form-group.ember-view>.accordion-item .accordion-panel .bs-form .ember-view:nth-child(11), 
.relaxed.uls-form-group.ember-view>.accordion-item .accordion-panel .bs-form .ember-view:nth-child(12) 
{
    display: none;
}
.navbar-itemcontroller{display: none;}
.bs-button{cursor: pointer;}
[data-tracker='bookmarked_sessions']{display: none!important;}
.banner-widget .bs-media-wgt .media-element .media-image{width:400px;max-width:400px;}
@media only screen and (max-width: 4500px){
.community-section-ticketClass .foreground-layer,
.community-section-venueMap .foreground-layer,
.community-section-featuredSpeakerList .foreground-layer
{min-height: 65vh !important;}
}
@media only screen and (max-width:1024px){
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image img{width:100%;}
.main-banner .banner-media{margin-top:50px !important;}
.community-section-Slide-1 .banner-widget{display:flex !important;flex-direction:column-reverse !important;}
.banner-widget.middle-align{align-items: normal!important;}
.banner-widget .bs-media-wgt .media-element .media-image{width:350px;max-width:350px!important;}
}
@media only screen and (max-width: 750px){
   .community-section-mediaWithTextList-2 .media-image{height:auto!important;}
.community-section-mediaWithTextList-2 .fluid-image{width: 55%!important;}
.banner-widget .bs-media-wgt .media-element .media-image{width:100%;max-width:100%!important;}
}
@media only screen and (max-width: 700px){
.bs-main-menu .item.logo{width:220px!important;}
.community-section-mediaWithTextList-1 .fluid-image{width: 60% !important;}
}
@media only screen and (max-width: 450px){
.community-section-Slide-1 .bs-media-wgt .secondary-media .media-image {width: 80%;}
}
.community-section-Slide-1 .media-element:not(.secondary-media) .media-image img{
 z-index:1;
 position:relative;
}
.community-section-Slide-1 .media-element:not(.secondary-media) .media-image:after{
	animation: eventanimateCloud 20s linear infinite;
	transform: scale(0.65);
	content: '';
	height:317px;
	position: absolute;
	width:100%;
  	background:url(https://local.manageengine.com/events/images/event-cloud-animation.png) no-repeat;
	background-size: 80%;
	top:-55px;
	bottom: 0px;
}

@keyframes eventanimateCloud {
    0% {
        margin-left: 0px;
    }
    40%{
        margin-left: 30%;
    }
}