/*
 1.) Default Styles
 ----------------------------------------*/

img {
	max-height: none;
}

/*
Nav-bar
 ----------------------------------------*/

.nav-bar .navigation ul.level_1 > li.active > span,
.nav-bar .navigation ul.level_1 > li.forward > span {
	display:block;
    font-size:30px;
	padding:10px 0 7px;
	color:#000000;
	background:none;
    font-family:"interstate-lightnormal",Arial,Helvetica,sans-serif;
}

.nav-bar .navigation ul {
	padding-bottom:38px;
}

.nav-bar .navigation ul li ul {
    padding-bottom:23px;
}

.nav-bar ul li.trail ul { 
	display:block;
}

.nav-bar ul.level_2 > li.active > span,
.nav-bar ul.level_2 > li.trail > a {
    background:rgba(0, 0, 0, 0) url("../images/icon-arrow01@2x.png") no-repeat scroll right center / 32px auto;
    color:#97c13b;
    float:left;
    padding:0 40px 0 0;
	font-family:"interstate-lightnormal",Arial,Helvetica,sans-serif;
	white-space:nowrap;
}
	.win.safari .nav-bar ul.level_2 > li.active > span,
	.win.safari .nav-bar ul.level_2 > li.trail > a { /* windows safari sucks */
		background:rgba(0, 0, 0, 0) url("../images/icon-arrow01@2x.png") no-repeat scroll right center;
	}

.nav-bar ul.level_1 > li.trail.intranet > a {
    background:rgba(0, 0, 0, 0) url("../images/icon-arrow01@2x.png") no-repeat scroll left center / 32px auto;
    color:#97c13b;
    font-size:14px;
    padding-left:40px;
	padding-bottom:3px;
}

@media only screen and (max-width: 1023px) {
.nav-bar .navigation ul.level_1 {
	padding-bottom:28px;
}

.nav-bar ul.level_1 > li.intranet {
	padding-bottom:10px;
}

.nav-bar .navigation ul.level_1 > li.active > span  {
	font-size:20px
}

.nav-bar .navigation ul.level_2 {
	padding-bottom:20px;
}
}


/*
Login
 ----------------------------------------*/

.login li.first a,
.login li span {
	font-family:"interstateregular", Arial, Helvetica, sans-serif;
}


/*
Lightbox
 ----------------------------------------*/

.lightbox {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:2%
}

.lightbox figure {
	width:100%;
	float:left;
	padding-bottom:40px
}

.lightbox .icon-close {
	width:24px;
	height:24px;
	float:left;
	background:url(../images/icon-close-01@2x.png) no-repeat center center;
	background-size:24px auto;
	position:absolute;
	top:20px;
	right:20px;
	text-indent:-99999px
}

.lightbox .popup {
	width:100%;
	float:left;
	background:#FFFFFF;
	padding:60px 30px 30px 30px;
	position:relative
}

@media only screen and (max-width: 767px) {
.lightbox figure {
	padding-bottom:25px
}

.lightbox .icon-close {
	background-size:18px 18px;
	top:15px;
	right:15px
}

.lightbox .popup {
	padding:20px
}
}


/*
Downloads
 ----------------------------------------*/

.ce_downloads img {
    max-height: 18px;
    max-width: 18px;
}
.ce_downloads .size {
	white-space: nowrap;
}


/*
Map
 ----------------------------------------*/

.map .mod_article #map {
	background-image: url("../images/map.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.map .mod_article #map a {
	display: block;
}
.map .mod_article #map a,
.map .mod_article #map a img {
	width: 100%;
	height: 100%;
}




/*
Divers
 ----------------------------------------*/

.invisible {
	display:none;
}
p.error {
	font-family:"interstateregular", Arial, Helvetica, sans-serif;
}


/*
Temp
 ----------------------------------------*/

.mod_changelanguage .lang-xx,
.mod_changelanguage .lang-xz {
	display:none !important;	
}


/*
Lity
 ----------------------------------------*/

.lity-close,
.lity-close:hover, 
.lity-close:focus, 
.lity-close:active, 
.lity-close:visited {
	font-size: 70px;
	right: 20px;
	top: 30px;
	width: auto;
	height: auto;
	font-weight: 100;
}


/*
Video image & play button
 ----------------------------------------*/

.ce_video {
	max-width: 700px;
}
.ce_video figure {
	position: relative;
	max-width: 700px;
	width: 100%;
	padding-bottom: 30px;
}
.ce_video figure .placeholder {
	max-width: 700px;
	width: 100%;
}
.ce_video figure .play-btn {
	position: absolute;
	max-width: 700px;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ce_video figure .play-btn svg {
	transition: all .2s ease;
	fill: #fff;
}
.ce_video figure a:hover svg,
.ce_video figure a:focus svg {
	cursor: pointer;
	fill: #ccc;
}
@media screen and (max-width: 600px) {
	.ce_video figure .play-btn {
		width: 70px;
		height: 70px;
	}
}



/*
Form
 ----------------------------------------*/

.contactform .mod_article input.error {
	border-color: #cc0033;
	background-color: #ffcccc;
}
.contactform .mod_article p.error {
	color: #cc0033;
}
.contactform .mod_article .submit {
	color: #000;
}

/*
Pop Up
 ----------------------------------------*/

#active-popup {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100% !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	opacity: 0.5;
}
#popup-container {
	width: 45%;
	margin: 0 auto;
	margin-top: 5%;
	padding: 20px 20px 0 20px;
	position: fixed;
	left: 28%;
	z-index: 99999999;
	top: 0;
	display: none;
	background: #fff;
	animation: fadein 1s;
}
#popup-container .image_container {
	padding-bottom: 25px;
	text-align: center;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}
#popup-window a {
	text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
	#popup-container {
		width: 70%;
		left: 15%;
	}
}
@media only screen and (max-width: 767px) {
	#popup-container {
		width: 90%;
		left: 5%;
	}
}
#popup-window { 
	position: relative; 
}

#popup-container a.close.image {
	background: #fff url(../images/icon-close-01@2x.png) no-repeat center center;
	position: relative;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	float: right;
	top: -7px;
	right: -7px;
	z-index: 99;
	cursor: pointer;
}





 






