.tab-cda-corp {
	color: #2f373f;
}

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	border-bottom: 1px solid #8e8e8e;
	position: relative;
	height: 43px;
	min-width: 100%;
}

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link span {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2.4px;
}

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link.active {
	background-image: linear-gradient(75deg, #4dba59 12%, #00a0d1 88%);
}

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link.active span {
	color: white;
}

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link:hover:not(.active) span {
	font-weight: 700;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content span {
	font-weight: 300;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 1.3px;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content span.role {
	font-weight: 700;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .title {
	width: 100%;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .title h2 {
	width: 100%;
	margin-top: 70px;
	font-size: 20px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	font-weight: 400;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .description {
	width: 100%;
	margin-top: 50px;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .description span b {
	font-weight: 700;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .pdf-icon img {
	width: 22px;
	height: 24px;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container,
.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container .link span,
.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container-image .link span {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.01px;
	color: #00a0d1;
	font-weight: 700;
	margin-right: 10px;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container {
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container .image-frame {
	position: relative;
	width: 250px;
	height: 250px;
	min-width: 250px;
	min-height: 250px;
	overflow: hidden;
	border-radius: 50%;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container .image-frame img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.395, 0.005, 0.19, 1);
	transition: -webkit-transform 1s cubic-bezier(0.395, 0.005, 0.19, 1);
	transition: transform 1s cubic-bezier(0.395, 0.005, 0.19, 1);
	transition: transform 1s cubic-bezier(0.395, 0.005, 0.19, 1), -webkit-transform 1s cubic-bezier(0.395, 0.005, 0.19, 1);
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container .image-frame img:hover, .tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container .image-frame img.over {
	-webkit-transform: scale(1.0625);
	transform: scale(1.0625);
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container .info-container-image {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container {
	margin-top: 80px;
	width: 100%;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container.no-role {
	margin-top: 0;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container {
	margin-top: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-title {
	width: 100%;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items {
	width: 100%;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items .list-item a {
	margin-left: auto;
}

@media (min-width: 768px) {
	.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item {
		min-width: 50%;
	}
	.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link span {
		font-size: 16px;
		letter-spacing: 3.2px;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .title h2 {
		font-size: 28px;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container .info-container-image {
		margin-left: 33px;
		margin-top: 0px;
		text-align: left;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container {
		width: 50%;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container-sm {
		width: 33.3%;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container.no-role {
		margin-top: 80px;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container {
		margin-top: 80px;
		width: 66.6%;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items {
		max-height: 230px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items .list-item {
		margin-right: 10px;
	}
}

@media (min-width: 992px) {
	.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item {
		min-width: unset;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container {
		width: 50%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container-lg {
		width: 100%;
	}
}

@media (min-width: 1360px) {
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .info-container {
		width: 33.3%;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items .list-item {
		margin-right: 120px;
	}
	.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .list-container .list-items .list-item span {
		margin-right: 20px;
	}
}
.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container img {
    width: 250px;
}
.tab-cda-corp { margin: 50px 0; }

.tab-cda-corp .container .tab-cda-corp-header .nav-cda .nav-item .nav-link:hover:not(.active) span { font-size: 15px; }

.tab-container .tab-cda-corp { margin-top: 100px; }
.tab-container .tab-cda-corp .container.full-width { max-width: none; padding-left:0; padding.-right:0; }
.tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content span.name {
    font-weight: 700;
}

@media (max-width: 992px) {
    .tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container {
        flex-direction: column;
    }
    .tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container picture,
    .tab-cda-corp .container .tab-cda-corp-content .tab-content .tab-pane .tab-flex-content .image-container div {
        margin: auto;
        margin-left: auto !important;
    }
}