@charset "utf-8";
/*reset css*/
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, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p b{
	font-weight:bold;
}
/* END reset css*/
/* Global classes */
/* new clearfix */
.clearfix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
    }
* html .clearfix             { zoom:1; } /* IE6 */
*:first-child+html .clearfix { zoom:1; } /* IE7 */

body, html {
	background-color:#fff;
	font-family: "Helvetica", Arial, sans-serif;
	color: #111111;
	font-size:16px;
}
body {
	padding:0.1em 0.3em;
}
h1,h2,h3 {
	line-height:1.4;
	margin-bottom:0.2em;
	font-weight: bold;
}
h1{
	font-size:1.2em;
	text-align: center;
	margin: 0.5em auto;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1.0em;
}
@media only screen and (max-width: 768px) {
	h1{
		font-size:1.0em;
	}
	h2 {
		font-size:0.9em;
	}
	h3 {
		font-size:0.85em;
	}
}
p{
	font-size:0.8em;
	line-height:1.2;
	margin-bottom:0.2em;
}
@media only screen and (max-width: 768px) {
	p{
		font-size:0.7em;
	}
}
a{
	color:#111111;
	text-decoration:underline;
}
a:before{
	content: "\00bb \00a0";
}
hr {
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.hidden {
	display: none !important;
}
._sponsor{
	margin:0.5em 0 0.7em;
}
._sponsor_container {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 50px;
}
._sponsor_subtext {
	margin: 0.2em 0;
}
._sponsor_subtext p{
	font-size: 0.65em;
	text-align: justify;
}
._sponsor_list,
._sponsor_sub_list {
	display:block;
	float:left;
	width: 100%;
	padding-bottom: 45px;	
}
._sponsor_list:after,
._sponsor_sub_list:after {
	content: '';
	display: block;
	clear: both;
}
._sponsors hr:last-child,
._sponsor_list hr:last-child,
._sponsor_sub_list hr:last-child {
	display: none;
}
._sponsors ._sponsor_subtext hr {
	display: block;
}
._sponsor_name {
	line-height: 1.1;
	margin-bottom: 0.6em;
}
._sponsor_menu_container {
	display: table;
	width: 100%;
}
._sponsor_menu,
._sponsor_sub_menu{
	display: table-row;
}
._sponsor_menu_button {
	color: #333;
	background-color: #EFEFEF;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0.5em 0.2em;
	display: table-cell;
	font-size:0.8em;
	cursor: pointer;
	border-right: 1px solid;
}
._sponsor_menu_button:last-child {
	border-right:none;
}
._sponsor_menu_button.active {
	color: #fff;
	background-color: #111111;
}
._sponsor_menu_button.size_1{
	width: 100%;
}
._sponsor_menu_button.size_2{
	width: 50%;
}
._sponsor_menu_button.size_3{
	width: 33.33%;
}
._sponsor_menu_button.size_4{
	width: 25%;
}
._sponsor_menu_button.size_5{
	width: 20%;
}
._sponsor_buttons {
	margin: 0.5em 0 0 0;
	font-size: 0.9em;
}
._sponsor_button {
	display: inline-block;
	color: #AAAAAA;
	cursor: pointer;
}
