<META http-equiv="Content-Style-Type" content="text/css">

:root {
    --p-font-size: 14px;
	--p-line-height: 20px;	
	--h1-font-size: 14px;
	--h1-line-height: 20px;	 
	--h2-font-size: 14px;
	--h2-line-height: 20px;
	--flex-container-width = 100%;
}

*{
	box-sizing: border-box;
}

.video-image {
    width: 100%;
	margin: 0px;
	padding: 0px;
}

.footer {
	background-color: rgb(64,64,64);	
    width: 100%;
	display:inline-block;
	margin-top: -4px;
	padding: 8px;
	padding-left: 32px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

li {
    float: left;
}

li a {
  cursor: default;
}


li b {
	display: block;
}

.outer-div
{
    text-align: center;
}

.inner-div
{
	display:inline-block;
	width: 100%;
	max-width: 1280px;
}

.logo-container {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.logo {
  width: 33%;
  height: auto;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.logo-image{
  width: 100%;
  height: auto;
  max-width: 256px;
}

.flex-container {
	display: -webkit-flex; /* Safari */
	display: flex;   
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	  
	justify-content: center;
	align-items: center;
	
    box-sizing: content-box;
	width: 100%;
	min-height: 512px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 0px right 0px;
}

.flex-container-div{
	width: var(--flex-container-width);
	margin: 5%;
}

.top-nav-outer
{
	background-color: white;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;	
	top: 0;
	box-shadow: 0 4px 4px 0px rgba(0,0,0,0.2);
	z-index: 100;
}

.top-spacer
{
	width: 100%;
	height: 80px;
	padding: 0px;
}

.top-nav-inner
{
	width: 100%;
	max-width: 1280px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.top-nav-inner-mobile
{
	display: none;
	width: 240px;
	max-height: 80px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: center;
	transition: max-height 0.33s;
}

.top-nav-img
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.top-nav-line
{
	background-color: #ffffff;
	margin-left: 45%;
	margin-right: 45%;
	margin-top: 8px;
	height: 3px;
	border-style: none;
	border-radius: 1.5px;
	width: 10%;
	transition: background-color 0.33s, width 0.25s, margin 0.25s;
}

.top-nav-line-hover
{
	background-color: #aaaaaa;
	margin-left: 17.5%;
	margin-right: 17.5%;
	width: 65%;
}

.top-nav-line-active
{
	background-color: #0179c6;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.top-nav-btn
{
	display: block;
	font-family: 'Comfortaa', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	
	color: rgb(128, 128, 128);
	
	margin: 0px;
	padding-top: 40px;
	padding-left:20px;
	padding-right: 20px;
}

.top-nav-btn-mobile
{
	display: block;
	font-family: 'Comfortaa', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	
	color: rgb(128, 128, 128);
	
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 32px;
	padding-left: 32px;
}

.statement-panel {
	display:inline-block;
	background-color: rgb(255, 255, 255);
	padding: 32px;
}

.slideshow { 
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.slide {
	width:100%;
	max-width: 640px;
	margin: auto;
	padding: 0px;
	
	border-style: none;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0px rgba(0,0,0,0.2);
   
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	
	-webkit-transition: opacity 0.33s ease-in-out;
	-moz-transition: opacity 0.33s ease-in-out;
	-ms-transition: opacity 0.33s ease-in-out;
	-o-transition: opacity 0.33s ease-in-out;
	transition: opacity 0.33s ease-in-out;	
}

.slide-active {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.video-slide {
	width:100%;
	max-width: 640px;
	margin: auto;
	padding: 0px;
	
	border-style: none;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0px rgba(0,0,0,0.2);
	
	object-fit: contain;
}

body, html {
	background-color: white;   
    margin: 0;
}

p {
   	font-family: 'Open Sans', sans-serif;
    font-size: var(--p-font-size);
	line-height: var(--p-line-height);
	font-weight: 300; 
	color: white;
	text-align: left;
}

h1 {
	font-family: 'Comfortaa', sans-serif;
    font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	font-weight: 300; 
	letter-spacing: 1px;
	text-align: left;
	color: rgba(255, 255, 255, 0.9);
}

h2 {
   	font-family: 'Comfortaa', sans-serif;
    font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	font-weight: 300; 
	letter-spacing: 1px;
	text-align: left;
	color: rgba(255, 255, 255, 0.9);
	margin-top: -1.25em;
}

h3 {
   	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	text-align: left;
	color: rgb(80, 80, 80);
}

h4 {
   	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: rgb(128, 128, 128);
	/*text-transform: uppercase;*/
}

