/*---common styles--*/
body{
	font-family: 'Poppins', Arial !important;
	overflow-x:hidden;
}
body.hide-overflow{
	overflow: hidden;
	height: 100vh;
}
/*#page {position: relative;}*/
/*--Core Css Styles--*/
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', Arial;
	font-weight: 500;
	color:#1c3e95;
}
h2,h3,h4{
	margin:1.5rem 0 1rem 0;
}
h4,h5,h6{
	font-weight: 600;
}
a,span,i, strong{
	display: inline-block;
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol li{
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}
ol li::marker{
	font-size:18px;
	color:#4d5858;
	font-weight:700;
}
p{
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}
h1{
	font-size: 70px;
}
h2{
	font-size:36px;
}
h3{
	font-size:28px;
}
h4{
	font-size:22px;
}
.btn-primary,
.btn-primary a{
	font-size: 16px !important;
	font-weight: 500;
	border-radius: 5px;
}
.btn  a,
.btn-primary a{
	padding:0.35rem 0 !important;
	width:96px;
	font-weight:500;
}
.btn-outline-primary:hover,
.btn-outline-primary a:hover{
	background: #1c3e95;
	border:1px solid #1c3e95;
	color:#ffffff;
}
.btn-primary.filled,
.btn-primary.filled a{
	color: #ffffff;
	background: #1c3e95;
}
.btn-primary.filled:hover,
.btn-primary.filled a:hover{
	color: #1c3e95;
	background: #ffffff;
}
.btn-primary.btn-red,
.btn-primary.btn-red a,
.alm-load-more-btn,
form .wpcf7-submit.wpcf7-form-control{
	background: #ee2d24;
	border:none;
	border: 1px solid #ee2d24;
	color:#ffffff;
	border-radius:5px;
	height:auto !important;
	font-weight:500;
	font-size:16px;
}
.btn-primary.btn-red:hover,
.btn-primary.btn-red a:hover.
.alm-load-more-btn,
form.wpcf7-form .wpcf7-submit.wpcf7-form-control:hover{
	color: #ee2d24 !important;
	background-color: rgba(255,255,255,1) !important;
	display:inline-block;
	
}
.section{
	padding: 70px 0;
	position: relative;
	overflow-x: hidden;
}
.nested-section{
	margin: 100px 0 0 0;
}
h2.section-title{
	font-size: 50px !important;
	color: #1c3e95 !important;
	margin: 0;
}
.section img{
	max-width:100%;
}
.section h3.text-center,
.section p.text-center,
.section.inner-page-banner p,
.knowledge-banner p{
	padding: 30px 12em;
	margin: 0;
}
.section.inner-page-banner p,
.section.category-banner p,
.knowledge-banner p{
	color:#ffffff;
}
.section .btn-primary.btn-red,
.section .alm-btn-wrap .alm-load-more-btn,
form .wpcf7-submit.wpcf7-form-control{
	width: 260px;
	padding: 12px 0;
	margin: 20px 0 0 0 !important;
	height:50px;
	opacity:1;
}
.section .alm-btn-wrap .alm-load-more-btn{
	background:#ee2d24;
	border:1px solid #ee2d24;
}
.section .btn-primary.btn-red:hover,
.section .alm-btn-wrap .alm-load-more-btn:hover,
form .wpcf7-submit.wpcf7-form-control:hover{
	background:#ffffff;
	color:#ee2d24;
}
.section .btn-primary.btn-red.btn-blue{
	background: #1c3e95;
	width: 220px;
	border:1px solid #1c3e95;
}
.section .btn-primary.btn-red.btn-blue:hover{
	background: #ffffff;
	color: #1c3e95;
}
/*--Content div Style--*/
#content.row{
	display:block;
}
/*-----Header styles--*/
#site-header{
	height: 120px;
	background: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	z-index: 100;
	box-shadow: 0 0 15px #1a184e;
}
#site-header.sticky-nav{
	position: fixed;
	z-index: 1000000;
}
#site-header .row{
	height:100%;
}
#site-header .container{
	max-width: 90%;
	width: 90%;
	position: relative;
	height:120px;
}

.mega-menu h4{
	font-size: 26px;
	color: #ffffff;
	font-weight: 300;
}
.mega-menu .event h4{
	font-weight: 700;
}
.mega-menu .event,
.mega-menu .event .event-info{
	box-shadow: none !important;
}
.mega-menu .event:hover .event-info{
	background: #ffffff !important;
}
.mega-menu .event:hover .event-info span,
.mega-menu .event:hover .event-info p{
	color: #4d5858 !important;
}
.mega-menu .event:hover .event-info strong.turquoise,
.mega-menu .event:hover .event-info strong.light-green{
	color: #ffffff;
}
.mega-menu .event:hover .event-info strong.turquoise{
	background: #00a5b5;
	color: #ffffff !important;
}
.mega-menu .event:hover .event-info strong.light-green{
	background: #c2d500;
	color: #ffffff !important;
}
.mega-menu .all-events .event .event-info:before{
	content: '';
    display: block;
    height: 45px;
    width: 8px;
    background: #1c3f94 !important;
    position: absolute;
    left: 0;
    bottom: 48%;
}
.mega-menu .all-events .event:hover .event-info:before{
	content: '';
    display: block;
    height: 45px;
    width: 8px;
    background: #1c3f94 !important;
    position: absolute;
    left: 0;
    bottom: 48%;
}
.mega-menu .btn-primary.btn-red{
	width: 100%;
	padding: 10px 0;
}
#site-header .mega-menu .btn-primary.btn-red:hover{
	color: #ee2d24 !important;
}
.mega-menu .event:hover .event-info h4,
.mega-menu .event:hover .event-info h4 a{
	color: #1c3f94 !important;
}
.mega-menu .event{
	max-width: 360px;
}
.mega-menu .event .event-info{
	border-radius: 10px;
	padding: 30px;
}

.mega-menu  ul li a{
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 0;
}
.mega-menu .ads-image{
	width: 300px;
	display: inline-block;
}
.mega-menu .ads-image img{
	width: 100%;
}
.site-menu,
.logo-holder,
.btns-holder{
	display: flex;
  align-items: center;
  justify-content: center;
	height:100%;
}
.btns-holder{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.custom-logo-link{
	display: inline-block;
	margin:0 !important;
}
.custom-logo-link img{
	width: 100%;
	height:auto;
}
#main-menu{
	display: inline-block;
}
#main-menu li{
	display: inline-block;
	float: left;
	line-height:120px;
}
#main-menu li a{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 2px 20px;
	color: #133691;
	border-radius: 50px;
}

#main-menu li a:hover{
	background: #edf3ec;
}
#secondary-menu li{
	display: inline-block;
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	padding:0 !important;
}
#main-menu .sub-menu{
	margin: 0;
    padding:60px 10% 30px 10%;
    list-style: none;
    position: absolute;
    width: 100%;
    background:none !important;
    left: 0;
	top:120px;
	display:none;
	z-index:100;
}
#main-menu li .sub-menu:after{
	content:'';
	display:block;
	position:absolute;
	width:100vw;
	height:500px;
	left:-5vw;
	top:0;
	background:rgba(30, 72, 159, 0.96);
	box-shadow: inset 0px 5px 6px 0px rgba(26, 24, 78, 0.6);
	z-index:-1;
}
#main-menu li:hover .sub-menu,
#main-menu li .sub-menu:hover,
#main-menu li a:hover+.sub-menu{
	display: flex;
    flex-wrap: wrap;
}
#main-menu .sub-menu li .sub-menu{
	display:flex !important;
	width:auto !important;
	background:none;
	position:static;
	padding:0;
	box-shadow: none;
}
#main-menu .sub-menu li .sub-menu li .sub-menu{
	padding:0 0 0 20px;
}
#main-menu .sub-menu li .sub-menu:after{
	display:none;
}
#main-menu .sub-menu li{
	line-height:18px;
}
#main-menu .sub-menu li a{
	font-size: 26px;
	color: #ffffff;
	font-weight:300;
	cursor:normal;
}
#main-menu .sub-menu li .sub-menu a{
	font-size:18px;
	font-weight:400;
	padding:10px 0;
}
#main-menu .sub-menu li .sub-menu li{
	display:block !important;
	float:none;
	width:100%;
}

#main-menu ul.sub-menu > li:hover a,
#main-menu ul.sub-menu > li a:hover{
	background:none !important;
}
#main-menu .sub-menu li {
	width:25%;
}
#main-menu .sub-menu li a{
	color:#ffffff;
	border-radius:0;
	padding:5px 0;
}
#main-menu .sub-menu li:hover,
#main-menu .sub-menu li:hover a,
#main-menu .sub-menu li a:hover{
	background:none;
}
.sub-menu li img{
	width:100%;
	height:auto;
}
#searchform{
	display: inline-block;
	float: right;
}
.error-page-search #searchform{
	display:block;
	float:none;
}
.page-id-4802 .contact-info input[name="keyword"],
.error-page-search #searchform .form-control{
	height: 80px;
    border-radius: 0 10px 10px 0;
    background:#f6f6f6 !important;
    border: none;
    border-left: 10px solid #1c3e95;
    padding: 20px 30px;
    font-weight: 600;
    color: #1c3e95;
	width:90%;
}
.page-id-4802 .contact-info input[name="keyword"] {
	width:100%;
	background:#ffffff url('../img/arrow-up-blue.png') 98% center no-repeat !important;
}
.error-page-search #searchform .form-control:focus{
	width:90% !important;
}

.btns-holder a.btn{
	width: 96px;
}
.btns-holder a.btn:last-child{
	width:42px;
	height: 42px;
	padding: 0;
	line-break: 42px;
	boder:none;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../img/search-icon.png') center center no-repeat;
	border:none;
	transition:all 0.3s;
}
/* input */
.search-input {
  outline: none;
  border: none;
  background: none;
  color: #fff;
  width:100px;
  display: inline-block;
  background:transparent url('../img/search-icon.png') left center no-repeat !important;
  font-size: 16px;
  transition: .3s;
  padding: 0.5rem 0 0.5rem 40px;
  margin: 0 0 0 10px;
}
.search-input::placeholder {
  color: #ffffff;
}
/* icon */
.search-input:focus {
  width: 200px !important;
  outline: none !important;
  box-shadow: none !important;
  
}
.btns-holder a.btn:last-child:hover{
	transform: scale(0.90);
}
#secondary-menu li{
	margin:0 10px 0 0;
}
#secondary-menu li a{
	font-size:16px;
	font-weight:500;
	width:96px;
	border-radius:5px;
	text-align:center;
	padding:6px 0;
}
#secondary-menu li:first-child a{
	border:1px solid #1c3e95;
	color:#1c3e95;
}
#secondary-menu li:first-child a:hover{
	background:#1c3e95;
	color:#ffffff;
}
#secondary-menu li:nth-child(2) a{
	background:#ee2d24;
	border:1px solid #ee2d24;
	color:#ffffff;
}
#secondary-menu li:nth-child(2) a:hover{
	color:#ee2d24;
	background:#ffffff;
}
#secondary-menu li:last-child a{
	background:#1c3e95;
	border:1px solid #1c3e95;
	color:#ffffff;
}
#secondary-menu li:last-child a:hover{
	background:#ffffff;
	color:#1c3e95;
}
/*Mobile menu styles--*/

.show-on-mobile,
.grid-section.show-on-mobile{
	display: none;
}
.top-stripe{
	display: flex;
	flex-direction: row;
	background: #ffffff;
}
.top-stripe .mobile-menu-holder{
	display: flex;
	align-items: center;
	width: 30px;
	float: left;
	height: 100%;
}
.mobile-toggle-content{
	display: none;
	background: #1c3e95;
	height:100vh;
	overflow-y: scroll;
	position: relative;
	z-index: 10000;
}
.top-stripe .mobile-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: 100%;
	width: calc(100% - 30px);
}
.mobile-logo a{
	width: 100px;
	height: 53px;
}
.mobile-logo a img{
	width: 100%;
	height:auto !important;
}
.menu-icon{
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
.menu-icon i{
	height: 2px;
	width: 100%;
	background: #1c3e95;
	display: inline-block;
	float: left;
	margin: 3px 0;
	border-radius: 50px;
}
.menu-icon i.rotate-right{
	transform: rotate(45deg);
	position: relative;
	top:2px;
}
.menu-icon i.rotate-left{
	transform: rotate(-45deg);
	position: relative;
	top:-5px;
}
.mobile-toggle-content .container,
.mobile-toggle-content .menu-conta.container{
	height:auto !important;
}
.mobile-nav li{
	margin: 0 0 10px 0;
}
.mobile-nav li a{
	font-size: 16px;
	color: #ffffff;
	padding: 12px 15px;
	background: #152c79;
	border-radius: 50px;
	display: block;
	transition: 0.2s;
	position:relative;
}
.mobile-nav li a:hover{
	opacity: 0.8;
}
.mobile-nav li a.no-bg{
	background: none;
	border:1px solid #ffffff;
}
.mobile-nav li.menu-item-has-children a.opened:after{
	content:url('../img/arrow-white-down.png') 96% center no-repeat;
}
.mobile-nav li.menu-item-has-children a{
	position:relative;
}
.mobile-nav li.menu-item-has-children a:after{
	content:'';
	display:inline-block;
	background:url('../img/arrow-white-down.png') center center no-repeat;
	width:50px;
	height:100%;
	border-radius:0 100px 100px 0;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
.mobile-nav li.menu-item-has-children .sub-menu li a:after{
	display:none;
}
.mobile-nav li  ul{
	margin: 0 0 0 15px;
	display: none;
}
.mobile-nav li ul li{
	margin:0;
}
.mobile-nav li ul li a{
	padding: 12px 15px 12px 25px;
	background: transparent url('../img/arrow-white-down.png') left center no-repeat !important;
}
ul#mobile li a{
	background: #0b124e;
	height: auto !important;
	text-align:center;
}
ul#mobile li a:first-child{
	border-color: #ffffff;
}
ul#mobile li a,
.mobile-btns input{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 10px 0 !important;
}
.mobile-btns input,
.mobile-btns input:focus{
	padding: 12px 12px 12px 52px;
	background: transparent url('../img/search-icon-white.png') 10px center no-repeat !important;
	border:none;
	border-bottom: 2px solid #ffffff;
	width: 100% !important;
	border-radius: 0;
	color:#ffffff;
}
.mobile-btns input:placeholder{
	color:#ffffff;
}
.mobile-nav li.item-white-outline a{
	background:none;
	border:1px solid #ffffff;
}
ul#mobile li a{
	padding: 12px !important;
	color: #ffffff;
	height: auto;
	border-radius:5px;
}
ul#mobile li:first-child a,
.mobile-nav li.afirst-child a{
	background:none;
	border:1px solid #ffffff;
}
.mobile-nav li.afirst-child a:hover,
ul#mobile li:first-child a:hover{
	background:#1c3e95;
}
ul#mobile li:nth-child(2) a{
	background:#ee2d24;
	border:1px solid #ee2d24;
}
ul#mobile li:nth-child(2) a:hover{
	background:#ffffff;
	color:#ee2d24;
	border:1px solid #ee2d24;
}
ul#mobile li:last-child a{
	background:#1c3e95;
}
ul#mobile li:last-child a:hover{
	background:#ffffff;
	color:#1c3e95;
}
.mobile-btns-holder{
	background:#0b124e;
	padding:0 0 100px 0;
}
.mobile-btns-holder #searchform{
	float:none;
	padding:0 0 180px 0;
	display:block;
}
ul#mobile li.btn,
ul#mobile li.btn:hover{
	display:block;
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	border:none !important;
}
ul#mobile li a{
	
}
/*---Slider section styles--*/
#slider-section{
	height: 860px;
	width: 100%;
	overflow: hidden;
	padding: 0;
}
#slider-section .slider-item{
	position: relative;
}
.slider-item .inner-content{
	position: absolute;
	width: 100%;
	left: 0;
	top:40%;
	text-align: center;
	z-index: 100000;
}
.banner-content h1,
.slider-item .inner-content h1{
	font-size: 70px;
	line-height: 80px;
	color: #ffffff;
	text-shadow: 0 0 10px #201f3f;
	padding: 0 10vw;
}
.slider-item .inner-content a.btn{
	background: #ee2d24;
	border:1px solid #ee2d24;
	width: 240px;
	color:#ffffff;
}
.slider-item .inner-content a.btn:hover{
	background: #ffffff;
	color: #ee2d24;
}
.slider-item img{
	width: 100%;
	height:auto;
}
.slick-dots{
	bottom: 7%;
}
.slick-dots li{
	width: 180px;
	background: #a3a4a8;
	height: 5px;
	border-radius: 100px;
}
.slick-dots li.slick-active{
	background: #ffffff;
}
.slick-dots li button{
	height: 5px;
	width: 100%;
	padding: 0;
}
.slick-dots li button:before{
	width: 100%;
	content: '';
	padding: 0;
}
/*--- Features section styles---*/
#features-section,
#knowledge-section,
#members-section{
	background:#edf3ec;
}
.feature{
	height: 380px;
	width: 100%;
	line-height: 430px;
}
.feature,
.feature:hover,
.feature span{
	font-family: 'Overpass';
	font-size: 36px;
	color: #ffffff;
	font-weight: 600;
	padding: 0 20px;
}
.features-row a{
	color:#ffffff;
}
.feature span{
	line-height: 40px;
}
.features-row .col-sm-3:first-child .feature{
	background: url('../img/ads-advantage-1.png') center center no-repeat;
	background-size: 100%;
}
.features-row .col-sm-3:nth-child(2) .feature{
	background: url('../img/ads-advantage-2.png') center center no-repeat;
	background-size: 100%;
}
.features-row .col-sm-3:nth-child(3) .feature{
	background: url('../img/ads-advantage-3.png') center center no-repeat;
	background-size: 100%;
}
.features-row .col-sm-3:last-child .feature{
	background: url('../img/ads-advantage-4.png') center center no-repeat;
	background-size: 100%;
}
/*--- Events Section styles---*/
#events-section{
	background: #ffffff url('../img/shapes-bg.png') center left no-repeat;
}
.filters{
	width: 60%;
	margin: 0 auto 40px auto;
}
.filters .multi-select-button,
.filters .form-select{
	font-size: 18px;
	font-weight: 400;
	color: #0e323f;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 2px #e9e9e9;
	height: 50px;
	padding: 10px 20px;
	background: url('../img/arrow-down.png') 94% center no-repeat;
	background-size: 18px 18px;
	border-radius: 6px;
}
.event{
	margin:20px 13px 76px 13px;
	box-shadow: 0 0 10px #d8d8d8;
	border-radius: 10px;
	background: #ffffff;
}
.related-events-slider .event.listing-item,
.benefits-slider .event{
	margin:20px 13px 76px 13px !important;
}
.listing-item.event{
	margin:0 0 20px 0 !important;
	min-height: auto;
}
.event.category-card{
	margin:0 0 25px 0;
}
.event figure img,
.event figure a{
	width: 100%;
	height:auto !important;
	border-radius: 10px 10px 0 0;
}
.listing-item.event figure{
	height:222px;
	overflow:hidden;
	margin:0 !important;
}
.event .event-info span{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.event .event-info h4 a,
.event .event-info h4{
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 50px 0 0;
	color: #1c3e95;
}
.event .event-info h4 a{
	padding: 0;
	margin: 0;
	background:none;
	font-weight:600;
}
.event .tag strong,
.event .event-info strong,
.meta-info .tag strong,
.post-categories li a,
.meta-info.group-meta span{
	padding: 5px 10px;
	border-radius: 50px;
	color: #12254a;
	font-size: 14px;
	font-weight: 600;
	background: #dae2e0;
	margin:0 5px 5px 0;
	min-width:80px;
	text-align:center;
}
.item-result .event-info  p strong{
	padding:0;
	background:none;
	border-radius:0;
}
.post-categories li a{
	margin:0;
}
.post-categories,
.post-categories li{
	display:inline-block;
}
.post-categories li{
	margin:0 0 0 6px;
}
.meta-info.group-meta-info{
	margin: 6px 0 0 0 !important;
}
.group-page-slider .event-info-card{
	padding:35px 35px 15px 35px;
}
.single-post .group-meta-info .tag{
	background:none;
	padding:0;
}
.single-post #event-content.post-content{
	padding-top:20px;
}
.group-meta-info .tag{
	padding:3px 15px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	border-radius:50px;
}
.event .event-info,
.event-info-card{
	padding: 20px;
	background: #ffffff;
	border-radius: 0 0 12px 12px;
	min-height: 170px;
	transition: all 0.6s;
}
.contacts-slider .event-info-card{
	height:300px !important;
}
.testimonials-slider .slick-dots li{
	background: #bac5df;
}
.testimonials-slider .slick-dots{
	bottom: 0;
}
.knowledge-slider .slick-dots,
.events-slider .slick-dots,
.members-slider .slick-dots{
	bottom: 3%;
}
.slick-dots button:hover, .slick-dots button:focus {
    background-color: #FDC600 !important;
}
.knowledge-slider .event,
.events-slider .event,
.members-slider .event,
.related-group-slider .event {
    margin: 0 10px;
    min-height: unset;
}
 
.capabilities-slider .slick-dots,
.contacts-slider .slick-dots,
.related-events-slider .slick-dots,
.related-group-slider .slick-dots{
	position: static;
}
.related-events-slider .slick-dots li{
	width: 220px;
}
.contacts-slider .event-info-card,
.all-events .related-events-slider .event{
	margin: 30px 15px;
}
.capabilities-slider .member-item.event.slick-slide{
	margin: 30px 10px;
	height:auto !important;
}
.contacts-slider .slick-dots li.slick-active,
.related-events-slider .slick-dots li.slick-active,
.knowledge-slider .slick-dots li.slick-active,
.events-slider .slick-dots li.slick-active,
.members-slider .slick-dots li.slick-active,
.g-i-slider .slick-dots li.slick-active,
.capabilities-slider .slick-dots li.slick-active,
.related-group-slider .slick-dots li.slick-active,
.testimonials-slider .slick-dots li.slick-active{
	background: #1c3e95;
}
/*---Knowledge Section styles--*/
/*.toggle-btns a,*/
.toggle-btns.members-section button,
.toggle-btns a{
	background: none !important;
	border: 1px solid #1c3e95 !important;
	font-size:16px !important;
	font-weight: 400;
	color: #1c3e95 !important;
	padding: 13px 0;
	margin:0 10px 10px 0;
	border-radius:5px;
}
.toggle-btns.members-section button,
 #page-id-4802 .toggle-btns a{
	width:280px;
}
.event-info .btn-primary{
	width: auto;
	background: #1c3e95;
	border: 1px solid #1c3e95 !important;
	font-size:16px !important;
	font-weight: 400;
	color: #ffffff;
	padding: 13px;
	border-radius:5px;
}

.event-info .btn-primary:hover{
	background:#ffffff;
	color:#1c3e95;
}
.toggle-btns br{
	display:none;
}
.page-id-4802 .toggle-btns button:hover,
.toggle-btns a:hover,
.toggle-btns.members-section button:hover{
	color:#ffffff !important;
	background: #1c3e95 !important;
	opacity: 1;
}
.knowledge-item {
	position: relative;
	overflow: hidden;
}

.knowledge-item .toggle-content{
	height: 100%;
	position: absolute;
	left: -100%;
	width: 100%;
	top:0;
	padding: 25px;
	transition: all 0.5s;
	background: #f1f6f0;
}
.knowledge-item figure{
	border-radius: 11px 11px 0 0;
	overflow: hidden;
	max-height:222px;
}
.knowledge-item:hover .toggle-content{
	left: 0;
}
.knowledge-item .toggle-content a,
.knowledge-item a{
	font-size: 18px;
	font-weight: 500;
	padding: 9px 9px 9px 22px;
	color: #ee2d24;
	background: url('../img/arrow-up.png') center left no-repeat;
}
.knowledge-item .tag a{
	padding:0;
	background:none;
	font-size:14px;
}
/*----Get Involved section styles--*/
#get-involved-section{
	background-image:-webkit-linear-gradient(top, #ffffff 50%, #edf3ec 50%);
	background-image:-moz-linear-gradient(top, #ffffff 50%, #edf3ec 50%);
	background-image:-ms-linear-gradient(top, #ffffff 50%, #edf3ec 50%);
	background-image:-o-linear-gradient(top, #ffffff 50%, #edf3ec 50%);
}
#get-involved-section .container-fluid{
	background: url('../img/hex-bg.png') center right no-repeat;
}
.grid-section{
	width: 1280px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.g-i-inner{
	position: relative;
	z-index: 100;
}
.g-i-inner:after{
	content: url('../img/hex-bg.png');
	position: absolute;
	right: 0;
	top: 51.666%;
}
.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;        
}
.g-i-item{
	position: relative;
	overflow: hidden;
	background-size: cover;
	border-radius: 10px;
}
.g-i-item a{
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 25px;
	position: absolute;
	width: 100%;
	color: #1c3e95;
}
.item-1{
	height: 500px;
	margin:0 0 20px 0;
	background: url('../img/get-involved-img-1.png') center center no-repeat;
}
.item-2{
	height:240px;
	background: url('../img/get-involved-img-5.png') center center no-repeat;
}
.item-3{
	height:760px;
	background: url('../img/get-involved-img-2.png') center center no-repeat;
}
.item-5{
	background: url('../img/get-involved-img-6.png') center center no-repeat;
}
.item-6{
	height: 240px;
	background: url('../img/get-involved-img-4.png') center center no-repeat;
	margin: 0 0 20px 0;
}
.item-6 a{
	color: #ffffff !important;
	top:30%;
}
.item-7 a{
	color: #ffffff !important;
	bottom: 20%;
}
.item-7{
	height: 500px;
	background: url('../img/get-involved-img-7.png') center center no-repeat;
}
.g-i-slider.slick-dotted.slick-slider{
	margin-bottom: 20px !important;	
}
.g-i-slider .slick-item,
.g-i-slider .slick-track,
.item-4, .item-5{
	height: 370px;
}
.g-i-slider .item{
	position: relative;
}
.item-4 a{
	top:40%;
	left: 0;
}
.item-3 a{
	color: #ffffff !important;
	left: 0;
	bottom: 60px;
}
.item-2 a{
	top:30%;
	left:0;
}
.item-1 a{
	left: 0;
	bottom: 60px;
}
.grid-small{
	width: 15em;
	margin:0 20px 0 0;
}
.grid-large{
	width: 23.125em;
	margin: 0 20px 0 0;
}
.g-i-slider .slick-dots{
	bottom: 7%;
}
.g-i-slider .slick-dots li{
	width: 70px;
}
/*-------Members section styles--*/
.members-slider .slick-track, .knowledge-slider .slick-track, .events-slider .slick-track, .related-group-slider .slick-track {
    display: grid;
    grid-auto-flow: column;
    margin-bottom: 50px;
    gap: 0;
}
/*.members-slider .slick-track .member-item, .knowledge-slider .slick-track .member-item, .events-slider .slick-track .member-item {
    margin: 0;
}*/
.members-slider .slick-dots, .knowledge-slider .slick-dots, .events-slider .slick-dots {
    bottom: 0;
}
.members-section .large-btn{
	width: 280px;
}
.member-item{
	min-height: 360px;
	background: #f3f7f2;
	margin:50px 13px 76px 13px;
}
.member-item figure{
	background: #ffffff;
	text-align: center;
	line-height: 110px;
	height: 110px;
	border-radius: 10px 10px 0 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.member-item figure img{
	width: 80%;
	display: inline-block;
}
.member-item h5{
	font-size: 18px;
	font-weight: 600;
}
.member-item h6{
	font-size:14px;
}
.member-item p{
	font-size: 14px;
	line-height: 20px;
}
.team-member.event .event-info{
	min-height: 180px !important;
}
.member-info{
	padding: 20px;
}
.event-info.member-info h4{
	padding: 0;
}
.member-info span{
	font-size: 14px;
}
.page-id-4802 .members-section .active,
.members-section .active,
.members-section .active:hover{
	background: #00a5b5 !important;
	border:1px solid #00a5b5 !important;
	color:#ffffff !important;
}
#mws-ms ul.dropdown-menu li,
#mws-ms ul.dropdown-menu li a{
	background:none !important;
	border:none !important;
}

#mws-ms ul.dropdown-menu li a,
#mws-ms ul.dropdown-menu li.multiselect-item a{
	padding:0;
}
#mws-ms ul.dropdown-menu li a label,
#mws-ms ul.dropdown-menu li b,
#mws-ms ul.dropdown-menu li.multiselect-item.active b,
#mws-ms ul.dropdown-menu li.multiselect-item.active label,
#mws-ms ul.dropdown-menu li.multiselect-item.active span,
#mws-ms ul.dropdown-menu li.multiselect-item.active a,
#mws-ms ul.dropdown-menu li a label:hover,
#mws-ms ul.dropdown-menu li a:hover,
#mws-ms ul.dropdown-menu li.multiselect-item a:hover{
	color:#1c3e95;
}
.capabilities-slider .member-item{
	min-height: 240px;
}
#contactModal{
	z-index:6100000;
}
#contactModal .modal-dialog{
	max-width: 60%;
}
#contactModal .modal-content{
	padding: 0;
	background: none;
	border:none;
	border-radius: 10px;
}
#contactModal .btn-close{
	color: #bdcdbb;
	font-size: 20px;
	width: 36px;
	height: 36px;
	background: transparent url('../img/close-icon.png') center center no-repeat;
	position: absolute;
	right: 20px;
	top:20px;
}
.form-section .btn-primary.btn-red.book-now-btn{
	padding: 10px 0;
	width: 220px !important;
}
.modal-body .form-section{
	border-radius: 10px;
}
/*---Site footer styles---*/
#site-footer{
	padding: 70px 0 0 0;
	background: #1c3e95;
}
.footer-widget ul li a{
	font-size: 18px;
	color: #ffffff;
	padding: 5px 0 5px 26px;
	background: url('../img/arrow-white.png') center left no-repeat;
}
.social a{
	font-size: 36px;
	color: #c6cfe4;
	margin: 0 5px;
}
span.social a{
	font-size:26px;
}
span.social a:hover{
	color:#ffffff;
}
span.social{
	margin:0 10px 0 0;
	display:inline-block;
	position:relative;
	top:4px;
}
.copyright p{
	border-top:1px solid #4160af;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}
.bottom-footer{
	padding: 30px 0 30px 0;
	background: #0b124e;
}
.partners-list figure{
	width: 12%;
	margin: 0 15px;
	display: inline-block;
}
.partners-list figure img{
	width: 100%;
}
/*-----Contact Page styles--*/
#banner-section{
	height:524px;
	overflow: hidden;
	background-size:cover;
}
#banner-section.taxonomy-page-banner{
	background:url('../img/campaigns-banner.jpg') center center no-repeat;
	background-size:cover;
}
.banner-content p{
	font-size: 28px;
	line-height: 38px;
}
#breadcrumbs-section{
	padding: 30px 0;
}

.bread-crumbs-list  span.breadcrumb_last strong,
.bread-crumbs-list a{
	font-size: 18px;
	color: #4d5858;
	font-weight: 400;
}
.bread-crumbs-list i{
	color: #4d5858;
	font-size: 12px;
	margin: 0 10px;
}
.bread-crumbs-list span a{
	color: #1c3e95;
	font-weight: 600;
	padding: 0;
	
}
.bread-crumbs-list span a{
	border-bottom: 1px solid #1c3e95;
}
#locations-stripe{
	background: #edf3ec;
	padding: 30px 0;
}
.toggle-btns.location-toggle-btns a{
	font-size: 18px !important;
	font-weight: 600;
	background: #dde6db !important;
	border: 1px solid #dde6db !important;
	width: 200px;
}
.toggle-btns.location-toggle-btns a:hover{
	background:#1c3e95 !important;
	border:1px solid #0d6efd !important;
}
#contact-section{
	position: relative;
}
.page #event-content:before,
.page #event-content:after,
.page #campaigns-section:before,
.page #campaigns-section:after,
.page #event-section:after,
.page #contact-section:before,
.page #contact-section:after,
.page #support-section:after,
.page #knowledge-section:before{
	display:none !important;
}
.page-id-19 #event-content,
.page-id-4802 #event-content,
.page-id-5006 #event-content.section,
.page #event-content{
	padding-top:0;
}
.page #campaigns-section{
	padding:20px 0 0 0;
}
.page #event-content{
	padding-bottom:40px;
}
.page-id-4825 #post-content.section{
	margin:0;
}
.page-id-5006 #event-content{
	padding-bottom:0;
}
.page-id-5006 .nested-section{
	margin-top:0;
}
.page-id-4802 #event-content .container,
.page-id-5006 #event-content .container,
.page-id-5006 #event-content .container.mx-auto{
	max-width:100%;
	padding:0;
	margin:0;
}
.page-id-4802 #event-content .container.mx-auto .container,
.page-id-5006 #event-content .container.mx-auto #post-content .container,
.page-id-5006 #meta-section .container,
.page-id-5006 #event-section .container,
.page-id-5006 #knowledge-section .container,
.page-id-5006 #mws-ms .container.mx-auto .inner-container{
	max-width:1320px;
	margin:0 auto;
}
.page-id-4802 #event-content .container .contact-info{
	background:#edf3ec;
	padding:50px 0;
}
#event-section{
	overflow:visible;
}
.page-id-5006 #mws-ms .result-item,
.page-id-4934 #mws-ms .result-item,
.page-id-5010 #mws-ms .result-item{
	display: flex;
    flex-direction: column;
/*
    max-width: 48%;
    width: 48%;
    margin: 0.75%;
    float: left;
*/
}

#contact-section:before{
	content: url('../img/contact-bg-left.png');
	position: absolute;
	left: 0;
	top:22.6666%;
}
#contact-section:after{
	content: url('../img/contact-bg-right.png');
	position: absolute;
	right: 0;
	top:31.6666%;
}
.page-id-4802 .contact-info{
	width:100%;
}
.contact-info{
	width: 80%;
	margin: 0 auto;
}
.contact-info.offices{
	padding: 0 0 270px 0;
}
.contact-info iframe{
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	top:50%;
}
.contact-info p{
	font-size: 20px;
	line-height: 32px;
}
.contact-info p i{
	font-size: 24px;
	color: #1c3e95;
	margin: 0 10px 0 0;
}
.contact-info p a{
	color: #333333;
}
.form-section{
	padding: 270px 0 100px 0;
	background: #edf3ec;
	min-height: 70vh;
}
#email-section .form-section{
	padding: 100px 0 100px 0;
}
.contact-info{
	position: relative;
}
.wpcf7-form-control-wrap{
	display:block;
}
form .wpcf7-form-control,
form textarea.wpcf7-form-control{
	height: 80px;
	border-radius: 0 10px 10px 0;
	background: #ffffff;
	border:none;
	border-left: 10px solid #1c3e95;
	padding: 0 30px;
	font-weight: 600;
	color: #1c3e95;
	width:100%;
	margin:0 0 10px 0;
}
form .wpcf7-form-control::placeholder{
	color:#1c3e95;
}
form .wpcf7-form-control:focus{
	outline:none;
}
form .wpcf7-file{
	padding:0 30px 0 0;
}
form textarea.wpcf7-form-control{
	height: auto;
	resize: none;
	padding:15px 30px;
}
form h4{
	color: #1c3f94;
}
input[type="file"]{
	background: #ffffff;
	width: 100%;
	border-radius: 0 10px 10px 0;
}
input[type="file"]::file-selector-button{
  background-color: #1c3e95;
  color: #ffffff;
  height: 80px;
  padding: 0 30px;
  margin-right: 40px;
  opacity: 1;
 border: none;
 font-size: 18px;
}
/*-----Members/ Results / Events page---*/
#banner-section.inner-page-banner{
	height:524px;
	background-size: cover;
	position:relative;
}
#banner-section.search-results-page{
	background: url(../img/events-page-banner.jpg) center center no-repeat;
    background-size: cover;
}
#banner-section.section img{
	max-width:none;
	object-fit:fill;
	height:auto !important;
}
#banner-section.inner-page-banner .banner-content,
#banner-section.knowledge-banner .banner-content{
	margin: 0;
    position: absolute;
    top: 58%;
	left:0;
    transform: translateY(-50%);
	width:100%;
	text-align:center;
}
#banner-section.events-banner{
	background: url('../img/events-page-banner.jpg') center center no-repeat;
	background-size: cover;
}
#banner-section.knowledge-banner p{
	color:#ffffff;
}
#search-member-section{
	position: relative;
	background: #edf3ec;
	padding: 70px 0 100px 0;
}
#search-member-section:before{
	content: url('../img/members-bg-left.png');
	position: absolute;
	left: 0;
	bottom: 5%;
}
#search-member-section:after{
	content: url('../img/members-bg-right.png');
	position: absolute;
	right: 0;
	bottom: 10%;
}
#search-member-section.results:after,
#search-member-section.results:before{
	content:'';
}
#search-member-section .contact-info {
	width: 100%;
	padding: 0 0 200px 0;
}
.page-id-4802 .members-search,
.contact-info .members-search{
	background:#ffffff url('../img/arrow-up-blue.png') 98% center no-repeat !important;
}
#search-member-section.results .contact-info{
	padding: 0;
}
#results-section,
#team-section{
	position: relative;
	overflow: visible;
	min-height: 50vh;
}
#results-section:before{
	content: url('../img/results-bg-left.png');
	position: absolute;
	left: 0;
	top:-2.5%;
}
#results-section:after{
	content: url('../img/results-bg-right.png');
	position: absolute;
	right: 0;
	top:1%;
}
.text-big{
	font-size: 28px;
	color: #1c3f94;
}
#mws-ms .grid{
	display: grid;
}
.result-item{
	border-radius: 10px;
	box-shadow: 0 0 10px #d8d8d8;
	margin: 0 0 20px 0;
}
.section .result-item ul{
	margin:0;
    height: 100%;
}
.result-item ul li{
	float: left;
	display: flex;
	flex-direction:column;
	justify-content: center;
	min-height: 330px;
	margin:0;
    height: 100%;
}
.result-item ul li:first-child{
	width: 33.33333%;
	background: #ffffff;
	border-radius: 10px 0 0 10px;
}
.result-item ul li:last-child{
	width: 66.66666%;
	background: #f3f7f2;
	padding: 6%;
}
.result-item ul li figure{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 3%;
}
.result-item ul li figure a{
	width:100%;
}
.result-item ul li figure img{
	width: 100%;
}
.result-item ul li h5,
.result-item ul li h5 a{
	font-size: 24px;
	line-height:28px;
	font-weight: 600;
	color: #333333;
	padding: 0;
}
.result-item ul li strong,
.result-item ul li a,
.result-item ul li p{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.result-item ul li a{
	padding: 0 0 0 25px;
}
.result-item ul li .location a{
	background: url('../img/map-icon.png') left center no-repeat;
}
.result-item ul li .website a{
	background: url('../img/link-icon.png') left center no-repeat;
}
.result-item ul li .mobile a{
	background: url('../img/mobile-icon.png') left center no-repeat;
}
.result-item ul li figure a{
	padding:0;
}
#filters-section{
	padding: 50px 0;
	background: #edf3ec;
}
#filters-section .filters{
	width: 100%;
	margin: 0;
}
#filters-section .container-fluid{
	width: 96%;
}
#events-section.all-events{
	background-image:-webkit-linear-gradient(top, #ffffff 70%, #edf3ec 30%);
	background-image:-moz-linear-gradient(top, #ffffff 70%, #edf3ec 30%);
	background-image:-ms-linear-gradient(top, #ffffff 70%, #edf3ec 30%);
	background-image:-o-linear-gradient(top, #ffffff 70%, #edf3ec 30%);
}
#campaigns-section:before,
.page-id-4932 #events-section.all-events:before,
#events-section.all-events:before{
	content: url('../img/events-bg-left.png');
	position: absolute;
	left: 0;
	top:1%;
}
#campaigns-section:after,
.page-id-4932 #events-section.all-events:after
#events-section.all-events:after{
	content: url('../img/events-bg-right.png');
	position: absolute;
	right: 0;
	top:40%;
}
.event .event-info strong.turquoise{
	background: #00a5b5;
}
.event .event-info strong.light-green{
	background: #c2d500;
}
.all-events .listing-item.event .event-info{
	position: relative;
	min-height:230px;
}
.all-events .listing-item.event .event-info strong{
	margin: 0 10px 0 0;
}
.all-events .listing-item.event .event-info:before{
	content: '';
	display: block;
	height: 45px;
	width: 8px;
	background: #1c3f94;
	position: absolute;
	left: 0;
	bottom: 60%;
}
.all-events .listing-item.event:hover .event-info{
	background: #1c3f94;
}
.all-events .event:hover strong.turquoise,
.all-events .event:hover strong,
.meta-info .tag strong,
.group-meta-info .tag{
	background: #a4b2d4;
	color:#1c3f94 !important;
}
.all-events  .listing-item.event:hover .event-info span,
.all-events  .listing-item.event:hover .event-info a,
.all-events  .listing-item.event:hover .event-info p{
	color: #ffffff;
}
.all-events  .listing-item.event:hover .event-info:before{
	background: #ffffff;
}
.all-events .event{
	position: relative;
	margin: 0 0 20px 0;
}
.all-events  .listing-item.event .event-member{
	width: 36px;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/contact-icon.png') center center no-repeat;
	position: absolute;
	left: 20px;
	top:20px;
}
ul li .form-check{
	color: #0e323f;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
}
ul li .form-check label{
	margin: 0 0 0 5px;
}
.checkbox-filters .form-check .form-check-input:checked{
	background-color: #00a5b5;
	border:none;
}
.checkbox-filters .form-check-input[type=checkbox]{
	border-radius: 3px;
}
.checkbox-filters .form-check-input:checked[type=checkbox]{
	background: #00a5b5 url('../img/checkbox-icon.png') center center no-repeat;
}
.checkbox-filters .form-check-input{
	width: 22px;
	height: 22px;
	border-radius: 5px;
	background: #cddbcb;
	border: none;
	border-radius: 5px;
}
.radio-toggles .form-check .form-check-input{
	float: none;
	margin: 0;
}
.radio-toggles ul{
	margin:14px 0 0 0;
	padding:0;
}
.radio-toggles ul li{
	display: inline-block;
	font-size: 18px;
	color: #0e323f;
	margin:0;
}
.radio-toggles ul li.members-only{
	padding: 0 0 0 45px;
	background: url('../img/contact-icon.png') left center no-repeat;
	margin: 0 0 0 30px;
}
.radio-toggles .form-switch .form-check-input{
	background: none;
	position: relative;
	border:none;
	background: #cddbcb;
	outline: none;
	box-shadow: none;
	width: 3em;
	margin: 3px 0 0 0;
}
.radio-toggles .form-switch .form-check-input:checked{
	outline: none;
	box-shadow: none;
	background: #c3cfdb;
}
.radio-toggles .form-switch .form-check-input:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background:#ffffff;
	position: absolute;
	top:-6px;
	transition: all 0.3s;
}
.radio-toggles .form-switch .form-check-input:checked:before{
	background:#1c3e95;
	top:-6px;
	right: 0;
}
.form-switch .form-check-input:checked{

}

/*---Event pagination list styles--*/
.pagination {
	display:block;
	text-align:right;
}
.pagination .nav-links,
.members-pagination nav{
	display:inline-block;
}
.members-pagination{
	margin:40px 0 0 0;
	text-align:right !important;
}
.pagination ul {
	padding:0 !important;
	margin:0;
}
.pagination li {
	display:inline-block;
	text-align:center;
	padding:0;
}
.pagination li::marker{
	display:none;
}

.members-pagination a,
.members-pagination button,
.pagination li.current,
.pagination li a,
.pagination-list a,
.pagination-list span,
.pagination span {
	width:40px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	margin:3px;
	padding:0 !important;
	text-align:center !important
}
.blog .page-numbers li a{
	background:#DAE2E0 !important;
}
.pagination-list span.dots{
	color:#0e323f;
}
.pagination-list.grey-list a{
	background:#DAE2E0
}
.pagination-list a,
.members-pagination a,
.members-pagination button,
.pagination li a{
	background:#edf3ec !important;
	color:#0e323f !important;
}
.nav-links li a {
    background-color: #fff;
}
.pagination-list a:active,
.members-pagination button.active,
.members-pagination a:active,
.members-pagination a:hover,
.members-pagination button:hover,
.pagination li a:hover,
.pagination li.current,
.pagination-list a:hover,
.pagination-list span.current{
	background:#1c3e95 !important;
	color:#ffffff !important;
}
.nav-links li .current {
    background-color: #1c3e95;
}
.nav-links li .dots {
    color: #1c3e95;
    background-color: #fff;
}
/*---multi-select styles--*/

.filters .sol-caret-container .sol-caret{
	display: none;
}
.sol-container.sol-active .sol-inner-container{
	border:none;
}

.filters .sol-inner-container,
.filters .sol-input-container
.filters .sol-input-container input[type="text"]{
	background: #ffffff;
	height: 50px;
	border:none;
}

.filters .sol-caret-container{
	height: 50px;
	width: 50px;
	background: #ffffff url('../img/arrow-down.png') center center no-repeat;
}
#filters-section .filters .multi-select-button{
	border-radius: 0 5px 5px 0;
	border:none;
	background: #ffffff url('../img/arrow-down.png') 96% center no-repeat;
}
.filter-select{
	background: #ffffff;
	position: relative;
	width: 100%;
	height: 50px;
	border-radius: 0 5px 5px 0;
}
.filter-select.active{
	border-radius: 0 5px 0 0;
}
.filter-select ul{
	display: none;
	position: absolute;
	left:-8px;
	top:50px;
	height: auto;
	width: 102.9999%;
	z-index:10;
	min-height: 300px;
	background: #ffffff;
	border-right: 8px solid #ffffff;
}
.filter-select input[type="text"]{
	border: none;
	height: 50px;
	background: url('../img/arrow-up-blue.png') 96% center no-repeat;
	transition: all 0.2s;
	border-radius: 5px;
}
.filter-select input[type="text"]:focus{
	outline: none;
	box-shadow: none;
	background: url('../img/arrow-down.png') 96% center no-repeat;
	border-radius:0 5px 0 0;
}
#filters-section  .location-select .filter-select,
#filters-section  .location-select  ul {
	border-left: 8px solid #1c3e95;
}
#filters-section  .type-select .filter-select,
#filters-section  .type-select ul{
	border-left: 8px solid #00a5b5;
}
#filters-section  .sector-select .filter-select,
#filters-section  .sector-select ul{
	border-left: 8px solid #c1d600;
}
.location-select .multi-select-menu{
	    border-left: 8px solid #1c3e95;
}
.type-select .multi-select-menu{
	    border-left: 8px solid #00a5b5;
}
.sector-select .multi-select-menu{
	    border-left: 8px solid #c1d600;
}
#filters-section .multi-select-menuitems{
	height: auto !important;
	max-height: 100% !important;
	overflow: auto;
}
#filters-section .multi-select-menuitems{
	font-size: 16px;
	color: #0e323f;
}
/*---Old styles--*/
.filters .sol-caret-container .sol-caret{
	display: none;
}
.sol-container.sol-active .sol-inner-container{
	border:none;
}

.filters .sol-inner-container,
.filters .sol-input-container
.filters .sol-input-container input[type="text"]{
	background: #ffffff;
	height: 50px;
	border:none;
}

.filters .sol-caret-container{
	height: 50px;
	width: 50px;
	background: #ffffff url('../img/arrow-down.png') center center no-repeat;
}
#filters-section .filters .multi-select-button{
	border-radius: 0 5px 5px 0;
	border:none;
	background: #ffffff url('../img/arrow-down.png') 96% center no-repeat;
}
.filter-select{
	background: #ffffff;
	position: relative;
	width: 100%;
	height: 50px;
	border-radius: 0 5px 5px 0;
}
.filter-select.active{
	border-radius: 0 5px 0 0;
}
.searchandfilter ul{
	padding:0;
	margin:0;
}
.searchandfilter > ul > li{
	width:30%;
	padding:0 10px 0 0 !important;
}
.searchandfilter > ul > li select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.searchandfilter > ul > li.sf-field-submit input{
	color: #ffffff;
    background: #1c3e95;
	padding: 0.5rem 0 !important;
	display:inline-block;
	width:100%;
	border:1px solid #1c3e95;
	border-radius:5px;
	height:50px;
}
.searchandfilter > ul > li.sf-field-submit input:hover{
	background:none;
	color:#1c3e95;
}
.searchandfilter > ul > li:last-child{
	padding:0;
	width:10%;
}
.searchandfilter ul li label{
	width:100%;
}
.searchandfilter ul li input[type="text"],
.searchandfilter ul li select{
	border: none;
	height: 50px;
	background: #ffffff url('../img/arrow-up-blue.png') 96% center no-repeat;
	transition: all 0.2s;
	border-radius:0 5px 5px 0;
	width:100%;
	padding:0 10px;
	color:#212529;
}
.searchandfilter ul li input[type="text"]:focus{
	outline: none;
	box-shadow: none;
	background:#ffffff url('../img/arrow-down.png') 96% center no-repeat;
	border-radius:0 5px 0 0;
}

.searchandfilter ul li.sf-field-search input,
.searchandfilter ul li.sf-field-taxonomy-mws_event_location select,
#filters-section  .location-select  ul {
	border-left: 8px solid #1c3e95;
}
.searchandfilter ul li.sf-field-category select,
#filters-section  ul li.sf-field-category select,
.searchandfilter ul li.sf-field-taxonomy-mws_event_type select,
#filters-section  .type-select ul{
	border-left: 8px solid #00a5b5;
}
#filters-section  ul li.sf-field-sort_order select,
.searchandfilter ul li.sf-field-sort_order select,
.searchandfilter ul li.sf-field-taxonomy-mws_event_sector select,
#filters-section  .sector-select ul{
	border-left: 8px solid #c1d600;
}
.home .searchandfilter ul li.sf-field-taxonomy-mws_event_location select {
   border-top: 1px solid #1c3e95;
   border-right: 1px solid #1c3e95;
   border-bottom: 1px solid #1c3e95;
}
.home .searchandfilter ul li.sf-field-taxonomy-mws_event_type select {
   border-top: 1px solid #00a5b5;
   border-right: 1px solid #00a5b5;
   border-bottom: 1px solid #00a5b5;
}
.home .searchandfilter ul li.sf-field-taxonomy-mws_event_sector select {
   border-top: 1px solid #c1d600;
   border-right: 1px solid #c1d600;
   border-bottom: 1px solid #c1d600;
}
.location-select .multi-select-menu{
	    border-left: 8px solid #1c3e95;
}
.type-select .multi-select-menu{
	    border-left: 8px solid #00a5b5;
}
.sector-select .multi-select-menu{
	    border-left: 8px solid #c1d600;
}
#filters-section .multi-select-menuitems{
	height: auto !important;
	max-height: 100% !important;
	overflow: auto;
}
#filters-section .multi-select-menuitems{
	font-size: 16px;
	color: #0e323f;
}
#banner-section.inner-page-banner.single-page-banner,
#banner-section.single-event-banner{
	max-height:400px;
	overflow: hidden;
}
#banner-section.single-event-banner img{
	width:100%;
	height:auto !important;
}
.all-related-events{
	position: relative;
	overflow: visible;
}
.home .all-related-events{
	overflow-x:hidden;
}
.home .all-related-events:before{
	display:none;
}
.all-related-events:before{
	content: url('../img/simmilar-event-bg.png');
	position: absolute;
	left: 5%;
	top:-70px;
	z-index: 10;
}
#post-content.section{
	padding: 50px 0;
	background: #edf3ec;
	overflow-x:visible;
	margin:0 0 30px 0;
}
.category-reports-publications #post-content.section,
.single-post #post-content.section,
.single-mws_event #post-content.section,
.page-id-5006 #post-content.section{
	margin-bottom:0;
}
.single-mws_event #event-content.section{
	padding-top:0;
}
.event-title{
	font-size: 50px;
	font-weight: 500;
	color: #1c3e95;
}
#meta-section.section{
	background: #1c3f94;
	padding: 30px 0;
	margin:0 0 30px 0;
}
#meta-section.sticky-bar{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 5000 !important;
}
#event-content.post-content,
#event-content.section{
	overflow-x:visible;
	background:#ffffff;
}
#bottom-sliders{
	background:#f1f6f0 !important;
	overflow:visible;
}
#bottom-sliders .benefit-item{
	background:#ffffff;
	height:auto;
}
#event-content:before{
	content: url('../img/single-event-bg-left.png');
	position: absolute;
	left:-4%;
	top:16%;
}
#event-content:after{
	content: url('../img/single-event-bg-right.png');
	position: absolute;
	right:-6%;
	top:26%;
}
.post-content p a,
.post-content p a span{
	color:#1c3e95;
	font-weight:700;
}
.post-content p a.btn{
	color:#ffffff;
}
.section .btn-add-event,
.section .btn-primary.btn-red.book-now-btn{
	width: 200px;
	margin:0 !important;
}
.section .btn-add-event{
	background:#ffffff;
	color:#1c3e95;
	padding:12px 0;
	border:1px solid #1c3e95;
	margin:0 10px 0 0 !important;
}
.meta-info{
	margin: 12px 0 0 0 !important;
}
.meta-info span,
.meta-info a{
	font-size: 22px;
	color: #ffffff;
	font-weight: 300;
	padding: 0 0 0 25px;
	margin: 0 25px 0 0;
}
.meta-info .tag a{margin:0;padding:0;}
.meta-info span.event-date{
	background: url('../img/calendar-icon.png') 0 5px no-repeat;
}
.meta-info span.event-location{
	background: url('../img/marker-icon.png') 0 5px no-repeat;
}
.meta-info a.website{
	background: url('../img/link-icon-white.png') 0 5px no-repeat;
}
.share-event{
	width: 23px;
	height: 25px;
	background: url('../img/sharing-icon.png') center center no-repeat;
	margin: 0 40px 0 0;
	position: relative;
	top:6px;
}
.event-gallery .event{
	margin:40px 10px 40px 10px;
	height:auto !important;
}
.event-item.poet-item h5,
.event-contact h5{
	font-size: 22px;
	font-weight: 600;
	color: #1c3f94;
}
section blockquote{
	font-style:italic;
	padding:0 0 0 25px;
	border-left:6px solid #4d5858;
}
section ul,
article ul,
section ol,
article ol{
	padding: 0 0 0 25px;
}
section ul{
	margin:0 0 0 25px;
}
section ul li span{
	text-indent:0 !important;
}
section ul li,
article ul li{
	font-size:18px;
	list-style-image: url('../img/arrow-down-dark.png');
	margin:0 0 10px 0;
	padding: 0 10px;
}
.article-body .table thead tr{
	background: none;
	border:none;
}
.article-body .table thead th{
	border:none;
}
.article-body .table tbody tr td{
	padding: 0.75em;
}
.article-body .table tbody tr td h4{
	font-weight: 700;
}
.article-body .table tbody tr td p{
	font-weight: 600;
}
.article-body .table tbody td.colored-data,
.article-body .table tbody td.colored-data p{
	color: #1c3f94;
}
.article-body .table tbody tr td.border-radius:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.article-body .table tbody tr td.border-radius:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.article-body .table tr  td{
	border:none !important;
	background: #edf3ec;
	margin: 0 0 10px 0;
}
.become-member{
	background: #1c3f94;
	border-radius: 10px;
}
.section .become-member .btn-primary.btn-red.book-now-btn{
	margin: 5px 0 0 0 !important;
}
.become-member h6{
	font-size: 22px;
}
.event-info-card{
	box-shadow: 0 0 10px #d8d8d8;
    border-radius: 10px;
    padding: 50px 20px;
}
.event-info-card h3{
	font-size: 36px;
	color: #1c3f94;
	font-weight: 400;
}
.capabilities-slider .member-item h5{
	margin: 20px 0 15px 0;
	color: #1c3e95;
}
.event-info-card strong{
	font-size: 22px;
	font-weight: 700;
	color: #4d5858;
}
.event-info-card p a{
	color: #4d5858;
	font-size: 18px;
	padding: 5px 0 5px 30px;
}
.event-info-card p a:first-child{
	background: url('../img/mobile-icon-light.png') left center no-repeat;
}
.event-info-card p a:last-child{
	background: url('../img/email-icon.png') left center no-repeat;
}
.company-info p span,
.company-info p a{
	font-weight: 300;
	padding: 5px 0 5px 25px;
	color: #4d5858;
}
.company-info p span{
	background: url('../img/map-icon-blue.png') left center no-repeat;
	
}
.company-info p a{
	background: url('../img/mobile-icon-blue.png') left center no-repeat;
}
.company-info p.website a{
	background: url('../img/link-icon-blue.png') left center no-repeat;
}
.company-info.no-bg p span{
	background:none;
}
/*---Campaigns/Knowledge page styles--*/
#banner-section.campaigns-banner{
	background: url('../img/campaigns-banner.jpg') center center no-repeat;
	background-size: cover;
}
#banner-section.knowledge-banner,
body.error404 #banner-section,
body.search #banner-section{
	background: url('../img/knowledge-banner.jpg') center center no-repeat;
	background-size: cover;
}
#campaigns-section{
	/*background-image:-webkit-linear-gradient(top, #ffffff 80%, #edf3ec 20%);
	background-image:-moz-linear-gradient(top, #ffffff 80%, #edf3ec 20%);
	background-image:-ms-linear-gradient(top, #ffffff 80%, #edf3ec 20%);
	background-image:-o-linear-gradient(top, #ffffff 80%, #edf3ec 20%);*/
	background:none !important;
}
#campaigns-section.about-section-content{
	
}
#campaigns-section #knowledge-section{
	background: none;
}
.campaign-item{
	box-shadow: 0 0 20px #d8d8d8;
	border-radius: 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
h3.campaign-title,
.intro-item h3{
	font-size: 30px !important;
	font-weight: 600 !important;
	line-height:36px;
}
.intro-item h3{
	margin-top:15px !important;
}
.campaign-item figure{
	width: 96%;
	margin:15px 0 0 0;
}
.campaign-item figure img{
	width: 100%;
}
.campaign-item .campaign-content{
	margin: 110px 80px 0 0;
}
.intro-item.bg-blue,
.campaign-item.bg-blue{
	background: #1c3e95;
}
.campaign-item.bg-grey,
.intro-item.bg-grey{
	background: #dee6e9;
}
.intro-item.bg-dark-blue,
.campaign-item.bg-dark-blue{
	background: #172b5f;
}
#campaigns-section:before{
	content: url('../img/contact-bg-left.png');
	top:14%;
}
.bottom-intro-section:before,
#knowledge-section.campaigns:before{
	content: url('../img/yellow-stripe-long.png');
	top:14%;
	left: 0;
}
.bottom-intro-section{
	position: relative;
}
.bottom-intro-section:before{
	position: absolute;
	top:60%;
}
#knowledge-section.knowledge-inner-page{
	background-image:-webkit-linear-gradient(top, #ffffff 36%, #edf3ec 30%);
	background-image:-moz-linear-gradient(top, #ffffff 36%, #edf3ec 30%);
	background-image:-ms-linear-gradient(top, #ffffff 36%, #edf3ec 30%);
	background-image:-o-linear-gradient(top, #ffffff 36%, #edf3ec 30%);
}
.knowledge-inner-page:before{
	content: url('../img/yellow-stripe-left.png');
	position: absolute;
	left:0;
	top:30%;
}
.knowledge-inner-page:after{
	content: url('../img/single-event-bg-left.png');
	position: absolute;
	right:-3%;
	top:16%;
}
.knowledge-inner-page .event{
	margin: 0 0 15px 0;
	min-height: 436px;
}
.knowledge-inner-page .event p{
	margin: 10px 0 0 0 !important;
}
.highlights-item figure{
	
	margin: 0;
}
.highlights-item figure img{
	width: 100%;
	border-radius:10px 0 0 10px;
}
.highlights-item h3 a{
	color: #123590;
	margin: 15px 0;
}
.highlights-item .tag{
	margin: 0 10px 0 0;
}
.post-content.event-info{
	margin: 30px 0 0 0;
	padding: 20px 60px 20px 20px;
}

#highlights-section:before{
	content: url('../img/contact-bg-left.png');
	position: absolute;
	left:0;
	top:30%;
}
#highlights-section:after{
	content: url('../img/line-bg-long.png');
	position: absolute;
	right:10%;
	top:0%;
}
/*Generic page styles---*/
.top-intro-section{
	padding: 50px 0;
	background: #edf3ec;
}
.bottom-intro-section{
	padding: 50px 0;
	background: #ffffff;
}
#breadcrumbs-section.about-page,
.single-post-breadcrumbs,
.section.no-breadcrumbs{
	margin: 100px 0 0 0;
}
#bread-srumbs.bg-diff{
	background:#EDF3EC;
}
#post-content.about-page p{
	font-size: 22px;
	line-height: 32px;
}
#members-section.about-page{
	background: #edf3ec;
}
.about-content h2{
	font-size: 36px;
}
.intro-item h3{
	font-size: 36px;
	font-weight: 600;
	color: #123590;
}
.intro-item-content{
	padding: 10px 40px 40px 40px;
}
.intro-item.bg-shaded-blue{
	background: #204e6f;
}
.intro-item.bg-shaded-blue ol li::marker{
	color:#ffffff;
}
body.page.page-id-4317 #event-content.all-events:after,
body.page.page-id-4317 #event-content.all-events:before{
	display:block !important;
}
/*--accordian styles--*/
#accordion-1{
	position:relative;
	z-index:10;
}
.accordion-header,
.accordion-header button,
.accordian .panel h3{
	font-size: 26px!important;
	font-weight: 600!important;
	margin: 0 0 16px 0!important;
	padding: 25px 15px!important;
	background: #d3d9ea url('../img/closed.png') 98% center no-repeat!important;
	color: #1c3f94!important;
	cursor: pointer!important;
	border-radius: 10px!important;
	border:none !important;
}
.accordion-button::after{
	display:none;
}
.accordion-item{
	border:none !important;
}
.accordion-header{
	padding:0 !important;
}
.accordion-button:not(.collapsed){
	color: #1c3f94 !important;
}
.accordion-collapse,
.accordian .content{
		background: #e8ebf4 !important;
		padding: 30px 20px 20px 20px !important;
		position: relative !important;
		top:-20px !important;
		border-radius: 0 0 10px 10px !important;
}
.accordion-button:not(.collapsed){
	background:#d3d9ea url('../img/closed.png') 98% center no-repeat !important;
}
.accordion-button.collapsed{
	background: #d3d9ea url('../img/opened.png') 98% center no-repeat !important;
}
/*--About page styles---*/
.video-intro{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	background: url('../img/video-banner.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}
#campaigns-section .play-btn{
	width: 147px;
	height: 150px;
	background: url('../img/play-btn.png') center center no-repeat;
	background-size: cover;
	border: none;
	transform: translateY(100%);
}
#videoModal .modal-dialog{
	max-width: 60vw;
}
#videoModal video{
	width: 100%;
	height: 600px;
}
#videoModal .modal-content{
	background:#1b1b1b;
}
#videoModal .btn-close{
	width: 20px;
	height: 20px;
	background: #ffffff url('../img/close-icon.png') center center no-repeat;
	background-size: 16px 16px;
	opacity: 1;
	border-radius: 0;
	position: absolute;
	z-index: 10;
	right: 0;
	top:0;
}
/*---Our Team page styles---*/
.teams-toggle .location-toggle-btns p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teams-toggle .location-toggle-btns a{
	width: 240px;
	margin:5px;
	float: left;
	padding:12px 0;
	color:#1c3e95;
}
.team-member h4{
	font-weight: 600;
}
.team-member span{
	font-size: 21px;
	color: #333333;
}
.team-member .event-info{
	min-height: auto !important;
	padding: 20px 35px 35px 35px;
}
#team-section:before{
	content: url('../img/team-bg-left.png');
	position: absolute;
	left: 0;
	top:30%;
}
#team-section:after{
	content: url('../img/team-bg-right.png');
	position: absolute;
	right: 0;
	top:23.333%;
}

#team-section .col-sm-3 {
	margin-bottom: 1rem;
}

#team-section .col-sm-3 .team-member {
	height: 100%;
}

#email-section h3{
	font-size: 36px;
	font-weight: 600;
	color:#1c3f94;
}
.wpcf7-select{
	background: #ffffff url('../img/drop-down-icon.png') right center no-repeat !important;
}
/*--Group page styes--*/
.group-item h4{
	color: #1c3f94;
}
.group-item p a{
	color: #1c3f94;
}
.group-item .contacts-slider p a{
	color: #333333;
}
/*--404 page styles--*/
#error-section{
	background:#edf3ec;
}
/*---Single post styles--*/
.post-item.event-item figure img,
.post-item figure img,
.post-item img,
.post-item a img{
	max-width: 100%;
	height:auto !important;
}
.post-item.event-item pa{
	color:#1c3e95;
}
.post-item ul li span{
	font-weight: 600;
	color: #1c3f94;
}
.sharing-options a{
	font-size: 30px;
	color: #c6cfe4;
	margin: 0 5px;
}
.sharing-options a:last-child{
	margin:0;
}
#capabilities ul{
	display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-column-gap: 20px; /* Adjust the gap between columns */
    margin-bottom: 10px;
}
#capabilities ul li h5{
	margin:10px 0;
}
#capabilities ul li h5,
#capabilities ul li h5 a{
	font-size:22px;
	color:#133691;
}
/*----Join page styles--*/
#campaigns-section.become-a-member{
	background: #edf3ec;
}
#campaigns-section.become-a-member:before{
	content: url('../img/yellow-stripe-left.png');
	position: absolute;
	left: 0;
	top:5%;
}
#campaigns-section.become-a-member:after{
	content: url('../img/single-event-bg-left.png');
	position: absolute;
	right: -5%;
	top:5%;
}
.campaign-item.join-item figure{
	width: 86%;
	margin:0 auto;
}
.event.benefit-item{
	background: #f1f6f0;
}
.event.benefit-item .benefit-info,
.highlights-item.support-item .event-info{
	background: none;
	padding: 25px;
}
.event.benefit-item figure img{
	width: auto;
	display: inline-block;
}
.event.benefit-item h4{
	padding: 0;
}
.highlights-item.support-item{
	background: #dee6e9;
}
#support-section{
	background: #f1f6f0;
}
#support-section:before{
	content: url('../img/contact-bg-left.png');
	position: absolute;
	bottom:7%;
	left: 0;
}
#support-section:after{
	content: url('../img/line-bg.png');
	position: absolute;
	top:25%;
	right: 0;
}
.testimonial{
	margin: 75px 0;
	position: relative;
}
.testimonial figure{
	position: absolute;
	left: 0;
	top:-40px;
	z-index: 100;
}
.testimonial-inner{
	position: relative;
	border-radius: 10px;
	width: 90%;
	background:#f1f6f0;
	padding: 0 0 0 20%;
}
section .testimonial-inner blockquote{
	border:none;
}
.testimonial blockquote{
	padding:10% 20% 5% 10%;
	position: relative;
}
.testimonial blockquote strong{
	font-size: 24px;
	font-weight: 600;
	color: #123590;
}
.testimonial blockquote:before{
	content: url('../img/quotes-opening.png');
	display: inline-block;
	width: 36px;
	height: 28px;
	position: absolute;
	top: 40px;
  left: 80px;
}
.testimonial blockquote:after{
	content: url('../img/quotes-closing.png');
	display: inline-block;
	width: 36px;
	height: 28px;
	position: absolute;
	right: 100px;
  bottom: 100px;
}
/*----Media Queries---*/
@media(max-width:1660px){
	#main-menu li a{
		padding: 2px 10px;
	}
	#slider-section{
		height: auto;
	}
	.event{
		min-height: 425px;
	}
	.toggle-content p{
		margin: 5px 0 !important;
	}
	.radio-toggles ul li{
		margin: 0 2px;
	}
	#secondary-menu li{
		margin:0 5px 0 0;
	}
	
}
@media(max-width:1500px){
	#main-menu li a{
		font-size: 16px;
		padding: 2px 10px;
	}
	#secondary-menu li a{
		width:auto;
		padding:6px 12px !important;
	}
	.btns-holder a.btn{
		width: auto;
		padding: 10px 15px;
		font-size: 14px;
	}
	.search-input:focus{
		width: 120px !important;
	}
	#slider-section{
		height: auto;
	}
	.event{
		min-height: 400px;
	}
	.toggle-content p{
		font-size: 16px;
		line-height: 22px;
		margin: 5px !important;
	}
	.event .event-info h4 a, .event .event-info h4{
		font-size: 18px;
		line-height: 26px;
	}
	.toggle-btns button{
		font-size: 14px;
		width: 190px;
	}
	.campaign-item .campaign-content{
		margin: 50px 80px 0 0;
	}
	.radio-toggles ul li{
		margin: 0 2px;
		font-size: 16px;
	}
}
@media(max-width:1440px){
	#main-menu li a{
		font-size: 16px;
		padding: 2px 8px;
	}
	#secondary-menu li a{
		width:auto;
		padding:6px 12px !important;
		font-size:14px;
	}
	.btns-holder a.btn{
		width: auto;
		padding: 10px 15px;
		font-size: 14px;
	}
	.search-input,
	.search-input:focus{
		width: 90px !important;
	}
	#slider-section{
		height: auto;
	}
	.banner-content h1, .slider-item .inner-content h1{
		font-size: 60px;
		line-height: 66px;
	}
	.event{
		min-height: 400px;
	}
	.toggle-content p{
		font-size: 16px;
		line-height: 22px;
		margin: 5px !important;
	}
	.event .event-info h4 a, .event .event-info h4{
		font-size: 18px;
		line-height: 26px;
	}
	.toggle-btns button{
		font-size: 14px;
		width: 190px;
	}
	.grid-section{
		width:70%;
		display: block;
	}
	.grid-small{
		width: 18%;
	}
	.grid-large{
		width: 28%;
	}
	.g-i-item{
		background-size: cover;
	}
	.item-1,
	.item-7{
		height: 300px;
	}
	.item-3{
		height: 560px;
	}
	.g-i-slider .slick-item, .g-i-slider .slick-track, .item-4, .item-5{
		height: 270px;
	}
	.g-i-item a{
		font-size: 16px;
		line-height: 22px;
		padding: 0 15px;
	}
	.highlights-item h3 a{
		font-size: 30px;
		line-height: 36px;
	}
	.post-content.event-info{
		margin: 10px 0 0 0;
		padding: 20px;
	}
	.highlights-item.post-item p{
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 5px 0;
	}
	#filters-section .container-fluid{
		width: 100%;
	}
	.radio-toggles ul li{
		margin: 0 2px;
		font-size: 15px;
	}
	.g-i-inner::after{
		display:none;
	}
	.event .tag strong, .event .event-info strong{
		font-size:12px;
		line-height:16px;
		padding:3px 6px;
	}
	.g-i-slider .slick-dots li{
		width:30px;
	}
	.knowledge-inner-page::before,
	.knowledge-inner-page::after,
	#events-section.all-events:after,
	#events-section.all-events:before,
	#highlights-section::before,
	#highlights-section::after,
	#knowledge-section.campaigns::before,
	#knowledge-section.campaigns::after,
	#campaigns-section::before,
	#campaigns-section::after,
	.bottom-intro-section:before,
	.all-related-events::before,
	.all-related-events::before,
	#team-section:before,
	#team-section:after,
	#event-content:after,
        #event-content:before {
		display: none !important;
	}
	.page-id-4802 #event-content .container.mx-auto .container, .page-id-5006 #event-content .container.mx-auto #post-content .container, .page-id-5006 #meta-section .container, .page-id-5006 #event-section .container, .page-id-5006 #knowledge-section .container, .page-id-5006 #mws-ms .container.mx-auto .inner-container{
		max-width:100%;
		padding:0 15px;
	}
}

@media (min-width:1281px) and (max-width:1440px){
	.section p.text-center{
		padding: 30px 8em;
	}
}

@media(max-width:1280px){
	#main-menu li a{
		font-size: 14px;
		padding: 2px 4px;
	}
	#main-menu .sub-menu li a{
		font-size:22px;
	}
	#main-menu .sub-menu li .sub-menu a{
		font-size:14px;
		padding:5px 0;
	}
	#secondary-menu li a{
		width:auto;
		padding:2px 8px !important;
		font-size:14px;
	}
	.search-input, .search-input:focus {
      width: 76px !important;
    }
	.btns-holder{
		width:100%;
	}
	.banner-content h1, .slider-item .inner-content h1{
		font-size: 50px;
		line-height: 56px;
	}
	.banner-content p{
		font-size: 18px;
		line-height: 24px;
	}
	.section h3.text-center, .section p.text-center, .section.inner-page-banner p, .knowledge-banner p{
		padding:0.5em 10em;
	}
	.feature,
	.feature:hover{
		height: 320px;
		line-height: 320px;
	}

	.feature span{
		font-size:22px;
		line-height: 26px;
	}
	.section{
		padding: 50px 0;
	}
	.section h2{
		font-size: 40px;
	}
	.section p.text-center{
		padding: 20px;
	}
	p{
		font-size: 16px;
		line-height: 22px;
	}
	.post-content.event-info{
		margin: 10px 0 0 0;
		padding: 20px;
	}
	.highlights-item.post-item p{
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 5px 0;
	}
	.btns-holder a.btn{
		width: auto;
		padding: 3px 5px;
		font-size: 12px;
	}
	.toggle-btns button{
		width: auto;
		margin: 10px;
		padding: 10px 20px;
	}
	.event{
		min-height: 360px;
	}
	.knowledge-item .toggle-content{
		padding: 20px;
	}
	.toggle-content p{
		font-size: 13px;
		line-height: 20px;
		margin: 5px !important;
	}
	.knowledge-item a,
	.event .event-info span,
	.campaign-content p{
		font-size: 14px;
		line-height:18px;
	}
	.event .event-info strong{
		font-size: 12px;
		line-height:14px;
		padding:3px 5px;
	}
	.g-i-inner::after {
		display:none;
	}
	.g-i-slider .slick-dots li,
	.slick-dots li{
		width: 20px !important;
	}
	.event .event-info h4 a, .event .event-info h4{
		font-size: 16px;
		line-height: 24px;
	}
	.event-item.post-item figure img{
		width: 100%;
	}
	.grid-section{
		width:98%;
		display: block;
	}
	.grid-section.show-on-mobile{
		display: none;
	}
	.grid-small{
		width: 18%;
	}
	.grid-large{
		width: 28%;
	}
	.g-i-item{
		background-size: cover;
	}
	.item-1,
	.item-7{
		height: 300px;
	}
	.item-3{
		height: 560px;
	}
	.g-i-slider .slick-item, .g-i-slider .slick-track, .item-4, .item-5{
		height: 270px;
	}
	.g-i-item a{
		font-size: 16px;
		line-height: 22px;
		padding: 0 15px;
	}
	.banner-content br{
		display: none;
	}
	
	.knowledge-inner-page .toggle-content span{
		margin: 50px 0 0 0;
	}
	.campaign-item h3, .highlights-item h3,
	.highlights-item h3 a{
		font-size: 26px;
		line-height: 32px;
	}
	.knowledge-inner-page .event{
		min-height: auto;
	}
	.knowledge-inner-page .container{
		max-width: 96%;
	}
	#filters-section .container-fluid{
		width: 100%;
	}
	#filters-section .container-fluid .col-sm-7,
	#filters-section .container-fluid .col-sm-5,
	.bottom-intro-section .col-sm-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	#filters-section .container-fluid .col-sm-5{
		text-align: center;
	}
	.radio-toggles ul li{
		margin: 0 5px;
		font-size: 18px;
	}
	.intro-item h3{
		font-size: 28px;
	}
	.video-intro{
		width: 100%;
	}
	.location-toggle-btns{
		text-align: center;
	}
	.teams-toggle .location-toggle-btns a{
		float: none;
	}
	#team-section .team-member .event-info{
		padding: 15px;
		min-height: 130px !important;
	}
	#mws-ms nav{
		width:90%;
		margin:0 auto;
	}
	#mws-ms .flex-row{
		width:50%;
		max-width:50%;
	}
	.result-item{
		float:none !important;
		width:90% !important;
		max-width:90% !important;
		display:block !important;
		margin:20px auto !important;
	}
	.result-item ul li{
		min-height:340px;
	}
	.campaign-item .campaign-content{
		margin:90px 80px 0 0;
	}
	.join-item .section .btn-primary.btn-red{
		width:auto;
		padding:12px;
	}

}
@media(min-width:768px) and (max-width:1024px){
    .show-on-mobile,
	.grid-section.show-on-mobile{
		display: block;
	}
	.hide-on-mobile{
		display: none;
	}
	#site-header .container{
		height:80px;
	}
	#site-header{
		height: auto;
	}
	#banner-section.inner-page-banner{
		height:450px;
	}
	h2.section-title{
		margin:0 0 15px 0;
	}
	.section h3.text-center, .section p.text-center, .section.inner-page-banner p, .knowledge-banner p{
		padding:0 20px 20px 20px;
	}
	.banner-content h1, .slider-item .inner-content h1{
		font-size: 46px;
		line-height: 50px;
	}
	.slider-item .inner-content a.btn{
		width: auto;
		padding: 10px 20px !important;
	}
	.banner-content p,
	section .text-big{
		font-size: 18px;
		line-height: 24px;
	}
	.banner-content br{
		display: none;
	}
	.section h2{
		font-size:34px !important;
	}
	.bread-crumbs-list li span, .bread-crumbs-list li a,
	.footer-menu li a{
		font-size: 14px;
		padding: 0;
		background: none;
	}
	.bread-crumbs-list,
	.bread-crumbs-list span.breadcrumb_last strong, .bread-crumbs-list a{
		font-size:14px;
	}
	.meta-info span{
		font-size: 16px;
		padding: 5px 0 5px 30px;
	}
	.meta-info span.event-date{
		background-position: center left;
	}
	.event{
		min-height:250px;
		padding-bottom:35px;
	}
	.event-info-card h3{
		font-size: 30px;
	}
	.feature, .feature:hover{
		height:200px;
		line-height:200px;
	}
	.feature span{
		font-size:16px;
		line-height:22px;
	}
	.knowledge-item.event{
		margin-bottom:35px;
	}
	.knowledge-item .toggle-content a, .knowledge-item a,
	.event-info-card strong{
		font-size: 14px;
	}
	.event .event-info h4{
		line-height:22px;
		margin:10px 0;
	}
	.knowledge-item figure{
		height:130px;
	}
	.knowledge-item .event-info{
		padding-top:0;
	}
	.copyright p,
	.event-info-card p a{
		font-size: 14px;
	}
	.footer-widget a img,
	.menber-info-header img{
		width: 100%;
	}
	.event-title{
		font-size: 40px;
		line-height: 46px;
	}
	
	.knowledge-inner-page::before,
	.knowledge-inner-page::after,
	#events-section.all-events:after,
	#events-section.all-events:before,
	#highlights-section::before,
	#highlights-section::after,
	#knowledge-section.campaigns::before,
	#knowledge-section.campaigns::after,
	#campaigns-section::before,
	#campaigns-section::after,
	.bottom-intro-section:before,
	.all-related-events::before,
	.all-related-events::before,
	#team-section:before,
	#team-section:after,
	#event-content:before,
	#event-content:after,
	.all-related-events::before{
		display: none;
	}
	.related-events-slider .event{
		height: auto !important;
		min-height: auto;
	}
	.event-gallery .event{
		min-height:170px;
		padding-bottom:0;
	}
	
	.meta-info{
		margin: 10px 0 0 0 !important;
	}
	#meta-section.section .btn-primary.btn-red.book-now-btn{
		width: auto;
		padding: 10px 20px;
	}
	.section .btn-primary.btn-red.book-now-btn{
		width: auto;
		font-size: 14px;
		padding: 10px 5px;
	}
	.event-info-card h3,
	.event-item .table tbody tr td h4{
		font-size: 20px;
	}
	.member-item figure{
		padding: 10px 0 0 0;
		height: 130px !important;
	}
	.knowledge-inner-page::before,
	.knowledge-inner-page::after,
	#events-section.all-events:after,
	#events-section.all-events:before,
	#highlights-section::before,
	#highlights-section::after,
	.g-i-inner::after{
		display: none;
	}
	.g-i-inner{
		position: static;
	}
	.knowledge-inner-page .toggle-content span{
		margin: 10px 0 0 0;
	}
	.highlights-item h3 a{
		font-size: 20px;
		line-height: 26px;
	}
	.event .event-info h4 a, .event .event-info h4{
		padding: 0;
	}
	.knowledge-item .toggle-content{
		padding: 10px;
	}
	.knowledge-inner-page .event{
		min-height: 360px;
	}
	.knowledge-inner-page .container{
		max-width: 96%;
	}
	.about-conent h2{
		font-size: 30px;
	}
	.accordian .panel h3{
		font-size: 18px;
	}
	
	#results-section .col-sm-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	#filters-section .container-fluid .col-sm-5{
		text-align: center;
		margin-top: 15px;
	}
	#events-section{
		background:none;
	}
	.radio-toggles ul li{
		margin: 0 5px;
		font-size: 18px;
	}
	#mws-ms nav{
		width:90%;
		margin:0 auto;
	}
	#mws-ms .flex-row{
		width:100%;
		max-width:100%;
		text-align:center;
	}
	.result-item{
		float:none !important;
		width:90% !important;
		max-width:90% !important;
		display:block !important;
		margin:20px auto !important;
	}
	.result-item ul li{
		min-height:340px;
	}
	.testimonial-inner{
		padding:5%;
		margin: 50px 0;
		text-align: center;
		float: none !important;
		width: 100%;
	}
	.testimonial blockquote strong{
		font-size:20px;
		line-height:24px;
	}
	section .testimonial-inner blockquote{
		font-size:14px;
		line-height:20px;
	}
	.testimonial figure{
		position: static;
		width: 30%;
		margin: 0 auto;
		display:none;
	}
	.testimonial figure img{
		display: inline-block;
		width: 100%;
	}
	.testimonial blockquote{
		padding: 5%;
	}
	.testimonial blockquote:before{
		left: 0;
		top:-20px;
	}
	.testimonial blockquote:after{
		right: 0;
		bottom:0;
	}
	#support-section .col-sm-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	#support-section:after{
		display: none;
	}
	.intro-item.event{
		min-height: auto;
	}
	#team-section .col-sm-3{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.item-1{
		height:240px;
	}
	.item-3{
		height:270px;
	}
	.item-5,.item-7{
		height:242px;
	}
	.searchandfilter > ul > li,
	.searchandfilter > ul > li:last-child{
		width:100%;
		margin:5px 0;
		padding:0;
		display:block;
	}
	.campaign-item .campaign-content{
		margin:60px 80px 0 0;
	}
	.campaign-content .btn-primary.btn-red{
		width: 100%;
		padding: 10px 0;
	}
	.campaign-content p{
		display: none;
	}
	.meta-info span.event-date{
		font-size:16px;
		line-height:20px;
	}
	#contactModal .modal-dialog{
		max-width:100%;
	}
	#contactModal .contact-info{
		width:90%;
	}
	.footer-widget ul li a{
		font-size:16px;
	}
}
@media(max-width:767px){
	.show-on-mobile,
	.grid-section.show-on-mobile{
		display: block;
	}
	.hide-on-mobile{
		display: none;
	}
	#site-header .container{
		height:60px;
	}
	#site-header{
		height: auto;
	}
	.g-i-inner{
		position: static;
	}
	#slider-section{
		height:450px;
	}
	#slider-section .slider-item img{
		width:revert-layer;
		max-width:unset !important;
		height:unset !important;
	}
	.slider-item .inner-content{
		top:24%;
	}
	#banner-section.section h1{
		font-size:50px;
		line-height:56px;
	}
	.meta-info span, .meta-info a{
		font-size:16px;
	}
	#meta-section .col-sm-8,
	#meta-section .col-sm-4{
		max-width:50%;
		flex:0 0 50%;
	}
	#event-content:before,
	#event-content:after{
		display:none;
	}
	.page-id-5006 .nested-section{
		padding:30px 0;
	}
	.page-id-5006 .nested-section h2{
		margin:0;
	}
	.section h3.text-center, .section p.text-center, .section.inner-page-banner p, .knowledge-banner p{
		padding:0 20px 20px 20px;
	}
	h2.section-title{
		font-size:36px !important;
	}
	.banner-content h1, .slider-item .inner-content h1{
		font-size: 30px;
		line-height: 36px;
	}
	.slider-item .inner-content a.btn{
		width: auto;
		padding: 10px 20px !important;
	}
	.feature, .feature:hover {
    	height: 200px;
    	line-height: 200px;
  	}
	 .feature span {
    	font-size: 16px;
    	line-height: 20px;
		 padding:0;
  	}
	.bread-crumbs-list,
	.bread-crumbs-list span.breadcrumb_last strong, .bread-crumbs-list a{
		font-size:14px;
	}
	.event-item.post-item figure img{
		width: 100%;
	}
	.event-title{
		font-size: 30px;
		line-height: 36px;
	}
	.event .event-info h4 a, .event .event-info h4{
		font-size:24px;
		line-height:28px;
	}
	.listing-item.event figure{
		height:200px;
	}
	#meta-section .section .btn-primary.btn-red.book-now-btn{
		width: auto;
		padding: 5px 10px;
	}
	section .text-big,
	.banner-content p{
		font-size: 18px;
		line-height: 24px;
	}
	.banner-content br{
		display: none;
	}
	#events-section{
		background:none;
	}
	.g-i-inner::after{
		display: none;
	}
	#site-footer .col-sm-2,
	#site-footer .col-sm-3{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.bread-crumbs-list li span, .bread-crumbs-list li a,
	.footer-menu li a{
		font-size: 14px;
		padding: 0;
		background: none;
	}
	.company-info .event-title{
		font-size: 30px;
		line-height: 36px;
	}
	.meta-info span{
		font-size: 16px;
		padding: 5px 0 5px 30px;
	}
	.meta-info span.event-date{
		background-position: center left;
	}
	.share-event{
		margin: 10px 5px 0 0;
	}
	.related-events-slider .event{
		height: auto !important;
		min-height: auto;
	}
	 #mws-ms nav{
		width:90%;
		margin:0 auto;
	}
	#mws-ms .flex-row{
		width:100%;
		max-width:100%;
		text-align:center;
	}
	.result-item{
		float:none !important;
		width:90% !important;
		max-width:90% !important;
		display:block !important;
		margin:20px auto !important;
	}
	.result-item ul li{
		min-height:340px;
	}
	.event-info-card h3{
		font-size: 30px;
	}
	.event-info-card strong,
	.company-info p{
		font-size: 14px;
	}
	.event-item.post-item,
	.all-related-events .container{
		position: relative;
		z-index: 1000;
	}
	.all-events .col-sm-4,
	.event-contact .col-sm-6,
	.become-member .col-sm-8,
	.become-member .col-sm-4,
	.knowledge-inner-page .container .col-sm-4,
	.highlights-item.post-item .col-sm-6,
	#results-section .col-sm-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.become-member .col-sm-4{
		text-align: left !important;
	}
	.event-contact .event-info-card{
		margin: 0 0 20px 0;
		padding:20px;
	}
	.meta-info{
		margin: 10px 0 0 0 !important;
	}
	#meta-section.section .btn-primary.btn-red.book-now-btn{
		width: auto;
		padding: 10px 20px;
	}
	.section .btn-primary.btn-red.book-now-btn{
		width: auto;
		font-size: 14px;
		padding: 10px 5px;
		margin: 10px 0 0 0;
	}
	.event-info-card h3,
	.event-item .table tbody tr td h4{
		font-size: 16px;
	}
	.member-item figure{
		padding: 10px 0 0 0;
		height: 130px !important;
	}
	.slick-slider .member-item figure{
		padding:0;
	}
	.knowledge-inner-page .container{
		max-width: 90%;
	}
	.highlights-item h3 a{
		font-size: 20px;
		line-height: 26px;
	}
	.copyright p,
	.event-info-card p a{
		font-size: 14px;
	}
	.footer-widget a img,
	.menber-info-header img{
		width: 100%;
	}
	.footer-menu li a{
		font-size: 14px;
	}
	.copyright p{
		font-size: 14px;
	}
	.footer-widget a img{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.bottom-footer{
		text-align: center;
	}
	.social{
		float: none !important;
	}
	.about-conent h2{
		font-size: 30px;
	}
	.accordian .panel h3{
		font-size: 16px;
		background-size: 20px 20px;
	}
	.campaign-item .campaign-content{
		margin:25px;
	}
	.campaign-item.join-item figure{
		width:100%;
	}
	.campaign-item .col-sm-6{
		max-width:100%;
		flex:0 0 100%;
	}
	.campaign-item h3{
		font-size: 20px;
	}
	.campaign-content .btn-primary.btn-red{
		width: 100%;
		padding: 10px 20px;
	}
	.campaign-content p{
		display: block;
	}
	section.campaigns .container-fluid{
		width: 70%;
	}

	.show-on-mobile .g-i-item{
		width: 100% !important;
		height: 200px  !important;
	}
	.show-on-mobile .g-i-item a{
		color: #ffffff;
	}
	#filters-section .filter-select{
		margin: 0 0 15px 0;
	}
	.searchandfilter > ul > li,
	.searchandfilter > ul > li:last-child{
		width:100%;
		margin:5px 0;
		padding:0;
		display:block;
	}
	.filters .col,
	#team-section .col-sm-3{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.radio-toggles ul{
		width: 370px;
		text-align: left;
	}
	.radio-toggles ul li{
		margin: 10px 5px;
	}
	.radio-toggles ul li.members-only{
		background: none;
		padding: 0;
		margin: 10px;
	}
	.testimonial-inner{
		padding:5%;
		margin: 50px 0;
		text-align: center;
		float: none !important;
		width: 100%;
	}
	.testimonial blockquote strong{
		font-size:20px;
		line-height:24px;
	}
	section .testimonial-inner blockquote{
		font-size:14px;
		line-height:20px;
	}
	.testimonial figure{
		position: static;
		width: 30%;
		margin: 0 auto;
		display:none;
	}
	.testimonial figure img{
		display: inline-block;
		width: 100%;
	}
	.testimonial blockquote{
		padding: 5%;
	}
	.testimonial blockquote:before{
		left: 0;
		top:-20px;
	}
	.testimonial blockquote:after{
		right: 0;
		bottom:50px;
	}
	#support-section .col-sm-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	#support-section:after{
		display: none;
	}
	.intro-item.event{
		min-height: auto;
	}
	#videoModal video,
	.video-intro{
		height: 300px;
	}
	#campaigns-section .play-btn{
		transform: translateY(50%);
	}
	#contactModal .modal-dialog{
		max-width:100%;
	}
	#contactModal .contact-info{
		width:90%;
	}
}
@media(max-width:600px){
	#site-header .container{
		height:60px;
	}
	.campaign-item .campaign-content{
		margin: 40px 20px 20px 20px;
	}
	.campaign-item .campaign-content p{
		display: block;
	}
	#banner-section.section h1{
		font-size:50px;
	}
	.banner-content h1, .slider-item .inner-content h1{
		font-size: 22px;
		line-height: 26px;
	}
	.slider-item .inner-content a.btn{
		margin: 10px 0 0 0 !important;
		padding: 5px !important;
	}
	h2.section-title{
		font-size:36px !important;
	}
	.section h2{
		font-size: 36px;
		line-height: 44px;
	}
	.row.features-row .col-sm-3{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.row.features-row .feature{
		height: 300px;
		line-height: 320px;
	}
	.filters{
		width:100%;
	}
	.searchandfilter > ul > li:last-child{
		padding:0 20px;
	}
	.searchandfilter > ul > li:last-child,
	.searchandfilter > ul > li{
		width:100%;
		display:block;
		margin:5px 0;
	}
	.filters .form-select{
		margin:0 0 10px 0;
		padding: 10px 20px;
		background:#fbfbfb url('../img/arrow-down.png') 94% center no-repeat;
	}
	.grid-section.show-on-mobile{
		width: 96%;
	}
	.g-i-slider img{
		width: 100%;
	}
	.grid-section.show-on-mobile .g-i-item{
		margin: 0 0 15px 0 !important;
	}
	.grid-section.show-on-mobile .g-i-item a{
		top:unset;
		left: 0;
		padding: 10px;
		background: rgba(0, 0, 0, 0.8);
		color: #ffffff;
		position: static !important;
	}
	#site-footer .col-sm-3:first-child{
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	#site-footer .col-sm-2, #site-footer .col-sm-3{
		max-width: 50%;
		float: 0 0 50%;
	}
	.testimonial-inner{
		padding:5%;
		margin: 50px 0;
		text-align: center;
		float: none !important;
		width: 100%;
	}
	.testimonial figure{
		position: static;
		width: 80%;
		margin: 0 auto;
	}
	.testimonial figure img{
		display: inline-block;
		width: 100%;
	}
	.testimonial blockquote{
		padding: 5%;
	}
	.testimonial blockquote:before,
	.testimonial blockquote:after{
		display: none;
	}
	.testimonial{
		margin: 10px 0;
	}
}
@media(max-width:480px){
	.section{
		padding:25px 0;
	}
	.section h2{
		font-size: 30px;
		line-height: 36px;
	}
	/* #slider-section .slick-dots{
		position:static;
		background:#edf3ec;
	} */
	.campaign-item .campaign-content{
		margin: 40px 20px 20px 20px;
	}
	.campaign-item .campaign-content p{
		display: block;
	}
	.banner-content h1, .slider-item .inner-content h1{
		font-size: 18px;
		line-height: 26px;
	}
	.slider-item .inner-content a.btn{
		margin: 10px 0 0 0 !important;
		padding: 5px !important;
		font-size: 12px;
	}
	.mobile-btns{
		padding-bottom: 120px !important;
	}
	.g-i-inner::after{
		display: none;
	}
	.section h2{
		font-size: 36px;
		line-height: 44px;
	}
	.row.features-row .col-sm-3{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.row.features-row .feature{
		width: 300px;
		height: 360px;
		line-height: 380px;
		font-size: 30px;
	}
	.feature span{
		line-height: 34px;
	}
}


/** Customisations */

/* Search Filter Pro */
.searchandfilter > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

/* Sassy Social Share Pro */
div.heateor_sssp_sharing_ul {
    padding-top:7px!important;
}

div.heateor_sssp_follow_ul a, div.heateor_sssp_sharing_ul a {margin:4px!important;}

/* Elementor overide default page template padding */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {padding:0px;}

/* Breadcrumb background */
/*#breadcrumbs-section {background-color:#edf3ec;}*/

/* Darken header images */
#banner-section.inner-page-banner img {filter: brightness(66%);}

/* Hacks to fix accordion styles */

.accordion-item:first-of-type .accordion-button
{border-top-left-radius: calc(0.5rem - 0px); border-top-right-radius: calc(0.5rem - 0px);}

.accordion-item:last-of-type .accordion-button.collapsed
{border-bottom-right-radius: calc(0.5rem - 0px);
    border-bottom-left-radius: calc(0.5rem - 0px);}

#meta-section {
    position: sticky;
    top: 120px;
    z-index: 100;
}


/* Elementor Add-ons Over-rides */
.eael-data-table,
.eael-data-table thead,
.eael-data-table tbody,
.eael-data-table th,
.eael-data-table tr,
.eael-data-table td
.eael-data-table tbody tr,
.eael-data-table tbody tr th,
.eael-data-table tbody tr td,
.eael-data-table thead tr,
.eael-data-table thead tr th,
.eael-data-table thead tr td{
	font-family: "Poppins", "sans-serif"!important;
}

/* Removing unnecessary space under blue bar */
#post-content.section {margin:inherit;}

/*Hide Google Recaptcha */
.grecaptcha-badge {visibility: hidden;} 

/* Add space around Events Not a member? banner */

.become-member {margin-top:40px;margin-bottom:40px;}

/* Styling secure page form */
.post-password-form {margin-top:50px}

/* Add top margin to single post breadcrumb - note looks OK when logged in?? */

.single-post-breadcrumbs {margin-top:124px!important;}

/* Resolve Zindex blue bar menu overlay issue on groups pages */

#meta-section {z-index:inherit;}


/*Stew's stuff */

.screen-reader-text {
    position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    }
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    }
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    }
.alignnone, img.alignnone {
    /* not sure about this one */
 }

.flex {display: flex !important;}
.flex-col {flex-direction: column !important;}
.mb-4 {margin-bottom: 1rem !important;}
.h-full {height: 100% !important;}
.flex-1 {flex: 1 1 0%;}
.flex-auto {flex: 1 1 auto;}
.flex-initial {flex: 0 1 auto;}
.flex-none {flex: none;}

.page-template-template-service-providers #breadcrumbs-section {
	background-color:#edf3ec;
}

.page-template-template-service-providers .container {
	max-width: 90%;
	width: 90%;
}

.service-provider-section .providers-header {
	margin-bottom: 2rem;
}

.service-provider-section .providers-header h2 {
	color: #233487;
	font-size: 53px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.service-provider-section .providers-header p {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 75%;
}

.service-provider-section .providers-header .providers-count {
	/* text-align: right; */
}

.service-provider-section .providers-header .providers-count h4 {
	color: #233487;
	text-align: right;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.service-provider-section .search-form-col .search-form {
	margin: 0 2.5rem 0 0;
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #EDF3EC;
	background: #EDF3EC;
	box-shadow: 0px 3.5px 5.5px 0px rgba(0, 0, 0, 0.02);
}

.service-provider-section .search-form-col .search-form h4 {

}

.service-provider-section .search-form-col .search-form hr {
	margin: 2rem 0;
}

.service-provider-section .search-form-col .search-form input[type="text"] {
	width: 100%;
	padding: 18px;
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;
	background: #FFF;
}

.service-provider-section .search-form-col .search-form .service-tags {
	background: #fff;
	padding: 1rem;
	max-height: 652px;
	overflow-y: auto;
}

.service-provider-section .search-form-col .search-form .service-tags input[type="text"] {
	background: #F7F7F7;
}

.service-provider-section .search-form-col .search-form .service-tags label {
	display: block;
	color: #233487;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0.5rem;
}
.service-provider-section .search-form-col .search-form input[type="checkbox"] {
	margin-right: 10px;
}
.service-provider-section .search-form-col .search-form .button {
	display: block;
    width: 100%;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
    margin-bottom: 1rem;
	padding: 18px 60px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.service-provider-section .search-form-col .search-form input[type="submit"] {
	background-color: #EE2D24;
	color: white;
}
.service-provider-section .search-form-col .search-form input[type="reset"] {
	background-color: transparent;
	color: #EE2D24;
	border: 1px solid #EE2D24;
}

.service-provider-section .single-provider {
	width: 100%;
	border-radius: 15px;
	border: 2px solid #EDF3EC;
	box-shadow: 0px 3.5px 5.5px 0px rgba(0, 0, 0, 0.02);
	padding: 2rem;
	margin-bottom: 2rem;
}

.service-provider-section .single-provider h3 {
	color: #333;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 0;
}

.service-provider-section .single-provider .provider-contacts {
	margin-left: 0;
	padding-left: 0;
}
 
.service-provider-section .single-provider .provider-contacts li {
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 0;
}

.service-provider-section .single-provider .provider-contacts li a {
	color: #333;
}

.service-provider-section .single-provider .provider-contacts li a:hover {
	text-decoration: underline;
}

.service-provider-section .single-provider .provider-contacts li img {
	margin-right: 5px;
	width: 28px;
	height: 28px;
}

.service-provider-section .single-provider .tags {
	padding: 2rem 0;
}

.service-provider-section .single-provider .tags .col-sm-2 {
	width: fit-content;
} 

.service-provider-section .single-provider .tags .tags-title h4 {
	margin: 0;
	text-decoration: underline;
	text-underline-position: under;
}

.service-provider-section .single-provider .tags .tags-content a {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.service-provider-section .single-provider p {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.toggles ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toggles ul li {
	/* padding: 2rem 0;
	border-bottom: 1px solid #222325; */
	list-style-image: none;
	padding-left: 0;
	margin: 0;
	color: #233487;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
}

.toggles ul li h4 {
	position: relative;
	cursor: pointer;
	color: #8C8C8C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}

.toggles ul li h4:after {
	content: "";
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	width: 11px;
	height: 8px;
	background-size: 11px;
	background-image: url(/wp-content/themes/ads/img/dropdown.svg);
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.toggles ul li .reveal {
	display: none;
	padding: 1.5rem 0 0;
}

.toggles ul li .reveal p {
	color: #fff;
}

.toggles ul li .reveal p:last-child {
	margin: 0;
	max-width: 90%;
}

/* ul, .nested-ul {
	list-style-type: none; 
} */
  
.nested-ul {
	margin-bottom: 0.5rem!important;
}
  
.nested {
	display: none;
}
  
.active {
	display: block;
}
  
/* New styles for checkboxes */
/* input[type='checkbox'] {
	margin-right: 8px;
} */
  
/* li {
	margin: 5px 0;
} */
  
.nested li > input[type='checkbox'] {
	margin-left: 20px; /* Indent child checkboxes */
}

.nested li {
	font-weight: 400!important;
}
  
.expand {
	cursor: pointer;
	user-select: none;
	margin-left: 8px;
}
  
@media(max-width:1500px) {
	.service-provider-section .providers-header h2 {
		font-size: 44px;
	}

	.service-provider-section .providers-header p {
		font-size: 16px;
	}

	.service-provider-section .single-provider h3 {
		font-size: 32px;
	}

	.service-provider-section .providers-header .providers-count h4 {
		font-size: 24px;
	}

	.service-provider-section .single-provider .provider-contacts li {
		font-size: 16px;
	}

	.service-provider-section .single-provider .tags .tags-title h4 {
		font-size: 18px;
	}

	.service-provider-section .single-provider .tags .tags-content a,
	.service-provider-section .single-provider p {
		font-size: 16px;
		line-height: 26px;
	}

	.service-provider-section .search-form-col .search-form .button {
		font-size: 16px;
	}

	.toggles ul li h4 {
		font-size: 16px;
	}

	.service-provider-section .search-form-col .search-form {
		margin: 0;
	}

	.service-provider-section .search-form-col .search-form .service-tags label,
	.toggles ul li {
		font-size: 14px;
		line-height: 24px;
	}

}

@media(max-width:991px) { 
	.service-provider-section .providers-header .col-sm-6 {
		width: 100%;
	}

	.service-provider-section .providers-header p {
		width: 100%;
	}

	.service-provider-section .providers-header .providers-count h4 {
		text-align: left;
	}

	.service-provider-section .search-form-col,
	.service-provider-section .container > .row > .col-sm-8 {
		width: 100%;
	}
}

@media(max-width:767px) {  
	.service-provider-section .providers-header h2 {
		font-size: 34px;
	}
	
}