/******

Template information:

black: 			#000000
navy:			#003D69
sky-blue:		#92BCE0
yellow:			#FCA927
grey:			#EBEBE8
white: 			#ffffff

*******/



.has-black-color,
a.has-black-color,
.has-black-color a,
.has-black-color a:link,
.has-black-color a:visited {color: #000000!important;}
.has-navy-color,
a.has-navy-color,
.has-navy-color a,
.has-navy-color a:link,
.has-navy-color a:visited {color: #003D69!important;}
.has-sky-blue-color,
a.has-sky-blue-color,
.has-sky-blue-color a,
.has-sky-blue-color a:link,
.has-sky-blue-color a:visited {color: #92BCE0!important;}
.has-yellow-color,
a.has-yellow-color,
.has-yellow-color a,
.has-yellow-color a:link,
.has-yellow-color a:visited {color: #FCA927!important;}
.has-grey-color,
a.has-grey-color,
.has-grey-color a,
.has-grey-color a:link,
.has-grey-color a:visited {color: #EBEBE8!important;}
.has-white-color,
a.has-white-color,
.has-white-color a,
.has-white-color a:link,
.has-white-color a:visited {color: #fff!important;}


.has-black-background-color,
.wp-block-button__link.has-black-background-color,
a.wp-block-button__link.has-black-background-color,
a.wp-block-button__link:link.has-black-background-color,
a.wp-block-button__link:visited.has-black-background-color {background-color: #000;}
.has-navy-background-color,
.wp-block-button__link.has-navy-background-color,
a.wp-block-button__link.has-navy-background-color,
a.wp-block-button__link:link.has-navy-background-color,
a.wp-block-button__link:link.has-navy-background-color {background-color: #003D69;}
.has-sky-blue-background-color,
.wp-block-button__link.has-sky-blue-background-color,
a.wp-block-button__link.has-sky-blue-background-color,
a.wp-block-button__link:link.has-sky-blue-background-color,
a.wp-block-button__link:visited.has-sky-blue-background-color {background-color: #92BCE0;}
.has-yellow-background-color,
.wp-block-button__link.has-yellow-background-color,
a.wp-block-button__link.has-yellow-background-color,
a.wp-block-button__link:link.has-yellow-background-color,
a.wp-block-button__link:visited.has-yellow-background-color {background-color: #FCA927;}
.has-grey-background-color,
.wp-block-button__link.has-grey-background-color,
a.wp-block-button__link.has-grey-background-color,
a.wp-block-button__link:link.has-grey-background-color,
a.wp-block-button__link:visited.has-grey-background-color {background-color: #EBEBE8;}
.has-white-background-color,
.wp-block-button__link.has-white-background-color,
a.wp-block-button__link.has-white-background-color,
a.wp-block-button__link:link.has-white-background-color,
a.wp-block-button__link:visited.has-white-background-color {background-color: #fff;}







.wp-block-separator.has-background:not(.is-style-dots) {
	height: 2px;
	line-height: 1;
	margin: 0;
}
.wp-block-separator.alignfull {
	margin: 0 calc(50% - 50vw)!important;
}


.wp-block-button__link,
a.wp-block-button__link,
a.wp-block-button__link:link,
a.wp-block-button__link:visited {
	line-height: 1;
	padding: .65em 1.5em;
	min-width: 180px;
	font-weight: 600;
	text-decoration: none;
	background-color: #003D69;
	color: #fff;
}
a.wp-block-button__link,
.wp-block-getwid-post-carousel__slide a,
.wp-block-getwid-custom-post-type__post a,
.search-item a,
.resource-detail a,
.back-link,
.large-button,
.speaker-title a,
.resource-details a {text-decoration: none!important;}
.tags .wp-block-button__link {
	min-width: 0;
	padding: .65em .15em;
}
.resource-details a {
	cursor: none;
	pointer-events: none;
}

.wp-block-button.tags {
	text-align: right;
	width: 42%;
}

.wp-block-separator {opacity: 1;}

.has-medium-font-size {
	font-size: 1.35em!important;
	line-height: 1.25em;
	margin: 0 0 .25em;
}

.is-style-rounded-corner {
	border-radius: 0 0 0 55px;
	position: relative;
	overflow: hidden;
}

.wp-block-buttons.is-content-justification-center {text-align: center;}

/* custom blocks */

.ccednet-social a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
.ccednet-social img {
	height: 30px;
}
.banner-subtitle {
	margin-left: 3em;
	margin-top: -2.25em;
	font-weight: 700;
}

.banner-overlay {
	position: absolute;
    z-index: 5;
    max-width: 70%;
    margin-top: 12em;
}
.banner-overlay img {
	margin-left: -5.5em;
    width: calc(100% + 12.5em);
    max-width: none;
}


.home-carousel .slick-list {
	overflow: visible!important;
}
.home-carousel .slick-slide {margin: 0 0 0 6px;}
.slick-current .home-slide-image {
	float: right;
	border-radius: 0 0 0 55px;
}
.slick-current .home-slide-content {
	width: 45%;
	float: left;
	margin-top: 52%;
	margin-left: 5.5em;
	display: block;
}
.home-slide-content {display: none;}
.home-slide-image {
	float: left;
	width: 40%;
	position: relative;
	height: 900px;
	overflow: hidden;
}
.home-slide-image img {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-slide-image .overlay {
	opacity: .7;
	background-color: #92BCE0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
.slick-current .home-slide-image .overlay {opacity: 0;}

.home-carousel .slick-dots {
	text-align: left!important;
    bottom: 120px!important;
    left: 5.5em;
}




.milestones-wrapper {
	position: relative;
}

.milestones-carousel .slick-list {
	overflow: visible;
}
.milestones-carousel h3 {
	font-size: 3em;
	line-height: 1;
	font-weight: 700;
	position: relative;
	text-align: center;
	float: left;
}
.milestones-carousel .slick-slide>div {
	min-width: 200px;
}
.milestones-carousel .slick-current h3 {
	font-size: 6em;
	margin: -40px 0 0;
}
.milestones-carousel .slick-current h3 .background {
	background: #FCA927;
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -45px;
}
.milestones-carousel h3 .dot {
	position: absolute;
    width: 16px;
    height: 16px;
    background: #003D69;
    bottom: -33px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    margin: auto;
    border-radius: 25px;
}
.milestones-carousel .slick-current h3 .dot {
	bottom: -25px;
	background: #fff;
}

.milestones-carousel .slick-current .milestone-content {
	float: left;
	display: inline!important;
	background: #FCA927;
	color: #003D69;
	padding: 2em;
	border-radius: 0 0 55px 0;
	max-width: 300px;
	margin-top: -4em;
	margin-left: 35px;
	margin-right: 50px;
	position: relative;
	z-index: 5;
	font-size: 1.15em;
}
.milestones-carousel .slick-current .milestone-content:before {
	content: "";
	display: inline;
	width: 35px;
	height: 75px;
	background-image: url(../img/shape-triangle-yellow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -35px;
	top: 2.5em;
}
.milestone-content img {margin: 0 0 1em;}


.milestones-divider {
	height: 2px;
	background: #003D69;
	position: absolute;
	width: 100%;
	top: 72px;
	z-index: -1;
}

.milestones-carousel .slick-current .slide-divider {
	height: 2px;
	background: #003D69;
	position: absolute;
	width: 100%;
	top: 52%;
}


.continue {
	margin: 2.5em auto 0;
	display: block;
	max-height: 30px;

}


/* getwid */

.getwid-columns {
	margin-left: -5px!important;
	margin-right: -5px!important;
}
.getwid-columns>*{
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.has-spacing-medium>.getwid-columns {
	margin-left: -25px!important;
	margin-right: -25px!important;
}
.has-spacing-medium>.getwid-columns>* {
    padding-left: 25px!important;
    padding-right: 25px!important;
}

.has-spacing-large>.getwid-columns {
	margin-left: -40px!important;
	margin-right: -40px!important;
}
.has-spacing-large>.getwid-columns>* {
    padding-left: 40px!important;
    padding-right: 40px!important;
}


.wp-block-getwid-custom-post-type__post-thumbnail {
	position: relative;
	width: 100%;
	height: 250px;
	margin-bottom: 1.5em!important;
}
.wp-block-getwid-custom-post-type__post-thumbnail a {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wp-block-getwid-custom-post-type__post-thumbnail img {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-date {
	position: absolute;
    top: 35%;
    right: 5%;
    bottom: 35%;
    left: 5%;
    margin: 0 auto;
    display: block;
    z-index: 9;
    color: #003D69;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 1.5em;
}


.home .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-custom-post-type__post-thumbnail,
.home .wp-block-getwid-custom-post-type__post:nth-child(4) .wp-block-getwid-custom-post-type__post-thumbnail,
.blog .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-custom-post-type__post-thumbnail,
.blog .wp-block-getwid-custom-post-type__post:nth-child(4) .wp-block-getwid-custom-post-type__post-thumbnail,
.single-post .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-custom-post-type__post-thumbnail {
	border-radius: 55px 0 0 0;
	position: relative;
	overflow: hidden;
}

.wp-block-getwid-custom-post-type.custom-post-type-team {overflow: visible;}

.home .wp-block-getwid-custom-post-type__post-thumbnail,
.team-item .wp-block-getwid-custom-post-type__post-thumbnail {
	border-radius: 0;
}
.team-item .team-trigger:hover {cursor: pointer;}

.custom-post-type-team .wp-block-getwid-custom-post-type__post:nth-child(4n+3) .team-content,
.custom-post-type-team .wp-block-getwid-custom-post-type__post:nth-child(4n+4) .team-content {
	left: -215%;
}
.custom-post-type-team .wp-block-getwid-custom-post-type__post:nth-child(4n+3) .team-content:before,
.custom-post-type-team .wp-block-getwid-custom-post-type__post:nth-child(4n+4) .team-content:before {
	left: auto;
	right: -1em;
	background-image: url(../img/icon-arrow-right-navy.svg);
}

.wp-block-getwid-custom-post-type__post-thumbnail .team-trigger,
.team-trigger img {
	background: #003D69;
	mix-blend-mode: luminosity;
	transition: background .5s ease-in-out;
}
.wp-block-getwid-custom-post-type__post-thumbnail .team-trigger:hover,
.team-trigger img:hover,
.wp-block-getwid-custom-post-type__post-thumbnail .team-trigger.active,
.team-trigger.active img {
	background: transparent;
	mix-blend-mode: unset;
	opacity: 1;
	transition: background .5s ease-in-out;
}

.team-content:before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 1em;
	background-image: url(../img/icon-arrow-left-navy.svg);
	height: 60px;
	width: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.team-contact {
	margin: 2em 0 0;
}
.team-contact img {
	max-height: 30px;
	float: left;
}
.team-contact .wp-block-buttons {
	float: right;
}


.wp-block-getwid-custom-post-type__post-thumbnail {
	border-radius: 0 55px 0 0;
	position: relative;
	overflow: hidden;
}


.wp-block-getwid-custom-post-type__post-excerpt {position: relative;}
.wp-block-getwid-custom-post-type__post-excerpt:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 90%;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(139,167,32,0) 0%, rgba(255,255,255,1) 70%);
  pointer-events: none;
}

.custom-post-type-post .wp-block-getwid-custom-post-type__post-wrapper {
	margin: 0 0 1.5em;
}

.search-wrapper {
	margin: 0 1.5em;
}



.impact-thumb {
	height: 150px;
	width: 150px;
	border-radius: 250px;
	float: right;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: -75px;
	margin-right: 1.5em;
}
.impact-thumb img {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.impact-content {
	clear: both;
	padding: 7em 1.5em 1em;
    border-radius: 50px 0 0 0;
}
h2.impact-amount {
	font-weight: 700;
	font-size: 3.5em;
	line-height: 1;
	margin: 0 0 .25em;
}


.partner-slide {
	height: 200px!important;
	display: table!important;
}
.partner-align {
	display: table-cell;
	vertical-align: middle;
	padding: 0 2.5em;
}

.custom-post-type-partner .wp-block-getwid-post-carousel__slide.slick-current {
	border: none;
}
.custom-post-type-partner .wp-block-getwid-post-carousel__slide {
	border-left: 1px solid #FCA927;
}


.post-category {
	text-transform: uppercase;
	font-weight: 600;
}
.post-category:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #FCA927;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}


.custom-post-type-project a:hover {opacity: 1;}
.custom-post-type-project .slick-current {
	border-radius: 55px 0 0 0;
	position: relative;
	overflow: hidden;
}
.project-slide {
	padding: 2.5em 2em;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.custom-post-type-project .wp-block-getwid-custom-post-type__post:first-child .project-slide {border-radius: 55px 0 0 0;}
.project-slide:hover {
	background-color: #92BCE0;
	background-image: none!important;
	opacity: .7;
}
.project-slide .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	background: #003D69;
	/* opacity: .85; */
	z-index: 1;
}
/* .project-slide:hover .overlay {background: #92BCE0;} */
.project-slide .overlay {background: #92BCE0;}
.project-title,
.project-content {
	position: relative;
	z-index: 2;
	text-decoration: none;
}
.project-title {
	color: #fff;
	margin: 0 0 1em;
	font-size: 1.75em;
}
/* .project-slide:hover .project-title {color: #003D69;}
.project-slide:hover .project-content {opacity: 1!important;} */
.project-slide .project-title {color: #003D69;}
.project-slide .project-content {opacity: 1!important;}
.project-slide .wp-block-button {margin-top: 1.5em;}


.custom-post-type-project .slick-prev {display: none!important;}
.custom-post-type-project .slick-next {
	height: 100%!important;
	width: 95px!important;
	background-color: #EBEBE8!important;
	right: -105px!important;
}


.resource-slide .resource-title {margin: 0 0 1em;}
.resource-slide .wp-block-buttons {
	margin: 2.5em 0 0;
}





.slick-next:before,
.slick-prev:before {display: none;}
.slick-next {
	background-image: url(../img/icon-arrow-right-navy.png)!important;
	background-size: auto 30px!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	height: 50px!important;
	width: 50px!important;
	right: -100px!important;
}
.slick-prev {
	background-image: url(../img/icon-arrow-left-navy.png)!important;
	background-size: auto 30px!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	height: 50px!important;
	width: 50px!important;
	left: -100px!important;
}


.slick-dots {
	bottom: -2em!important;
	text-align: right!important;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {display: none;}
.slick-dots li button {
	background: #003D69!important;
	width: 15px!important;
	height: 15px!important;
	border-radius: 25px;
}
.slick-dots li.slick-active button {background: #FCA927!important;}




.wp-block-getwid-countdown .countdown-section {
	padding: 40px 10px!important;
	border-radius: 100px;
	border: 2px solid #FCA927;
	width: 160px!important;
	height: 160px;
	margin: 0 1%;
}
.countdown-amount {
	font-size: 2em!important;
	font-weight: 700;
	line-height: 1;
}
.countdown-period {
	line-height: 1!important;
	font-weight: 600;
}








/* search blocks */

.search-items {
	margin: 0 -1%;
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
}
.search-item {
	float: left;
	margin: 0 .5% 2.5em;
	width: 32%;
	position: relative;
}
.search-items .search-item:first-child .search-thumb,
.search-items .search-item:nth-child(3n+4) .search-thumb {
	border-radius: 55px 0 0 0;
}

.search-thumb {
	height: 225px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 1em;
}
.search-thumb img {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.search-excerpt {
	margin: 0 0 1.5em;
}

.theme-label {
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em 2em;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0 0 0 25px;
	line-height: 1.15em;
	width: 85%;
}
.theme-label.external {background-color: #92BCE0;}

.single-resource .wp-block-getwid-custom-post-type__post:first-child .wp-block-getwid-custom-post-type__post-thumbnail,
.single-resource .wp-block-getwid-custom-post-type__post:first-child .search-thumb {
	border-radius: 55px 0 0 0;
}
.wp-block-getwid-custom-post-type__post .search-item {
	width: 100%;
}

.search-items.whatsnew .search-item {margin: 0 .5% 5em;}
.search-items.whatsnew .search-item .wp-block-buttons {
	position: absolute;
	bottom: -2.5em;
}

.custom-post-type-post .wp-block-getwid-custom-post-type__post {
	position: relative;
	margin-bottom: 2.5em;
}
.custom-post-type-post .wp-block-buttons {
	position: absolute;
	bottom: 0;
}

/* jobs */

.job-item {
	margin: 0 0 .5em;
}
.job-title {
	position: relative;
	overflow: hidden;
}
.job-title:hover {
	cursor: pointer;
}
.job-title h3 {
	background: #003D69;
	color: #fff;
	margin: 0;
	padding: 1em .5em;
	font-size: 1.5em;
	font-weight: 400;
	float: left;
	width: 80%;
	position: relative;
}
.job-title h3 span,
.tab-main span {
	background: #fff;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	position: absolute;
	right: .5em;
	top: .5em;
	bottom: .5em;
	display: block;
	margin: auto;
}
.job-title h3 span:before,
.tab-main span:before {
	content: "";
	display: block;
	position: absolute;
	left: 19px;
	top: 24px;
	background: #003D69;
	width: 14px;
	height: 4px;
}
.job-title h3 span:after,
.tab-main span:after {
	content: "";
	display: block;
	position: absolute;
	left: 24px;
	top: 19px;
	background: #003D69;
	width: 4px;
	height: 14px;
	transform: rotate(0);
	transition: .15s ease-in transform;
}
.job-title.active h3 span:after,
.custom-tab.active .tab-main span:after {
	transform: rotate(-90deg);
	transition: .15s ease-in transform;
}

.job-type {
	padding: 1em;
	float: right;
	width: 19.5%;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
}

.job-content {
	width: 80%;
	padding: 1em;
}
.job-content .wp-block-buttons {
	margin: 2em 0 0;
}

/* educational programs */

.program-item {
	margin-top: 2.5em!important;
	padding-top: 2.5em;
	border-top: 2px solid #FCA927;
	overflow: hidden;
}
.program-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.program-thumb,
.program-content,
.program-buttons {
	float: left;
	margin: 0 3%;
}
.program-thumb,
.program-buttons {width: 24%;}
.program-content {width: 34%;}
.program-buttons {margin-top: 3em;}


.program-title {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 .25em;
}
.program-content p {
	text-transform: uppercase;
	margin: 0;
}
.program-content hr {
	margin: 1em 0;
	background-color: #FCA927;
}

.program-info {
	float: left;
	width: 40%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 1em;
	line-height: 1.15em;
}


/* expandable tabs */

.custom-tabs,
.custom-tab {
	display: flex;
    position: relative;
    flex-direction: row;
}
.custom-tab {

}
.custom-tab .tab-main {
	background-color: #92BCE0;
    padding: 5em 1.5em 1.5em;
    margin: 0 3px;
    position: relative;
}
.custom-tab:first-child .tab-main {
	border-radius: 55px 0 0 0;
}
.custom-tab .tab-main h3 {font-size: 1.75em;}

.tab-expand {
	width: 0;
	opacity: 0;
	height: 0;
	transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden;
}
.custom-tab.active .tab-expand {
	width: 100%;
	opacity: 1;
	height: auto;
	transition: all .5s ease-in-out;
	position: relative;
	overflow: hidden;
}
.tab-spacing {
	padding: .5em;
	width: 600px;
}





.tab-main span {
	bottom: auto!important;
	top: 1em!important;
	right: 1em!important;
	z-index: 5;
}




/* intiatives block */



.initiatives-slider>.slick-list {overflow: visible;}
.initiatives-slider .slick-prev,
.project-partners-slider.initiatives .slick-prev {display: none!important;}

.initiatives-description {
	max-width: 66%;
	padding: 5em 0;
}

.project-partners-wrap.initiatives {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	float: left;
}

.project-partners-wrap.initiatives .project-partners-label {padding: 2.5em 0;}
.project-partners-wrap.initiatives .project-partners-label span {
	line-height: 1;
	padding: 0;
	display: block;
	font-size: 2em;
}

.initiatives-events,
.initiatives-news {
	margin: 5em 0 0;
}
.initiatives-jobs {margin: 5em 0;}
.initiatives-title {
	margin: 0 0 1em;
}
.initiatives-jobs .wp-block-buttons {margin: 2em 0 0;}


.project-partners-slider.initiatives .slick-current .project-slide .project-title {color: #003D69;}
.project-partners-slider.initiatives .slick-current .project-slide .project-content {opacity: 1!important;}
.project-partners-slider.initiatives .slick-current .project-slide {
	background-color: #92BCE0;
	background-image: none!important;
	border-radius: 55px 0 0 0;
}
.project-partners-slider.initiatives .slick-current .project-slide .overlay {background: #92BCE0;}



.initiatives-slider.awards {margin: 5em 0;}





/* portal */

.member-login {
	margin: 0 0 0 5.5em;
}

#loginform-custom {
	margin: 0 0 2.5em;
}

.login-username label,
.login-password label {
	width: 100px;
	display: inline-block;
}
.login-username input,
.login-password input {
	border-radius: 0!important;
	border: 1px solid #003D69!important;
}

#loginform-custom #wp-submit {
	border-radius: 0;
	margin-top: 1em;
}


.portal-nav {
	border-top: 2px solid #FCA927;
	border-bottom: 2px solid #FCA927;
	padding: 1.5em 0;
}
.portal-nav .alignnone {padding: 0 0 0 5.5em;}
.portal-nav a {
	display: inline-block;
	width: 20%;
	color: #003D69!important;
	text-transform: uppercase;
	font-weight: 700;
}
.portal-nav a.current {
	color: #FCA927!important;
}
.member-portal {margin: 3em 0;}
.member-title-wrap {margin: 0 0 0 5.5em;}
.portal-content {padding: 3em 0;}







/* custom classes */

.overflow-hidden {
	position: relative;
	overflow: hidden;
}















/* kadence */

.wp-block-kadence-pane {
	position: relative;
	margin: 0 0 10px;
}
.kt-blocks-accordion-header {
	background: #003D69!important;
	color: #fff!important;
	padding: .5em 1em!important;
}
.kt-blocks-accordion-icon-trigger {
	background: #fff;
	width: 50px!important;
	height: 50px!important;
	border-radius: 25px;
}
.kt-blocks-accordion-icon-trigger:before {
	left: 19px!important;
	top: 24px!important;
	background: #003D69!important;
	width: 14px!important;
}
.kt-blocks-accordion-icon-trigger:after {
	left: 19px!important;
	top: 24px!important;
	background: #003D69!important;
	width: 14px!important;
}



.kt-testimonial-content {
	font-size: 1.15em;
	line-height: 1.5em;
	text-align: left;
	font-weight: 600;
}















/* EconoUs */

.speaker-item .wp-block-getwid-post-carousel__post-thumbnail {
	padding-top: 225px;
}

.speaker-item .wp-block-getwid-custom-post-type__post-thumbnail {margin-bottom: 0!important;}

.speaker-title {
	text-transform: uppercase;
	margin: 0;
}
.speaker-type, .mbgathering-speaker-type {
	background: #92BCE0;
	color: #003D69;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: .5em 1em;
	display: block;
	margin: 1.5em 0 0;
}
.wp-block-getwid-custom-post-type__post .speaker-content {padding: 1em;}
.speaker-content p {
	font-weight: 600;
	font-size: 1.25em;
}



.single-econous .wp-block-getwid-custom-post-type__post-thumbnail,
.single-econous-speaker .wp-block-getwid-custom-post-type__post-thumbnail {border-radius: 0;}

.single-econous .kb-gallery-ul.kb-gallery-type-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit {padding-bottom: 50%!important;}



.econous-artist .wp-block-getwid-custom-post-type__post-thumbnail,
.mbgathering-artist .wp-block-getwid-custom-post-type__post-thumbnail {
	height: 250px;
	margin-bottom: 0!important;
}
.econous-artist .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail,
.mbgathering-artist .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail {
	max-width: 30%;
}
.econous-artist .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail+.wp-block-getwid-custom-post-type__content-wrapper,
.mbgathering-artist .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail+.wp-block-getwid-custom-post-type__content-wrapper {max-width: 65%;}

.custom-post-type-econous-artist .wp-block-getwid-custom-post-type__post,
.custom-post-type-mbgathering-artist .wp-block-getwid-custom-post-type__post {
	border-top: 2px solid #FCA927;
	margin-top: 3em!important;
	padding-top: 3em;
}
.custom-post-type-econous-artist .wp-block-getwid-custom-post-type__post:first-child,
.custom-post-type-mbgathering-artist .wp-block-getwid-custom-post-type__post:first-child {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
.custom-post-type-econous-artist .econous-artist,
.custom-post-type-mbgathering-artist .econous-artist {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 0 0 5.5em;
	position: relative;
}


.recording-item .wp-block-getwid-custom-post-type__post-thumbnail {height: 200px;}




.econous-day {
	margin: 0 0 2.5em;
}
.econous-day:nth-child(even) {
	margin: 0 -1.5em 2.5em;
	padding: 2.5em 1.5em;
	background: #EFEFED;
}
.econous-day h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
}
.econous-day-content {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
}
.econous-day-content .program-time {
	display: inline-block;
	vertical-align: middle;
	width: 15%;
}
.econous-day-content .program-title {
	display: inline-block;
	max-width: 60%;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	padding-left: 2%;
}

.econous-divider {
	height: 2px;
	background: #FCA927;
	margin: 1.5em 0;
	width: 100%;
	display: block;
}

.program-trigger {
	float: right;
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #003D69;
    position: relative;
}
.program-trigger:after {
	content: "+";
	font-size: 1.5em;
	font-weight: 700;
	line-height: 50px;
}
.program-trigger.active:after {
	content: "";
    width: 12px;
    height: 5px;
    background: #003D69;
    display: block;
    text-align: center;
    margin: 22px auto 0;
}
.econous-event-details {margin: 1em 15.25% 0 17.25%;}


.speakers-list-title {margin-top: 3em;}
.econous-event-details .speakers-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.econous-event-details .speakers-list li {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 1em;
}
.speaker-content-inner {
	background: #EFEFED;
	padding: 1em;
}
.econous-event-details img {
	display: block;
	width: 100%;
}
.econous-event-details .speaker-type {margin: 0;}
.econous-day:nth-child(even) .speaker-content-inner {background: #fff;}


.single-econous .kt-blocks-accordion-header {
	background: #F2F2F0!important;
	color: #003D69!important;
}
.single-econous .kt-blocks-accordion-title-wrap {
	max-width: 90%;
}

.single-econous .kt-blocks-accordion-icon-trigger {border: 1px solid #003D69;}




.event-slide-image {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.event-slide-content {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding-left: 3%;
}



.wp-block-getwid-content-slider .slick-slide.slick-current .kt-inside-inner-col {
	border-radius: 55px 0 0 0;
	position: relative;
	overflow: hidden;
}
.wp-block-getwid-content-slider-slide.slick-slide:hover {
	cursor: pointer;
	opacity: .8!important;
}
.wp-block-getwid-content-slider .slick-prev {display: none!important;}
.wp-block-getwid-content-slider .slick-next {
	height: 100%!important;
	background-color: #EBEBE8!important;
	width: 100px!important;
	right: -105px!important;
}






.events-workshops .search-item-wrapper {
	background: #003D69;
	color: #fff;
	border-radius: 0 55px 0 0 !important;
	position: relative;
	overflow: hidden;
	padding: 0 0 2em;
	height: 100%;
}
.search-items.events-workshops .search-item .search-thumb,
.search-items.events-workshops-carousel .search-item .search-thumb {
	border-radius: 0 !important;
}
.search-items.events-workshops .search-excerpt,
.search-items.events-workshops-carousel .search-excerpt {
	border-bottom: 2px solid #FCA927;
}




.search-items.events-workshops-carousel {margin: 0;}
.search-items.events-workshops-carousel .search-item,
.search-items.events-workshops-past .search-item {
	float: none;
	width: auto;
	margin: 0;
	border-radius: 0 55px 0 0 !important;
	position: relative;
	overflow: hidden;
}
.search-items.events-workshops-carousel .search-item-wrapper {
	display: flex;
	flex-direction: row-reverse;
}
.search-items.events-workshops-carousel .search-wrapper {
	width: 26%;
	padding: 1em 0;
}
.search-items.events-workshops-carousel .search-thumb {
	width: 74%;
	height: 100%;
	max-height: 500px;
	margin: 0;
}
.search-items.events-workshops-carousel .slick-dots {
	bottom: 2em!important;
	padding: 0 2em 0 0;
}
.search-items.events-workshops-carousel .slick-dots li button {
	background: transparent!important;
	border: 2px solid #FCA927;
}
.search-items.events-workshops-carousel .slick-dots li.slick-active button {background: #FCA927!important;}


.search-items.events-workshops-past {margin: 0;}
.search-items.events-workshops-past .search-item {
	border-bottom: 2px solid #FCA927;
	padding: 0 0 3em;
	margin: 0 0 3em;
}
.search-items.events-workshops-past .search-item-wrapper {
	display: flex;
	gap: 100px;
	justify-content: space-between;
}
.search-items.events-workshops-past .search-wrapper {width: 50%;}
.search-items.events-workshops-past .search-item .search-thumb {
	width: 32.5%;
	border-radius: 0 55px 0 0!important;
	margin: 0;
	height: 200px;
}



.workshops-empty {margin: 0 1%;}