  /* about page */
.team-block {
	border-left: 1px solid #315473;
	border-right: 1px solid #315473;
}

.team-block .team-col h3,
.team-member .name {
	color: #315473;
	font-weight: 700;
}

.team-block .team-col h3 {
	font-size: 40px;
	line-height: 48px;
}

.team-member .name {
	font-size: 26px;
	font-family: 'Causten Extra Bold';
}

.team-member h4 {
	font-size: 22px;
	color: #545860;
	font-weight: normal;
	font-family: 'TT Commons Regular';
}

.team-member>a:hover .name {
	color: #7fa9b8 !important;
}

.team-member .visual {
	border-bottom: 1px solid #315473;
}

.page-template-template-leadership .team-member .name {
	color: #7FA9B8;
}

.page-template-template-leadership .text-wrap h4,
.page-template-template-leadership .text-wrap p,
.page-template-template-leadership .text-wrap ul {
	font-size: 18px;
	font-family: 'TT Commons Regular';
	color: #545860;
	line-height: 22px;
}

.team-member ul li:before {
	left: -20px;
	color: #545860;
	;
}

.team-block.bg-light.bg-extended:before {
	background: #FFFFFF;
}

/* ----------------------------------------- */
/* emulate <br> behavior */
/* ----------------------------------------- */

@media screen and (min-width: 992px) {

	span.br-before::before {
		content: "\a";
		white-space: pre;
	}

	span.br-after::after {
		content: "\a";
		white-space: pre;
	}
}

/* ----------------------------------------- */
/* Ä¢¹½ÊÓÆµ - Company Summary Section */
/* ----------------------------------------- */

.page-template-template-about .bg-light.bg-extended:before {
	background: #315473;
}

.page-template-template-about .intro-block.container,
.page-template-template-about .social-tiles.atricles-block,
.page-template-template-about .diagram-block .container,
.page-template-template-about .atricles-block.container {
	border-left: 1px solid #B6CFDD;
	border-right: 1px solid #B6CFDD;
}

.page-template-template-about .article-post {
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.page-template-template-about .article-post h2 {
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
}

/* --- */

.page-template-template-about .article-post .text-holder {
	color: #FFFFFF;
	padding: 20px;
}
.page-template-template-about .bg-light .text-holder a {
	color: #B6CFDD;
	text-decoration: underline;
}
.page-template-template-about .bg-light .text-holder a:hover {
	text-decoration: none;
}
@media screen and (min-width: 992px) {
	.page-template-template-about .article-post .text-holder {
		padding: 50px 20px 20px 50px;
	}
	.page-template-template-about .bg-light .text-holder p {
		font-size: 21px;
	}

}
@media screen and (max-width: 991px) {
	.page-template-template-about .article-post {
		display: block;
	}
	.page-template-template-about .intro-block.container, .page-template-template-about .social-tiles.atricles-block, .page-template-template-about .diagram-block .container, .page-template-template-about .atricles-block.container {
		border: 0 none;
	}
}

/* --- */

.page-template-template-about .atricles-block h2 {
	color: #FFFFFF;
}

.page-template-template-about .atricles-block p {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}

/* --- */

.page-template-template-about .article-post .visual {
	width: 100%;
	height: auto;
	padding: 20px;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .article-post .visual {
		width: 542px;
		height: auto;
		padding: 0 10px 0 20px;
	}
}

/* --- */


.page-template-template-about .posts-holder {
	margin-bottom: 0;
}

/* --- */

.page-template-template-about .atricles-block .posts-holder {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .atricles-block .posts-holder {
		padding-bottom: 90px;
	}
}

/* --- */

/* ----------------------------------------- */
/* Ä¢¹½ÊÓÆµ - Video */
/* ----------------------------------------- */

.page-template-template-about .video.bg-light.bg-extended:before {
	background: #FFFFFF;
}

.page-template-template-about .video.atricles-block.container {
	border-left: 1px solid #315473;
	border-right: 1px solid #315473;
}

.page-template-template-about .video .article-post {
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.page-template-template-about .video .article-post h2,
.page-template-template-about .video .article-post .text-holder {
	color: #315473;
}

.page-template-template-about .video.atricles-block p {
	font-size: 16px;
	line-height: 21px;
	color: #315473;
}

.page-template-template-about .video .article-post h2,
.page-template-template-about .video.atricles-block p {
	display: block;
	text-align: center;
}

/* --- */

.page-template-template-about .video .article-post video {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .video .article-post video {
		width: 900px;
		height: 400px;
	}
}

/* --- */

.page-template-template-about .video .article-post .text-holder {
	width: unset;
}

/* --- */

.page-template-template-about .video .embed-container iframe {
	width: 100%;
	height: auto;
	margin: 0;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .video .embed-container iframe {
		width: 900px;
		height: 400px;
	}
}

/* --- */


/* ----------------------------------------- */
/* Ä¢¹½ÊÓÆµ - Timeline */
/* ----------------------------------------- */

/* <-- overrides ---> */

/* --- */

.page-template-template-about .timeline-wrapper {
	padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .timeline-wrapper {
		padding-bottom: 90px;
	}
}

/* --- */

.page-template-template-about .timeline-wrapper.bg-light.bg-extended:before {
	background: #FFFFFF;
}

.page-template-template-about .timeline-wrapper.atricles-block.container {
	border-left: 1px solid #315473;
	border-right: 1px solid #315473;
}

.page-template-template-about .timeline-wrapper.atricles-block h2 {
	font-size: 60px;
	line-height: 60px;
	color: #315473;
	margin: 0 0 15px 0 !important;
	text-align: unset;
}

.page-template-template-about .timeline-wrapper.atricles-block p {
	color: #315473;
	text-align: unset;
	margin: 15px 0 0 0 !important;
}

/* <-----> */

.page-template-template-about .timeline {
	background-color: #FFFFFF;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */

.page-template-template-about .timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #315473;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* timeline-container around timeline-content */

.page-template-template-about .timeline-container {
	padding: 10px 60px;
	position: relative;
	background-color: inherit;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* The circles on the timeline */

.page-template-template-about .timeline-container::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	right: -3px;
	background-color: #315473;
	top: 38px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the timeline-container to the left */

.page-template-template-about .timeline-left {
	left: 0;
}

/* Place the timeline-container to the right */

.page-template-template-about .timeline-right {
	left: 50%;
}

/* Add arrows to the left timeline-container (pointing right) */

.page-template-template-about .timeline-left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 42px;
	background: #315473;
	width: 50px;
	z-index: 1;
	right: 0px;
	border: 1px solid #315473;
}

/* Add arrows to the right timeline-container (pointing left) */

.page-template-template-about .timeline-right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 42px;
	background: #315473;
	width: 50px;
	z-index: 1;
	left: 0px;
	border: 1px solid #315473;
}

/* Fix the circle for timeline-containers on the right side */

.page-template-template-about .timeline-right::after {
	left: -7px;
}

/* The actual timeline-content */

.page-template-template-about .timeline-content {
	color: #315473;
	position: relative;
	border-radius: 6px;
}

.page-template-template-about .timeline-left .timeline-content {
	text-align: right;
}

@media screen and (max-width: 767px) {

	/* Place the timelime to the left */

	.page-template-template-about .timeline::after {
		left: 31px;
	}

	/* Full-width timeline-containers */

	.page-template-template-about .timeline-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */

	.page-template-template-about .timeline-container::before {
		left: 30px;
		width: 30px;
	}

	/* Make sure all circles are at the same spot */

	.page-template-template-about .timeline-left::after,
	.page-template-template-about .timeline-right::after {
		left: 24px;
	}

	.page-template-template-about .timeline-left .timeline-content {
		text-align: left;
	}

	/* Make all right timeline-containers behave like the left ones */

	.page-template-template-about .timeline-right {
		left: 0%;
	}
}

/* ----------------------------------------- */
/* Ä¢¹½ÊÓÆµ - Brand */
/* ----------------------------------------- */

.page-template-template-about .brand-wrapper .bg-stretch {
	opacity: .333;
}

.page-template-template-about .brand {
	display: flex;
	flex-direction: column;

	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.page-template-template-about .brand {
		flex-direction: row;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

.page-template-template-about .brand h2 {
	font-size: 32px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.page-template-template-about .brand h2 {
	font-size: 32px;
    line-height: 40px;
    display: block;
    flex: none;
    clear: both;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.page-template-template-about .brand .left,
.page-template-template-about .brand .right {
	padding: 20px;
}
.page-template-template-about .brand .left h3 {
	font-family: "TT Commons Regular", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 52px;
    line-height: 58px;
	margin-bottom: 0;
	font-weight: 200 !important;
	text-transform: none;
}
.page-template-template-about .brand .right h3 {
	font-family: "TT Commons Regular", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 200 !important;
	font-size: 32px;
	margin-bottom: 15px;
	text-transform: none;
}
.page-template-template-about .brand .right p {
	text-align: center !important;
	margin-bottom: 15px;
}

.page-template-template-about .header-purpose .bg-light.bg-extended:before {
	background: #B6CFDD;
}
.page-template-template-about .header-purpose .atricles-block.container {	
    border-left: 1px solid #315473;
    border-right: 1px solid #315473;
}
.page-template-template-about .brand .left,.page-template-template-about .brand .left h2, .page-template-template-about .brand .left h3 {
	color: #315473;
}
.page-template-template-about .brand .left u,.page-template-template-about .brand .left h2 u, .page-template-template-about .brand .left h3 u {
	text-decoration: underline;
	text-decoration-color: #7FA9B8;
	text-decoration-thickness: 2px;
}
.page-template-template-about .brand .right {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -16px;	
}
.page-template-template-about .brand .right .col {
	height: auto;
    width: 100%;
    justify-content: start;
    align-items: start;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
	.page-template-template-about .brand .right .col {
		height: auto;
		width: 25%;
		padding: 0 10px;
		margin-bottom: 0;
	}
}
/* ----------------------------------------- */
/* crosslinks */
/* ----------------------------------------- */

.page-template-template-about .crosslinks-wrapper .team-block {
	border-left: 1px solid #B6CFDD;
	border-right: 1px solid #B6CFDD;
}

.page-template-template-about .crosslinks-wrapper .bg-extended:before {
	content: '';
	background-color: #315473;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
}

.page-template-template-about .crosslinks-wrapper h3,
.page-template-template-about .crosslinks-wrapper a {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}

.page-template-template-about .crosslinks-wrapper p {
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

.page-template-template-about .crosslinks-wrapper .more {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
}

.page-template-template-about .crosslinks-wrapper .more .icon-arrow-right {
	font-size: 10px;
	padding-left: 5px;
}