﻿/* HTML5 Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content: "";content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
sub,sup{font-size: smaller}
sub{vertical-align: sub}
sup{vertical-align: super}
/*self-clearing floats*/
.mod:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear { clear: both;}	

/* Headings */
h2, h3, h4, h5, h6 {font-weight: 400;line-height: 1.1;margin-bottom: .6em; }

.no-display { display: none;}
.no-margin { margin: 0px;}
.rounded {border-radius: 25px;padding:10px;}

textarea {resize:none;font-family:Verdana, Arial, Helvetica;}
input[type="text"], input[type="password"], textarea, select {outline: none;} /* turn off webkit input border */

/* Anchors */
a {outline: 0; text-decoration: underline;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {}
a:hover, a:active {text-decoration: none;}

/* Paragraphs */
p, q {margin-bottom: 1.143em; line-height: 150%;}
* p:last-child {margin-bottom: 0;}

/* Lists */
ul.bullets {list-style: outside disc;margin: 1em 0 1.5em 1.5em;}
ul { list-style: none; margin: 0px; padding: 0px;}
ol {list-style: outside decimal;margin: 1em 0 1.5em 1.5em;}
dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* HTML5 tags */
header,nav,section,article,aside,footer {display: block;} /* Needed for IE issues */ 
em, i {font-style: italic;} /* Likewise */
strong, b {font-weight: bold;}/* Likewise */
	
video {max-width: 100%;height: auto;}

/* audio */
.audio-wrapper {}
.audio-wrapper .additional-text {padding-left: 20px;}

noscript div { position: fixed; top: 200px; width: 800px; background-color: #cf1141; border: 5px solid #000; height: 130px; padding: 30px; color: #fff;}
    noscript div p { font-size: 16px;}
    noscript a { color: #fff; text-decoration: underline; font-size: 14px;}
    noscript ol { margin-left: 20px;}
    noscript ol li { font-size: 12px;margin-bottom: 10px;}