.entryMain .section .section__inner {
	display: flex;
	justify-content: space-between;
}

.entryMain .section .section__inner > * {
	max-width: 440px;
	width: 100%;
}


/* Recent Resources
----------------------------------------------------------------------------- */
.recentResources {
	margin-right: 40px;
	margin-bottom: 20px;
}
.recentResources__title {
	font-size: 24px;
	line-height: 1.2;
	border-bottom: 1px solid #cac5c1;
	padding-bottom: 13px;
	margin-bottom: 24px;
}
.recentResource {
	width: 100%;
}
.recentResource__type {
	color: #231f20;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	font-family:  arial, helvetica, sans-serif;
}
.recentResource__title {
	font-weight: 700;
	color: #0072bc;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "museo-sans-condensed",sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

.recentResource + .recentResource {
	margin-top: 30px;
}
.recentResource__title a:not(:hover):not(:focus) {
	color: inherit;
}
.recentResource__link {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "museo-sans",sans-serif;
}

.recentResources__viewAll span {
	color: #fff;
	text-transform: uppercase;
    background: #048bc2;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 4px;
    transition: background .6s, color .6s;
	font-family: "museo-sans",sans-serif;
	margin-top: 30px;
}

.recentResources__viewAll:hover span,
.recentResources__viewAll:focus span {
	background: #94d0f8;
}

@media (max-width: 660px) {
	.entryMain .section .section__inner {
		flex-direction: column;
	}

	.entryMain .section .section__inner > * {
		max-width: 100%;
	}

	.recentResources {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.recentResource + .recentResource {
		margin-top: 40px;
	}
}


/* Training & Services
----------------------------------------------------------------------------- */
.trainingAndServices {
	margin-bottom: 20px;
}
.trainingAndServices__main {
	width: 59.5%;
	padding-right: 20px;
	float: left;
}
.trainingAndServices__aside {
	width: 40.5%;
	padding-left: 20px;
	float: left;
}
.trainingAndServices__imageWrapper {
	position: relative;
	margin-bottom: 17px;
}
.trainingAndServices__imageWrapper::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393837+0,393837+100&0+0,0.06+13,0.13+21,0.46+56,0.84+74,0.96+82,0.96+100 */
	background: -moz-linear-gradient(top, rgba(57,56,55,0) 0%, rgba(57,56,55,0.06) 13%, rgba(57,56,55,0.13) 21%, rgba(57,56,55,0.46) 56%, rgba(57,56,55,0.84) 74%, rgba(57,56,55,0.96) 82%, rgba(57,56,55,0.96) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(57,56,55,0) 0%,rgba(57,56,55,0.06) 13%,rgba(57,56,55,0.13) 21%,rgba(57,56,55,0.46) 56%,rgba(57,56,55,0.84) 74%,rgba(57,56,55,0.96) 82%,rgba(57,56,55,0.96) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(57,56,55,0) 0%,rgba(57,56,55,0.06) 13%,rgba(57,56,55,0.13) 21%,rgba(57,56,55,0.46) 56%,rgba(57,56,55,0.84) 74%,rgba(57,56,55,0.96) 82%,rgba(57,56,55,0.96) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00393837', endColorstr='#f5393837',GradientType=0 ); /* IE6-9 */

	mix-blend-mode: multiply;
}
.trainingAndServices__imageWrapper img {
	width: 100%;
	display: block;
}
.trainingAndServices__mainTitle {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	text-transform: none;
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
}
.trainingAndServices__body > :last-child {
	margin-bottom: 18px;
}
.trainingAndServices .button {
	margin-right: 10px;
	margin-bottom: 10px;
}
.trainingAndServices__asideTitle {
	font-size: 24px;
	line-height: 1.2;
	border-bottom: 1px solid #cac5c1;
	padding-bottom: 13px;
	margin-bottom: 24px;
}
.upcomingTraining + .upcomingTraining {
	margin-top: 30px;
}
.upcomingTraining__title {
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "museo-sans-condensed",sans-serif;
	margin-bottom: 10px;
}
.upcomingTraining__date {
	font-size: 13px;
	line-height: 1.2;
	color: #231f20;
}
.upcomingTraining__viewAll span {
	color: #fff;
	text-transform: uppercase;
	background: #048bc2;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	padding: 9px 15px;
	border-radius: 4px;
	transition: background .6s, color .6s;
	font-family: "museo-sans",sans-serif;
	margin-top: 30px;
}

.upcomingTraining__viewAll:hover span,
.upcomingTraining__viewAll:focus span {
	background: #94d0f8;
}

@media (max-width: 785px) {
	.trainingAndServices__main,
	.trainingAndServices__aside {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.trainingAndServices__main {
		margin-bottom: 40px;
	}
	.trainingAndServices__imageWrapper {
		max-height: 200px;
		overflow: hidden;
	}
}