/* Global Styles */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.apollo-candidates {
	font-family: sans-serif;
	font-size: 16px;
	line-height: normal;
}

.apollo-candidates,
.apollo-candidates * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 100%;
}

.apollo-candidate {
	position: relative;
	height: 360px;
}

.apollo-candidate-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #044c92;
	color: #fff;
	z-index: 50;
	opacity: 0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.apollo-candidate-overlay-content {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
}

.apollo-victory-candidates .apollo-candidate-overlay {
	background-color: #263a81;
}

.apollo-candidate:hover .apollo-candidate-overlay {
	opacity: 1;
}

.apollo-candidate-overlay .apollo-candidate-title {
	color: #fff;
	margin-top: 10px;
}

.apollo-victory-candidates .apollo-candidate-title {
	line-height: 1.2em;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-title {
	letter-spacing: 3px;
	font-size: 26px;
	text-transform: uppercase;
}

.apollo-candidate-content {
	background-color: #fff;
	position: relative;
	min-height: 130px;
}

.apollo-victory-candidates .apollo-candidate-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	min-height: 0;
	background: transparent;
	padding: 30px;
}

.apollo-victory-candidates .apollo-candidate-gradient {
	background: rgb(38, 58, 129);
	background: linear-gradient(0deg, rgba(38, 58, 129, 0.933677865677521) 22%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	z-index: 15;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
}

.apollo-candidate-valign {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
}

.apollo-candidate-image {
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.apollo-candidate-image img {
	display: block;
}

.apollo-victory-candidates .apollo-candidate {
	border-radius: 3px;
	overflow: hidden;
}

.apollo-victory-candidates .apollo-candidate-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-position: center bottom;
	border-radius: 3px;
}

.apollo-candidate-preheader {
	color: #e67b42;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 4px;
	text-align: center;
}

.apollo-victory-candidates .apollo-candidate-content .apollo-candidate-preheader {
	text-align: left;
	color: #da272b;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-preheader {
	text-align: left;
	color: #da272b;
}

.apollo-candidate-title {
	color: #044c92;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	margin-top: 5px;
	line-height: 1.05;
}

.apollo-victory-candidates .apollo-candidate-content .apollo-candidate-title {
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 3px;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-title {
	text-align: left;
	color: #fff;
}

.apollo-candidate-donatebutton {
	margin-top: 25px;
	text-align: center;
}

.apollo-victory-candidates .apollo-candidate-donatebutton {
	margin-top: 16px;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-donatebutton {
	text-align: left;
}

.apollo-candidate-donatebutton a {
	color: #fff;
	font-weight: 900;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 4px;
	padding: 13px 10px;
	border: 3px solid #e67b42;
	width: 100%;
	border-radius: 50px;
	max-width: 180px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.apollo-candidate-donatebutton a:hover {
	background-color: #e67b42;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-donatebutton a {
	text-align: center;
	border-radius: 2px;
	padding: 15px 10px;
	border: none;
	background-color: #da272b;
}

.apollo-candidate {
	width: 23.875%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 15px;
}

.apollo-candidate:nth-child(4n) {
	margin-right: 0;
}

.apollo-candidate-social {
	text-align: center;
	margin-top: 23px;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-social {
	margin-top: 24px;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-social {
	text-align: left;
}

.apollo-candidate-socialicon {
	display: inline;
	text-align: center;
	margin: 0 30px 0 0;
}

.apollo-candidate-socialicon a {
	color: #fff;
	background-color: #e67b42;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.apollo-candidate-socialicon a:hover {
	background-color: #fff;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-socialicon a {
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
	text-align: left;
}

.apollo-victory-candidates .apollo-candidate-socialicon a i {
	position: relative;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.apollo-candidate-socialicon a:hover i {
	color: #e67b42;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-socialicon i {
	font-size: 20px;
}

.apollo-victory-candidates .apollo-candidate-overlay .apollo-candidate-socialicon a:hover i {
	color: #fff;
}

.apollo-candidate-socialwebsite .fa-external-link-alt:before {
	position: relative;
	top: -1.5px;
}

.apollo-candidate-socialfacebook .fa-facebook-f:before {
	position: relative;
	left: -0.5px;
	top: -1px;
}

.apollo-candidate-noimage img {
	opacity: 0;
}

.apollo-candidate-noimage {
	background-color: #044c92;
}

.final_row_3 {
	clear: both;
	width: 74.625%;
	margin: 0 auto;
}

.final_row_3 .apollo-candidate {
	width: 31.9935%;
	margin-right: 2%;
}

.final_row_3 .apollo-candidate:last-child {
	margin-right: 0;
}

.final_row_2 {
	clear: both;
	width: 49.25%;
	margin: 0 auto;
}

.final_row_2 .apollo-candidate {
	margin-right: 3.04%;
	width: 48.477%;
}

.final_row_2 .apollo-candidate:last-child {
	margin-right: 0;
}

.final_row_1 {
	clear: both;
	width: 23.875%;
	margin: 0 auto;
}

.final_row_1 .apollo-candidate {
	width: 100%;
	margin-right: 0;
}

.apollo-victory-candidates-featured {
	display: flex;
}

.apollo-victory-candidates-featured .apollo-candidate .apollo-candidate-image {
	transition: 1s;
	height: 100%;
	width: 100%;
	background-position: center center;
}

.apollo-victory-candidates-featured .apollo-candidate:hover .apollo-candidate-image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.apollo-victory-candidates-featured .apollo-candidate:hover .apollo-candidate-overlay {
	background-color: rgba(38, 58, 129, 0.65);
}

.apollo-victory-candidates-featured .apollo-candidate .apollo-candidate-content {
	opacity: 1;
	transition: 0.2s;
}

.apollo-victory-candidates-featured .apollo-candidate:hover .apollo-candidate-content {
	opacity: 0;
}

.apollo-victory-candidates-left {
	flex: 0 0 50%;
	margin-right: 20px;
}

.apollo-victory-candidates-right {
	flex: 1;
}

.apollo-victory-candidates-left .apollo-candidate {
	float: none;
	width: 100%;
	margin-bottom: 0;
	height: 550px;
}

.apollo-victory-candidates-featured .apollo-candidate-social {
	display: none;
}

.apollo-victory-candidates-twocol {
	display: flex;
	width: 100%;
}

.apollo-victory-candidates-twocol .apollo-candidate:nth-child(1) {
	flex: 1;
	margin-right: 10px;
	margin-bottom: 0;
	float: none;
	height: 260px;
}

.apollo-victory-candidates-twocol .apollo-candidate:nth-child(2) {
	flex: 1;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: none;
	height: 260px;
}

.apollo-victory-candidates-onecol {
	margin-bottom: 20px;
}

.apollo-victory-candidates-onecol .apollo-candidate {
	width: 100%;
	float: none;
	margin-bottom: 0;
	height: 270px;
}




/* Responsive Styles */
@media (max-width: 1170px) and (min-width: 901px) {

	.apollo-victory-candidates-featured .apollo-candidate-overlay-content {
		padding: 20px;
		bottom: 0;
	}

	.apollo-victory-candidates-featured .apollo-candidate-overlay-content .apollo-candidate-title {
		font-size: 18px;
	}

	.apollo-victory-candidates-featured .apollo-candidate-overlay-content .apollo-candidate-preheader {
		font-size: 12px;
	}

	.apollo-victory-candidates-featured .apollo-candidate-overlay-content .apollo-candidate-donatebutton {
		margin-top: 10px;
	}

	.apollo-victory-candidates-featured .apollo-candidate-overlay .apollo-candidate-social {
		font-size: 18px;
		margin-top: 15px;
	}

	.apollo-victory-candidates-featured .apollo-candidate-overlay .apollo-candidate-socialicon i {
		font-size: 18px;
	}

	.apollo-victory-candidates-featured .apollo-candidate-socialicon {
		margin: 0 15px 0 0;
	}

}

@media (max-width: 900px) {

	.apollo-candidate {
		width: 49%;
		margin-right: 2%;
		max-width: 100%;
	}

	.apollo-candidate:nth-child(4n) {
		margin-right: inherit;
	}

	.apollo-candidate:nth-child(2n) {
		margin-right: 0;
	}

	.final_row_3 {
		width: 100%;
	}

	.final_row_3 .apollo-candidate {
		width: 49%;
		margin-right: 2%;
	}

	.final_row_3 .apollo-candidate:nth-child(2n) {
		margin-right: 0;
	}

	.final_row_3 .apollo-candidate:last-child {
		width: 49%;
		margin-right: auto;
		margin: 0 auto;
		float: none;
		clear: both;
	}

	.final_row_2 {
		width: 100%;
	}

	.final_row_2 .apollo-candidate {
		width: 49%;
		margin-right: 2%;
	}

	.final_row_2.apollo-candidate:last-child {
		margin-right: 0;
	}

	.final_row_1 {
		width: 49%;
	}

	.apollo-victory-candidates-featured {
		display: block;
	}

	.apollo-victory-candidates-left {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		flex: unset;
	}

	.apollo-victory-candidates-onecol {
		margin-bottom: 10px;
	}

	.apollo-victory-candidates-twocol .apollo-candidate:nth-child(1) {
		margin-right: 5px;
	}

	.apollo-victory-candidates-twocol .apollo-candidate:nth-child(2) {
		margin-left: 5px;
	}

	.apollo-victory-candidates-twocol .apollo-candidate {
		width: auto;
	}

	.apollo-victory-candidates-left .apollo-candidate,
	.apollo-victory-candidates-onecol .apollo-candidate {
		height: 360px;
	}

}

@media (max-width: 575px) {

	.apollo-victory-candidates-featured .apollo-candidate {
		height: 300px;
	}

	.apollo-victory-candidates-twocol {
		display: block;
	}

	.apollo-victory-candidates-twocol .apollo-candidate:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.apollo-victory-candidates-twocol .apollo-candidate:nth-child(2) {
		margin-left: 0;
	}

}

@media (max-width: 475px) {

	.apollo-candidate {
		width: 100%;
		margin-right: 0;
	}

	.apollo-candidate:nth-child(2n) {
		margin-right: inherit;
	}

	.final_row_3 .apollo-candidate,
	.final_row_2 .apollo-candidate {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.final_row_3 .apollo-candidate:last-child,
	.final_row_2 .apollo-candidate:last-child {
		width: 100%;
		margin-right: 0;
		margin: 0;
	}

	.final_row_1 {
		width: 100%;
	}

}