
CANVAS {
	-webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
	-webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
	-webkit-user-select:none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	-webkit-tap-highlight-color: transparent;
}

DIV
{
	box-sizing: border-box;
}

BODY 
{
	BACKGROUND: white; 
	
	color:#444;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
		
	FONT-SIZE: 17px; 
	font-weight: 300;
	margin: 0px;
	
	text-align:center;
}

P
{
	margin-top: 0px;
	margin-bottom: 16px;
	font-weight: 300;
}

H1	{FONT-WEIGHT:300; FONT-SIZE: 2.6em; margin-bottom: 16px; margin-top: -5px; }
H2	{FONT-WEIGHT:300; FONT-SIZE: 1.6em; margin-bottom: 6px; margin-top: 2px;   }

B
{
	font-weight: 600;
}

UL
{
	list-style-type: square;
	margin-top: 2px;
	padding-left: 25px;
}

LI
{
	margin-bottom: 3px;
	padding-left: 2px;
}


.header {
	position:relative;
	position:sticky;
	position: -webkit-sticky;
	top: -100px;
	
	width: 100%;
	height: 180px;
	z-index:3;
	
	padding: 0px; 
	
	FONT-WEIGHT:light; 
}

.header_content {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	position:relative;
	display:inline-block;
}

.header_menu
{
	position:absolute;
	right:40px;
	bottom: 15px;
	
	text-align: right;
	
	z-index:3;
}

A.menu_link:link, A.menu_link_currentpage 
{margin-left:12px; display:inline-block; COLOR: #FFFFFF !important; TEXT-DECORATION: none; padding-bottom:5px; border-bottom-style:none; border-bottom-width:0px; }
A.menu_link:visited	
{border-bottom-style:none; COLOR: #FFFFFF !important;}
A.menu_link:hover, A.menu_link_currentpage:hover
{border-bottom-style:solid; border-bottom-width:2px;  padding-bottom:3px; border-bottom-color:#FFF; TEXT-DECORATION: none;}
A.menu_link_currentpage	
{border-bottom-style:solid; border-bottom-width:2px; padding-bottom:3px; border-bottom-color:#FFF}


.header_name_title
{
	position:absolute;
	left:40px;
	bottom: 15px;
	
	color:white;
	font-size: 2.3em;
	FONT-WEIGHT:300; 
}

.header_name_subtitle
{
	position:absolute;
	left:250px;
	bottom: 20px;
	
	color:white; 
	opacity: 0.3;
}


.page_back_button
{
	position: absolute;
	left: -30px;
	top: 20px;
	
	padding-left: 15px !important;
	padding-right: 5px !important;
	padding-top: 6px !important;
	padding-bottom: 10px !important;
	
}


.cookie_accept_panel
{
	background-color:#FFFFFF;
	position:fixed;
	bottom: 20px;
	
	text-align: left;
	
	width: 100vw;
	max-width: 920px;
	display:inline-block;
	
	-webkit-box-shadow: 0px 15px 60px rgba(0,0,0,0.35);
	-moz-box-shadow:    0px 15px 60px rgba(0,0,0,0.35);
	box-shadow:         0px 15px 60px rgba(0,0,0,0.35);
	
	z-index:5;

	padding: 20px;
	padding-left: 25px;
	padding-right: 25px;
	
	border-width:0px;
}
		

.content {
	position:relative;
		
	z-index:2;

	width: 100%;
	max-width: 1000px;
	
	margin-top:0px;
	padding: 40px;
	border-width:0px;
	
	padding-top:20px;
	
	text-align:left; 
	line-height:1.4;
	
	display:inline-block;
}

.content_left_column
{
	width:640px;
}

.content_right_column, .content_fixed_right_column
{
	width:220px;
	float:right;
}

.content_fixed_right_column
{	
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
	
	background:white;
	z-index: 4;
}



.label
{
	color: #999;
	font-size: 0.9em;
	margin-bottom: 5px;
}

A.image {border-bottom-style:none; padding-bottom:0px; margin-bottom:0px; border-bottom-width:0px; border-bottom-color:#FFFFFF; } 
A.image:hover { border-bottom-style:none; padding-bottom:0px; margin-bottom:0px; border-bottom-width:0px; border-bottom-color:#FFFFFF; }


A.button,	A.button_small	 
{
	display:inline-block; 
	TEXT-DECORATION: none; 
	
	text-align:center;
	margin-bottom:2px; 

	border-style: solid;
	border-radius:6px;
	border-width: 1px;

	cursor:pointer;
}

A.button
{
	padding-top:16px;
	padding-bottom:16px;
	padding-left:25px;
	padding-right:25px;
	
	FONT-WEIGHT: normal;
	FONT-SIZE:1.1em;
}

A.button_small		
{
	FONT-SIZE:0.9em;
	FONT-WEIGHT: 300;
	margin-bottom:2px; 
	
	padding-top:10px;
	padding-bottom:8px;
	padding-left:22px;
	padding-right:22px;
	
}


A.button:hover, A.button_small:hover		
{
	text-decoration:none;
}

.button_arrow_forward, .button_arrow_back
{
	background: black;

	display: inline-block;
	width:18px;
	height:18px;
	-webkit-mask: url(/lib/style/icons/button_arrow.svg) no-repeat center;
    mask: url(/lib/style/icons/button_arrow.svg) no-repeat center;
	
	position: relative;
	
	left: 0px;
}

.button_arrow_forward
{
	transform: scale(-1, 1);
	
	margin-right: -5px;
	margin-left: 10px;
	
	top: -1px;
	vertical-align: middle;
}

.button_arrow_back
{
	margin-right: 10px;
	margin-left: -5px;
	top: 5px;
	vertical-align: baseline;
}


.news_tag
{
	color: #999 !important;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 0.80em;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #BBB;
}

A.news_tag:hover
{
	background: #EEE;
}

.news_image_box {
	position:relative;
	
	width: 640px;
	height:auto;
	margin-right:0px;
	margin-bottom:8px;
	margin-top:0px;
}

.news_text_box {
	
	margin-top:5px;
	margin-bottom:0px;
	
}


.footer {
	COLOR:#909090;
	
	position:relative;
	
	FONT-SIZE: 14px; 
	
	width: 100%;
	max-width: 1000px;
		
	height: 20px;
	margin-bottom:40px;
	
	position:relative;
	padding: 40px;
	padding-top:14px;
	
	z-index:0;
	
	display:inline-block;
}


.footer_left 
{
	float:left;
}

.footer_left a
{
	margin-left:7px;
}

.footer_right 
{
	float:right;
}