div#clinical-header {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
}

div#clinial-excerpt {
    color: white;
    text-align: left;
    padding-top: 150px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

div#clinical-gradient {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f1031+0,0f1031+100&0+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(15, 16, 49, 0) 0%, rgba(15, 16, 49, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15, 16, 49, 0) 0%, rgba(15, 16, 49, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15, 16, 49, 0) 0%, rgba(15, 16, 49, 1.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000f1031', endColorstr='#bf0f1031', GradientType=0);
    /* IE6-9 */
    z-index: 1;
}

.tcvpb_container_clinical {
    width: 100%;
    margin: 0 auto;
    /* padding-right: 150px; */
    /* padding-left: 50px; */
    float: left;
}


/* ***************************************************** */


/*                            Box                        */


/* ***************************************************** */

.box {
    margin: -50px auto 70px auto;
    background-color: rgb(68, 68, 68);
    /* Needed for IEs */
    -moz-box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.6);
    /* -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6); */
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    background: transparent;
}

.box .content {
    position: relative;
    padding: 40px 50px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.6);
}


/* ***************************************************** */


/*                            Tabs                       */


/* ***************************************************** */

#clinical-tabs {
    padding: 0px 100px;
    position: relative;
    z-index: 2;
    background: white;
    float: left;
    width: 100%;
    margin-top: 132px;
}

.fixed-tabs {
    position: fixed;
    top: 10px;
}

.tabs1 {
    /* position: absolute; */
    /* width: 380px; */
    border-top: 0px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 6px solid red;
}

.tabs2 {
    /* position: absolute; */
    /* left: 480px; */
    /* width: 380px; */
    /* padding: 8px; */
    border-top: 0px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

.tabs3 {
    /* position: relative; */
    /* left: 760px; */
    /* width: 380px; */
    /* padding: 8px; */
    border-top: 0px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

.content-tabs {
    text-align: center;
}

input#clinical-tabs,
section#clinical-tabs {
    clear: both;
    padding-top: 10px;
    display: none;
}

#clinical-tabs label {
    font-weight: bold;
    font-size: 14px;
    display: block;
    float: left;
    padding: 10px 30px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 5px solid #DDD;
}

#clinical-tabs label:hover {
    cursor: pointer;
    text-decoration: underline;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

#clinical-tabs input:checked + label {
    border-top-color: transparent;
    border-right-color: #DDD;
    border-left-color: #DDD;
    border-bottom-color: #B7977B;
    text-decoration: none;
}

div#clinical-tabs>div {
    float: left;
    width: 33.33333%;
    border-bottom: none;
    padding: 0px 15px;
}

div#clinical-tabs>div.active .content-tabs {
    border-bottom: 10px solid #B21230;
}

div#clinical-tabs>div .content-tabs {
    padding: 30px 0px 15px;
    border-bottom: 10px solid transparent;
}

.active .content-tabs a {
    color: #00355F;
}

.content-tabs a {
    color: #9F9F9F;
    font-family: 'AdelleSansW01-Regular';
}

.box.clinical-content p {
    font-family: 'Open Sans', sans-serif;
}