
#hero { height: calc(50vh - 80px); }
#hero .container #page-title { font-size: 50px !important; }



.section {
	display: block;
	width: 100%;
	padding: 45px 0 0 0;
}

.section:last-child { padding: 45px 0; }


.section .inner {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	display: block;
}


.section .inner > h3 {
	font: 300 27px 'Montserrat', Helvetica;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.section .inner > h3:after {
	position: initial;
    display: block;
    content: '';

    height: 2px;
    width: 100px;
    margin: 5px auto 15px 0;
    background-color: #325182;
}


.section .inner .bios {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.section .inner .bios .bio {
	width: calc(50% - 65px);
	display: flex;
	flex-flow: row nowrap;

	margin: 0 20px 20px 0;
	padding: 10px;

	-webkit-box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.35);
	box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.35);
}

.section .inner .bios .bio .img-container {
	display: flex;
	flex-flow: column;
	justify-content: center;
}


.section .inner .bios .bio img {
	max-height: 150px;
	max-width: 150px;
	object-fit: contain;
}

.section .inner .bios .bio .info {
	margin: 0 0 0 20px;
}

.section .inner .bios .bio .info h4 {
	color: #404040;
    font: 800 21px 'Poppins', Helvetica;
    text-transform: uppercase;
    letter-spacing: .01em;

	margin: 0;
}

.section .inner .bios .bio .info h4:after {
	position: initial;
    display: block;
    content: '';

    height: 1.5px;
    width: 50%;
    max-width: 300px;
    min-width: 50px;
    margin: 5px auto 10px 0;
    background-color: #325182;
}

.section .inner .bios .bio .info p {
	margin: 0 0 5px;
	font-size: 12px;
	color: #404040;
}

.section .inner .bios .bio .info p:nth-child(2) { 
	color: #4068a7;
	font-weight: 600;
}
.section .inner .bios .bio .info p:nth-child(3) { color: #000; }

















@media (max-width: 1050px) {
	#hero .container #page-title { font-size: 40px !important; }

	.section .inner .bios .bio {
		width: 100%;
		max-width: 100%;
		margin: 10px 0;
	}

	.section .inner .bios .bio:last-child { margin: 10px 0 0 0; }
	.section .inner .bios .bio:first-child { margin: 0 0 10px 0; }

	.section .inner > h3 {
		font-size: 21px;
		margin: 0 0 5px 0;
	}
}

@media (max-width: 500px) {
	#hero .container #page-title { font-size: 32px !important; }

	.section .inner .bios .bio .info h4 {
		font-size: 14px;
    	line-height: 15px;
	}
}
































