.addProjectHeader {
    margin-bottom: 20px;
}

.addProjectMainContent .addProjectHeader {
    width: 550px;
    white-space: nowrap;
}

.addProjectHeader h1 {
    margin-bottom: 0;
}

.addProjectHeader h2 {
    display: inline;
    margin: 0 5px 0 0;
}

.addProjectHeader .howItWorksLink, .addProjectHeader .howItWorksLink a {
    color: #3c99ac;
}

.addProjectHeader .howItWorksLink {
    position: relative;
    top: -1px;
    display: inline;
    white-space: nowrap;
}

.addProjectForm input[readonly]
{
    color: #A1A1A1 !important;
}

.addProjectIntroductionText {
    padding: 5px 0px 20px 5px;
    line-height: 22px;
    font-size: 14px;
}

.addProjectIntroductionText p {
    line-height: 22px;
}


.addProjectForm textarea {
    height: 120px;
}

.personalDetailsTitle {
    color: #ff5e00;
    padding: 2px 0 10px 0;
    margin: 0;
    font-weight: normal;
}

.addProjectError {
    padding: 0 0 10px;
}

.addProjectForm .conditions {
    color: #a1a1a1;
    float: right;
    padding-top: 18px;
    text-align: right;
}

.addProjectForm .conditions a {
    color: #a1a1a1;
    white-space: nowrap;
}

.addProjectForm .conditions a:hover {
    text-decoration: none;
}

.addProjectMainContent {
    float: left;
    margin-right: -340px;
    width: 100%;
}

.addProjectMainContent .addProjectForm {
    margin-right: 340px;
}

/*
Sidebar
*/

.addProjectSideBar {
    float: right;
    margin-top: 55px;
    position: relative;
    width: 310px;
    z-index: 0;
}

.addProjectSidebarTitle {
    margin-top: -20px;
}

.addProjectSidebarHeaderTop {
    background: url("../img/lady-with-paper-and-pencil.png") no-repeat scroll right top transparent;
    margin: -135px -65px 0 0;
    padding: 135px 65px 0 0;
    width: 100%;
}

.addProjectSidebarHeader div.aboveTheLine {
    border-bottom: 1px solid #3C99AC;
    height: 38px;
    margin-right: 15px;
    position: relative;
}

.addProjectSidebarHeader div.belowTheLine {
    margin-top: 2px;
}

.addProjectSidebarHeader div.title {
    color: #FF5E00;
    font-size: 20px;
}

.addProjectSidebarHeaderTop div.aboveTheLine div.title {
    bottom: 2px;
    position: absolute;
}

.addProjectKiyohWidget{
    float:right;
    width: 300px;
    text-align: right;
}

.addProjectSymbols {
    width: 310px;
    position: relative;
}
.addProjectSymbols h2 {
    color:#FF5E00;
}

.addProjectTrustSymbols {
    text-align: center;
    margin-bottom: 20px;
}

.kiyohImage {
    width:310px; 
    position: absolute;
    bottom: 0;
    right: 0;
}

.hourly-rates-img {
    margin-bottom: 20px;
    max-width: 100%;
}

.newProjectHowItWorksHeader {
    width: 100%
}

.newProjectHowItWorksHeader h2 {
    margin: 0;
    padding-left: 20px;
}

.newProjectHowItWorksHeaderWithPhoto {
    background: url(../img/Floor_los.png) no-repeat top right;
    background-size: 230px;
    margin-top: -137px;
    padding-top: 137px;
    height: 65px;
    position: relative;
    content: 'hohoho';
}

.newProjectHowItWorksHeaderWithPhoto h2 {
    display: none;
}

.newProjectHowItWorksHeaderWithPhoto div {
    bottom: 5px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-align: right;
    text-shadow: 1px 1px 0 #000;
    font-size: 12px;
}

.newProjectHowItWorks {
    text-align: center;
}

.newProjectHowItWorks div[class*='step'] {
    width: 270px;
    height: 150px;
    display: inline-block;
}

.newProjectHowItWorks div[class*='step'] div {
    display: table;
    height: 124px;
}

.newProjectHowItWorks div[class*='step'] div div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 48px;
    line-height: 18px;
}

.newProjectHowItWorks .stepTitle {
    text-align: center;
    display: block;
    padding: 10px 0 12px 0;
    color: inherit;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
}

.newProjectHowItWorks .stepNumber {
    position: relative;
    background: #F9A31A;
    color: #290064;
    display: block;
    margin: auto;
    width: 45px;
    height: 45px;
    padding: 5px;
    line-height: 30px;
    border: 2px #290064 solid;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    -webkitborder-radius: 50%;
    border-radius: 50%;
}

.newProjectHowItWorks  .line {
    border-top: 2px solid #290064;
    /* height: 6px; */
    display: flex;
    position: relative;
    top: 34px;
    max-width: 538px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px) {

    .addProjectMainContent .addProjectHeader {
        white-space: normal;
    }
}

@media screen and (min-width: 850px) and (max-width: 1000px), screen and (max-width: 600px)  {

    .addProjectForm .conditions {
        display: none;
    }

    .formRowRight.addProjectButton {
        text-align: center;
    }
}

@media screen and (max-width: 850px) {

    .addProjectMainContent .addProjectHeader {
        width: auto;
    }

    .addProjectSideBar {
        display: none;
    }

    .addProjectMainContent {
        margin-right: 0;
        max-width: 100% !important;
    }

    .addProjectMainContent .addProjectForm {
        margin-right: 0;
    }

}