.col-20 {
	width: 20%;
	float: left;
}

.col-25 {
	width: 25%;
	float: left;
}

.col-30 {
	width: 30%;
	float: left;
}

.col-70 {
	width: 70%;
	float: left;
}

.col-75 {
	width: 75%;
	float: left;
}

.col-80 {
	width: 80%;
	float: left;
}

@media(max-width: 800px) {
	div[class^="col-"], div[class*=" col-"] {
		width: 100% !important;
		padding: 20px;
	}
}

.team-element {
	color: #FFF;
}

.team-element h1,
.team-element h2,
.team-element h3,
.team-element h4,
.team-element h5,
.team-element h6 {
	color: #fff;
}

.team-element .team-name {
	color: #FF6D04;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 30px;
	margin-top: 10px;
}

.team-list {
	list-style: none;
	overflow: hidden;
	padding: 0 !important; 
	margin: 0 !important;
}

.team-list .box {
	width: 25%;
	padding: 20px;
	color: #FFF;
	float: left;
	min-height: 370px;
}

.team-list li {
	color: #FFF;
}

.team-title {
	font-size: 16px;
}

@media(max-width: 900px) {
	.team-list .box {
		width: 100%;
		text-align: center;
		float: none;
	}

	.team-list .box img {
		max-width: 70%;
	}
}

@media(max-width: 800px) {
	.success-stories {
		padding: 1rem;
		margin: 0 !important;
	}
}

.cards-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
  	grid-row-gap: 30px;
	padding-left:0 !important;
}

@media(max-width: 800px) {
	.cards-list {
		grid-template-columns: 1fr;
	}
}

.cards-list li {
	list-style: none;
}

.cards-list .cards-box {
	width: 100%;
	float: left;
	position: relative;
}

.cards-list .cards-box-inner {
	/* Gray/20% Gray */
	border: 1.06478px solid #E8E9E9;
	box-shadow: 0px 2.12955px 4.2591px 1.06478px rgba(40, 150, 255, 0.2);
	border-radius: 2.12955px;
	padding: 15px;
	position: relative;
}

.cards-list .card-name {
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: 600;
	min-height: 120px;
}

.cards-list .card-image-box {
	height: 100px;
}

.cards-list .card-image-fig {
	text-align: center;
	margin: 0 auto 0;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cards-list .card-image {
	text-align: center;
	max-width: 80%;
	max-height: 70px;
	height: auto;
}

.cards-list .card-link {
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 80%;
	max-width: 100%;
}

@media(max-width: 800px) {
	.cards-list .cards-box {
		width: 100%;
		min-height: auto;
	}
}

.cta-share-stories {
    margin-left: -20px;
    background: #DBEBFC;
    margin-right: 50px;
    font-size: 1.5rem;
}

.case-sidebar .cta-share-stories {
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}

.cta-share-stories p {
	font-size: 1.5rem;
	font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.cta-share-stories a {
	display: inline-block;
	margin-top: 10px;
}

.cta-share-stories a.b-primary:hover {
	color: #FFF !important;
}

@media(max-width: 800px) {
	.cta-share-stories {
		margin-right: 0;
		margin-left: 0;
	}
}

.filter-menu-trigger {
    color: var(--color-primary) !important;
    border-color: var(--color-primary);
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    padding: 0.9rem 2.25rem;
    background-color: transparent;
    height: 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    margin: 2rem auto;
    display: block;
}

.filter-menu-trigger i { 
	float: right;
	font-size: 8px;
	margin-top: 10px;
} 

.filter {
	padding: 0 20px 20px 0;
}

@media(max-width: 800px) {
	.filter {
		display: none;
		transition: 1s ease all;
	}

	.filter.open {
		display: block;
		transition: 1s ease all;
	}
}

.filter ul {
	list-style: none;
	padding-left: 0 !important;
}

.filter ul li {
	padding-left: 0 !important;
}

.filter h2 {
	line-height: 30px;
	font-size: 30px;
}

.filter h3 {
	font-size: 20px;
	font-weight: 500;
}

.filter hr {
	border-bottom: 1px solid #A6A7A9;
	max-width: 60%;
	margin-bottom: 15px;
}

.filter label {
	padding-left: 6px;
}

.thinking {
	opacity: .5;
}

/* Events */

.events-element .event-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	grid-gap: 1rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

@media(max-width: 1060px) {
	.events-element .event-list { grid-template-columns: repeat(2, 1fr); }
}

@media(max-width: 650px) {
	.events-element .event-list {  grid-template-columns: repeat(1, 1fr); }
}

.events-element .box {
	padding: .5rem;
	display: flex;		
}

.events-element .box-content {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;	
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px;
    border: 1.06478px solid #E8E9E9;
    box-shadow: 0px 2.12955px 4.2591px 1.06478px rgba(40, 150, 255, 0.2);
    border-radius: 2.12955px;
}

.events-element .box-content .event-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.events-element .box-content .event-name {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3rem;
	margin: 10px 0;
}

.events-element .box-content .box-cta {
	position: relative;
	z-index: 3;
	font-size: 14px;
	display: block;
	width: 100%;
	border-radius: 3px;
	border: 2px solid #FF6D04;
	color: #FFF;
	background-color: #FF6D04;	
	text-align: center;
	padding: 5px 20px;
	font-weight: bold;
}

.events-element .box-content .box-cta:hover {
	border: 2px solid #FF6D04;
	color: #FF6D04;
	background-color: transparent;
}

.events-element .box-content .meta {
	font-size: 16px;
}

.archive-list .meta {
	display: none;
}

.events-element .box-content .box-excerpt {
	margin: 10px 0 20px;
	flex-grow: 1;
}

.events-element .box-content .event-date {
	font-weight: bold;
    color: #FF6D04;
}

.events-element .box-content .event-region {
	position: absolute;
	top: 0;
	right: 0;
	background: #6d04ff;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 0px 0px 0px 3px;
    font-size: 14px;
}

.events-element .box-content .event-time-meta {
	overflow: hidden;
}

.events-element .box-content .event-time-meta > div {
	float: left;
	margin-left: 10px;
}

.events-element .box-content .event-time-meta > div:before {
	display: inline-block;
	border-left: solid 1px;
	height: 10px;
	content: ' ';
	padding-right: 10px;
}

.events-element .box-content .event-time-meta > div:first-child {
	margin-left: 0;
}

.events-element .box-content .event-time-meta > div:first-child:before {
	border: none;
	padding-right: 0;
}

.event-list.tight-cards {
	padding-left: 0 !important;
	padding-bottom: 40px;
}

.tight-cards .box {
	display: flex;
}

.tight-cards .box-content {
	max-width: none;
	padding: 10px;
}

.tight-cards .event-name {
	margin-top: 15px !important;
	text-align: center;
	min-height: auto !important;
	padding: 0 20px;
}

.tight-cards .box-excerpt {
	text-align: center;
	min-height: auto !important;
	padding: 0 20px;
}

.tight-cards .box-content img {
	width: 100%;
}

.load-more-box {
	padding: 40px 0;
	width: 100%;
	text-align: center;
}

.load-more-box .more {
	width: 200px;
	color: var(--color-primary) !important;
    border-color: var(--color-primary);
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    padding: 1.2rem 2.25rem;
    background-color: transparent;
    font-size: 1.4rem;
    font-weight: 600;
}