
.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
a {
    text-decoration: none;
}
#tab-container{
    position: absolute;
    top: 150px; 
    width: 1050px;
    font-family: 'Lato', sans-serif; 
    font-size: 12px;
    line-height:14px;
    overflow: hidden;
}

#tab-menu ul{
    list-style: none;
    margin-top:30px;
    list-style-position: outside;
    width: 100%;
}
#tab-container ul.tab-menu li{
    display: block;
    float: left;
    position: relative;
    left: 0px;
    font-family: 'Lato', sans-serif; 
    font-weight: 800;
    color: #000;
    font-size: 1.6em;
    text-decoration: none;
    padding: 5px 40px 0px 0px;
    border: none
    border-bottom: none;
    cursor: pointer;
    height: 30px;
}
#tab-container ul.tab-menu li:hover{
    color: grey;
    height: 30px;
    border-bottom: 0;
}
#tab-container ul.tab-menu li.active{
    color: #4a69a9;
    height: 30px;
    border-bottom: 0;
}

.tab-top-border {

}
.tab-content{
    margin-top: 10px;
    color:black;
    font-family: 'Lato', sans-serif; 
    font-size:14px; 
    font-weight:500;
    letter-spacing:0.1px;
    text-align: left;
    line-height: 1.2em;
}
#tab-container div.active{
    display: block;
}
.tab-content h1{
    line-height: 1em;
    height: 28px;
    font-size: 22px;
}

.tabcontent-head-italic  {
  font-family: 'Lato', sans-serif; 
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 2px;
  color:black;
}


