/********************************************************************
	Flexible Content Grid
********************************************************************/

.flex-content-container {
	padding: 40px 0 0;
}

.flex-content-container .wrap {
	max-width: 100%;
}

.flex-content-container .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0;
}

.image-text .left-half,
.text-image .right-half {
	background-size: cover;
	background-position: center;
	/*height: 75vh;*/
}

.row .left-half,
.row .right-half {
	width: 50%;
}

.row .left-half {
	font-size: 20px;
	padding: 150px 100px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	/*height: 75vh;*/
	display: flex;
    justify-content: center;
	align-items: flex-start;
    flex-direction: column;
}

.row .right-half {
	font-size: 20px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 150px 100px;
	/*height: 75vh;*/
	display: flex;
    justify-content: center;
	align-items: flex-start;
    flex-direction: column;
}

.row .left-half a.button,
.row .right-half a.button {
	display: inline-block;
}

.row span.pre-title {
  color: #888;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.flex-content-container .row h2 {
	font-size: 40px;
}

@media only screen and (max-width: 1023px) {

	.flexible-content .content .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.row .left-half,
	.row .right-half {
		width: 100%;
	}

	.image-text .left-half,
	.text-image .right-half {
		padding: 100px 0;
	}

	.text-image .left-half,
	.image-text .right-half {
		padding: 60px 0;
	}

	.text-image,
	.image-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.text-image .left-half {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.row span.pre-title {
		font-size: 15px;
	}

	.legion_units_container {
		padding: 20px 0 40px !important;
	}

	.flex-content-container {
		padding: 60px 0 60px;
	}

	.flex-content-container .row h2 {
		font-size: 32px;
	}

}