﻿@font-face {
    font-family: 'Roboto Thin';
    src: url('/fonts/roboto-thin.eot');
    src: url('/fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-thin.woff2') format('woff2'),
         url('/fonts/roboto-thin.woff') format('woff'),
         url('/fonts/roboto-thin.ttf') format('truetype'),
         url('/fonts/roboto-thin.svg#robotolight') format('svg');
    font-weight: 100;
}
@font-face {
    font-family: 'Roboto Light';
    src: url('/fonts/roboto-light.eot');
    src: url('/fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-light.woff2') format('woff2'),
         url('/fonts/roboto-light.woff') format('woff'),
         url('/fonts/roboto-light.ttf') format('truetype'),
         url('/fonts/roboto-light.svg#robotolight') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('/fonts/roboto-regular.eot');
    src: url('/fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-regular.woff2') format('woff2'),
         url('/fonts/roboto-regular.woff') format('woff'),
         url('/fonts/roboto-regular.ttf') format('truetype'),
         url('/fonts/roboto-regular.svg#robotolight') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('/fonts/roboto-medium.eot');
    src: url('/fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-medium.woff2') format('woff2'),
         url('/fonts/roboto-medium.woff') format('woff'),
         url('/fonts/roboto-medium.ttf') format('truetype'),
         url('/fonts/roboto-medium.svg#robotolight') format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('/fonts/roboto-bold.eot');
    src: url('/fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-bold.woff2') format('woff2'),
         url('/fonts/roboto-bold.woff') format('woff'),
         url('/fonts/roboto-bold.ttf') format('truetype'),
         url('/fonts/roboto-bold.svg#robotolight') format('svg');
    font-weight: 700;
}
body {
	margin: 0;
	padding: 0;
	background: #232831;
	color: #333;
	font-weight: 300;
	font-size: 16px;
	font-family: "Roboto Light", Roboto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 20px 0;
	line-height: 1.4em;
}
h1 {
	font-family: "Roboto Thin", Roboto;
	font-size: 3.0em;
	line-height: 1.1em;
	font-weight: 100;
}
.date,
.details {
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: "Roboto Light", Roboto;
	color: #666;
}
.cancelled {
	text-decoration: line-through;
}
h2 {
	font-size: 1.7em;
	line-height: 1.2em;
	font-family: "Roboto Regular", Roboto;
	font-weight: 400;
}
h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: "Roboto Regular", Roboto;
	font-weight: 400;
}
h4 {
	font-size: 1.1em;
	font-family: "Roboto Bold", Roboto;
	font-weight: 700;
}
strong {
	font-family: "Roboto Bold", Roboto;
	font-weight: 700;
}
table {
	border-color: #ECF4DC;
	border-collapse: collapse;
}
th, td {
	padding: 5px;
	border-color: #EEE;
}
thead th {
	font-family: "Roboto Bold", Roboto;
	text-align: left;
	background: #ECF4DC;
}
tbody tr.odd td {
	background-color: #F7FBF0;
}
th p, td p {
	margin: 0;
	line-height: 1em;
}
ul {
	margin: 15px 0;
	padding: 0;
}
li {
	margin: 0 0 10px 0;
}
li div {
	display: inline;
}
li h1,
li h2,
li h3,
li h4,
li p {
	display: inline;
	margin: 0;
}
ul li {
	list-style-type: none;
}
ol .icon {
	display: none;
}
.plain-list li {
	position: relative;
	padding-left: 15px;
	list-style-type: none;
}
.plain-list .icon {
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -159px -1px;
	opacity: 0.5;
}
.bg-cyan-md .plain-list .icon,
.bg-red-dk .plain-list .icon,
.bg-green-md .plain-list .icon {
	background-position: -117px -1px;
}
.plain-list li.with-link:hover .icon {
	opacity: 1.0;
}
a {
	color: #1087B4;
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	text-decoration: none;
	transition: border-color 300ms, color 300ms, opacity 300ms;
}
a:hover {
	color: #47C1EF;
}
a img {
	border: none;
}
a.mail {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
}
hr {
	width: 100%;
	margin: 30px 0;
	float: left;
	border: none;
	border-top: solid 1px #DDD;
}
hr.no-margin {
	margin: 0;
}
iframe {
	max-width: 100%;
}
/* STRUCTURE */
.header,
.article,
.footer {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.header {
	z-index: 2;
	background: #FFF;
}
.article {
	z-index: 1;
	background: #FFF;
}
.footer {
	z-index: 0;
	min-height: 350px;
	color: #80838A;
	background: #2B313C url(/images/footer_gfx.png) no-repeat bottom center;
	background-size: cover;
}
.container {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	text-align: left;
}
.row {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	border-spacing: 20px 0;
}
.row.inline {
	display: block;
	padding: 0 10px;
	overflow: hidden;
}
.row:first-child {
	margin-top: 20px;
}
.row .row {
	width: auto;
	margin: 0 -20px;
}
.row.full {
	display: block;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
	float: left;
}
.col {
	display: table-cell;
	min-height: 1px;
	vertical-align: top;
}
.row.inline .col {
	display: inline-block;
	float: left;
	width: 240px;
	margin: 10px;
}
.col.label {
	padding: 10px 0;
}
.row.full .col {
	display: inline-block;
	float: left;
}
.quarter {
	width: 25%;
}
.half {
	width: 50%;
}
.half-tablet {
	width: 100%;
	float: none;
}
.three-quarters,
.main-content-col.three-quarters {
	width: 75%;
}
.third {
	width: 33.33%;
}
.two-thirds {
	width: 66.66%;
}
.main-content-row {
	display: block;
	width: 96.8%;
	padding: 0 1.6%;
}
.sub-nav-col {
	display: inline-block;
	width: 23%;
	float: left;
}
.main-content-col {
	display: inline-block;
	width: 100%;
	float: right;
}
.main-content-container.with-sidebar {
	display: inline-block;
	width: 62.66%;
	float: left;
}

.sidebar-content-container {
	display: inline-block;
	width: 33.33%;
	margin-left: 4%;
	float: right;
}
.content {
	padding: 20px;
}

/* NAVIGATION */

.top-nav-mobi {
	display: none;
}
.logo {
	display: block;	
	position: relative;
	z-index: 1;
	width: 119px;
	height: 100px;
	margin: 20px 0 0 20px;
	float: left;
	background: transparent url(/images/gfx.png) no-repeat 0 0;
}
.meta {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 90%;
	margin: 20px 20px 0 20px;
	float: left;
}
.meta-nav {
	display: inline-block;
	float: right;
	text-transform: uppercase; 
	color: #999;
	line-height: 3em;
}
.meta-nav-block {
	display: inline-block;
	margin-top: 30px;
	padding: 0 20px;
	float: left;
	vertical-align: middle;
}
.meta-nav a {
	margin: 0 5px;
	opacity: 0.5;
}
.meta-nav a:hover,
.meta-nav a.active {
	opacity: 1;
}
.meta-nav-block.search {
	padding-left: 5px;
}
.meta-nav-block.font-menu,
.meta-nav-block.lang-menu {
	position: relative;
	width: 50px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	overflow: visible;
	text-align: center;
	font-family: "Roboto Regular", Roboto;
	line-height: 3.1em;
	color: #CCC;
	background: #F3F3F3;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 300ms, border-color 300ms;
}
.meta-nav-block.font-menu {
	line-height: 3.0em;
}
.font-menu:hover,
.lang-menu:hover {
	color: #FFF;
	background: #234D5F;
}
.font-menu.over,
.lang-menu.over {
	color: #FFF;
	background: #234D5F;
	border-radius: 3px 3px 0 0;
}
.font-menu .icon,
.lang-menu .icon {
	display: inline-block;
	position: absolute;
	left: 21px;
	bottom: 8px;
	width: 8px;
	height: 9px;
	background: transparent url(/images/gfx.png) no-repeat -302px 0;
}
.font-menu:hover .icon, 
.lang-menu:hover .icon {
	background-position: -281px 0;
}
.font-menu.over .icon,
.lang-menu.over .icon {
	background-position: -291px 0;
}
.font-menu a,
.lang-menu a {
	display: block;
	margin: 0;
}
.font-menu a {
	font-size: 2em;
}
.font-menu:hover a,
.lang-menu:hover a,
.font-menu.over a,
.lang-menu.over a {
	color: #FFF;
	opacity: 1;
}
.font-menu.over a.disabled {
	opacity: 0.5;
}
.font-menu span {
	padding: 0 1px;
	color: #3B7993;
	font-size: 0.8em;
}
.font-menu .normal {
	font-size: 0.8em;
}
.font-menu .larger {
	font-size: 0.9em;
}
.font-menu .large {
	font-size: 1.0em;
}
.lang-menu span {
	color: #3B7993;
}
.font-menu:hover span,
.lang-menu:hover span {
	color: #FFF;
}
.font-select,
.lang-select {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #3B7993;
	border-radius: 0 0 3px 3px;
	transition: background-color 300ms, border-color 300ms;
}
.over .font-select,
.over .lang-select  {
	background: #234D5F;
}
.font-menu.over span,
.lang-menu.over span {
	color: #FFF;
}
.font-menu .font-select a:hover,
.lang-menu .lang-select a:hover {
	background: #47C1EF;
}
.top-nav {
	display: table;
	width: 100%;
	margin: 20px 20px;
	padding: 0;
	float: left;
	font-size: 1.1em;
}
.top-nav li {
	display: table-cell;
	margin: 0;
	list-style-type: none;
}
.top-nav .icon,
.top-nav ul {
	display: none;
}
.top-nav a {
	display: block;
	min-height: 45px;
	padding: 10px 20px 10px 20px;
	border-left: 5px solid #777;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
.top-nav a:hover {
	color: #333;
}
.top-nav .border-greyed {
	color: #777;
}
.yahoo {
	width: 98.3%;
	padding: 15px 0 15px 1.7%;
	float: left;
	font-size: 0.9em;
	color: #FFF;
}
.yahoo a {
	color: #FFF;
	font-family: "Roboto Light", Roboto;
}
.yahoo span {
	display: inline-block;
	width: 6px;
	height: 9px;
	margin: 0 5px;
	overflow: visible;
	background: transparent url(/images/gfx.png) no-repeat -199px -1px;
}
.print {
	float: right;
	width: 20px;
	height: 20px;
	margin: 5px 5% 0 0;
	background: transparent url(/images/gfx.png) no-repeat -220px -25px;
	opacity: 0.5;
}
.panel-heading .print {
	background-color: #DDD;
}
.print:hover {
	opacity: 1;
}
.sub-nav {
	margin: 0 0 20px 0;
}
.sub-nav ul {
	margin: 10px 0;
}
.sub-nav li {
	display: block;
	margin: 5px 0;
	padding: 7px 0 5px 0;
	position: relative;
	overflow: visible;
	font-size: 1.0em;
	line-height: 1.1em;
	border-top: dotted 1px #BBB;
	vertical-align: top;
}
.sub-nav li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.sub-nav ul li,
.sub-nav ul li:first-child {
	margin: 0;
	padding: 8px 0 8px 15px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.sub-nav ul ul li,
.sub-nav ul ul li:first-child {
	padding-left: 0;
	line-height: 1.1em;
}
.sub-nav ul ul ul li,
.sub-nav ul ul ul li:first-child {
	margin-left: 10px;
	font-size: 1.0em;
	line-height: 1.0em;
}
.sub-nav ul .icon {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 3px;
	width: 7px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -159px -1px;
}
.sub-nav ul ul .icon {
	display: none;
	top: 4px;
}
.sub-nav ul a:hover .icon,
.sub-nav ul a.active .icon {
	background-position: -199px -1px;
}
.sub-nav a:hover,
.sub-nav a.active {
	color: #F08C0B;
}
.sub-nav a.active:hover {
	color: #1087B4;
}
.sub-nav a.active:hover .icon {
	background-position: -157px -1px;
}
/* PANEL */
.panel {
	margin: 0 0 20px 0;
	overflow: hidden;
	background-color: #FFF;
}
.panel.no-bottom-margin {
	margin-bottom: 0;
}
.panel.with-padding {
	padding: 20px 5%;
}
.panel-heading {
	width: 90%;
	margin: 0;
	padding: 20px 5%;
	line-height: 1.3em;
	background: transparent;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(90%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
}
.panel-body {
	width: 90%;
	padding: 0 5%;
	float: left;
	overflow: hidden;
	border-top: solid 1px #FFF;
	border-color: rgba(255, 255, 255, 0.1);
}
.bg-white .panel-body {
	border-top-color: #DDD;
}
.panel-body.no-heading {
	border: none;
}
.panel.with-padding .panel-heading {
	width: 100%;
	padding: 0 0 20px 0;
	background: transparent;
}
.panel.with-padding .panel-body {
	width: 100%;
	padding: 0;
}
.view .panel-body {
	padding-bottom: 20px;
}
/* BANNER */
.banner {
	padding: 15px;
	text-align: center;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p {
	margin: 0;
}
.banner h2,
.banner h3,
.banner h4 {
	font-family: "Roboto Thin", Roboto;
	font-weight: 300;
}
.banner a {
	font-family: inherit;
	font-weight: inherit;
}
/* LISTS */
.list {
	padding-bottom: 15px;
}
.list.view li {
	margin-bottom: 20px;
}
.list a {
	font-family: "Roboto Medium", Roboto;
	text-decoration: none;
}
.list.view.archive li:first-child a {
	font-size: 1.8em;
	font-family: "Roboto Regular", Roboto;
	line-height: 1.4em;
}
.list.view.archive li:first-child .date {
	font-size: 1.2em;
	line-height: 1.2em;
}
.list .ingress {
	display: inline-block;
	width: 100%;
}
.list.view .details {
	font-size: 0.9em;
}
.panel .list {
	margin-bottom: 0;
}
.panel .list li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 1em;
	line-height: 1.3em;
}
.panel .list li .icon {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -119px -1px;
}
.panel .list.view li {
	padding: 0;
}
.footer li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	line-height: 1em;
}
.footer li .icon {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -119px -1px;
}
.links {
	margin: 0;
	padding: 20px;
	float: right;
}
.links li {
	margin: 0;
	padding: 0;
}
.view .links {
	position: absolute;
	bottom: 0;
	right: 0;
}
.some-lnk {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	background: #FFF url(/images/gfx.png) no-repeat 0 -100px;
	opacity: 0.5;
	border-radius: 3px;
}
.some-lnk:hover {
	opacity: 1;
}
.footer .some-lnk {
	margin: 0 5px 0 0;
} 
.some-lnk.facebook:hover {
	background-position: 0 -140px;
	background-color: #3B579D;
}
.some-lnk.twitter {
	background-position: -40px -100px;
}
.some-lnk.twitter:hover {
	background-position: -40px -140px;
}
.some-lnk.instagram {
	background-position: -120px -100px;
}
.some-lnk.instagram:hover {
	background-position: -120px -140px;
}
.some-lnk.share {
	background-position: -200px -100px;
}
.some-lnk.share:hover {
	background-position: -200px -140px;
}
.some-lnk.youtube {
	background-position: -160px -100px;
}
.some-lnk.youtube:hover {
	background-position: -160px -140px;
}
.some-lnk.linkedin {
	background-position: -240px -100px;
}
.some-lnk.linkedin:hover {
	background-position: -240px -140px;
	background-color: #0177B5;
}
/* FORMS */
a.btn,
input,
select,
textarea {
	font-size: 1em;
	line-height: 1.3em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #777;
	resize: none;
	transition: border-color 300ms, color 300ms;
}
input:disabled,
select:disabled,
textarea:disabled {
	color: #CCC;
	opacity: 0.6;
}
a.btn,
input[type='text']:focus,
input[type='password']:focus,
select:focus,
textarea:focus {
	color: #333;
	border-color: #999;
}
input[type='text']:disabled {
	background-color: #EEE;
}
a.btn,
input[type='submit'],
input[type='button'] {
	padding: 10px;
	overflow: visible;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='text'],
input[type='password'],
select,
textarea {
	width: 96%;
	padding: 10px 2%;
	border: solid 1px #CCC;
}
input[type='file'] {
	width: 100%;
}
a.btn,
input[type='submit'],
input[type='button'] {
	font-family: "Roboto Medium", Roboto;
	color: #333;
	overflow: visible;
}
.btn-large {
	padding: 15px;
	font-size: 1.2em;
}
a.btn {
	display: inline-block;
}
a.btn.full {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
}
input[type='submit'] {
	background: #234D5F;
	border-color: #234D5F;
	color: #FFF;
}
.site-search {
	width: 250px;
	padding: 0 10px;
	border: solid 1px #CCC;
	background: #FFF;
}
.site-search input {
	width: 220px;
	padding: 0;
	border: none;
	font-size: 15px;
	font-family: "Roboto Light", Roboto;
}
.gfx-btn {
	display: inline-block;
	background: transparent url(/images/gfx.png) no-repeat -117px -11px;
	cursor: pointer;
}
.meta .gfx-btn {
	opacity: 0.5;
}
.meta .gfx-btn:hover {
	opacity: 1;
}
.gfx-btn.font-size-up,
.gfx-btn.font-size-down {
	position: relative;
	width: 13px;
	height: 9px;
	background-position: -171px -2px;
}
.gfx-btn.font-size-down {
	background-position: -184px -2px;
}
.gfx-btn.search {
	width: 23px;
	height: 24px;
	margin: 13px 0 0 0;
	float: right;
	background-position: -120px -11px;
}
.chkbxlst input {
	margin-left: 20px;
}
.chkbxlst input:first-child {
	margin-left: 0;
}
/* IMAGE ROULETTE */
.image-roulette {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #232831;
}
.image-roulette img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
}
/* SLIDESHOW */
.slide-show-container.fp {
	padding: 5px;
}
.slide-show {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}
.slide-show .slide {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	padding-bottom: 30px;
}
.slide-show .slide-image {
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	min-height: 1px;
	background: #FFF no-repeat center center;
	background-size: cover;
}
.slide-show .slide-image.no-clip {
	height: auto;
	background-size: contain;
}
.slide-show .slide-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.slide-show .slide-content {
	display: block;
	width: 94%;
	min-height: 1px;
	padding: 0 3%;
}
.slide-arrow {
	position: absolute;
	bottom: 30px;
	width: 1px;
	height: 1px;
	overflow: visible;
	opacity: 0;
	transition: opacity 300ms;
}
.slide-arrow.prev {
	z-index: 998;
	left: 20px;
}
.slide-arrow.next {
	z-index: 999;
	right: 20px;
}
.slide-arrow .icon {
	display: block;
	position: relative;
	top: -17px;
	left: -17px;
	width: 30px;
	height: 30px;
	background: #234D5F url(/images/gfx.png) no-repeat -279px -19px;
	cursor: pointer;
	border-radius: 3px;
	transition: background-color 300ms;
}
.slide-arrow:hover .icon {
	background-color: #47C1EF;
}
.slide-arrow.next .icon {
	background-position: -279px -49px;
}
.slide-pager {
	position: absolute;
	z-index: 997;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms;
}
.slide-pager a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: #234D5F;
	border-radius: 15px;
	transition: background-color 300ms;
}
.slide-pager a:hover {
	background-color: #47C1EF;
}
.slide-pager .active {
	background: #F08C0B;
}
.slide-meter {
	position: absolute;
	z-index: 998;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #F08C0B;
}
.slide-show:hover .slide-arrow,
.slide-show:hover .slide-pager  {
	opacity: 1;
}
/* MISC */
.break-words {
	display: inline-block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
.print-only-block,
.print-only-inline {
	display: none;
}
.article .print,
.rss {
	display: inline-block;
	position: relative;
	top: -3px;
	width: 30px;
	height: 30px;
	float: right;
	line-height: 1px;
	background: #DDD url(/images/gfx.png) no-repeat -135px -75px;
	border-radius: 3px;
	opacity: 1;
}
.article .print {
	margin: 0 5px 0 0;
	background-position: -215px -50px;
}
.article .print:hover,
.rss:hover {
	background-color: #F08C0B;
}
.view {
	position: relative;
}
.with-padding {
	padding: 20px;
}
.rounded {
	border-radius: 3px;
}
.weather-symbol {
	display: inline-block;
	width: 50px;
	margin: 0 5px;
	background: transparent url(/images/gfx.png) no-repeat -119px -36px;
}
.font-size-reset {
	margin: 0 10px;
}
.msgbx {
	width: 96%;
	margin: 0 0 20px 0;
	padding: 20px 2%;
	float: left;
	background: #FFF;
	color: #333;
	border: solid 1px #CCC;
}
.msgbx h3 {
	color: #1087B4;
}
.msgbx strong {
	font-size: 1.2em;
}
.error strong,
.error h3 {
	color: #E33549;
}
.msgbx.info strong {
	color: #9F3A46;
}
.missing,
.req  {
	font-family: "Roboto Bold", Roboto;
	color: #E33549;
}
.share-links {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	color: #FFF;
	font-family: "Roboto Bold", Roboto;
	line-height: 40px;
	text-align: right;
	cursor: pointer;
	border-radius: 2px;
}
.main-content-col .share-links {
	margin: 0 0 20px 0;
}
.share-bar {
	display: block;
	position: relative;
	z-index: 1;
	float: right;
}
.share-title {
	display:  block;
	position: relative;
	z-index: 1;
	padding: 0 10px 0 30px;
	height: 40px;
	line-height: 40px;
	background: #2B313C;
	border: solid 2px #2B313C;
	border-radius: 2px;
	transition: border-color 300ms, background-color 300ms;
}
.share-bar:hover .share-title {
	border-color: #F08C0B;
	background-color: #F08C0B;
}
.share-icon {
	position: absolute;
	top: 0;
	left: 10px;
	width: 15px;
	height: 40px;
	font-size: 26px;
	line-height: 38px;
}
.share-links ul {
	display: block;
	position: absolute;
	z-index: 0;
	top: 2px;
	left: 0;
	width: 120px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	background-color: #F08C0B;
	border-radius: 3px 0 0 3px;
}
.share-links ul li {
	display: inline-block;
	margin: 0;
	width: 40px;
	height: 40px;
	float: left;
}
.share-links .some-lnk {
	border-radius: 0;
}
.note {
	font-size: 0.8em;
	font-style: italic; 
	color: #777;
}
.panel .note {
	color: #FFF;
}
.alphaNav a {
	display: inline-block;
	width: 30px;
	margin: 0 2px 2px 0;
	padding: 0;
	text-align: center;
	line-height: 2em;
	border: none;
	text-decoration: none;
	background: #EEE;
	border: solid 1px #DDD;
	color: #333;
}
div.alphaNav a.Active,
div.alphaNav a:hover {
	color: #FFF;
	border-color: #1087b4;
	background: #1087b4;
}
.asiasanat {
	border-spacing: 0;
}
.asiasanat td {
	width: 25%;
	padding: 0;
	vertical-align: top;
}
.yhdistys-logo {
	width: 250px;
	overflow: hidden;
}
.yhdistys-logo img {
	width: 100%;
	max-width: 250px;
	height: auto;
}
.markkinakartta-banneri {
	background-image: url(/images/markkinakartta_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.markkinakartta-banneri,
.markkinakartta-banneri a {
	color: #FFF;
}
.markkinakartta-banneri .panel-body {
	border: none;
}
.markkinakartta-banneri-title {
	display: block;
	margin: 15px 0 0 0; 
	font-family: 'Roboto Thin'; 
	font-weight: 300;
	font-size: 1.8em;
}
.markkinakartta-banneri-subtitle {
	display: block;
	font-family: 'Roboto Light'; 
	font-size: 1em;
	line-height: 1;
	margin: 0 0 10px 0;
}
.markkinakartta-banneri-icon {
	width: 60px;
	height: 60px;
	margin: 15px 15px 15px 0;
	float: left;
	background: #FFF url(/images/markkinakartta_icon.png) no-repeat center center;
	border-radius: 4px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.sidebar-content-container .markkinakartta-banneri-title {
	margin-top: 20px;
	margin-bottom: 2px;
	font-family: "Roboto Bold", Roboto;
	font-size: 1.1em;
	font-weight: 600;
}
.sidebar-content-container .markkinakartta-banneri-subtitle  {
	font-family: 'Roboto Regular';
	font-size: 0.8em;
}
.sidebar-content-container .markkinakartta-banneri-icon {
	width: 50px;
	height: 50px;
}
p.small-text,
.small-text,
.small-text p {
	font-size: 14px;
	line-height: 20px;
}
.mobile-only-block {
	display: none;
}
/* POPUP */
#popup {
	display: none;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
#popup-shade {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
#popup-content {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	overflow: visible;
	white-space: nowrap;
}
#popup-load-icon {
	display: block;
	position: relative;
	top: -40px;
	left: -45px;
	width: 90px;
	height: 80px;
	padding: 0 0 5px 0;
	overflow: hidden;
	color: #BBB;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	vertical-align: top;
	background: #222;
	background: rgba(0,0,0,0.5);
	border-radius: 3px;
}
#popup-load-icon-img {
	display: block;
	margin: 8px auto 0 auto;
	border: 5px solid #222;
	border-radius: 2px;
	box-shadow: 0 0 4px -1px #555;
}
#popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 25px;
	height: 25px;
	background: url(/images/gfx.png) no-repeat -114px -73px;
}
#popup-title {
	padding: 10px 20px;
	font-family: "Roboto Regular", Roboto;
	color: #FFF;
	background: #234D5F;
}
.error #popup-title {
	background-color: #9F3A46;
}
#popup-content-container {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
	white-space: normal;
	border-radius: 3px;
	box-shadow: 0 0 8px -1px #222;
}
#popup-content-container .content {
	padding: 0 20px;
	overflow: hidden;
	background: #FFF;
}

/* COLORS */
.bg-white {
	background-color: #FFF !important;
}
.bg-grey-dk {
	background-color: #333 !important;
}
.border-grey-dk,
.border-grey-dk:hover {
	border-color: #333 !important;
}
.bg-grey-md {
	background-color: #777 !important;
}
.border-grey-md,
.border-grey-md:hover {
	border-color: #777 !important;
}
.bg-grey-lt {
	background-color: #EEE !important;
}
.border-grey-lt,
.border-grey-lt:hover {
	border-color: #EEE !important;
}
.bg-cyan-dk {
	background-color: #234D5F !important;
}
.border-cyan-dk,
.border-cyan-dk:hover {
	border-color: #234D5F !important;
}
.bg-cyan-md  {
	background-color: #3B7993 !important;
}
.border-cyan-md,
.border-cyan-md:hover {
	border-color: #3B7993 !important;
}
.bg-cyan-lt {
	background-color: #47C1EF !important;
}
.border-cyan-lt {
	border-color: #47C1EF;
}
.bg-green-dk {
	background-color: #004B28 !important;
}
.border-green-dk,
.border-green-dk:hover {
	border-color: #004B28 !important;
}
.bg-green-md {
	background-color: #007D55 !important;
}
.border-green-md,
.border-green-md:hover {
	border-color: #007D55 !important;
}
.bg-green-lt {
	background-color: #A2D926 !important;
}
.border-green-lt,
.border-green-lt:hover {
	border-color: #A2D926 !important;
}
.bg-green-xlt {
	background-color: #ECF4DC !important;
}
.border-green-xlt,
.border-green-xlt:hover {
	border-color: #ECF4DC !important;
}
.bg-red-dk {
	border-color: #5F232A !important;
	background-color: #5F232A !important;
}
.border-red-dk,
.border-red-dk:hover {
	border-color: #5F232A !important;
}
.bg-red-md {
	border-color: #9F3A46 !important;
	background-color: #9F3A46 !important;
}
.border-red-md,
.border-red-md:hover {
	border-color: #9F3A46 !important;
	border-color: #9F3A46 !important;
}
.bg-red-lt {
	background-color: #E33549 !important;
}
.border-red-lt,
.border-red-lt:hover {
	border-color: #E33549 !important;
}
.bg-orange {
	background-color: #F08C0B !important;
}
.border-orange,
.border-orange:hover {
	border-color: #F08C0B !important;
}
.bg-brown-dk {
	background-color: #6A3E05 !important;
}
.border-brown-dk,
.border-brown-dk:hover {
	border-color: #6A3E05 !important;
}
.bg-brown-lt {
	background-color: #BD7313 !important;
}
.border-brown-lt,
.border-brown-lt:hover {
	border-color: #BD7313 !important;
}
.bg-grey-dk,
.bg-grey-dk a,
.bg-grey-md,
.bg-grey-md a,
.bg-cyan-md,
.bg-cyan-md a,
.bg-cyan-lt,
.bg-cyan-lt a,
.bg-green-md,
.bg-green-md a,
.bg-red-dk,
.bg-red-dk a,
.bg-orange,
.bg-orange a {
	color: #FFF;
}
input.bg-grey-dk,
.btn.bg-grey-dk,
input.bg-grey-md,
.btn.bg-grey-md,
input.bg-cyan-dk,
.btn.bg-cyan-dk,
input.bg-cyan-md,
.btn.bg-cyan-md,
input.bg-cyan-lt,
.btn.bg-cyan-lt,
input.bg-green-md,
.btn.bg-green-md,
input.bg-red-dk,
.btn.bg-red-dk,
input.bg-red-md,
.btn.bg-red-md,
input.bg-orange,
.btn.bg-orange {
	color: #FFF;
}
.bg-cyan-md a:hover {
	color: #47C1EF;
}
.bg-green-md a:hover {
	color: #A2D926;
}
.bg-red-dk a:hover {
	color: #F08C0B;
}
.bg-orange a:hover {
	color: #333;
}
.border-greyed {
	border-color: #CCC !important;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #F08C0B;
}
/* EVENTS */
.event-list .row {
	margin: 5px 0;
	padding: 0;
}
.event-list .row.event-block {
	width: 96%;
	padding: 10px 2%;
	background: #F6F6F6;
}
.row.event-block .details {
	font-size: 0.9em;
}
.event-list .row.event-block:nth-child(even) {
	background: #F9F9F9;
}
.event-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: solid 1px #DDD;
	background: #DDD no-repeat center center;
	background-size: cover;
	border-radius: 3px;
}
.event-current-image {
	position: relative; 
	margin: 25px 0; 
	max-width: 50%;
}
img.event-image {
	width: auto;
	height: auto;
	max-height: 470px;
}
.event-current-image img.event-image {
	max-width: 100%;
}
.event-image.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.event-image.inline {
	width: 250px;
	margin: 0 0 20px 20px;
	float: right;
}
.event-image.thumb {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
	border: none;
	background: Transparent no-repeat center center;
	background-size: cover;
}
input.event-delete-image {
	position: absolute; 
	top: 15px; 
	right: 15px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #FFF;
	border: none;
	color: #E33549;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,0.2);
	opacity: 0.5;
	transition: opacity 150ms;
}
input.event-delete-image:hover {
	opacity: 1;
}
.event-content {
	overflow: hidden;
}
.event-main {
	padding-right: 30px;
}
.row.event-info {
	width: 96% !important;
	margin: 0 !important;
	padding: 5px 2% !important;
	overflow: hidden;
	background: #DDD;
}
.row.event-info  p {
	margin: 5px 0;
}
.row.event-admin {
	width: 96% !important;
	margin: 0 0 10px 0 !important;
	padding: 10px 2% !important;
	overflow: hidden;
	background: #EEE;
	border-radius: 4px;
}
.event-admin .col {
	margin-top: 0;
	margin-bottom: 0;
}
.event-editor .chkbxlst {
	width: auto;
	margin-top: 8px;
}
.event-editor .chkbxlst td {
	position: relative;
	width: 33%;
	vertical-align: top;
}
.event-editor .chkbxlst input {
	position: absolute;
	margin-left: 0;
}
.event-editor .chkbxlst label {
	display: block;
	padding-left: 20px;
}
.event-editor .event-image {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: none;
	border: none;
}
.event-editor .event-image img {
	display: block;
	margin: 0 auto;
	border: solid 1px #DDD;
}
.event-editor .event-image input {
	display: none;
	position: absolute;
	top: 5%;
	right: 5%;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	border: none;
	border-radius: 4px;
	opacity: 0.7;
	transition: background-color 150ms, opacity 150ms;
}
.event-editor .event-image input:hover {
	background-color: #E33549 !important;
	opacity: 1;
}
.event-editor .event-image:hover input {
	display: block;
}
/* CALENDAR */
.calendar,
.calendar-quick-links {
	width: 95%;
}
.calendar {
	overflow: hidden;
	border-radius: 3px;
	border: solid 1px #DDD;
}
.calendar div.loader {
	height: 100px;
	background: Transparent url(/images/loading.gif) no-repeat center center;
}
.calendar-header {
	position: relative;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	font-family: "Roboto Bold", Roboto;
	text-align: center;
}
.calendar-header a {
	display: block;
	position: absolute;
	top: 5px;
	width: 30px;
	height: 30px;
	background: transparent url(/images/gfx.png) no-repeat -249px -19px;
	border-radius: 3px;
}
.calendar-header .prev {
	left: 5%;
}
.calendar-header a:hover {
	background-color: #3B7993;
	background-position: -279px -19px;
}
.calendar-header .next {
	right: 5%;
	background-position: -249px -48px;
}
.calendar-header .next:hover {
	background-position: -279px -48px;
}
.calendar-body {
	position: relative;
	z-index: 999;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.calendar-body td {
	width: 12%;
	padding: 0;
	font-size: 0.8em;
	line-height: 2.0em;
	font-family: "Roboto Bold", Roboto;
	text-align: center;
	border: solid 1px #DDD;
	border-bottom: none;
	border-right: none;
}
.calendar-body td:first-child {
	border-left: none;
}
.calendar-body td div {
	position: relative;
}
.calendar-body td.hc {
	color: #FFF;
	border-color: #327089;
	background: #3B7993;
}
.calendar-body td.dc {
	background-color: #FFF;
	cursor: pointer;
}
.calendar-body td.ac {
	color: #FFF;
	background: #F08C0B;
	background: -moz-linear-gradient(top,  #F2C80C 0%, #F08C0B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2C80C), color-stop(100%, #F08C0B));
	background: -webkit-linear-gradient(top, #F2C80C 0%, #F08C0B 100%);
	background: -o-linear-gradient(top, #F2C80C 0%, #F08C0B 100%);
	background: -ms-linear-gradient(top, #F2C80C 0%, #F08C0B 100%);
	background: linear-gradient(to bottom, #F2C80C 0%, #F08C0B 100%);
}
.calendar-body td.bc {
	background-color: #EEE;
}
.calendar-body td.active {
	color: #F08C0B;
	background: #FFF;
	box-shadow: inset 0 0 1px 0 rgba(255, 144, 0, 0.5);
} 
.calendar-body .nick {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -249px -80px;
}
.calendar-body td.dc.dg .nick {
	background-position: -229px -80px;
}
.calendar-body td.active .nick {
	background-position: -239px -80px !important;
}
.calTag {
	display: none;
	position: absolute;
	z-index: 99999;
	font-size: 12px;
	text-align: left;
	background: #234D5F;
	border: solid 1px #234D5F;
	border-radius: 5px;
	box-shadow: 2px 2px 5px -1px #000;
}
.calTag .point {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 13px;
	height: 13px;
	background: transparent url(/images/gfx.png) no-repeat -261px -80px;
	pointer-events: none;
}
.calTag ul {
	position: relative;
	margin: 0;
	padding: 5px;
}
.calTag li {
	position: relative;
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
	color: #FFF;
	white-space: nowrap;
}
.calTag .icon {
	width: 6px;
	height: 10px;
	margin: 3px 4px 0 0;
	float: left;
	background: Transparent url(/images/gfx.png) no-repeat -119px 0;
}
.calTag li a {
	color: #FFF;
	text-decoration: none;
}
.calTag li a:hover {
	color: #47C1EF;
}
.calBubble {
	display: none;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	background: #F08C0B;
	border-radius: 3px;
	box-shadow: 0 2px 10px -5px #000;
}
.calBubble h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.calBubble ul {
	margin: 0;
	padding: 0;
}
.calBubble li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #FF9000;
}
.calBubble li a,
.calBubble li span {
	display: block;
	padding: 5px 10px 5px 20px;
	color: #FFF;
	opacity: 0.7;
	background: #F08C0B;
	transition: opacity 150ms, color 150ms, background-color 150ms;
}
.calBubble li a:hover {
	opacity: 1;
	color: #F08C0B;
	background: #FFF;
}
.calBubble li a::before,
.calBubble li span::before  {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 6px;
	height: 10px;
	background: Transparent url(/images/gfx.png) no-repeat -119px 0;
	content: " ";
}
.calBubble li a:hover::before {
	background-position: -199px 0;
}
.calendar-quick-links a {
	display: block;
	padding: 4px;
	color: #333;
	text-align: center;
	border: solid 1px #DDD;
	border-radius: 3px;
}
.calendar-quick-links a.active {
	color: #FFF !important;
	border-color: #47C1EF !important;
	background-color: #47C1EF !important;
}
.calendar-quick-links .divider {
	margin: 0;
	padding: 0;
}
/* RESEARCH */
.research-scale-question {
	width: 100%;
	border-spacing: 0;
}
.research-scale-question td,
.research-scale-question th {
	padding: 10px 0;
}
.research-scale-question thead th {
	text-align: center;
	background: none;
	border-bottom: solid 1px #DDD;
}
.research-scale-question-mobile {
	display: none;
}
.research-scale-question-option {
	text-align: center;
}
.research-btn.next {
	float: right;
}
.research-navigation {
	position: relative;
	z-index: 1;
	padding: 20px 0 0 0;
	border-top: solid 1px #DDD;
}
.research-progress {
	position: relative;
	z-index: 0;
	top: -50px;
	text-align: center;
}
p.event-image img {
	width:100%;
	height:auto;
}
input#tapahtuma_Kuva {
	color:#fff;
}
.img-upload {
	padding: 10px;
	line-height: 30px;
}
.default-image-list {
	overflow: hidden;
}
.default-image {
	display: inline-block;
	width: 21%;
	height: auto;
	margin: 0 2% 15px 0;
	float: left;
	border-radius: 3px;
	border: solid 1px #DDD;
	opacity: 0.5;
	cursor: pointer;
	border-radius: 3px;
	transition: opacity 150ms, box-shadow 150ms;
}
.default-image:hover,
.default-image.active {
	border: solid 1px #FFF;
	opacity: 1;
	box-shadow: 0 5px 20px -5px #000;
}

/* UUTISKIRJE */
.newsletter {
	font-family: Arial, Helvetica, sans-serif !important; 
}
.newsletter h1 {
	margin-top: 15px 0 !important;
	font-size: 40px !important; 
	line-height: 41px !important; 
	font-weight: normal !important; 
	color: #234D5F !important;
}
.newsletter h2 {
	margin: 15px 0 !important;
	font-size: 30px !important; 
	line-height: 31px !important; 
	font-weight: bold !important;
}
.newsletter h3 {
	margin: 15px 0 !important; 
	font-size: 22px !important; 
	line-height: 23px !important; 
	font-weight: bold !important;
}
.newsletter_header h3 {
	font-size: 24px !important;
	line-height: 25px !important;
	font-weight: normal !important;
	color: #234D5F !important;
}
.newsletter h4 {
	margin: 15px 0 !important;
	font-size: 16px !important; 
	line-height: 17px !important; 
	font-weight: bold !important;
}
.newsletter p {
	margin: 25px 0 !important; 
	line-height: 24px !important;
}
p.newsletter_body_link { 
	margin: 5px 0 !important; 
	font-size: 11px !important; 
	text-align: center !important; 
}
.newsletter table table {
	margin: 0 auto 30px auto;
}
.newsletter table table td {
	padding: 0 30px;
}
.newsletter table table table td {
	padding: 10px;
}
.newsletter table table td p { 
	margin: 20px 0 !important; 
	font-size: 13px !important; 
	line-height: 20px !important; 
}
.newsletter a { 
	color: #234D5F !important;
	font-weight: bold !important; 
	text-decoration: none !important; 
}
.newsletter-dark a { 
	color: #47C1EF !important;
}
.newsletter-image img { 
	display: block !important;
}

/* TABS */
.tabs {
	width: 100%;
	float: left;
	overflow: hidden;
}
.tabs-header {
	width: 100%;
	float: left;
}
.tabs-header a {
	display: block;
	position: relative;
	margin: 0 1px 1px 0;
	padding: 10px 25px;
	float: left;
	color: #333;
	font-family: "Roboto Thin", Roboto;
	font-size: 1.4em;
	font-weight: 300;
	background: #EEE;
	transition: color 200ms, background-color 200ms;
}
.tabs-header a:hover {
	color: #234D5F;
	background: #D3DBDF;
}
.tabs-header a.active {
	color: #FFF;
	background: #234D5F;
}
.tabs-header .err-bubble {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	color: #FFF;
	font-family: "Roboto Bold", Roboto;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	background: #E33549;
	border-radius: 20px;
}
.tabs-body {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.tabs-body .list a {
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	color: #234D5F;
	opacity: 0.7;
}
.tabs-body .list a.active  {
	font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
	color: #3B7993;
	opacity: 1;
}
.tabs-body .list a:hover {
	color: #3B7993;
	opacity: 1;
}
.tabs-body .list a .icon {
	display: inline-block;
	width: 7px;
	height: 12px;
	margin-right: 5px;
	background: transparent url(/images/gfx.png) no-repeat -238px 0px;
	opacity: 0.5;
}
.tabs-body .list a:hover .icon,
.tabs-body .list a.active .icon {
	opacity: 1;
}
.tab {
	display: none;
	position: relative;
	min-height: 380px;
	padding: 0 2% 40px 2%;
	overflow: hidden;
	border: solid 1px #DDD;
}
.tab .row {
	position: relative;
	overflow: visible;
	border-top: solid 1px #EEE;
}
.tab .row .row,
.tab .row:first-child {
	border-top: none;
}
.tab .panel.help-bubble {
	position: absolute;
	top: 20px;
	right: 0;
	width: 33%;
	overflow: visible;
	box-shadow: 0 5px 15px -10px #000;
}
.tab .panel.help-bubble:after {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	color: #DCE4CC;
	font-family: "Roboto Bold", Roboto;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	border: solid 3px #ECF4DC;
	border-radius: 30px;
	content: "?";
}
.tab .event-image {
	max-width: 90%;
}
.tab .err {
	border: solid 1px #FF6579;
}
.tab .previous,
.tab .next {
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 30px;
	border: solid 4px #234D5F;
	background: #234D5F url(/images/gfx.png) no-repeat;
}
.tab .previous {
	left: 0;
	border-radius: 0 4px 0 0;
	background-position: -279px -19px;
}
.tab .next {
	right: 0;
	border-radius: 4px 0 0 0;
	background-position: -279px -49px;
}
.date-select {
	display: inline-block;
	position: relative;
}
.date-select input {
	position: relative;
	z-index: 1;
	margin-right: 5px;
	background-color: transparent;
}
.date-select:after {
	display: block;
	position: absolute;
	top: 9px;
	right: 7px;
	z-index: 0;
	width: 23px;
	height: 23px;
	background: transparent url(/images/gfx.png) -121px -36px;
	content: " ";
}
.ui-datepicker {
	width: auto !important;
	border: solid 1px #CCC !important;
	border-radius: 0 !important;
}
.ui-datepicker table {
	border-collapse: collapse;
}
.ui-datepicker th,
.ui-datepicker td {
	padding: 0 !important;
	border: solid 1px #DDD !important;
	border-collapse: collapse;
	font-size: 13px;
	text-align: center !important;
	vertical-align: middle !important;
}
.ui-datepicker th span,
.ui-datepicker td span, 
.ui-datepicker td a {
	display: inline-block;
	padding: 5px !important;
	text-align: center !important;
}
.ui-datepicker-header {
	border: none !important;
	background: transparent !important;
	border-radius: 0 !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	width: 1.7em !important;
	height: 1.7em !important;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 13px !important;
	line-height: 2.2em !important;
}
.ui-datepicker .ui-state-default {
	border: none !important;
	background: #FFF !important;
	transition: background 150ms, border-color 150ms;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
	color: #FFF !important;
	background: #E33549 !important;
}
.ui-datepicker .ui-state-default.ui-state-active {
	color: #FFF !important;
	background: #A2D926 !important;
}
.ui-datepicker .ui-state-disabled  {
	background: #EEE !important;
}
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-state-hover {
	color: #004B28 !important;
	background: #ECF4DC !important;
	border: none !important;
	border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header .ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
	color: #004B28 !important;
	background: #ECF4DC !important;
	border: solid 1px #DCE4CC !important;
	border-radius: 4px !important;
}

iframe.graph {
	width: 100%;
	height: 400px;
	border: none;
	margin-bottom: 20px
}