.resp-tabs-list {
float:right;
  list-style: none;
    margin: 3em 0;
    padding: 0;
}
.resp-tab-item{
    color: #e2b310;
    cursor: pointer;
    margin: 0px 10px 0;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;

}
.resp-tab-active{
  text-shadow: none;
    color:#1b4283;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
    
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
