
/*Tabbed Content*/
.tab-content h2, .tab-content h1{
    margin-top: 40px;
    margin-bottom: 20px;
}
.content-wrap .tab-content-wrap img, .content-wrap .secondary-33-67 img{
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 10px 10px 10px 0px;
}
.secondary-33-67 {
    margin-top: 30px;
}
.tabs{
    background-color:#fff;
    margin:30px 0;
    padding: 5px 0;
}
.tabs li.tab.active{
    color: #9C0F17;
}
.tabs li.tab:hover{
    color: #9C0F17;
}
.tabs li.tab.active p:after{
    color: #202020;
}
.tabs li.tab:hover p:after{
    color: #202020;
}
.tabs li.tab a {
   font-size: 16px;
   color: #0086d3 ;
   text-decoration: none;
   font-family: 'Interstate',sans-serif;
}
.tabs li.tab{
    display: table-cell;
    /*width: 19%;*/
    text-align: center;
    cursor: pointer;
    margin-top: 6px;
    position: relative;
    padding-bottom: 5px;
}
.tabs li.tab p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
    letter-spacing: .5px;
    display: block;
    border-right: 1px solid #ccc;
    font-size: 14px;
    color: #0086d3;
    text-decoration: none;
    font-family: 'Interstate',sans-serif;
    text-transform: none;
    padding-left: 0;
    margin-right: 10px;
}
.tabs li.tab p.last-tab {
    border-right:none;
        padding-right: 0;
}
.tabs li.tab.active p {
    color: #666;
}
.tabs li.tab:hover p {
    color: #666;
}
li#tab-1 p {
    padding-left: 0;
}
.tab-content{
    background-color:#fff;
    padding: 10px 0px 30px;
    border-top: 1px solid #c3c3c3;
    display: none;
}
.col-xs-12.tab-content-wrap {
    margin-bottom: 30px;
}
ul.tabs-list {
    list-style: none;
    margin:0;
    padding:0;
    line-height: 12px;
    padding: 5px 0px;
    display: table;
    width: 100%;
}
ul.tabs-list li{
    display:inline;
}
#tab-content-1{
 display:block;   
}

.tab-content li {
    padding-bottom: 6px;
}

@media(max-width:1200px){
    p, .tab-content li, .secondary-full li, body {
    font-size: 15px;
    line-height: 1.5;
}
}
@media(max-width:991px){
h2, .tab-content h1 {
    font-size: 20px;
    letter-spacing: 1px;
}
}
@media(max-width:767px){
        .tabs li.tab {
    width: 100%!important;
    text-align: left;
    }
    .tabs li.tab p:after{
        display: none;
    }
    ul.tabs-list {
    display: block;
    }
    .tabs li.tab {
        display: block;
    }
}










