@font-face {
  font-family: 'Arial Bold';
  src: url('ArialMTPro-Bold.woff') format('woff'),
       url('ArialMTPro-bold.ttf') format('truetype'); 
}

body{

	padding: 0px;
}

.nav{

  display: inline-block;
  font-family: 'arial regular', arial, helvetica, sans-serif;
  font-size: 2vw;
  float: right;
  margin-left: 6%;

}


.nav a{

  text-decoration: none;
  color: #55a0ff;
  font-family: 'arial regular', arial, helvetica, sans-serif;
}

.nav a:hover {
    color: #173c71;

  }

#navcontainer{

  display: inline-block;
  width: 70vw;
  margin-top: 3%;
  float: right;
  font-family: 'Arial', arial, helvetica, sans-serif;
}

#benefitstitle{

	width: 104%;
	height: 15%;
  margin-top: 2%;
	background-color: #55a0ff;
	display: inline-block;
	color: white;
	font-family: 'Arial ', arial, helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
	font-style: italic;
}

#title{

 margin-top: 2.5%;
	display: inline-block;



}
#main{

	width: 100vw;
	

}



#content{

	width:33vw;
	display: inline-block;
	text-align: left;
	float: left;
	color: black;
	text-align: center;

}

.content2{
	color: white;
	float: right;
	background-color:  #173c71;
	width:33vw;
	min-height: 100%;
	height: auto;
	display: inline-block;
	float: left;
	text-align: center;
}

#content3{

	float: right;
	width:33vw;
	height: 80%;
	display: inline-block;
	float: left;
}

#listconstraint{

	height:auto;
	width: 85%;
	display: inline-block;
	text-align: left;
}

li{


	font-family: arial , helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 300%;

}


#space{

	width: 100%;
	height: 10%;
}





 #space1{

 	width: 100%;
 	height: 5%;
 	display: inline-block;
 }







#picture{

	width: 15vw;
	height: 22vh;
	float: right;
	z-index: 3;
	position:absolute;
	display: inline-block;
	margin-left: 11vw;

}


@media screen and (max-width: 1100px) {
  #navcontainer {
    float: left;
    width: 100%;
  }

  .nav{
  float: right;
  font-size: 2.8vw;
  margin-left: 0%;
  padding-right: 10%;

}


#content{

	width:50vw;


}

.content2{
	
	width:50vw;

}

#content3{

	visibility: hidden;
	height: 0vh;
}



}





