
nav.tabs {
    font-size:21px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.125);
}

nav.tabs a {
    display: inline-block;
    float: left;
    width: 50%;
    height: 93px;
    color:#333333;
    background:#ffffff;
    text-align: center;
    border:1px solid #f5f5f5;
    padding-top: 24px;
}

nav.tabs a.active {
    background:#0098df;
    color:#ffffff;
}

nav.tabs a.active .black{
    display: inline;
}

nav.tabs a.active .white {
    display: none;
}

nav.tabs a .icon {
    width: 26px;
    height: 26px;
    margin-top: 15px;
}

nav.tabs a .black {
    display: none;
}


nav.tabs a.active {
    color:#ffffff;
    background:#0098df;
}

.tab-content .zero {
    display: none;
}

.text-wrapper {
    font-size: 15px;
    line-height: 21px;
    padding: 50px 15px 0 15px;
}

.text-wrapper p {
    text-indent: 2em;
    margin-bottom: 30px;
}

.text-wrapper p.cloud {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 24px;
}

.text-wrapper p.cloud:before {
    content: ' ';
    position: absolute;
    width: 24px; height: 24px;
    left: 0;
    background: url('../images/coop/cloud.png') no-repeat;
    background-size: 100% 100%;
}

.text-wrapper p.cloud1:before {background: url('../images/coop/cloud1.png') no-repeat;background-size: 100% 100%;}
.text-wrapper p.cloud2:before {background: url('../images/coop/cloud2.png') no-repeat;background-size: 100% 100%;}
.text-wrapper p.cloud3:before {background: url('../images/coop/cloud3.png') no-repeat;background-size: 100% 100%;}
.text-wrapper p.cloud4:before {background: url('../images/coop/cloud4.png') no-repeat;background-size: 100% 100%;}
.text-wrapper p.cloud5:before {background: url('../images/coop/cloud5.png') no-repeat;background-size: 100% 100%;}
.text-wrapper p.cloud6:before {background: url('../images/coop/cloud6.png') no-repeat;background-size: 100% 100%;}
