body {
  font-family: utopia-std, serif;  
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;  
  color: rgba(0,0,0,0.60);  
  /* background: url("Interviewers.png") no-repeat 80% -20%;  */   
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.description {
  width: 40%;
  float: left;  
  padding-top: 15%;    
  padding-left: 5%;
  padding-right: 5%;
  
  background-color: rgba(255,255,255,0.90)
}

@media screen and (max-width:960px) {
  .description {
    width: 80%;
  }
  
  .interviwers {
    display: none;
  }
  
}
  
.interviwers {
  width: 50%;
  padding-top: 5%;  
  box-sizing: content-box;
  float: right;
}
  
h1 {
  font-weight: 700;
  font-style: normal;  
  font-size: 52px;
  line-height: 64px;
  color: rgba(0,0,0,0.90); 
  
  margin: 0;
  padding: 0;
}

h2 {
  color: #FF6800;
  /* 
  text-transform: uppercase; 
  letter-spacing: 1px;  
  */
  font-size: 20px;
  line-height: 24px;   
  
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal; 
}

p {
  margin-top: 16px;
  line-height: 40px;
  font-size: 24px;
}


.small {
  clear: both;
  display: block;
  font-family: europa, sans-serif;
  font-weight: 400;  
  font-size: 14px;
  line-height: 24px;
  
  color: rgba(0,0,0,0.40);  
}

#mc_embed_signup {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

input[type=email] {
  font-family: europa, sans-serif;
  line-height: 20px;   
  padding: 12px 20px;
  background: #F6F6F6;
  font-size: 16px;
  border: none;  
  width: 60%;
  color: rgba(0,0,0,0.90);    
  float: left;
  border-radius: 8px 0 0 8px;
}

input[type=submit] {
  font-family: europa, sans-serif;
  color: white;
  background: #FF6800;
  border: none;  
  padding: 14px 20px;
  letter-spacing: 1px;  
  font-size: 16px;
  line-height: 16px;   
  border-radius: 0 8px 8px 0;
}

.clear {
  float: left;
}



