
.committee img {
  width: 100%;
  -webkit-filter: grayscale(94%);
  -moz-filter: grayscale(94%);
  -ms-filter: grayscale(94%);
  -o-filter: grayscale(94%);
  filter: url(grayscale.svg);
  filter: gray;
  filter: grayscale(94%);
}


#sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.acm-cta.style-1 .cta-inner .cta-desc {
  opacity: 0.9;
}

.acm-cta.style-1 .cta-inner {
  color: #fff;
  padding: 3.375rem 8.25rem;
  position: relative;
}

/*HOME PAGE ABOUT */

.acm-features.style-1 .features-item .item-inner {
  padding: 2.25rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*HOME PAGE 4 FEATURES */

.acm-features.style-2 .features-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical; 
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background: #F8FAFC;
	min-height: 570px;
	padding: 0rem;
}

.home-4features .acm-features.style-2 .features-text {
  background-color: var(--color-primary);
  position: relative;
  padding:0rem 2rem;
  z-index: 1;
  max-height: 460px;
  overflow: auto;
}

.home-4features h3.mt-1 {
  color:#FFF !important;
  font-size: 1.2rem;
  line-height: 1.72;
} 

.acm-features.style-2 .desc {
  color: #fff;
}

/*HOME PAGE */

.homeslider .sp-slider.on-3d-active .sp-slider-outer-stage {
  background: #cc0000 !important;
  padding:0;
  margin:0;
}

.sppb-sp-slider-button .sp-slider-btn-text {
   display: block;
   color: #fff;
   background: #3498D4;
   transition-duration: .4s;
   transition-property: color,background;
   font-size: 16px;
   border-radius: 2px;
}

@media (min-width: 1200px) {
  .box-overlap {
    margin-top: -2.5rem;
    padding-top: 80px !important;
  }
}

#jtl button.login-toggle201, #jtl button.register-toggle201 {
  padding:10px 25px !important;
  margin:0px 10px;
  box-shadow: none;
  border:1px solid #204397 !important;
  color:#204397 !important;
  border-radius:3px;
  background: #fff !important;
  transition:all 0.3s linear 0s;
}

div.jtl-content-login201, div.jtl-content-register201 {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  padding:20px;
  background:#ffffff;
  width: 300px !important;
  z-index: 99;
  -webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#jtl input {
  box-shadow: none;
  border: 1px solid #ced4da;
  line-height: 1;
  border-radius: 0;
  color: #666;
  padding: 0.6rem 0.8rem;
}

/*MEMBERS MENU */

.t4-members-menu {
  background-color: var(--color-primary);
}

.dj-megamenu-clean li a.dj-up_a {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.dj-megamenu-clean li a.dj-up_a:hover {
  font-size: 16px;
  color: #3498D4;
  cursor: pointer;
}

.dj-megamenu-clean li:hover a.dj-up_a, .dj-megamenu-clean li.hover a.dj-up_a {
  color: #3498D4;
}

.dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8FAFC;
}

/*MEMBERS MENU END */


.form-control{
  max-width: 90%;
}

.ame-btn {
  background:#3498D4; 
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700 !important;
  font-size:16px !important;
  white-space: nowrap;
  line-height: 1.2;
  transition: background 0.3s ease;
  max-width: 100%;
  width: auto;
  text-align: center;
}

.ame-btn:hover {
  background-color: #1b4383;
  text-decoration: none;
  color: #fff;
}

.ame-btn::before {
  content: "\f085"; /* Font Awesome fa-cogs */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid style */
  margin-right: 8px;
}

/*FORMS*/ 

input.form-control, .contact-category input#filter-search, .content-category input#filter-search, .com-content-archive input#filter-search {
  border: 2px solid #ced4da;
  border-radius: 0;
  color: #000 !important;
  font: var(--h5-font-size)/24px "Inter", sans-serif;
  }
 
 /*EVENTS*/
  
 #jem .copyright {
display:none;
 }
 
 .jem_category .description {
 display:none;	 
 }
 
 .jem-event-details h3 a {
	 font-size: 18px;
 }

#jem h1 {
  font-size: 24px;
  line-height:30px;
 }
 
 h2.jem, h2.jem-description, h2.jem-location{
	font-size: 24px;
	line-height:30px;
 }
 
 .eventcalq {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}