
.resp-headings { display: none; }

.resp-contents { margin: 0; }
 @media (max-width: 480px) {

.resp-tablist { display: none;  }

.resp-tabDrop {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 1.2em;
  margin: 1em 0 1em 0; 
}
}
@media (min-width: 481px) {

.resp-tabDrop { display: none; }

.resp-tablist {
  display: block;
  font-size: 16px;
  margin: 10px 0 40px 0;
  padding: 0;
  border-bottom: 1px solid #fbca00;
  padding-bottom: 16px;
  line-height: 1em;
  font-family:Raleway;
  color:#203668; 
  text-align:center;
  font-family:'Roboto', sans-serif;
}

.resp-tablistItem {
  display: inline;
  cursor: pointer;
  padding: 15px 20px;
  margin-right: 0.1em;
  color:#CCCCCC;
  transition: 0.4s;
}

.resp-tablistItem:hover {
  color:#fbca00; transition: 0.4s;
}

.resp-tablistItem__active {
  background: #fbca00;
  color:#000000;
}

.resp-tablistItem__active:hover {
  background: #fbca00;
  color:#333333;
}

}
