.notranslate img {
    width: auto;
    width: initial;
}
.leadership .item {
    /*padding: 0px 0 0 50px;*/
}

/*Jquery Tabs*/
ul.tabz{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabz li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabz li.current{
    background: #ededed;
    color: #222;
}

.tabz-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tabz-content.current{
    display: inherit;
}

.section-title {
    line-height: 1.7;
}
p.success {
    background: lightblue;
    padding: 11px;
}