.video-container-language {
	color: white;
	background: #4d4d4d;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	bottom: 0;
	min-height: 40px;
}

.video-container-language .title {
	margin: 0;
}

.video-container-language .title .cmp-title .cmp-title__text {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 44px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	color: #ffffff;
}

.video-container-language .list .cmp-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.video-container-language .list .cmp-list li.cmp-list__item {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid white;
}

.video-container-language .list .cmp-list li.cmp-list__item a.cmp-list__item-link {
	color: #fff;
	text-decoration: none;
    font-size: 1rem;
  	line-height: 1.1rem;
}

.video-container-language .list .cmp-list li.cmp-list__item:last-child {
	border-right: none;
}

@media (max-width: 767px) {
	.video-container-language .title .cmp-title .cmp-title__text {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}

	.video-container-language .list .cmp-list li.cmp-list__item a.cmp-list__item-link {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
}

.language {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.language::before {
	content: "-";
	position: relative;
	left: -10px;
	font-weight: bold;
}

.language::after {
	content: "-";
	position: relative;
	font-weight: bold;
}

.language .title {
	margin: 0 !important;
}

.language .title .cmp-title .cmp-title__text {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 44px;
	font-style: normal;
	margin: 0;
}

.language .list .cmp-list {
	display: flex;
	flex-wrap: wrap;
}

.language .list .cmp-list li.cmp-list__item a.cmp-list__item-link {
	color: #00538A;
	text-decoration: none;
	padding: 0px 10px;
	font-weight: bold;
	border-right: 1px solid #333333;
}

.language .list .cmp-list li.cmp-list__item:last-child a.cmp-list__item-link {
	border-right: none;
}

@media (max-width: 767px) {
	.listnavigation {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.language {
		flex-direction: column;
	}

	.language::after,
	.language::before {
		content: " ";
	}

	.language .title .cmp-title .cmp-title__text {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}

	.language .list .cmp-list li.cmp-list__item a.cmp-list__item-link {
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
}

.resources-section .cmp-title__text {
	background: transparent;
	padding: 15px 15px 0px;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	color: #333333;
	font-style: normal;
	font-family: "Andes";
	margin: 0;
}

.resources-section .list {
	padding: 15px;
}

.resources-section .cmp-list {
	list-style-type: none;
}

.resources-section .cmp-list li {
	position: relative;
	padding: 0px 10px;
}

.resources-section .cmp-list li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	color: #0271Bc;
}

.resources-section .cmp-list li a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.paragraph-section .list {
    padding: 15px;
}

.paragraph-section .cmp-list {
    list-style: disc;
	padding-left: 15px;
}

.paragraph-section .cmp-list .cmp-list__item a {
	font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    color: #0071BC;
    font-style: normal;
}

.paragraph-section .cmp-list .cmp-list__item::marker {
    color: #0071BC;
}