.about-content-header {
	font-size: 90px;
	line-height: 72px;
	margin: 40px 0 10px;
	font-family: 'FG Extra Comp', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

.about-content {
	font-size: 17px;
	color: #454545;
	font-weight: 100;
	line-height: 1.6;
	font-family: 'FG Book', sans-serif;
}

.about-it-search {
	margin: 40px 0;
	padding: 20px 40px;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.about-it-search-top {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

.about-it-search-top select {
	border: none;
	width: 33%;
	margin: 0 5px;
	background-color: #fff;
	color: #454545;
	font-size: 14px;
	font-family: 'FG Book', sans-serif;
	border-radius: 0;
	outline: none;
	height: 55px;
}

.about-it-search-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.about-it-search-bottom #s-input {
	width: 50%;
	height: 55px;
	padding: 10px 0 10px 15px;
	font-family: 'FG Book', sans-serif;
	margin: 0 5px;
	font-size: 14px;
	outline: none;
	border-radius: 0;
	border: solid 1px #0000001a;
}

.about-it-search-bottom button.dark-blue-button {
	width: 25%;
	height: 55px;
	font-size: 18px;
	font-weight: 100;
	font-family: 'FG Demi', sans-serif;
	margin: 0 0px;
	border: solid 1px #3a7ca7;
	background-color: #3a7ca7;
	border-radius: 0;
	color: #fff;
	outline: none;
	padding: 7px 0 2px;
	cursor: pointer;
	transition: .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-it-search-bottom button.transparent-button {
	width: 25%;
	height: 55px;
	font-size: 18px;
	font-weight: 100;
	font-family: 'FG Demi', sans-serif;
	margin: 0 5px;
	padding: 7px 0 2px;
	border-radius: 0;
	background-color: #3782b400;
	border: solid 1px transparent;
	color: #484848;
	outline: none;
	cursor: pointer;
	transition: .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-it-search-bottom button i {
	font-size: 21px;
	margin: 0 10px 0 0;
}

.about-it-search-bottom button.dark-blue-button:visited {
	border: solid 1px #3a7ca7;
	background-color: #3782b4;
	color: #fff;
}

.about-it-search-bottom button.dark-blue-button:hover {
	border: solid 1px #3a7ca7;
	background-color: #ffffff;
	color: #3782b4;
}

.about-it-search-bottom button.dark-blue-button:active {
	border: solid 1px #3a7ca7;
	background-color: #3782b4;
	color: #fff;
}

.about-it-search-bottom button.transparent-button:visited {
	background-color: #3782b400;
	border: solid 1px #484848;
	color: #484848;
}

.about-it-search-bottom button.transparent-button:hover {
	background-color: #ffffff;
	border: solid 1px #3a7ca7;
	color: #3a7ca7;
}

.about-it-search-bottom button.transparent-button:active {
	background-color: #3782b400;
	border: solid 1px #484848;
	color: #484848;
}


.flex-about {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin: 20px auto;
}

.team-member {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 1%;
	padding: 5px;
}

.team-member-thumbnail {
    margin-bottom: 10px;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    /*height: 100%;*/
}

.team-member-details {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.team-member-name {
	font-weight: 100;
	font-size: 36px;
	font-family: 'FG Extra Comp', sans-serif;
	line-height: 32px;
	text-align: center;
	color: #3a7ca7;
	text-transform: uppercase;
}

.team-member-roles {
	font-size: 14px;
	font-weight: 100;
	font-family: 'FG Book', sans-serif;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #454545;
}


#secondary .widget_media_image {
	text-align: center;
}

#secondary .widget_media_image img {
	width: 90%;
	object-fit: contain;
}

#secondary .widget-title {
	margin: 0;
	font-size: 42px;
	line-height: 30px;
	font-family: 'FG Extra Comp', sans-serif;
	text-align: center;
	font-weight: 100;
	color: #454545;
}

#secondary .sidebar-section {
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 10px;
	background: #f7f7f7;
	border-bottom: solid 3px #4b9dd3;
}

#secondary .sidebar-section span {
	font-family: 'FG Demi', sans-serif;
	font-size: 18px;
	color: #484848;
}

#secondary .sidebar-section a {
	text-decoration: none;
	font-size: 13px;
	color: #3a7ca7;
	cursor: pointer;
	transition: .2s;
	font-weight: 200;
	font-family: 'FG Book', sans-serif;
}

#secondary .sidebar-section a:visited {
	color: #3a7ca7;
}

#secondary .sidebar-section a:hover {
	color: #484848;
}

#secondary .sidebar-section a:active {
	color: #3a7ca7;
}

@media ( max-width: 991px ) {
	.about-content-header {
		font-size: 72px;
		line-height: 70px;
		margin: 10px 0;
	}
	.flex-about {
		justify-content: center;
	}
	.about-content {
		font-size: 18px;
	}
	.team-member {
		padding: 0;
		min-width: 180px;
	}
	.team-member-name {
		font-size: 28px;
	}
	.team-member-roles {
		font-size: 14px;
	}
	#secondary .widget-title {
		font-size: 32px;
	}
}

@media ( max-width: 767px ) {
	.about-content-header {
		font-size: 64px;
		line-height: 60px;
	}
	.about-content {
		font-size: 17px;
	}
	.about-it-search-top {
		flex-direction: column;
		margin: 0;
	}
	.about-it-search-bottom {
		flex-wrap: wrap;
		margin: 0;
	}
	.about-it-search-top select {
		width: 100%;
		margin: 5px 0;
		height: 30px;
		font-size: 15px;
	}
	.about-it-search-bottom #s-input {
		width: 100%;
		margin: 5px 0;
		height: 40px;
		padding: 5px;
		font-size: 15px;
	}
	.about-it-search-bottom button.dark-blue-button,
	.about-it-search-bottom button.transparent-button{
		height: 40px;
		font-size: 15px;
		padding: 9px;
		width: auto;
	}
	.about-it-search-bottom button i {
		font-size: 16px;
		margin: 0 5px 0 0;
	}
	.team-member {
		min-width: 160px;
	}
}

@media ( max-width: 599px ) {
	.about-content-header {
		font-size: 56px;
		line-height: 50px;
	}
	.about-content {
		font-size: 16px;
	}
	.team-member {
		min-width: 130px;
	}
	.about-it-search {
		margin: 20px 0;
		padding: 10px;
	}
}