#memberships {
    /*padding-top: 40px;*/
    padding-bottom: 30px;
    /*min-height: 728px;*/
}

#tabs{
    border:none !important;
}
#tabs * {
    border:none !important;
}
.ui-tabs-vertical .ui-tabs-nav {
    float: right !important;
}
.ui-tabs-vertical {
    width:100%;
}
.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 30%;
    height: 1033px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    height:200px;
    margin:1%;
}
.ui-tabs-vertical .ui-tabs-nav li a {
    display:block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding:2px;
}
.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 70%;
}
.ui-tabs-anchor {
    padding: 0 !important;
}
.ui-state-active {
    background: #217cc0 !important;
}
.this-partner-image {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
}
.other-partner-image {
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.other-partner {
    cursor: pointer;
}
/*img  {*/
/*    height: 400px;*/
/*}*/
.partners-title {
    font-size: 16px;
    white-space: normal;
    color: #000000;
}
#other-partners img {
    height: 200px;
}
#other-partners .partners-title  {
    font-size: 14px;
}