.topContentWrapper{
    background-image: url('/wp-content/themes/naked-wordpress-master/images/home/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 300px 0 0 0;
}

.headerContainer{
    background-color: transparent;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 999;
}

.topContentContainer{
    display: block;
    margin: 0 0 0 22%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 50px;
    border-left: 1px solid #fff;
    min-height: 860px;
}

.topContentContainer h1{
    font-family: "museo-sans";
    font-size: 95px;
    line-height: 85px;
    color: #fff;
    text-transform:  uppercase;
    font-weight: normal;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.topContentContainer h1 strong{
    font-weight: 700;
}

.topContentContainer .introParagraph{
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    font-family: "source-sans-pro";
    font-weight: 400;
    width: 540px;
    display: block;
    margin: 30px 0 0 0;
}

.intro{
    color: #666666;
    font-family: "museo-slab";
    text-align: center;
    padding: 100px 0;
    font-size: 24px;
    line-height: 46px;
    font-weight: 100;
}

.intro p{
    width: 75%;
    margin: auto;
}

.founderNote{
    background-color: #e6e6e6;
    height: 650px;
}

.founderNote .photo{
    float:left;
    width: 40%;
    background-size: cover;
    background-position: center;
    height: 650px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position:relative;
}

.founderNote .photo .founderName{
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    right:0;
    bottom: 20px;
    background-color:#0071bc;
    color: #fff;
    font-size: 30px;
    font-family: "museo-slab";
    font-weight: 300;
}

.founderNote .desc{
    float:right;
    color: #333333;
    width: 60%;
    font-family: "source-sans-pro";
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    box-sizing:border-box;
    padding: 0 100px;
    position:relative;
}

.founderNote .desc h2{
    font-family: "museo-slab";
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 30px 0;
}

.founderNote .desc p{
    vertical-align: middle;
    display: inline-block;
}

.awards {
    text-align: center;
    box-sizing: border-box;
    padding: 80px 50px;
}

.awards img{
    width: 100%;
    max-width: 1054px;
}

.awards h2{
    margin: 0 0 20px 0 !important;
}

.awards .seperator{
    height: 100px;
    display: block;
}