@font-face {
	font-family: open-sans-condensed;
	src: url('../../fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf');
	font-weight: 300;
}
@font-face {
	font-family: open-sans-condensed;
	src: url('../../fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: open-sans-condensed;
	src: url('../../fonts/Open_Sans_Condensed/OpenSansCondensed-LightItalic.ttf');
	font-weight: 300;
	font-style: italic;
}

.rhwp-presenters {
	width: 100%;
	height: 100%;
}

.rhwp-presenters .rhwp-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1200px;
}

.rhwp-presenters .rhwp-wrapper .a-hide {
	display: none !important;
}

.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 {
	display: grid;
	grid-column-gap: .5em;
}

.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 .a-presenter {
	text-align: center;
}

.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 .a-presenter .a-presenter-header {
	padding: 0;
	margin: 0 0 .75em 0;
}

.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 .a-presenter .a-presenter-header img {
	max-height: 150px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
}

.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 .a-presenter .a-presenter-body .a-presenter-name h3 {
	font-family: "open-sans-condensed", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 24px;
	letter-spacing: .04em;
	color: #313131;
}

.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 .a-presenter .a-presenter-body .a-presenter-description p {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #616161;
}

@media screen and (max-width: 575px) {
	.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 {
		grid-template-columns: auto;
	}
}

@media screen and (min-width: 576px) {
	.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 {
		grid-template-columns: auto auto;
	}
}

@media screen and (min-width: 768px) {
	.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 {
		grid-template-columns: auto auto auto;
	}
}

@media screen and (min-width: 1200px) {
	.rhwp-presenters .rhwp-wrapper .rh-presenters.template-1 {
		grid-template-columns: auto auto auto auto;
	}
}
