div.cme-block-dark
{
	margin: 20px;
	background-color: #E5EEEF;
}

div.cme-split-cell
{
	display: table-cell;
}

div.cme-block
{
	margin: 20px;
}

div.cme-linkback
{
	text-align: center;
	padding: 5px;
}

img.cme-block-banner
{
	width: 100%;
	padding: 5px;
}

div.cme-block-content
{
	padding: 15px;
}

section.cme
{
	font-family: Inter, sans-serif;
}

section.cme h1
{
	font-weight: revert;
	text-align: center;
}

section.cme h2
{
	font-weight: revert;
	text-align: left;
}

section.cme h4
{
	font-weight: revert;
	text-align: left;
}



section.cme p
{
	font-size: revert;
	line-height: revert;
	margin-bottom: revert;
}

section.cme ul li
{	
	line-height: revert;
	margin: revert;
}

section.cme .red
{
	background-color: #A60F2D;
}

section.cme .yellow
{
	background-color: #DC9425;
}

div.cme-block-dark h3
{
	margin: 0px;
	text-align: center;
	font-size: 125%;
    font-weight: bold;
}

div.cme-block-dark h4
{
	margin: 0px;
}

div.cme-block h4
{
	font-size: 110%;
	color: #007F88;
	text-transform: uppercase;
	margin: 0px;
}

div.cme-block ul li
{
	font-size: 1rem;
	line-height: 1.8rem;
}

div.cme-linkback
{
	text-align: center;
}


div.cme-split 
{
	display: table;
	table-layout: fixed;
	width: 100%;
}

div.cme-split-cell
{
	display: table-cell;
}

div.cme-split-button
{
	font-weight: bold;
	padding: 5px;
	box-shadow: 2px 2px 5px 0px #808080aa;
	margin: 20px;
	text-align: center;
}

div.cme-split-button a
{
	text-decoration: none;
    color: #FFFFFF;
}





div.cme-block-dark-header
{
	background-color: #007F88;
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
	text-align: center;
}




div.cme-video-group 
{
	margin-bottom: 30px;
}

div.cme-video-group:last-of-type
{
	margin-bottom: 0;
}

@media (max-width: 800px) {
	div.cme-video-group h4
	{
		text-align: center;
	}
}

div.cme-video-group-split
{
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
}


@media (max-width: 800px) {
	div.cme-video-group-split
	{
		margin: auto;
		width: 95%;
		max-width: 95%;
		display: flex;
		flex-direction: column;
	}
}

section.cme img.cme-video-picture
{
	max-width: 320px;
}

@media (max-width: 800px) {
	section.cme img.cme-video-picture
	{
		max-width: 100%;
	}
}

div.cme-video-picture
{
	flex: 1 1 20%;
	margin: auto;
	padding: 1em;
}

div.cme-video-group-details
{
	flex: 1 1 80%;
	padding: 0;
	vertical-align: top;
}

div.cme-videos-item
{
	background-color: #F3F2F0;
	color: #4D4D4D;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 5px 5px;
	font-weight: bold;
}



div.cme-perspectives-header 
{
	text-transform: uppercase;
}

div.cme-perspectives-header-dark
{
	background-color: #d8e6e9;
	padding-top: 0.4rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	margin-top: -0.5rem;
}

div.cme-perspectives-header .cyan 
{
	margin-bottom: 0;
	text-align: left;
	color: #0D8894;
	padding-top: 0;
	padding-left: 3rem;
}

div.cme-perspectives-header .gray
{
	margin: 0;
	text-align: left;
	color: #4f5252;
	padding-left: 3rem;
}

div.cme-perspectives-header .orange 
{
	margin: 0;
	color: #dd9426;
	padding-left: 3rem;
}

section.cme ul li:before {
  top: 0.7em;
}