






/**
 * Base
 */

html {
    font-size: 0.938em;
    -webkit-text-size-adjust: 0.938em;
    -ms-text-size-adjust: 0.938em;
	overflow-y: scroll;
	min-height: 100%;
	background-color: #fff;
	color: #000;
	line-height: 1.4;
}

html,
button,
input,
select,
textarea {
	font-family: arial;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	min-width: 320px;
}






/**
 * Links
 */

a:focus,
a:active,
a:hover {
    outline: 0;
}

a {
	text-decoration: none;
}

a:hover {

}

p a {
	color: #000;
	opacity: .65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
}

p a:hover {
	text-decoration: none;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.link-ico {
	font-style: normal;
	position: absolute;
	
	margin-left: 5px;
	margin-left: 0.333rem;
}


/**
 * Typography
 */

strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

address {
	font-style: normal;
}

::-moz-selection {
	background-color: rgba(255, 242, 0, 0.75);
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: rgba(145, 242, 189, 0.75);
	color: #000;
	text-shadow: none;
}

.section--rev ::-moz-selection {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff200;
	text-shadow: none;
}

.section--rev ::selection {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff200;
	text-shadow: none;
}

.top-panel ::-moz-selection {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff200;
	text-shadow: none;
}

.top-panel ::selection {
	background-color: rgba(0, 0, 0, 0.75);
	color: #91F2BD;
	text-shadow: none;
}

/* Runda */
h1, .alpha,
h2, .beta,
h4, .delta,
.medium--theinhardt,
.nav,
.social-nav,
.subnav__nav,
.footer,
.red-cover__mega,
.button,
.in-slide-content,
.error,
.work-nav,
.sans-serif {
	font-family: "Arial",sans-serif;
	font-weight: bold;
}

.sans-serif {
	position: relative;
}



/* Paragraphs */
p {
	margin-top: 0;
	
	margin-bottom: 10px;
	margin-bottom: 0.667rem;
}

.large {
	font-size: 29px;
	font-size: 1.933rem;
	line-height: 1.25;
	
	margin-bottom: 20px;
	margin-bottom: 1.333rem;
}

.medium {
	font-size: 24px;
	
	
	line-height: 1.3;
	
	margin-bottom: 20px;
	margin-bottom: 1.333rem;
}

.medium--tight {
	margin-bottom: 5px;
	margin-bottom: 0.333rem;
}

.medium--theinhardt {
	padding-top: 5px;
	padding-top: 0.333rem;
}

.small {
	font-size: 14px;
	font-size: 0.933rem;
}


/**
 * Lists
 */

dl, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

ol, ul {
    padding: 0 0 0 40px;
}

/* Logos */



/**
 * Embedded content
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    max-width: 100%;
    font-style: italic;
}

.img--center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.img--full-bleed {
	width:100%;
}

.img--negative {
	margin-top: -9px;
}

svg:not(:root) {
    overflow: hidden;
}


/**
 * Forms
 */

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}


/**
 * Tables
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * Shared
 */

.nav a:hover,
.nav__active a {
	color: #000;
}

.subnav__nav a:hover,
.subnav__nav a.active,
.red-cover__mega {
	color: #91F2BD;
}

.top-panel,
.red-cover__over--y,
.section--rev {
	background-color: #91F2BD;
}

.page {
	background: #ddd;
}




/* #Layout
================================================== */

/**
 * Clearfix
 */

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.wrapper {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
}


/**
 * Grid
 */

.gw:before,
.gw:after{
	content:"";
	display:table;
}

.gw:after{
	clear:both;
}

.gw {
    zoom:1;
}

ul.gw {
	list-style: none;
	margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.g {
	float:left;
}

.g--right {
	float: right;
	background-color: #000000;
}

.g--center {
	margin-right: auto;
	margin-left: auto;
}

.g__gutter {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.g__nav_gutter {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.g__gutter_b {
	padding-left: 0px;
	padding-right: 0px;
}


/**
 * Widths
 */

.span12 {
	width: 99.99999999999999%;
}

.span11 {
	width: 91.66666666666666%;
}

.span10 {
	width: 83.33333333333331%;
}

.span9 {
	width: 74.99999999999999%;
}

.span8 {
	width: 66.66666666666666%;
}

.span7 {
	width: 58.33333333333333%;
}

.span6 {
	width: 49.99999999999999%;
}

.span5 {
	width: 41.66666666666666%;
}

.span4 {
	width: 33.33333333333333%;
}

.span3 {
	width: 24.999999999999996%;
}

.span2 {
	width: 16.666666666666664%;
}

.span1 {
  width: 8.333333333333332%;
}


/**
 * Offsets
 */

.offset12 {
	margin-left: 99.99999999999999%;
}

.offset11 {
	margin-left: 91.66666666666666%;
}

.offset10 {
	margin-left: 83.33333333333331%;
}

.offset9 {
	margin-left: 74.99999999999999%;
}

.offset8 {
	margin-left: 66.66666666666666%;
}

.offset7 {
	margin-left: 58.33333333333333%;
}

.offset6 {
	margin-left: 49.99999999999999%;
}

.offset5 {
	margin-left: 41.66666666666666%;
}

.offset4 {
	margin-left: 33.33333333333333%;
}

.offset3 {
	margin-left: 24.999999999999996%;
}

.offset2 {
	margin-left: 16.666666666666664%;
}

.offset1 {
	margin-left: 8.333333333333332%;
}


/**
 * Header
 */

.header {
	position: relative;
	background-color: #fff;
}

.wide-header {
	background-color: #fff;
}

.logo {
	width: 110px;
	height: 65px;
	
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom: 0;
	z-index: 20;
}

.logo:hover {
	background-position: 0 -22px;
}


/**
 * Navigation
 */

.navigation {
	float: right;
}

/* Responsive nav hooks */
#toggle,
.toggle {
	display: none;
}

/* Shared nav styles */
.nav {
	list-style: none;
    list-style-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
    font-size: 15px;
}

.nav li {
	float: left;
}

.nav a {
	display: block;
	position: relative;
	border-bottom: 0;
	color: #ffffff;
}

/* Site nav */
.site-nav a {
	padding: 35px 25px 35px 25px;
}

.nav a span {
	border-bottom: 2px solid transparent;
}

.nav a:hover span {
	border-bottom: 0px solid #91F2BD;
}

.nav__active a span,
.nav__active a:hover span {
	border-bottom: 2px solid #91F2BD;
}

/* Social nav */
.social-nav a {
	width: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
	text-indent: -99em;
	overflow: hidden;
}

.social-nav i {
	display: block;
	height: 14px;
	position: absolute;
	top: 38px;
}

.social-nav__fb i {
	width: 7px;
	left: 12px;
	background: url('../img/css/sprites/facebook.png') no-repeat;
}

.social-nav__fb:hover i {
	background-position: 0 -15px;
}

.social-nav__tw i {
	width: 15px;
	left: 8px;
	background: url('../img/css/sprites/twitter.png') no-repeat;
}

.social-nav__tw:hover i {
	background-position: 0 -14px;
}

.social-nav__em i {
	width: 20px;
	left: 5px;
	background: url('../img/css/sprites/email.png') no-repeat;
}

.social-nav__em:hover i {
	background-position: 0 -15px;
}

/* Active links for top panel */
a.active-panel,
a.active-panel:hover {
	color: transparent;
}

.active-panel:after {
    content: "";
    width: 14px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: -10px;
    display: block;
    margin-left: -7px;
    background: url('img/close-w.png') right 21px no-repeat;
}

.site-nav__contact .active-panel:after {
	background-position: right 36px;
}

a.active-panel:hover span {
	border-bottom: 0;
}

.social-nav__em .active-panel i {
	display: none;
}

.social-nav__em .active-panel:after {
	margin-top: 15px;
}




/**
 * Top Panel
 */

.top-panel {
	display: none;
	
	padding-top: 50px;
	padding-top: 3.333rem;
	
	padding-bottom: 33px;
	padding-bottom: 2.200rem;
}

.top-panel--no-js {
	display: block;
}

.home-page .top-panel {
	max-width: 100%;
}

.home-page .ajax-snip {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}



.message-title {
	margin-top: 16px;
	margin-top: 1.067rem;
	margin-bottom: 0;
}


/**
 * Collapsable Content
 */

.collapse {
	display: none;
	padding-top: 12px;
	padding-right: 0.800rem;
}




/* #Module
================================================== */




/* #Media queries
================================================== */


/**
 * General breakpoints
 */

/* Really large desktop */
@media (min-width: 1400px) {

	html {
		font-size: 1.125em;
	}
	
	.section__caption {
		padding-right: 160px;
	}

}

/* Large desktop */
@media (min-width: 1200px) {

	.span4 {
		width: 24.999999999999996%;
	}
	
	.span4--desk-span4 {
		width: 33.33333333333333%;
	}
	
	.desk-offset3 {
		margin-left: 10%;
	}
	

	

}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.hide-tablet {
		display: none !important;
	}
	
	html {
		font-size: 0.85em;
	}
	
	.span8--lap-span10 {
		width: 83.3333%;
	}
	
	.top-panel .medium,
	.footer {
		font-size: 1.5rem;
	}
	
	
	
	.top-panel .span5 {
		width: 49.99999999999999%;
	}
	
	
	

}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	html {
		font-size: 1.5em;
	}
	
	.hidden-phone {
		display: none;
	}
	
	
	/* Responsive navigation */
	.social-nav {
		display: none;
	}
	
	.site-nav {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50px;
		padding-top: 15px;
		padding-bottom: 16px;
		z-index: 12;
		background-color: #000;
		opacity: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		
		/* transition on opacity */
		-webkit-transition: opacity 0.2s linear;
		   -moz-transition: opacity 0.2s linear;
				transition: opacity 0.2s linear;
	}
	
	.site-nav li {
		float: none;
	}
	
	.site-nav li a {
		display: block;
		padding: 7px 12px 6px 30px;
		color: #fff;
		
		font-size: 24px;
	}
	
	.site-nav a:hover {
		color: #fff;
	}
	
	.nav__active a {
		background-color: #000;
	}
	
	.toggle {
		display: block;
		position: relative;
		cursor: pointer;
		-webkit-touch-callout: none;
		  -webkit-user-select: none;
				  user-select: none;
	}
	
	#toggle:checked ~ .site-nav {
		display: block;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	
	.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 80px;
		height: 72px;
		margin-top: -10px;
		margin-bottom: -7px;
		top: -40px;
		text-indent: -99em;
		overflow: hidden;
		background: url('img/nav_bars.png') right 32px no-repeat;
	}

	.toggle:hover:after {
		
	}
	
	#toggle:checked + .toggle:after {
		content: 'Close Menu';
	}
	
	/* Grid */
	.span10,
	.span8,
	.span6--span12,
	.span5--span12,
	.span4 {
		width: 99.99999999999999%;
	}
	
	