.who-we-are .awards {
    background-color: #878787;
    overflow:hidden;
}
.who-we-are .awards > div {
    float:left;
    width:25%;
    text-align:center;
}
.who-we-are .awards > div.awards-icon {
    padding-left:40px;
    text-align:left;
}
.who-we-are .awards h2 {
    color: #ffffff;
    font-size: 110%;
    margin-bottom: 0px;
}
.who-we-are .markets {
    width: 100%;
}
.who-we-are .map {
    clear: both;
    margin: 15px auto;
    text-align: center;
}
.who-we-are .map img {
    max-width: 100%;
    width: auto;
}
.who-we-are .stats {
    overflow:hidden;
}
.who-we-are .stats h3 {
    position:relative;
    text-transform:uppercase;
    padding-left: 23px;
}
.who-we-are .stats h3 img {
    position:absolute;
    top:0;
    left:0;
}
.who-we-are .stats-block {
    float:left;
    width:33.333%;
}
.who-we-are .stats-block ul {
    padding:0 40px;
}
.who-we-are .three-images {
    background:#878787;
}
.who-we-are .three-images img {
    display:block;
    float:left;
    width:33.33%;
}
.who-we-are .two-images {
    background:#cc0000;
}
.who-we-are .two-images img {
    display:block;
    float:left;
    width:50%;
}
.who-we-are .note {
    font-size:13px;
    list-style:none;
    padding:20px 0 10px 0;
}
.who-we-are .percentages {
    font-size: 90%;
    color: #cc0000;
    font-family: 'Open Sans', sans-serif;font-weight: 300;
    list-style-type: none;
    margin-top:20px;
}
.who-we-are .percentages img {
    display: block;
    max-width: 160px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width:1024px) {
    .who-we-are .content-box-wrapper {
        border:0;
    }
    .who-we-are .content-box-wrapper.bordered > div {
        border:0;
    }
    .who-we-are .three-images, .who-we-are .two-images {
        float:none !important;
        width:100% !important;
    }

    .who-we-are .awards > div.awards-icon { padding-left: 0px; text-align: center; }
    .who-we-are .awards > div.awards-icon img { width: 130px; }
}
@media screen and (max-width:768px) {
    .who-we-are .awards > div {
        float:none;
        width:100%;
    }
    .who-we-are .map, .who-we-are .stats {
        float:none;
        width:100%;
    }
    .who-we-are .three-images, .who-we-are .two-images {
        float:none !important;
        width:100% !important;
    }
}

@media screen and (max-width:760px) {
    .who-we-are .awards > div.awards-icon img { width: auto; }

    .who-we-are .three-images img, .who-we-are .two-images img {
        float:none !important;
        margin:0 auto;
        max-width:100%;
        width:auto !important;
    }
    .who-we-are .three-images img {
        max-height:400px;
        margin-bottom:-50px;
    }
    .who-we-are .three-images img.three {
        margin-bottom:0;
    }
    .who-we-are .two-images img {
        margin-bottom:-25px;
    }
    .who-we-are .two-images img.two {
        margin-bottom:0;
    }
    .who-we-are .stats-block {
        float:none;
        width:100%;
    }
    .who-we-are .awards > div.awards-icon {
        padding-left:0;
        text-align:center;
    }
    .who-we-are .percentages img {
        margin:0 auto;
    }
}