@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@400;600&display=swap');
/* CSS Document */

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*vertical-align: baseline; */
}

@font-face {
	font-family: 'DINEngschriftStd';
	src: url("fonts/DINEngschriftStd.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

table, tr, td {
	width:100%
	
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*End RESET - Begin Full Width CSS*/


body {
    background-color: #939598;
    /*background-image:url("BG.jpg");
    background-position: 50% 51%;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 background-attachment:fixed;  */
	 height:100%;
}

.outer {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#header {
	min-width:100%;
	background-color:#ffffff;
	border-bottom: 1px solid #dee3e3;
	display: flex;
	padding: 10px 0;
}

.header_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}



.wrap {
	margin:0 auto;
	width: 85%;
}

.logo a {
	background: url("logo.jpg") no-repeat 0 0;
	background-size: cover;
	display: block;
	height: 80px;
	width: 217px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 30px;
}


.details, .details a,.details-tablet, .details-tablet a, .details-mobile, .details-mobile a {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

.name {
	font-size: 19px!important;
	font-weight: 600!important;
}

.title {
	font-size: 14px;
}

.details a:hover, .details-tablet a:hover, .details-mobile a:hover {
   text-decoration: underline;
		color: #8DC63F;
	}

.details-mobile a:hover, .details a:active, .details-tablet a:active, .details-mobile a:active, .details a:focus , .details-tablet a:focus ,.details-mobile a:focus {
	color: #8DC63F;
}


.details-tablet, .details-mobile {
	display: none;
}

#main {
	position: relative;
	min-width:100%;
	background: #006648;
	z-index: 1;
	margin-bottom: 10px;
}


#mainWrap {
	float:none;
	clear:none;
	position:relative;
	/*min-height:505px; */
	margin-top:0px;
}

#mainImage {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position:relative;
	width: 100%;
	padding: 25px 0 50px;
	margin: 0 auto;
	z-index: 9;
}

#mainImage::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 900px;
	height: auto;
	background: url('SideImage.png');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 0;
}

#video_slice {
	display:block;
	position:relative;
	margin-right: 40px;
	z-index: 999;
}

#video_playback {
	max-height: 500px !important;
	border: 0px solid #fff;
	height: 500px !important;
	width:auto;
	display:block;
	margin:auto;
	max-width:889px;
}

.link_wrapper {
	width: 100%;
	max-width: 1440px;
	background: #253959;
	margin: 0 auto;
	position: relative;
	bottom: 40px;
	z-index: 999;
}
#linkArea {
	text-align: center;
	width: 100%;

	position: relative;
	box-shadow: 2px 24px 21px -15px rgba(25,26,28,1);
	padding: 20px 0;
}



#footerBar {
	display: none;
}


#textWrap {
	padding:0px 0;
	display: block;
	margin: auto;
	text-align: center;
}

#footerBar {
	display: none;
}

#Footer {
    min-width:100%;
	padding-bottom:25px;
	flex-shrink: 0;
	background: #939598;
}

#footerWrap {
	width: 85%;
	max-width:1300px;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 0;
}

#logo_slice {
	height: 55px;
	clear: none;
	width: 100px;
	margin-right: -5px;
}

.social_links {
	margin: 15px 0 0 0;
	padding: 0;
	display: flex;
}

#footer-social-media {
	display: inline-block;
}

#footer-social-media li {
	display: list-item;
	float: left;
	height: 31px;
	margin-right: 10px;
	width: 32px;
}

#footer-social-media li a {
	display: block;
	height: 31px;
	width: 32px;
}

#icon-twitter {
	background-image: url(icon_footer-twitter.png);
}
#icon-facebook {
	background: url("icon_footer-facebook.png");
}

#icon-instagram {
	background: url("icon_footer-instagram.png");
}

#icon-linkedin {
	background: url("icon_footer-linkedin.png");
}

#icon-youtube {
	background: url("icon_footer-youtube.png");
}

.sublink {
	float: none;
	height: 39px;
	margin-left: .25%;
	margin-right:.25%;
	margin-top: 6px;
	clear: none;
	width: 24%;
	/* -webkit-box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px;
   box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px; */
	min-width: 160px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 39px;
	font-size: 13px;
	display:inline-block;
	color: #fff;
	background: #8DC63F;
	transition: all 0.3s ease-in-out;
}

.sublink:hover {
	color:#fff;
	background: #41AD49; /* Old browsers */
}


@media only screen and (max-width: 1220px) {

	.sublink {
		width: 41%;
	}
}


@media only screen and (max-width: 1333px) {
	
.wrap, #footerWrap {
	width: 95%;
}

.header_wrap {
	width: 90%;
	margin: auto;
	flex-direction: column;
	justify-content: center;
}

.logo {
	margin-bottom: 15px;
}

.logo a {
	margin-right: 0;
}
	
}

@media only screen and (max-width: 1394px) {
	#mainImage {
		width: 100%;
	}
	#video_slice {
		margin-right: 25px;
	}
}

@media only screen and (max-width: 1220px) {


	#mainImage {
		flex-direction: column;
	}

	#video_slice {
		margin: auto;
	}

}


	@media only screen and (max-width: 940px) {
	
		html{
 height:100%;
 min-height:100%;
 }
	
	body {

	  min-height:100%;
}

.wrap {
	width: 100%;
}

.header_wrap {
	flex-direction: column;
}

.details {
	display: none;
}

.details-tablet {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	text-align: center;
	line-height: 1.6;
}
.details-tablet a {
	text-align: center;
	line-height: 1.6;
}
.main_buttons {
	margin: auto;
}

#main {
	background: url("main_tablet.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center center;
}

#mainImage {
  height:auto;
}

#mainImage::before {
	display: none;
}

#video_slice, #video_slice_blank {
	padding: 15px 0;
}

#video_slice, #video_slice_blank {

	left: auto;
	margin: 0 auto;
	display:block;
	top: 5px;
	transform: none;
	-ms-transform: none;
	-moz-transform-style: none;
	-webkit-transform: none;
	float: none;
}

#video_playback {
	height: auto!important;
	max-height: 350px!important;
	max-width: 622.22px;
}

#linkArea {
	height: auto;
	margin:0px;
	width:100%;
	clear: none !important;
	/*padding:10px 0 10px 0; */

}


	
.sublink {
	width: 48%;
	margin-top:5px;
	clear:none;
	float:none;
	margin-left: .1%;

}
#Footer {
	margin-top: 10px;	
	clear: none;
}

#socialLinks {
	width: 70%;
	margin-left: .5%;
}

#logo_slice {
    margin-right: .5%; /* covideo powered by */
    
}
	

}

@media only screen and (max-width: 900px) {
	
#footerWrap {
	width: 95%;
	
}

}



@media only screen and (max-width: 660px) {
	

#video_slice_blank, #video_slice  {

  width:95%;
  max-width:480px;
  background-color:#000000;

} 


	
#video_playback {

width: 100%;
height: auto !important;
left: -5px;
position:relative;



}

}

@media only screen and (max-width: 500px) {
	
	html, body {
	overflow: auto;
}

body {
   
    /*background-image:url("mobile.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:contain;
	 -webkit-background-size: contain;
	 -moz-background-size:contain;
	 -o-background-size:contain;
	 background-attachment:fixed; */ 
	
}
	
	.wrap {
	width: 100%;	
	}


.header_image {
	height: auto;
}

#main {
	min-height:0;
	background: #006648;
}

.logo {
	margin-bottom: 0;
}
.details-tablet {
	display: none;
}

.details-mobile {
	display: flex;
	flex-direction: column;
	padding: 0 0 20px;
	text-align: center;
	color: white;
	line-height: 1.6;
}
.details-mobile a {
	text-align: center;
	color: white;
	line-height: 1.6;
}

.details-mobile a:hover, .details-mobile a:active, .details-mobile a:focus {
	color: #8DC63F;
}

#main {
	margin-bottom: 0;
}

#mainImage {
	padding: 15px 0;
}

#video_slice, #video_slice_blank {

	 min-width: 0;
	 top:5px;
	
}

.link_wrapper {
	bottom: 0;
	box-shadow: none;
}

#linkArea {
	box-shadow: none;
}

#footerBar {
	display: block;
	width: 100%;
	max-width: 550px;
	border-top: 5px solid #8DC63F;
	border-bottom: 5px solid #8DC63F;
}

.sublink {
	width: 92%;
}


	

#Footer {
	margin: 0px 0px 0px;
	clear: none;
	width: 100%;
}

.row {
	margin: 0 10px;
}
}

@media only screen and (max-width: 375px) {
	
#socialLinks {
	width: 60%;
}
	
}