/* RESOURCE LISTING */
	.resource-main { 
		clear: both;
		/*overflow: hidden;*/
		width: 70%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		height: 100%;
		min-height: 0;
	}
	.resource-main-inner-wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		height: 100%;
		min-height: 0;
	}
	.resource-main-inner-wrap.top {
		position:relative;
		padding-top: 50px;
	}
	.resource-item {
		width: 30%;
		margin: 0 5% 5% 0;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	}
	.resource-item:nth-child(3n) {
		margin-right: 0;
	}
	.resource-item figure {
		position: relative;
		clear: both;
		margin: 0;
		padding: 0;
		height: 200px;
	}
	.resource-item figure img {
		border-radius: 5px 5px 0 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
	}
	.resource-item figure .mtypes {
		position: absolute;
		top: 10px;
		right: 10px;
		overflow: hidden;
		z-index: 999;
	}
	.resource-item figure .mtypes a {
		margin: 0 0 0 5px;
	}
	.resource-item figure .cats-utypes {
		position: absolute;
		overflow: hidden;
		bottom: -10px;
		left: 10px;
		padding: 10px 0;
	}
	.resource-item figure .cats-utypes a {
		margin: 0 5px 0 0;
	}
	.resource-item .info {
		margin: 50px 30px 30px 30px;
	}
	.view-more {
		width: 100%;
		clear: both;
		overflow: hidden;
		margin: 0 0 50px 0;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.view-more::before,
	.view-more::after {
		content: " ";
		width: 40%;
		background: #d0d0d0;
		height: 1px;
	}
	.how-many {
		position: relative;
		clear: both;
		overflow: hidden;
		width: 100%;
		opacity: 0.7;
		margin: 0 0 15px 0;
		text-align: right;
	}
	.how-many.top {
		top: 0;
		position: absolute;
	}
	.how-many .thismany {
		font-weight: bold;
	}

/* FAVORITE TAG */
	.favorite-tag {
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		border-radius: 0 5px 5px 0;
	}
	.favorite-tag.current {
		right: 80px;
	}
	.favorite-tag span.bookmark-wrapper {
		position: relative;
	}
	.favorite-tag .fa-solid.fa-bookmark { 
		font-size: 18px;
	}
	.favorite-tag .fa-solid.fa-star { 
		position: absolute;
		left: 0.5px;
		z-index: 9;
		top: 1px;
		font-size: 11px;
		color: #28303d;
	}
	.favorite-tag span {
		font-size: 13px;
		font-weight: bold;
		display: inline-block;
		text-transform: uppercase;
	}

/* FILTRATION CENTER */
	.filtration-center-wrapper {
		clear: both;
		display: block;
		position: relative;	
		z-index: 9999;
	}
	.filtration-center-wrap {
		clear: both;
		display: block;
		position: relative;		
	}
	.filtration-center-wrapper::after,
	.filtration-center-wrap::after {
		content: " ";
		clear: both;
		overflow: hidden;
		display: block;
		position: relative;		
	}
	.filter-toggle {
		width: 50%;
		background: #f0f0f0;
		padding: 20px;
		display: block;
		float: left;
	}
	.filter-toggle span {
		color: #000;
		text-transform: uppercase;
	}
	.filter-toggle span::before {
		content:  "\f077";
		margin: 0 10px 0 0;
	}
	.filtration-center-wrap .search-bar {
		width: 50%;
		float: left;
		clear: none;
		display: flex;
		flex-direction: row;
		position: relative;
		margin: 0;
		overflow: visible;
	}
	.filtration-center-wrap .search-bar input[type="text"] {
		width: 80%;
		padding: 20px;
	}
	.filtration-center-wrap .search-bar label {
		width: 20%;
		padding: 20px;
	}
	.filtration-center-wrap .search-bar button {
		width: 20%;
		opacity: 0;
		position: absolute;
		right: 0;
		cursor: pointer;
		padding: 20px;
	}
	.filtration-center-wrap .filter-center-content {
		clear: both;
		overflow: hidden;
		position: relative;
		width: 100%;
		display: block;
		height: 0;
	}
	.filtration-center-wrap .filter-center-content::after {
		content: " ";
		clear: both;
		overflow: hidden;
		display: block;
	}
	.filtration-center-wrap .filter-center-content.open {
		height: auto;
		overflow: visible;
		padding-top: 60px;
	}
	.filtration-center-wrap .filter-center-content .search-bar {
		width: 100%;
		float: none;
		clear: both;
		overflow: hidden;
	}
	.filtration-center-wrap .filter-center-content .cols {
		display: flex;
		flex-direction: row;
		padding: 0 0 60px 0;
	}
	.filtration-center-wrap .filter-center-content .col {
		width: 33.33%;
		margin: 0 5% 0 0;
	}
	.filtration-center-wrap .filter-center-content .col input[type="checkbox"] {
		display: none;
	}
	.filtration-center-wrap .filter-center-content .col label {
		cursor: pointer;
	}
	.filtration-center-wrap .filter-center-content .col .topics-wrap {
		flex-direction: column;
	}
	.filtration-center-wrap .filter-center-content .col .topic {
		width: 100%;
		margin: 0 0 5% 0;
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}
	.filtration-center-wrap .results {
		border-top: 1px solid #ddd;
	}
	.filtration-center-wrap .results a {
		border: 1px solid #ddd;
		background-color: #f0f0f0;
		padding: 10px 15px;
		color: #909090;
		text-decoration: none;
		display: inline-block;
		line-height: 19px;
		margin: 10px 10px 0 0;
	}
	.filtration-center-wrap .results a.removeall {
		border-color: #f0f0f0;
		float: right;
		display: none;
		margin-right: 0;
	}
	.filtration-center-wrap .results.active a.removeall {
		display: inline-block;
	}
	.filtration-center-wrap .results a:hover {
		background-color: #fff;
		color: #999;
	}
	.filtration-center-wrap .results a span {
		background-color: #c0c0c0;
		color: #fff;
		border-radius: 100%;
		width: 16px;
		height: 16px;
		font-size: 13px;
		text-align: center;
		line-height: 16px;
		margin: 0 10px 0 0;
		display: block;
		float: left;
	}
	.filtration-center-wrap .results a:hover span {
		background-color: #fff;
		color: #c0c0c0;
	}

/* STICKY FILTRATION CENTER */
	.content-blocks .filtration-center-wrap.stickOnScroll-on {
		padding: 10px;
	}
	.content-blocks .filtration-center-wrap.stickOnScroll-on .filter-toggle {
		padding: 10px 15px;
	}
	.content-blocks .filtration-center-wrap.stickOnScroll-on .search-bar input[type="text"] {
		padding: 11px 15px;
	}
	.filtration-center-wrap.stickOnScroll-on .search-bar label {
		padding: 11px 15px;	
	}
	.filtration-center-wrap.stickOnScroll-on .filter-center-content .col {
		margin: 0 3%;
	}

/* SEARCH BAR */
	.search-bar {
		width: 100%;
		clear: both;
		overflow:hidden;
		margin-bottom: 50px;
	}
	.search-bar form {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.search-bar form label {
		width: 50px;
		margin: 0;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.search-bar form label span {
		font-size: 0;
	}
	.search-bar form input[type="text"] {
		margin: 0;
	}

/* AUTO FILL */
	.auto-fill-area {
		clear: both;
		overflow: hidden;
		position: absolute;
		top: 100%;
		z-index: 9999;
		width: 100%;
		background: #fff;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
	}
	.auto-fill-area ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.auto-fill-area ul li {
		list-style: none;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #d1d1d1;
	}
	.auto-fill-area ul li a {
		padding: 8px 10px;
		display: block;
	}
	.auto-fill-area ul li.active {
		background: #d1d1d1;
	}

/* SINGLE RESOURCE */
	.resource-wrapper {
		clear: both;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.resource-wrap {
		clear: both;
		/*overflow: hidden;*/
		display: flex;
		flex-direction: row-reverse;
		position: relative;
		width: 90%;
		margin: 0 auto;
		max-width: 1400px;
		padding: 80px 0;
	}
	.terms-wrapper { 
		clear: both;
		overflow: hidden;
		width: 100%;
	}
	.terms-wrap {
		position: relative;
		display: flex;
		flex-direction: row;
	}
	.terms-wrap::after {
		content: " ";
		width: 100%;
		height: 1px;
		background-color: #d1d1d1;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 0;
	}
	.term-u_type,
	.term-cat { 
		position: relative;
		z-index: 1;
		border-radius: 5px;
		border: 1px solid;
		margin: 0 5px 0 0;
		line-height: 0;
	}
	.term-u_type a,
	.term-cat a {
		display: block;
		padding: 15px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
	}
	.main-content { 
		width: 65%;
		margin: 0 5% 0 0;
	}
	.side-wrap { 
		width: 30%;
	}
	.side { 
		clear: both;
		overflow: hidden;	
		margin: 0 0 30px 0;
	}
	.side.resource-tools {
		padding: 30px;
		background-color: #d1d1d1;
		border-radius: 5px;
	}
	.button.resource-button { 
		display: block;
		margin: 0 0 10px 0;
		border-radius: 5px;
	}
	.button.resource-button span {
		padding-left: 10px;
	}
	.button.show-share.show {
		border-radius: 5px 5px 0 0;
	}
	.button.show-share.show i {
		transform: rotate(90deg);
	}
	#share { 
		height: 0;
		position: absolute;
		background: #fff;
		padding: 0 20px;
		width: 80%;
		left: 10%;
		top: -100%;
		text-align: center;
		border-radius: 0 0 5px 5px;
		margin-top: -10px;
		box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	}
	#share.show { 
		height: 100%; 
		padding: 20px 20px 10px 20px;
		top: auto;
	}
	#share a {
		text-decoration: none;
		display: inline-block;
	}
	#share a span {
		display: none;
	}
	#share span.dashicons {
		display: inline-block;
		padding: 10px;
		margin: 0 5px 10px 5px;
		border: 2px solid;
		height: auto;
		width: auto;
	}

/* SIDEBAR */
	.resource-sidebar {
		width: 30%;
		padding: 0 5% 0 0;
	}
	.side h3 {
		border-bottom: 1px solid #d1d1d1;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
	}
	.resource-cloud { 
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.button.utype-button { 
		margin: 0 10px 10px 0;
	}
	.resource-expanding {
		display: block;
		clear: both;
		overflow: hidden;
		position: relative;
	}
	.expander {
		clear: both;
		overflow: hidden;
		transition: .35s all;
	}
	.expander h4 {
		border-top: 1px solid #d1d1d1;
		padding: 20px 10px;
		position:relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		line-height: 1;
		transition: .35s all;
	}
	.expander h4 i {
		width: 10%;
		text-align: center;
	}
	.expander h4 span {
		width: 100%;
		padding: 0 10px;
		display: block;
	}
	.expander h4::after {
		content: "\f0dd";
		font-family: 'Font Awesome 6 Pro';
		font-weight: 900;
		width: 10%;
		text-align: center;
	    height: 12px;
	    line-height: 0;
	    opacity: .5;
	    transition: .35s all;
	}
	.expander.nokids h4 {
		align-items: flex-start;
	}
	.expander.nokids h4::after {
		display: none;
	}
	.expanded {
		height: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		padding: 0 10px 0 calc(10% + 20px);
		transition: .35s all;
	}
	.button.cat-button {
		margin: 0 0 3px 0;
	}
	.open .expanded {
		height: auto;
		padding-bottom: 20px;
	}
	.open.expander h4::after {
		transform: rotate(-180deg);
		opacity: .8;
	}

/* RELATED RESOURCES */
	.related-resources-wrap {
		clear: both;
		/*overflow: hidden;*/
		border-top: 1px solid #d1d1d1;
		padding-top: 50px;
		margin-top: 50px;
	}
	.related-resources {
		clear: both;
		/*overflow: hidden;*/
		display: flex;
		flex-direction: row;
		margin:  30px 0 0 0;
	}

/* TOPICS */
	.topics-wrap {
		clear: both;
		display: flex;
		flex-direction: row;
		margin:  30px 0;
	}
	.topic {
		width: 30%;
		margin: 0 5% 5% 0;
		background-color: #fff;
		border-radius: 5px;
		padding: 30px;
		box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	}
	.topic:nth-child(3n) {
		margin-right: 0;
	}
	.topic i {
		clear: both;
		overflow: hidden;
		display: block;
		margin: 0 0 10px 0;
	}

/* MEDIA Types */
	.mediatypes-wrap {
		clear: both;
		display: flex;
		flex-direction: column;
	}
	.mediatype {
		display: flex;
		flex-direction: row;
	}
	.mediatype i {
		clear: both;
		overflow: hidden;
		display: block;
		margin: 0 10px 0 0;
	}
	.mediatype h3 {
		width: 100%;
	}

/* LOGIN */
	form#loginform {
		clear: both;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	form#loginform label {
		width: 100%;
		clear: both;
		overflow: hidden;
		display: block;
	}
	form#loginform input[type="text"],
	form#loginform input[type="password"] {
		padding: 10px;
		border: 1px solid #d1d1d1;
	}
	
/* RESPONSIVE */
	@media all and (max-width: 1350px) {
		.button.resource-button span {
			padding-left: 5px;
		}
		.button {
			padding: 20px 20px;
		}
	}
	@media all and (max-width: 1200px) {
		.resource-sidebar {
			width: 25%;
		}
		.resource-main {
			width: 75%;
		}
		.side.resource-tools {
			padding: 20px;
		}
	}
	@media all and (max-width: 1000px) {
		.resource-wrap {
			flex-wrap: wrap;
		}
		.resource-sidebar {
			width: 100%;
			padding-top: 50px;
			margin-top: 50px;
			border-top: 1px solid #d1d1d1;
		}
		.resource-main {
			width: 100%;
		}
		.side.resource-tools {
			padding: 20px;
		}
		.filtration-center-wrap .filter-center-content .col {
			margin: 0 3% 0 0;
		}
	}
	@media all and (max-width: 800px) {
		.topics-wrap, .related-resources {
			flex-wrap: wrap;
		}
		.resource-item,
		.topic {
			width: 47.5%;
			margin: 0 5% 5% 0;
		}
		.resource-item:nth-child(2n), .topic:nth-child(2n) {
			margin-right: 0;
		}
		.resource-item:nth-child(3n), .topic:nth-child(3n) {
			margin-right: 5%;
		}
		.filter-toggle {
			width: 100%;
		}
		.filtration-center-wrap .search-bar {
			width: 100%;
			margin: 20px 0 0 0;
		}
		.filtration-center-wrap .filter-center-content .cols {
			flex-direction: column;
		}
		.filtration-center-wrap .filter-center-content .col {
			width: 100%;
			margin: 0 0 5% 0;
		}
		.view-more::before, .view-more::after {
			width: 35%;
		}
	}
	@media all and (max-width: 700px) {
		.main-content {
			width: 100%;
			margin: 0 0 5% 0;
		}
		.side-wrap {
			width: 100%;
		}
		.view-more::before, .view-more::after {
			width: 30%;
		}
		.content-blocks .filtration-center-wrap.stickOnScroll-on {
			position: relative!important;
		}
		.content-blocks .filtration-center-wrap.stickOnScroll-on .filter-toggle {
			padding: 20px;
		}
		.content-blocks .filtration-center-wrap.stickOnScroll-on .search-bar input[type="text"] {
			padding: 20px;
		}
		.filtration-center-wrap.stickOnScroll-on .search-bar label {
			padding: 20px;
		}
		.filtration-center-wrap.stickOnScroll-on .filter-center-content .col {
			margin: 0 0 5% 0;
		}
	}
	@media all and (max-width: 600px) {
		.resource-item, .topic {
			width: 100%;
			margin: 0 0 5% 0;
		}
		.resource-item:nth-child(3n), .topic:nth-child(3n) {
			margin-right: 0;
		}
		.view-more::before, .view-more::after {
			width: 25%;
		}
	}

/* PRINT */
	@media only print {
		.resource-sidebar,
		.favorite-tag,
		.side-wrap,
		.related-resources-wrap {
			display: none;
		}
		.resource-main,
		.main-content {
			width: 100%;
		}
		.terms-wrapper {
			display: none;
		}
	}