#background,header,footer { 
  background-image:url('../images/bg/desktop/bg_blue.jpg')
}
#des_1{
	width: 150px;
	height: 150px;
	background-color: transparent;
	background-image:url('../images/bg/desktop/plantblue.png');
	background-size: 100% 100%;
	z-index: 100;
	position: fixed;
	left:80vw;
	top:10vh;
	margin-left:0px;
	margin-top:40px;
	pointer-events: none
}
@media screen and (min-width: 758px) {
	#des_1{
		margin-left:15px;
	}
}
@media screen and (min-width: 900px) {
	#des_1{
		 margin-left:30px;
	}
}
@media screen and (min-width: 1025px) {
	#des_1{
		 width: 200px;
	   height: 200px;
		 margin-left:-205px;
	}
}
@media screen and (min-width: 1180px) {
	#des_1{
		 width: 200px;
	   height: 200px;
		 margin-left:-105px;
	}
}
@media screen and (min-width: 1280px) {
	#des_1{
		 width: 250px;
	   height: 250px;
		 margin-left:-125px;
	}
}
#des_left{
	width: 10vw;
	height: 500px;
	background-color: transparent;
	background-image:url('../images/bg/desktop/des_leftblue.png');
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
	z-index: 0;
	position: fixed;
	right:90vw;
	top:200px;
	margin-left:0vw;
	margin-top:0px;
	pointer-events: none
}
#des_bottom{
	width: 100vw;
	height: 200px;
	background-image:url('../images/bg/desktop/des_bottomblue.png');
	background-size: 70% auto;
	background-position:  10% top;
	background-repeat: no-repeat;
	z-index: 4;
	position: fixed;
	left:10vw;
	top:90vh;
	margin-left:0vw;
	margin-top:0px;
	pointer-events: none
}
#contentbgfield{
	border:  solid 2px white;
	background: #ffb3d3;
	background: -o-linear-gradient(bottom right, #e5f9fd, #9fdff0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #e5f9fd, #9fdff0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #e5f9fd, #9fdff0); /* Standard */	
  background-image: url("../images/bg/grunge_desktop.png"); /* fallback */
  background-image: url("../images/bg/grunge_desktop.png"), -webkit-linear-gradient(left top, #e5f9fd, #9fdff0);
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	opacity: 1;
}

.chosenpage, .chosenpage a:hover{
	color: #fff !important;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	border: 1px solid #fff;
}
.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 1px 0 0 1px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 1px 1px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#contentholder h1{
  color:#000;
}
#content_top{
	height:5vh !important;
}
#main_email{
  margin:5px;;
  display: inline-block;
}
.mapmarker{
  display: inline-block; 
  background-image:url('../images/map/marker.png');
  width:15vw;
  height: 15vw;
  background-size: auto 100% ;
  background-repeat: no-repeat;
  background-position: center center;
  margin:auto;
  margin-top:5vh;
  margin-bottom:5vh;  
  max-height: 70px;
}
#newsletterForm_Wrapper{
	padding:0 10%
}
.formfield{
  width: 100%;
  margin: 0;
  float:left;
}
textarea{
  background: #e5f9fd
}
.submit{
  background: transparent !important;
  letter-spacing: .4em;
  border:1px solid #e5f9fd
}