.blog-hero:not(.alignfull) {background-color: #2b4c59; background-size: 20%; margin-bottom: 12px; padding: 6% 0;}
#resource-wrapper .filter-group h4 {
	font-weight: 900;
	margin-bottom: .5em;
}
#resource-wrapper .filter-group h4 {
	font-size: 12px;
	display: inline;
	padding-left: 6px;
}
#resource-wrapper label {
	font-weight: 300;
}
#resource-wrapper fieldset.search {
	border: none;
	padding: 0;
}
#resource-wrapper fieldset.search input[type="text"] {
	font-size: 14px !important;
	border: 1px solid transparent !important;
	border-bottom: 1px solid #d1d3d3 !important;
	transition: border .4s ease-in-out !important;
	padding-top: 4px !important;
	width: auto !important;
	border-radius: 0 !important;
	padding: 0px !important;
}
#resource-wrapper fieldset.search input[type="text"]:focus {
	outline: 0 none !important;
	border: 1px solid transparent !important;
	border-bottom: 1px solid #7e4082 !important;
}
#resource-wrapper button {
	display: inline;
	padding: .3em .6em;
	margin: 0px 0 0 14px;
	border: 0;
	color: #a4a9ad;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: 900;
	border-radius: 4px;
	line-height: normal;
	width: auto;
	cursor: pointer;
}
#resource-wrapper button:focus {
	outline: 0 none;
}
#resource-wrapper .controls {
	margin-top: -15px;
	padding: 0 1% 1%;
	display: block;
}
#resource-wrapper fieldset {
	display: inline-block;
	margin: 0;
	background: #fff;
	color: #a4a9ad;
	padding: 0em .6em;
	border-radius: 3px;
	font-size: 14px;
}
#resource-wrapper .checkbox {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 6px 10px 8px 0px;
	font-size: 14px;
}
#resource-wrapper .checkbox:first-of-type {
	margin-left: 8px;
}
#resource-wrapper .checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}
#resource-wrapper .checkbox label {
	display: inline-block;
	padding-left: 1.4em;
	font-size: 12px;
}
#resource-wrapper .checkbox label:before,
#resource-wrapper .checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}
#resource-wrapper .checkbox label:before {
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	border: 1px solid #d1d3d3;
	border-radius: 3px;
	transition: all .35s;
}
#resource-wrapper .checkbox label:after {
	font-family: iconfont !important;
	content: '\e93d';
	font-size: 18px;
	line-height: 24px;
	max-width: 0;
	top: 0px;
	left: 5px;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .35s;
	transition: all .35s;
	display: block;
	/*width: 6px;
	height: 12px;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);*/
	pointer-events: none;
}
#resource-wrapper .checkbox input:checked ~ label:before {
	background-color: #d1d3d3;
	transition: all .35s;
}
#resource-wrapper .checkbox input:checked ~ label:after {
	max-width: 44px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .35s;
	transition: all .35s;
}
#resource-wrapper .checkbox input:hover ~ label:before {
	background-color: #d1d3d3;
	transition: background-color .3s ease;
}
#resource-wrapper ::-webkit-input-placeholder {
	font-family: 'Lato';
}
#resource-wrapper ::-moz-placeholder {
	font-family: 'Lato';
}
#resource-wrapper :-ms-input-placeholder {
	font-family: 'Lato';
}
#resource-wrapper :-moz-placeholder {
	font-family: 'Lato';
}
#resource-wrapper .mix-container {
	padding: 3% 1% 1%;
	width: 100%;
	min-height: 400px;
	text-align: justify;
	position: relative;
	display: inline-block;
	background-color: #f1f2f2;
}
#resource-wrapper .mix-container .mix, #resource-wrapper .mix-container .gap {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#resource-wrapper .mix-container .mix {
	color: #fff;
	display: none;
}
#resource-wrapper .mix-container .mix > .resource-link {
	width: 100%;
	background: #7e4082;
	min-height: 200px;
	margin-bottom: 30px;
	border-radius: 4px;
	display: block;
	color: #fff;
	text-decoration: none;
	transition: background-color .4s;
}
#resource-wrapper .mix-container .mix > .resource-link:hover {
	background: #6e3d71;
}
#resource-wrapper .mix-container .mix > .resource-link:active {
	transform: scale(1.01);
}
#resource-wrapper .mix-container .fail-message {
	margin-top: 30px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	color: #a4a9ad;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
	position: absolute;
	width: 100%;
}
#resource-wrapper .mix-container .fail-message:before {
	content: '';
	display: inline-block;
	height: 100%;
}
#resource-wrapper .mix-container .fail-message span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}
#resource-wrapper .mix-container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 767px) {
	#resource-wrapper .mix-container .mix, #resource-wrapper .mix-container .gap {
		width: 100%;
	}
}

#resource-wrapper .mix-container {
	padding: 3% 3% 0 !important;
}
.column.one-column {
	width: 100% !important;
	padding: 0px;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	float: none;
	display: inline-block;
	background: #fff;
}

#resource-wrapper .mix-container .mix > .resource-link {
	background: transparent;
	min-height: auto;  
}

.column.one-column .postInner {height: auto; border-radius: 4px; padding: 0px !important;}

#resource-wrapper .mix-container .mix > .resource-link:hover {
	background: transparent;
}

.column.one-column .postInner .continue-reading-btn {
	margin: 12px 0;
}
.resource-link:hover .column.one-column .continue-reading-btn i, .resource-link:active .column.one-column .continue-reading-btn i {
	right: -4px;
	color: #402b56;
}

.resource-link:hover .column.one-column .continue-reading-btn, .resource-link:active .column.one-column .continue-reading-btn {
	color: #402b56!important;
}

.column.one-column .postInner .post-txt .post-summary {
	display: -webkit-box;
	font-size: 14px;
	line-height: 20px;
	max-height: 62px;
}
.column.one-column .postInner .post-txt .post-title {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 12px;
	overflow: inherit;
	text-overflow: inherit;
	display: block;
	max-height: none;
	-webkit-line-clamp: inherit;
}

.column.one-column .postInner .post-image {
	transition: transform .32s ease-in-out;
}

@media (min-width: 641px) {
	.resource-link:hover .post-image {
		transform: scale(1.05);
	}
}

@media (max-width: 640px) {
	.column.one-column .postInner {
		padding: 14px !important;
	}

	#resource-wrapper .mix-container {
		padding: 3% 3% 0 !important;
	}
}
@media (min-width: 767px) {

	.btn-swivel {
		color: #a4a9ad;
		display: inline-block;
		position: relative;
		overflow: hidden;
		padding: 1.5rem;
		text-decoration: none;
		text-align: center;
		border: 1px solid #eaeaea;
		border-radius: 3px;
		-webkit-transition: border .3s ease-in-out, color .3s ease-in-out;
		transition: border .3s ease-in-out, color .3s ease-in-out;
	}
	.btn-swivel:hover {
		border: 1px solid transparent;
		color: #7e4082;
	}
	.btn-swivel:before, .btn-swivel:after,
	.btn-swivel .btn--inner:before,
	.btn-swivel .btn--inner:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		background-color: currentColor;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.btn--cw-trbl:after {
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
	}
	.btn--cw-trbl .btn--inner:before {
		right: 0;
		left: auto;
	}
	.btn--cw-trbl .btn--inner:after {
		top: auto;
		bottom: 0;
	}

	.btn--cw-trbl:before, .btn--cw-trbl:after,
	.btn--cw-trbl .btn--inner:before,
	.btn--cw-trbl .btn--inner:after {
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}

	.btn--cw-trbl:before, .btn--cw-trbl:after {
		width: 0;
		height: 1px;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		color: #7e4082;
	}
	.btn--cw-trbl .btn--inner:before,
	.btn--cw-trbl .btn--inner:after {
		width: 1px;
		height: 0;
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
	.btn--cw-trbl:hover:before, .btn--cw-trbl:hover:after {
		width: 100%;
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
	.btn--cw-trbl:hover .btn--inner:before,
	.btn--cw-trbl:hover .btn--inner:after {
		height: 100%;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		color: #7e4082;
	}

}

@media only screen and (min-width: 768px) {
	.fl-tab-filter a {
		display: inline-block;
		padding: 0 1em;
		width: 100%;
		color: #2a343e;
		text-transform: none;
		font-weight: 400;
		font-size: 12px;
	}
}


@media only screen and (min-width: 768px) {
	.fl-tab-filter a.selected {
		background: transparent;
		color: #7e4082;
		box-shadow: none;
		border: 1px solid #7e4082;
	}

	.fl-tab-filter a span.selected {
		color: #7e4082;
	}
} 

.fl-tab-filter-wrapper {
	margin: 20px auto -20px;
	display: inline-block;
	border-bottom: none;
}

.fl-filter {float: none; width: 100%;}
.post-category i, .btn--inner i {
	font-size: 24px;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: 'iconfont' !important;
}

.fl-filter-block input[type='search'] {
	border: 1px solid transparent;
	border-bottom: 1px solid #d1d3d3;
}

.post-category.blog-post {color: #6bccb3 !important;}
.post-category.white-paper {color: #7e4082 !important;}
.post-category.report {color: #2b4c59 !important;}
.post-category.quiz {color: #5c6670 !important;}
.post-category.guide {color: #E56A54 !important;}
.post-category.video-resource {color: #4ec3e0 !important;}
.post-category.webinar {color: #402b56 !important;}
.post-category.podcast {color: #f6dc6b !important;}
.post-category.case-study {color: #2a343e !important;}
.post-category.infographic {color: #a4a9ad !important;}
.post-category.template {color: #215586 !important;}

.post-category.blog-post i:before {content: "\e910"}
.post-category.webinar i:before {content: "\e930"}
.post-category.white-paper i:before, .post-category.report i:before {content: "\e949"}
.post-category.quiz i:before {content: "\e920"}
.post-category.guide i:before, .post-category.eBook i:before, .post-category.ebook i:before {content: "\e91e"}
.post-category.video-resource i:before {content: "\e90c"}
.post-category.case-study i:before {content: "\e923"}
.post-category.podcast i:before {content: '\e9ef';}
.post-category.infographic i:before {content: '\e9dc';}
.post-category.template i:before {content: '\ea30';}

#cf {
	position: relative;
	min-height: 27px;
	height: 100%;
	width: 20px;
	display: inline-block;
}

#cf img {
	position: absolute;
	left: 0;
	top: calc(50% - 0.25em);
	max-height: 27px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.btn-swivel:hover > .btn--inner > #cf img.top, .fl-tab-filter a.selected > .btn--inner > #cf img.top {
	opacity:0;
}

.podcast-repeater {
	max-height: 27px;
	height: 100%;
	display: inline !important;
	width: auto !important;
	margin-right: 8px;
}

.fl-gallery .fl-fail-message {
	display: none;
	text-align: center;
	margin-top: 40px;
	color: #a4a9ad;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.fl-tab-filter-wrapper {
		display: block;
	}

	.btn--inner i {display: none}
	.fl-tab-filter a {color: #5c6670;}
	a.li-filter-all {color: #7e4082; margin-left: -4px;}
	.fl-tab-filter a.btn-swivel {
		text-align: left;
		padding-left: 20px;
	}
	.li-filter-all[data-type="all"] {
		margin: 0;
	}
	.fl-fail-message {
		padding: 0px 20px;
		line-height: 2;
		margin-top: 0px !important;
	}
}

@media (min-width: 1441px) {
	.fl-gallery {
		padding: 24px 5% 50px;
	}
}

#sorry-content-title {
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	color: #E56A54;
}

@media (min-width: 540px) and (max-width: 767px) {
	.fl-gallery li {
		width: 48%;
		margin-right: 3%; 
	}

	.fl-gallery li:nth-child(even) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.content-wrapper {
		padding-top: 50px;
	}
}

.column.one-column {
	padding: 0px 12px;
}

@media only screen and (min-width:1441px) {
    .fl-gallery li {
        width: 20%
    }
}






/* ========================================================================================================================
													Resource Filters
======================================================================================================================== */

nav.resources-filter-container {
	padding: 20px 7% 0 6.2%;
	margin-bottom: 0;
	width: 100%
}

@media only screen and (min-width:992px) {
	nav.resources-filter-container {
		padding: 20px 8% 0 4%
	}
}

@media only screen and (min-width:1170px) {
	nav.resources-filter-container {
		padding: 20px 7% 0 3%;
		-webkit-transition: width .3s;
		transition: width .3s
	}
}

@media (min-width:1441px) {
	nav.resources-filter-container {
		padding: 20px 5.5% 0 5.5%;
		-webkit-transition: width .3s;
		transition: width .3s
	}
}


.resource-filter-row {
	margin: 0 -4px;
}
.resource-filter-column {
	padding: 0 4px;
}

.resource-large-container nav.event-filter-options .btn {
	padding: 6px 18px 6px 6px;
	outline: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.resource-large-container nav.event-filter-options .btn:active,
.resource-large-container .btn.active {
	outline: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.resource-large-container nav.event-filter-options button.btn.dropdown-toggle {
	background: transparent;
	letter-spacing: 0;
	color: #a4a9ad;
}

.resource-large-container nav.event-filter-options button.btn.dropdown-toggle:focus {
	outline: none !important;
}

.resource-large-container nav.event-filter-options button.btn.resource-types.dropdown-toggle:before,
.resource-large-container nav.event-filter-options button.btn.resource-categories.dropdown-toggle:before,
.resource-large-container nav.event-filter-options button.btn.resource-topics.dropdown-toggle:before,
.resource-large-container nav.event-filter-options button.btn.resource-personas.dropdown-toggle:before {
	content: ' ';
	display: inline;
	font-weight: 900;
	padding-right: 4px;
	font-size: 11px;
	float: left;
}
.resource-large-container nav.event-filter-options button.btn.resource-types.dropdown-toggle:before { content: 'Content Type'; }
.resource-large-container nav.event-filter-options button.btn.resource-categories.dropdown-toggle:before { content: 'Category'; }
.resource-large-container nav.event-filter-options button.btn.resource-topics.dropdown-toggle:before { content: 'Topic'; }
.resource-large-container nav.event-filter-options button.btn.resource-personas.dropdown-toggle:before { content: 'Job Function'; }

.resource-large-container nav.event-filter-options .wrapper-dropdown-events span:before { display: none; }
.resource-large-container nav.event-filter-options .wrapper-dropdown-events span:after { display: none; }

.resource-large-container nav.event-filter-options .wrapper-dropdown-events .dropdown-toggle {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	font-size: 11px;
	text-align: left;
}

.resource-large-container nav.event-filter-options span.caret {
	position: absolute;
	right: 6px;
	top: 15px;
	background-color: #fff;
	padding: 0px;
}

@media (max-width: 1300px) {
	.resource-large-container nav.event-filter-options .wrapper-dropdown-events .dropdown-toggle {
		/*max-width: 85%;*/
	}
}

@media (max-width: 767px) {
	.resource-large-container nav.event-filter-options .wrapper-dropdown-events {
		margin: 0 auto 8px auto;
	}
	.resource-large-container nav.event-filter-options span.caret {
		right: 14px;
		top: 14px;
	}
}





.resource-large-container nav.event-filter-options .search .input-group {
	display: inline-block;
	height: 34px;
}

.resource-large-container nav.event-filter-options input[type="text"] {
	background-color: #ffffff !important;
	border: 1px solid #eaeaea !important;
	padding: 5px !important;
	color: #a4a9ad!important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.resource-large-container nav.event-filter-options ul.dropdown-menu li {
	text-align: left;
	margin: 0 !important;
}

.resource-large-container nav.event-filter-options ul.dropdown-menu li label {
/*	display: block;
	text-align: left;
	color: #a4a9ad;
	text-align: left;
	font-weight: 400;
*/	font-size: 14px;
	margin: 0;
	padding: 0px 14px;
}
.resource-large-container nav.event-filter-options ul.dropdown-menu li label:hover,
.resource-large-container nav.event-filter-options ul.dropdown-menu li label:active,
.resource-large-container nav.event-filter-options ul.dropdown-menu li label:focus,
.resource-large-container nav.event-filter-options ul.dropdown-menu li input:hover,
.resource-large-container nav.event-filter-options ul.dropdown-menu li input:active,
.resource-large-container nav.event-filter-options ul.dropdown-menu li input:focus {
	cursor: pointer;
}

.resource-large-container nav.event-filter-options input[type="checkbox"] {
	visibility: visible !important;
}

  
.resource-large-container .btn {padding: 6px;}
  
.resource-large-container nav.event-filter-options .add-on .input-group-btn > .btn {padding: 1px;}

.resource-large-container nav.event-filter-options .add-on .input-group-btn > .btn {
	border-left-width: 0;
	box-shadow: none;
	background-image: none;
	color: #a4a9ad;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 34px;
	padding: 0px;
	line-height: 0;
}

.resource-large-container .btn:active,
.resource-large-container .btn.active {
	outline: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
  
.resource-large-container .btn {
	outline: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.resource-large-container nav.event-filter-options .wrapper-dropdown-events {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.resource-large-container nav.event-filter-options .navbar-form .input-group .input-group-btn {
		right: 0
	}

	.resource-large-container .input-group-btn {
		width: 50px !important;
	}

	.resource-large-container nav.event-filter-options .wrapper-dropdown-events {
		margin: 0 auto 8px auto;
	}

	.resource-large-container nav.event-filter-options .column-1-7 {
		display: block;
		padding-left: 5px;
	}

	.resource-large-container span.caret {
		right: 14px;
		top: 14px;
	}
}

@media (min-width: 767px) {
	.resource-large-container nav.event-filter-options .search {
		/*margin-top: -6px;*/
	}
}


.resource-large-container input[type="text"]::-webkit-input-placeholder {
	color: #a4a9ad;
	padding: 0;
	visibility: visible;
}
.resource-large-container input[type="text"]:-moz-placeholder {
	color: #a4a9ad;
	padding: 0;
	visibility: visible;
	opacity: 1;
}
.resource-large-container input[type="text"]::-moz-placeholder {
	color: #a4a9ad;
	padding: 0;
	visibility: visible;
	opacity: 1;
}
.resource-large-container input[type="text"]:-ms-input-placeholder {
	color: #a4a9ad !important;
	padding: 0;
}
.resource-large-container input[type="text"]::-ms-input-placeholder {
	color: #a4a9ad !important;
	padding: 0;
}
  
.resource-large-container nav.event-filter-options .navbar-form .input-group > .form-control {
	height: 100%;
}

.resource-filters-search {
	margin-bottom: 8px;
}
.resouce-filters-apply {
	padding: 7px 10px;
	margin-bottom: 8px;
}

ul.resource-active-filters {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.resource-active-filters > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.resource-active-filters > li > a {
	display: inline-block;
	background-color: #eaeaea;
	color: #a4a9ad;
	font-size: 12px;
	padding: 0 5px 0 22px;
	line-height: 20px;
	border-radius: 2px;
	border: 1px solid #e0dede;
	position: relative;
	margin-right: 5px;
}
ul.resource-active-filters > li > a:before {
	content: '\00d7';
	border-right: 1px solid #e0dede;
	line-height: 20px;
	position: absolute;
	left: 0;
	padding: 0 5px;
}


.fl-gallery {
	padding-top: 20px;
}

.fl-fail-message {
	color: #a4a9ad;
	text-align: center;
	padding: 100px 20px;
}


/* Geoff styles */

@media only screen and (min-width: 1170px) {

	nav.resources-filter-container {
		padding: 20px 4%;
		-webkit-transition: width .3s;
		transition: width .3s;
	}

}

form#resource-center-filters-form {
	display: inline-block;
	width: 100%;
}

nav.event-filter-options .wrapper-dropdown-events .filter-left {
	overflow: hidden;
}

nav.event-filter-options .wrapper-dropdown-events span.filter {
	background: #eaeaea;
	padding: 3px 6px;
	max-width: 30%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 11px;
    border-radius: 2px;
    border: 1px solid #dad9d9;
}

.resource-large-container {
	display: inline-block;
	width: 100%;
}
/*
.resource-large-container nav.event-filter-options button.btn.resource-types.dropdown-toggle:before, 
.resource-large-container nav.event-filter-options button.btn.resource-categories.dropdown-toggle:before, 
.resource-large-container nav.event-filter-options button.btn.resource-topics.dropdown-toggle:before, 
.resource-large-container nav.event-filter-options button.btn.resource-personas.dropdown-toggle:before {
	content: ' ';
	display: inline;
	font-weight: 900;
	padding-right: 4px;
	font-size: 11px;
	float: left;
	top: 2px;
	position: relative;
}
*/

@media only screen and (min-width: 1170px) {
nav.resources-filter-container {
    padding: 40px 4% 0;
}
}

form#resource-center-filters-form {
    display: inline-block;
    width: 100%;
    position: relative;
}

form#resource-center-filters-form:before {
    content: 'Filter by:';
    position: absolute;
    top: -22px;
    left: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #a4a9ad;
}

.resouce-filters-apply {
    padding: 2px 14px;
    margin-bottom: 8px;
    width: auto;
    font-weight: 900;
    letter-spacing: 0;
    position: relative;
    top: 6px;
}

ul.resource-active-filters {
    margin: 8px 0 0;
}

ul.resource-active-filters li:first-child:before {
    content: 'Current Filters:';
    font-size: 11px;
    position: relative;
    top: -8px;
    margin-right: 6px;
    font-weight: 600;
    color: #a4a9ad;
}

ul.resource-active-filters>li>a {
    display: inline-block;
    background-color: #eaeaea;
    color: #a4a9ad;
    font-size: 12px;
    padding: 0 5px 0 22px;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #e0dede;
    position: relative;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 15ch;
    overflow: hidden;
}

/**** CHECKBOX STYLES ****/

/** OVERRIDES **/
nav.event-filter-options .wrapper-dropdown-events span:before {
    top: unset;
    right: unset;
    border-top-color: unset;
    border-width: unset;
    margin-left: unset;
    border-radius: unset;
}

nav.blog-post-options .wrapper-dropdown-blog span:before, nav.event-filter-options .wrapper-dropdown-blog span:before, nav.event-filter-options .wrapper-dropdown-events span:before {
    top: unset;
    right: unset;
    border: unset;
    height: unset;
    width: unset;
    position: unset;
    pointer-events: unset;
    border-color: unset;
    border-top-color: unset;
    border-width: unset;
    margin-left: unset;
    border-radius: unset;
}

input[type='checkbox'][id^="filter-checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden !important;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

input[type='checkbox'][id^="filter-checkbox"] + label{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: .3em 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a4a9ad;
  font-weight: 400;
  -webkit-transition: color 250ms cubic-bezier(.4,.0,.23,1);
  transition: color 250ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'][id^="filter-checkbox"] + label > ins{
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  padding-right: 14px;
  -webkit-transition: height 500ms cubic-bezier(.4,.0,.23,1), width 500ms cubic-bezier(.4,.0,.23,1);
  transition: height 500ms cubic-bezier(.4,.0,.23,1), width 500ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'][id^="filter-checkbox"]+label>ins>i {
    position: absolute;
    bottom: 0px;
    left: 41px;
    padding-right: 14px;
    font-style: normal;
    color: #6bccb3;
    text-shadow: 0 0 1px #ffffff;
}

input[type='checkbox'][id^="filter-checkbox"]:checked + label {
  color: #6bccb3;
}

input[type='checkbox'][id^="filter-checkbox"] + label > span{
	position: relative;
	display: inline-block;
	margin-right: .5em;
	min-width: 1.4em;
	width: 1.4em;
	min-height: 1.4em;
	height: 1.4em;
	background: transparent;
	border: 2px solid #d1d3d3;
	border-radius: 4px;
	cursor: pointer;  
	-webkit-transition: all 125ms cubic-bezier(.4,.0,.23,1);  
	transition: all 125ms cubic-bezier(.4,.0,.23,1);
}

input[type='checkbox'][id^="filter-checkbox"] + label:hover, input[type='checkbox'][id^="filter-checkbox"]:focus + label{
  color: #5c6670;
  cursor: pointer;
}
input[type='checkbox'][id^="filter-checkbox"] + label:hover > span, input[type='checkbox'][id^="filter-checkbox"]:focus + label > span{
  background: rgba(255,255,255,.1);
}
input[type='checkbox'][id^="filter-checkbox"]:checked + label > ins{ height: 100%; width: 100%; }

input[type='checkbox'][id^="filter-checkbox"]:checked + label > span{
	position: relative;
  border: .685em solid #6bccb3;
  -webkit-animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
          animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'][id^="filter-checkbox"]:checked+label>span:before {
    display: block;
    content: '';
    position: absolute;
    top: -3px;
    left: -6px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: checkbox-check 75ms 125ms cubic-bezier(.4,.0,.23,1) forwards;
    animation: checkbox-check 75ms 125ms cubic-bezier(.4,.0,.23,1) forwards;
}

@-webkit-keyframes shrink-bounce{
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33%{    
    -webkit-transform: scale(.85);    
            transform: scale(.85);
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
}

@keyframes shrink-bounce{
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33%{    
    -webkit-transform: scale(.85);    
            transform: scale(.85);
  }
  100%{
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
}
@-webkit-keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
            transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .4em;
    height: 0;
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
            transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .4em;
    height: .8em;    
    border-color: #fff;
    -webkit-transform: translate3d(0,-.5em,0) rotate(45deg);
            transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
            transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .4em;
    height: 0;
    -webkit-transform: translate3d(0,0,0) rotate(45deg);
            transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .4em;
    height: .8em;    
    border-color: #fff;
    -webkit-transform: translate3d(0,-.5em,0) rotate(45deg);
            transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}

nav.event-filter-options .dropdown-menu {
	overflow-x: hidden;
    box-shadow: 0px 4px 13px 1px #2a343e1a;
}

ul.resource-active-filters>li>a.filterResetBtn {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #7e4082cf;
    font-size: 11px;
    text-decoration: underline;
    padding-left: 6px;
}

ul.resource-active-filters>li>a.filterResetBtn:before {
	content: none;
}

.btn-visible-small-and-down {
	display: none;
}

.btn-visible-md-and-up {
	display: block;
}

@media (max-width: 992px) {
	.btn-visible-md-and-up {
		display: none;
	}
	.btn-visible-small-and-down {
		display: block;
	    padding: 0 5px;
	}
}

section#content ul>li, main#body-main--content ul>li {
	margin-bottom: unset;
}

/*** FILTER TOGGLE ***/
a.moibile-filter--toggle:before {
	content: 'Adjust Filters';
	position: absolute;
	left: 10%;
	top: -16px;
	z-index: 99;
	font-weight: 900;
	color: #a4a9ad;
}

a.moibile-filter--toggle:after {
	content: url(https://www.frontlineeducation.com/uploads/2018/08/Filters.svg);
	height: 27px;
	width: 27px;
	top: -22px;
	right: 10%;
	display: inline-block;
	position: absolute;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.5) translate3d(0,0,0);
    -ms-transform: scale(0.5) translate3d(0,0,0);
    transform: scale(0.5) translate3d(0,50%,0);
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .07s;
    transition: all .07s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.resource-large-container nav.event-filter-options .navbar-form .input-group>.form-control:focus {
    border-color: rgba(107, 204, 179, 0.6) !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6) !important;
    box-shadow: 0 0px 0px rgba(107, 204, 179, 0.75) inset, 0 0 8px rgba(107, 204, 179, 0.6) !important;
}

@media (max-width: 767px) {
	a.moibile-filter--toggle {
	    border-bottom: 1px solid #eaeaea;
	    padding-top: 20px;
	}

	nav.event-filter-options.resources-filter-container {
	    padding-left: 0;
	    padding-right: 0;
	}

	.fl-gallery {
	    padding-top: 14px;
	}

	ul.resource-active-filters {
	    margin: 26px 12px 0;
	}

	.resource-filter-row {
	    position: relative;
	}

	.open>.dropdown-menu {
		display: block;
		width: 100%;
	}

	.modal-content {
	    border-radius: 3px;
	    border: none;
	    box-shadow: 0 3px 9px rgba(0,0,0,.15);
	}

	.modal.fade {
		-webkit-transition: opacity .08s linear;
		-o-transition: opacity .08s linear;
		transition: opacity 0.08s linear;
	}

	button.btn-sm.resouce-filters-apply {
	    padding: 12px 0 !important;
	    font-size: 16px;
	    text-transform: uppercase;
	}

	.resource-large-container nav.event-filter-options span.caret {
	    top: 18px;
	}

	.resource-large-container nav.event-filter-options button.btn.dropdown-toggle {
	    color: #5c6670;
	    padding: 10px;
	}

	.resource-large-container nav.event-filter-options .add-on .input-group-btn>.btn {
	    top: 3px;
	}

	.resource-large-container nav.event-filter-options button.btn.resource-types.dropdown-toggle:before, .resource-large-container nav.event-filter-options button.btn.resource-categories.dropdown-toggle:before, .resource-large-container nav.event-filter-options button.btn.resource-topics.dropdown-toggle:before, .resource-large-container nav.event-filter-options button.btn.resource-personas.dropdown-toggle:before {
		font-size: 13px;
	}

	h2.rc-sub-head {
		font-size: 18px;
    	margin-top: 12px !important;
	}

	a.moibile-filter--toggle:focus {
	    outline: 1px dotted #eee;
	}

	nav.blog-post-options .wrapper-dropdown-blog, nav.event-filter-options .wrapper-dropdown-blog, nav.event-filter-options .wrapper-dropdown-events {
		height: 44px;
	}

	.resource-large-container nav.event-filter-options .navbar-form .input-group>.form-control {
		height: 42px;
	}

}
