#content {
    padding-top: 0;
}
#content .wrapper {
    background: #fff;
    position: relative;
}

div.header-image-wrapper {
    position: relative;
}

div.header-image-wrapper img.logo {
    position: absolute;
    width: 190px;
    top: calc(50% - 18px);
    right: 50px;
}

div.header-image-wrapper img {
    max-width:950px;
}

#inset {
    height: auto;
}

div.header-image-wrapper div.subtexts {
    position: absolute;
    border: 1px solid #d7d8da;
    background-color: #fff;
    opacity: 0.6;
    height: 70px;
    width: 55%;
    left: 0;
    bottom: 30px;
}

div.header-image-wrapper div.subtexts p {
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 0;

}

div.header-image-wrapper div.subtexts p.subtext1 {
    color: #00a3e3;
    margin-top: 12px;
}

div.header-image-wrapper div.subtexts p.subtext2 {
    color: #000;
    margin-top: 2px;
    font-weight: bold;
}

a.nounder {
    display: block;
}

div.project-lead {
    background: #fff;
    margin: 0;
    width: 840px;
    text-align: justify;
    padding: 25px 70px 10px 40px;
}

div.project-lead p {
    margin-top: 3px;
    margin-bottom: 2px;
}

#main-column {
    padding-left: 0;
    float: left;
}

div.right-side {
    width: 266px;
    float: left;
    background: #fff;
}

div.project-title {
    width: 910px;
    height:50px;
    background-color: #00a3e3;
    padding-left: 40px;
}

div.project-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
}

#main-column .contentpadding {
    color:black;
    padding:30px 15px 10px 40px;
}

#main-column .contentpadding h4 {
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

#main-column .contentpadding ul {
    margin-left: 0;
    margin-top: 5px;
}

#main-column .contentpadding ul li {
    padding-left: 15px;
    padding-top: 1px;
}

.project-apply-cont {
    padding-bottom: 20px;
}

div.right-block {
   position: absolute;
   right: 50px;
   bottom: 90px;
    color: #888;
   height: 280px;
}

div.right-block ul {
    list-style-type: none;
}

div.right-block ul li {
    background: none;
    padding-left: 0;
    padding-top: 12px;
}

div.right-block ul li a {
    text-decoration: none;
}

div.right-block ul li span {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    color: #888;
}

#main-column video {
    margin: 30px 0 10px 0;
}