.measuring, .revealing, .changing, .organizing {
    position: relative;
    float: left;
    margin: 10px;   
}

.display {}


.intervention {
    clear: both;
}

.display {  
    padding-left: 0px;
    padding-top: 10px;
    /*width: 540px; */
    display:none;
    position: relative;    
}

#consumer, #provider, #drugcomp, #medDevices, #insurers {
    position: relative;
    float: left;
    margin: 15px 10px 15px 35px;  
    
}

#consumer {
    background-image: url('../img/vs/circle_consumer_white.png');
    width: 170px;
    height: 170px;
    display: block;
    overflow: hidden;
}

#provider {
    background: url('../img/vs/circle_provider_white.png');
    width: 170px;
    height: 170px;
    display: block;
    overflow: hidden;
}

#drugcomp {
    background: url('../img/vs/circle_drugcomp_white.png');
    width: 170px;
    height: 170px;
    display: block;
    overflow: hidden;
}

#medDevices {
    background: url('../img/vs/circle_medDevices_white.png');
    width: 170px;
    height: 170px;
    display: block;
    overflow: hidden;
}

#insurers {
    background: url('../img/vs/circle_insurers_white.png');
    width: 170px;
    height: 170px;
    display: block;
    overflow: hidden;
}
#target { 
    /*width: 1200px; */

}

.measuringblock  {
    background: url('../img/vs/measuring_block_arrow.png') center center;
    background-repeat:no-repeat !important;
}
.changingblock  {
    background: url('../img/vs/changing_block_arrow.png') center center;
    background-repeat:no-repeat !important;
}
.revealingblock  {
    background: url('../img/vs/revealing_block_arrow.png') center center;
    background-repeat:no-repeat !important;
}
.organizingblock  {
    background: url('../img/vs/organizing_block_arrow.png') center center;
    background-repeat:no-repeat !important;
}

/*  page css */

.content-vs {
    padding-top: 0px;
    padding-bottom: 15px;
}

.content-vs h4 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 15px 0;
    padding: 5px;
    text-align: center;
}

.content-vs h5 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.sidebar-vs {
    padding-top: 0px;
    padding-bottom: 75px;
}

.sidebar-vs h1 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #0091d9;
    margin: 0 0 15px 0
}

.sidebar-vs h2 {
    font-family: "Oswald", sans-serif;
    line-height: 28px;
    color: #666;
    margin: 0 0 15px 0;
}

.sidebar-vs h3 {
    font-family: "Oswald", sans-serif;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.sidebar-vs h3 a {
    padding: 15px;
    color: #fff;
    background: #666 url("../img/white-arrow-2.png") no-repeat 95% 50%;				
    display: block;
}

.sidebar-vs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-vs li {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 2px solid #0091d9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.soc-cont {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #818386;
}

.soc-cont a {
    margin-left: 5px;
}
ul.strategy-cont {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
}

.strategy-cont li {
    float: left;
    margin: 0 2% 0 0;
    padding-bottom: 0px;
    width: 23.5%;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 34px;
}

.strategy-cont li:last-child {
    margin-right: 0;
}

.strategy-cont a {
    display: block;
    color: #fff;
    padding: 0px;
}

.strategy-cont a span {
    display: block;
    font-weight: 300;
}

h4.light-blue {
    background: #0091d9;
    color: #fff;
}

h5.light-grey {
    background: #818386;
    color: #fff;
}

h5.blue {
    background: #000097;
    color: #fff;
}

.value-box {
    margin: 0 0 15px 0;
}

.value-box-blue .value-box-inner {
    border: 1px solid #000097;
    padding:  0px 15px 0 15px;
}

.target-cont {
    background: #d9edfc;
    padding: 0 0 15px 15px;
    margin-top: 15px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

