/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	width: 90%;
	line-height: 1.2;
}
ol {
    text-align: left;	
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	text-align: left;
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}
/* general page parameters */

 p {
   text-align: left;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-right: 5px;
   margin-left: 5px;

 }
 h1 {
   text-align: left;
 }
 h2 {
   text-align: left;
   }
 h3 {
   text-align: left;
    }
img {
	max-width: 100%;		
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;	
	margin: 0 0 10px 10px;
} 

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
/*  RESPONSIVE VIDEO */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 800px;
	max-width: 100%;
}