html {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

html.is-reveal-open body {
	overflow-y: visible;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	line-height: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
}

a, a:visited {
	color: #009ee0;
	text-decoration: none;
}

a:hover {
	color: #009ee0;
	text-decoration: underline;
}

.frontpage h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.teaser.news h3 {
	font-size: 18px;
	color: #083c60;
	white-space: normal !important;
	margin-top: 10px;
}

.grid-container  {
	max-width: 1104px;
	position: relative;
}

/* TOP */

.top-bar {
	position: relative;
	background-color: transparent;
	padding: 0px;
}

#top_logo {
	float: left;
	margin-top: 50px;
}
.top-bar ul {
		background-color: transparent;
}

.top-bar-right {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* NAVIGATION */

.menu {
	font-weight: 400;
	font-size: 18px;
	color: #042339;
}

.top-bar-right .menu {
	font-size: 15px;
}

.menu li a, .menu li a:hover {
	color: #042339;	
	text-decoration: none;
}

.topbar-right .menu > li {
	height: auto;
	display: inherit;
}

.menu > li a {
	line-height: 22px;
}

#topmenu > .menu > li:hover {
	background-color: #ebe8e8;
}

.top-bar-right .menu {
	float: left;
}

#searchform {
	display: none;
	float: right;
}

#searchform .screen-reader-text {
	display: none;
}

#searchform input[type='text']#s {
	font-size: 15px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	color: #0a588d;	
	border-color: #0a588d;	
	width: auto;
	padding: 0.7rem 1rem;
	margin: 1px 0px 0px 0px;
	width: 80px;
	line-height: 22px;
	box-shadow: none;
}

#searchsubmit {
	display: none;
}

.top-bar-right .menu li a {
	color: #0a588d;
}

.is-dropdown-submenu {
	border: 0px none;
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: 0px;
}

/* .dropdown.menu.medium-horizontal > li.opens-right .is-dropdown-submenu { */
.dropdown.menu.medium-horizontal > li .is-dropdown-submenu {
	background-color: #053d62;
	color: #fff;
	z-index: 999;
	font-size: 14px;
}

.dropdown.menu.main > li > a {
	padding: 15px 25px 15px 25px;
}

.dropdown.menu .is-dropdown-submenu a {
	color: #fff;
}

.dropdown.menu .is-dropdown-submenu a:hover {
	color: #37b2e6;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	display: none;
}

/* FRONTPAGE */

.cell.teaser {
	padding-top: 30px;
}

.videoTeaser, .videoTeaser:active, .videoTeaser:focus, .videoTeaser span, .videoTeaser:active span, .videoTeaser:focus span {
	cursor: pointer;
	outline: 0px none;
}

.newsthumb {
	width: 200px; 
	float: left; 
	margin-right: 30px;
	height: 300px;
}

.news #next {
	font-size: 70px;
}

p.readmore {
	padding-bottom: 30px;
}

/* FOOTER */


#footer {
	background-color: #053d62;
	color: #fff;
	font-size: 12px;
	padding: 30px;
	position: relative;
	margin: auto;
	bottom: 0px;	
	width: 100%;
	margin-top: 20px;
}

#footer a, #footer a:hover {
	color: #fff;
}



#footer h3 {
	font-size: 16px;
	font-weight: 700;

}

#footer .cols {
	-webkit-columns: 330px 2; 
	-moz-columns: 330px 2;
	columns: 330px 2;
}

/* DESKTOP ONLY */

@media print, screen and (min-width: 40em) {

	.menu.main {
		margin-top: 100px;
	}

	.menu.main > li {
		height: 60px;
		display: table;
	}

	.dropdown.menu.main > li > a {
		max-width: 220px;
		display: table-cell;
		vertical-align: bottom;
	}

	#searchform input[type='text']#s {
		width: 80px;
		margin: 3px 0px 0px 0px;
	}
	
	.cell.medium-5.teaser {
		width: 47%;
	}

	.cell.medium-2.teaser {
		width: 6%;
	}
	
	.subpage .maincontent, .search .maincontent {
		padding-left: 100px;
		padding-right: 50px;
	}
	
	.reveal {
		width: 800px;
	}
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	#top_logo {
		display: none;
	}
	
	.title-bar, .top-bar ul, top-bar-right ul, #searchform {
		background: #053d62;
	}
	
	#searchform {
		width: 100%;
	}
	
	.top-bar-right {
		 position: relative;
	}
	
	.menu {
		width: 100%;
	}
	
	.menu li a, .top-bar-right .menu li a  {
		color: #fff;
		font-size: 18px;
	}
	
	#topmenu > .menu > li:hover {
		background-color: inherit;
	}
	
	#searchform {
		clear: both;
		float: left;
	}
	
	#searchform input[type='text']#s {
		width: 100%;
		background-color:#053d62;
		color: #fff;
	   padding: 0.7rem 1rem;
		font-size: 18px;
	}
}