#about-us,
#our-outlook,
#our-team,
#our-story,
#trusted-media,
#our-reach,
#our-products {
	scroll-margin-top: 70px;
}

.about_us h2,
.about_us h3 {
	font-family: 'Roboto', sans-serif;
}

.about_us .content h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.about_us h3 {
	font-size: 24px;
}

.about_us .center_container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

header .center_container {
	text-align: center;
	padding: 1%;
}

main.about_us {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

main.about_us .center_container {
	display: flex;
	color: #000;
}

.center_container .nav {
	min-width: 260px;
	padding: 32px 25px;
}

.about_us .nav {
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	height: 500px;
	width: 25%;
	max-width: 260px;
	position: sticky;
	top: 0;
}

.about_us .nav a {
	width: 220px;
	padding-left: 10px;
	color: #000;
}

.about_us a.subnav {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}

.about_us a.subnav.on,
.about_us a.subnav:hover {
	background-color: #E03A3D;
	color: #fff;
}

.about_us .nav .heading {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #000;
}

.about_us .nav .heading.on,
.about_us .nav .heading:hover {
	text-decoration: underline;
	text-decoration-color: #E03A3D;
	text-underline-offset: 5px;
}

.center_container .content {
	width: 75%;
	border-left: 1px solid #E3E3E3;
}

.content .inner_content {
	margin: 0 5%;
	font-family: 'ET Text', sans-serif;
	padding-bottom: 20px;
}

.content .title {
	padding: 41px 0 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 100%;
}

.content .title.about {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 52px;
}

.content .separator,
.content .banner {
	width: 100%;
	margin-bottom: 20px;
}

main.about_us .content .separator {
	background-color: #002B57;
	height: 6px;
	margin-bottom: 0;
}

.content .caption {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0 5%;
	line-height: 20px;
	margin-bottom: 28px;
}

.awards.caption {
	padding: unset;
}

.content {
	font-family: 'ET Text', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.content p {
	padding-bottom: 28px;
}

.content p > a {
	color: #0064C8;
}

.content p > a:hover {
	color: #003D69;
}

.content .insert {
	padding-top: 50px;
	padding-bottom: 35px;
}

.content .highlight {
	margin: 29px 0 57px;
	padding: 30px 0;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #888888;
}

.content h2:not(:first-of-type) {
	margin-top: 35px;
}

.content .arrow_blue::before {
	background-image: url('/assets/themes/eet/images/arrow-right-blue.png');
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	background-size: 18px 18px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.content .arrow_blue {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #000;
}

.arrow_blue a {
	color: #0064C8;
}

.content a:hover {
	color: #0064C8;
}

.content .menu {
	display: table;
	width: 100%;
	height: 42px;
	background-color: #E0E7EA;
	margin-bottom: 25px;
}

.content .menu a {
	color: #002B57;
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	border-right: 1px solid #fff;
}

.content .menu .on,
.content .menu a:hover {
	background-color: #002B57;
	color: #fff;
}

.content .experts {
	display: flex;
	width: 100%;
	column-gap: 0.4vw;
}

main.about_us .content hr {
	color: #231F20;
	margin-bottom: 40px;
}

.qa_pair {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	width: 100%;
}

.qa_pair .qn {
	font-weight: 500;
	font-size: 24px;
	background-color: #E0E7EA;
	padding: 10px 5px 10px 10px;
	cursor: pointer;
}

.qa_pair .ans {
	background-color: rgba(224, 231, 234, 0.2);
	display: none;
	padding: 20px;
}

.qn .txt,
.qn .arrow {
	display: inline-block;
}

.qn .txt {
	width: 98%;
}

.qn .arrow {
	vertical-align: top;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(135deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}

.qn.open .arrow {
	margin-top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(135deg);
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}

.qa_pair .ans {
	font-weight: 400;
	font-size: 20px;
}

.qa_pair:not(:first-child) {
	margin-top: 30px;
	margin-bottom: 100px;
}

.about_us .members {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	row-gap: 20px;
}

.about_us .members a {
	max-width: 24.5%;
}

.about_us .members img {
	max-width: 100%;
}

.members .member .name {
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #000;
}

.members .member .role {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 17px;
}

header.about_us .center_container {
	padding-bottom: 15px;
}

header.about_us .logo {
	vertical-align: middle;
}

header.about_us .burger {
	width: 88px;
	border: 1px solid #888888;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	margin-top: 15px;
}

.burger .txt {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
}

.burger .txt::after {
	font-family: 'Genericons';
	font-size: 20px;
	content: '\f191';
	position: relative;
	color: #888888;
	padding-left: 8px;
	top: 8px;
}

.burger .navs {
	z-index: 10;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: -230px;
	width: 230px;
	height: 430px;
	background-color: #fff;
	color: #000;
	-webkit-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
	list-style: none;
}

.burger .navs.show {
	left: 0;
}

.navs li {
	text-align: left;
	padding-left: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 20px;
}

.navs li:hover {
	color: #E03A3D;
}

.navs li.about {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 25px;
}

header.about_us .center_container .logo svg {
	max-height: 22px;
	vertical-align: middle;
}

.burger .close {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	color: rgba(0, 43, 87, 1);
	background-color: #E1E1E1;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 6px;
	font-size: 20px;
	margin-bottom: 20px;
}

.integrity {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 2%;
}

.integrity .article {
	width: 49%;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.integrity .article.no_bottom {
	border-bottom: unset;
}

.integrity .left,
.integrity .right {
	display: inline-block;
}

.integrity .left {
	max-width: 200px;
}

.integrity .right {
	max-width: calc(100% - 215px);
	margin-top: -5px;
}

.integrity .date {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444444;
}

.integrity .title {
	display: inline-block;
	line-height: 25px;
	padding: unset;
	font-family: 'Source Serif';
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 20px;
	color: #000;
}

.award {
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}

.award.a4 {
	border-bottom: unset;
}

.award .left,
.award .right {
	display: inline-block;
	float: unset;
}

.award .left {
	width: calc(100% - 205px);
	vertical-align: top;
}

.award .right {
	max-width: 197px;
}

.award .right img {
	display: block;
	max-width: 100%;
}

.award a {
	text-decoration: underline;
}

.award .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: unset;
	padding-bottom: 7px;
}

.award .excerpt {
	font-size: 18px;
}

.desc {
	font-size: 22px;
}

.testimonials {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 30px;
	height: 1480px;
}

.testimonials .testimonial {
	width: 390px;
}

.testimonial .image {
	text-align: center;
}

.testimonial .intro {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

#footer.about_us,
#footer .links a,
#footer .links a:visited {
	background-color: #444;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

#footer.about_us .container {
	line-height: unset;
}

#footer .links a {
	text-decoration: underline;
}

#footer .links a:first-of-type {
	padding-right: 30px;
}

@media screen and (max-width: 428px) {
	body > header {
		height: 70px;
		position: fixed;
		top: 0;
		z-index: 100;
	}

	main.about_us {
		border-top: unset;
		position: relative;
		top: 70px;
	}

	header.about_us .logo {
		display: inline-block;
		width: 255px;
	}

	header.about_us .center_container .logo svg {
		max-height: 18px;
	}

	.center_container .content {
		width: 100%;
		border-left: unset;
	}

	body.about_us .content {
		font-size: 18px;
		line-height: 26px;
	}

	.content .title {
		padding-top: 25px;
		font-size: 34px;
	}

	.content h2 {
		font-size: 26px;
	}

	.content .title.about {
		font-size: 44px;
	}

	.content .highlight {
		font-size: 21px;
		line-height: 31px;
		margin: 0px 0 27px;
		padding: 20px 0;
	}

	.content .insert {
		padding-top: 25px;
		padding-bottom: unset;
	}

	.content img {
		max-width: 100%;
	}

	.content .caption {
		font-size: 15px;
	}

	.content .experts {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.about_us .members a {
		max-width: 48%;
	}

	.content .menu {
		display: flex;
		width: 100%;
		height: unset;
		background-color: unset;
		flex-wrap: wrap;
		row-gap: 2px;
		column-gap: 2px;
	}

	.content .menu a {
		display: unset;
		width: 49%;
		background-color: #E0E7EA;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 18px;
	}

	.qa_pair .qn {
		font-size: 22px;
	}

	.qa_pair .an {
		font-size: 18px;
	}

	.qn .txt {
		width: 93%;
	}

	.qn .arrow {
		width: 13px;
		height: 13px;
		margin-left: 3px;
	}

	#footer.about_us .container {
		padding: 30px;
	}

	.integrity {
		justify-content: space-between;
	}

	.integrity .article .left,
	.integrity .article .right {
		display: block;
		width: 100%;
		max-width: unset;
		margin-top: unset;
	}

	.integrity .article {
		width: 161px;
	}

	.integrity .article .title {
		font-size: 18px;
		padding-top: unset;
	}

	.awards.caption {
		margin-bottom: 15px;
	}

	.award {
		position: relative;
	}

	.award .left,
	.award .right {
		display: block;
		width: 100%;
	}

	.award .title {
		font-size: 20px;
		padding: unset;
		padding-bottom: 10px;
		line-height: 25px;
		position: absolute;
		top: 0;
	}

	.award a .title {
		text-decoration: underline;
	}

	.award .right {
		position: absolute;
		top: 70px;
		left: calc((95% - 197px) / 2);
	}

	.award .excerpt {
		position: absolute;
		top: 204px;
	}

	.award {
		height: 380px;
	}

	.award.a2 {
		height: 305px;
	}

	.award.a3 {
		height: 170px;
	}

	.award.a3 .excerpt {
		top: 75px;
	}

	.award.a4 {
		height: 365px;
	}

	.award.a4 .right {
		top: 45px;
	}

	.award.a4 .excerpt {
		top: 190px;
	}

	.testimonials {
		height: unset;
		margin-bottom: 25px;
	}

	.testimonials .testimonial {
		width: 100%;
	}

	.desc {
		font-size: 20px;
	}

}

