.videocontainer::before {
	background-image: url('/assets/images/testcovid2.gif');
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity:0.4;	
}
.videocontainer { 
	width:100%;
	height:100%;
	min-width:100%;
	min-height: 100%;
	position:relative;
}
.videooverlay {
    position:absolute;
    top:40%;
    left:37%;
    z-index:1;
	opacity:1;
}
.style9{
	background: #fff;
}
.welcome::before{
	background-image: url('/assets/images/queue_ex2.gif');
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity:0.6;
}
.welcome {
	width:100%;
	height:100%;
	min-width:100%;
	min-height: 100%;
	position: relative;
}
.when::before{
	background-image: url('/assets/images/bg_when.gif');
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity:0.8;
}
.when {
	width:100%;
	height:100%;
	min-width:100%;
	min-height: 100%;
	position: relative;
}
.understanding::before{
	background-image: url('/assets/images/bg_und.gif');
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity:0.9;
}
.understanding {
	width:100%;
	height:100%;
	min-width:100%;
	min-height: 100%;
	position: relative;
}
.threats::before{
	background-image: url('/assets/images/sat.jpg');
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity:0.4;
}
.threats {
	width:100%;
	height:100%;
	min-width:100%;
	min-height: 100%;
	position: relative;
}
.ops::before{
	background-image: url('/assets/images/ops.jpg');
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity:0.8;
}
.ops {
	width:100%;
	height:100%;
	min-width:100%;
	min-height: 100%;
	position: relative;
}
.flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.welcome-message {
	color: #fff;
	text-shadow: #343a40 2px 2px;
	min-width: 60%;
	min-height: 28em;
	position: relative;
	text-align: left;
}
.welcome-message::before {
	content:"";
	display:block;
	position:absolute;
	margin-left: 0px;
	min-width:60%;
	min-height: 28em;
	z-index: -1;
	opacity:0.4;
}
.when-message {
	color: #fff;
	text-shadow: #343a40 2px 2px;
	min-width: 60%;
	min-height: 28em;
	position: relative;
	text-align: center;
}
.when-message::before {
	content:"";
	display:block;
	position:absolute;
	margin-left: 0px;
	min-width:60%;
	min-height: 28em;
	z-index: -1;
	opacity:0.7;
}
.understanding-message {
	color: #fff;
	text-shadow: #343a40 2px 2px;
	min-width: 60%;
	min-height: 28em;
	position: relative;
	text-align: right;
}
.understanding-message::before {
	content:"";
	display:block;
	position:absolute;
	margin-left: 0px;
	min-width:60%;
	min-height: 28em;
	z-index: -1;
	opacity:0.8;
}
.threats-message {
	color: #fff;
	text-shadow: #343a40 2px 2px;
	min-width: 60%;
	min-height: 24em;
	position: relative;
}
.threats-message::before {
	content:"";
	display:block;
	position:absolute;
	margin-left: 0px;
	min-width:60%;
	min-height: 24em;
	z-index: -1;
	opacity:0.4;
	background-color: #343a40;
}

#affiliations {
/*background: #fff;
padding:30px 0 9px; */
color: #005c8f;
}
#affiliations h1{
	color: #005c9f;
}
#affiliations .certification-list {
text-align:center;
padding-left: 0;
	margin:auto;
max-width:70%;
}
#affiliations .certification-list li {
display:inline-block;
margin:0px 20px;
}
#affiliations  a {
	text-decoration: none;
	border-bottom: 0;
}
#affiliations .certification-list li a img {
max-height:90px;
max-width:200px;
opacity:.4;
margin: auto;
transition:all 0.4s ease-out;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
}
#affiliations .certification-list li a:hover img {
opacity:1;
}
