@charset "UTF-8";


body {
	font-size:15pt;
	font-family:"da", Helvetica,Arial,sans-serif;
    width:100%;
    height:100%;
	letter-spacing:0px;
	line-height: 1.4;
	background-color:black;
	color:white;
	margin: 0;
	padding: 0;
}
body,
.title a,
h1,
h2,
h3
{
	color:#fff;
	text-decoration: none;
}

a{
	color:#5af;
	letter-spacing:1px;
}

#main a:link, #main a:visited { text-decoration:none;}
#main a:focus, #main a:hover, #main a:active { text-decoration:underline; }

#header a:link,#header a:visited{text-decoration:none;}
#header a:focus, #header a:hover, #header a:active { text-decoration:underline; }

#navi a:link,#navi a:visited{text-decoration:none;}
#navi a:focus, #navi a:hover, #navi a:active { text-decoration:underline; }

ul{
	list-style-position: inside;
	list-style-type:square;
	margin-bottom:10px;
	margin-top:0px;
	padding:0;
}
li{
	margin-left:10px;
}

.inputfield
{
padding:4px 10px 5px;
background:#fff;
border:none;
display:inline-block;
}


label
{
	margin-right: 10px;
}

p{
	padding-top:0;
	padding-bottom:0;
	margin-top:12px;
	margin-bottom:12px;
}
strong
{
	letter-spacing:1px;
	/*text-transform: uppercase;*/
	font-weight: normal;
}

img{
	margin-top:20px;
	margin-bottom:20px;
	margin-right: 40px;
	vertical-align:top;
}

.images
{
	margin: 0;
	padding: 0;
	margin-right: -40px;
	line-height: 0;
}
.image-item
{
	margin: 0;
	padding: 0;
	float:left;
}
blockquote
{
	margin-top: 20px;
	font-size:18pt;
}
.quote-author
{
}
#awards
{
	text-align: center;
}
.laurel-wrapper
{
	display: table;
    margin: 20px;
	margin: 0 auto;
}
.laurel-row
{
    display: table-row;
}
.laurel-content
{
	padding-left: 20px;
	padding-right: 20px;
}
.laurel-content,
.laurel-close,
.laurel-open
{
    vertical-align: middle;
    display: table-cell;
    height: 100px;
}
.laurel-open,
.laurel-close
{
	width:50px;
	height:75px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.laurel-wrapper blockquote
{
	margin: 0;
}
.laurel-open
{
	background-image: url("../resources/laurel-left.png");
}
.laurel-close
{
	background-image: url("../resources/laurel-right.png");
}
hr{
	margin-top:10px;
	height:1px;
	background-color:#fff;
	color:#fff;
}
h1{
    font-size:28pt;
	font-weight:normal;
	/*letter-spacing:1px;*/
	/*text-transform: uppercase;*/
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1;
	opacity: 0.95;
}
h2{
	font-size:32pt;
	font-weight:normal;
   /* letter-spacing:2px;*/
    padding-top:52px;
    text-align: center;
    /*margin-top:100px;*/
    /*text-transform: uppercase;*/
	margin-bottom:40px;
	/*border-bottom:2px solid #fff;*/
}

h2 span{
border-bottom: 3px solid #fff;
padding-bottom: 5px;

}
h2:after {
     content: "\A";
     white-space: pre;
}
h2:first-child{
  /*  padding-top:30px;
    line-height: 1;
    margin-top:00px;*/
}
h2 + h3,
h3:first-child{
    padding-top:0px;
}
h3{
	font-size:24pt;
	font-weight:normal;
    /*letter-spacing:1px;*/
    padding-top:30px;
    margin-bottom:10px;
    clear: both;
    /*text-transform: uppercase;*/
}
h4
{
margin-top: 20px;
padding-top: 10px;
margin-bottom: 10px;
	/*letter-spacing:1px;*/
	/*text-transform: uppercase;*/
	font-weight: normal;
}

/****
LAYOUT
*****/

#logo
{
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
}
#logo img{

	margin: 0;
}
.col
{
	float:left;
	width:47%;
	margin-right:6%;
}
.col img
{
	width: 100%;
	height: auto;
}
.last
{
	margin-right:0%;
}
.logowrap
{
	background-image: url("../resources/checker.jpg");
	width: 560px;
	margin: 20px auto 0;
}
section
{
	clear:both;
}
#container
{
	/*width: 100%;*/
	max-width:960px;
	margin: 0px auto;
	padding-bottom: 100px;
	padding-top: 0px;
	padding-left:20px;
	padding-right:20px;
}



.centered
{
	text-align: center;
}

.embedded-video
{
background: black;
margin-bottom: 10px;
}

@media (max-width: 680px)
{
	#container{

		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}
	.col{
		float:inherit;
		width:100%;
		margin-right:0;
		box-sizing: border-box;
	}
	body
	{

			font-size:13pt;
	}
	h1
	{

		    font-size:24pt;
	}
	h2
	{

		    font-size:28pt;
	}
	h3
	{

		    font-size:20pt;
	}

.images{

	width: 100%;
}
	.image-item
	{
		float:none;
	}
	.images img{
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		height: auto;

	}

}

#support
{
	text-align: center;

}
