@charset 'utf-8';


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

	body.detach:not(.nosticky):not(.expageheader):before,
	body.detach.expageheader:not(.nosticky):before {
		height: 220px;
	}
}



#teachersblock {
	border-bottom: 1px solid #ccc;
}

#teachersblock > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#teachersblock .tabcontentsection {
	margin-bottom: 30px;
}

#teachersblock .cardstylelist > div {
	margin: 0;
}

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

	#teachersblock > .inner {
		padding: 50px 30px;
	}

	#teachersblock .articlelistcolumns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	#teachersblock .articlelistbody {
		display: flex;
		flex-direction: column;
		width: 50%;
	}

	#teachersblock .articlelistbody > h2 {
		text-align: center;
	}

	#teachersblock .articlelistbody .btnarea {
		margin-top: auto;
		margin-bottom: 0;
	}

	#teachersblock .cardstylelist {
		height: 100%;
	}

	#teachersblock .cardstylelist .item {
		width: 50%;
	}

	#teachersblock .cardstylelist .item .cover {
		height: 100%;
	}

	#teachersblock .cardstylelist .item .enclosed {
/* 
		flex-grow: 1;
 */
	}
}


body.features .resultsblock {
	border-top: 1px solid #ccc;
}

body.features .resultsblock > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

body.features .sentence .resultsblock > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

body.features .resultsblock .tabcontentsection {
	margin-bottom: 30px;
}

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

	body.features .resultsblock > .inner {
		padding: 50px 30px;
	}
}
