#page {
    background-image: none;
    padding-top: 0;
}

#heroBanner {
    background-image: url("../img/landingpages/blurred-background2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 520px;
    width: 100%;
}

.heroBannerBackground {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: table-cell;
}

h1.bannerTitle {
    background-color: #f9a31a;
    /*border: 1px solid rgba(0,0,0,0.2);*/
    color: #290064;
    font-size: 40px;
    margin: 10px 0 20px 0;
    padding: 7px;
    text-align: center;
    /*text-shadow: 1px 1px 1px #000;*/
}

.heroBannerContent {
    margin: 0 auto;
    max-width: 1200px;
}

.bannerForm {
    float: left;
    margin-right: -500px;
    width: 100%;
}

.banner-addProjectBox {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 16px;
    margin: 0 500px 30px 20px;
    padding: 30px 20px;
}

.banner-addProjectBox input[type="text"], .banner-addProjectBox textarea {
    /*border: 1px solid #666;*/
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.3;
    overflow: visible;
    /*padding: 12px 16.8px;*/
}

.banner-addProjectBox textarea {
    height: 100px;
    resize: vertical;
    width: 100%;
}

.banner-addProjectBox .halfLeft, .banner-addProjectBox .halfRight {
    width: 49%;
    margin-top: 20px;
    position: relative;
}

.banner-addProjectBox .halfLeft {
    float: left;
}

.banner-addProjectBox .halfRight {
    float: right;
}

.banner-addProjectBox .watermark {
    font-size: 14px;
    margin: 0;
    /*padding: 12px 17px;*/
}

.formField .checkBoxLabel {
    color: #fff;
    /*font-weight: bold;*/
    font-size: 16px;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 1), 9px 8px 30px rgba(0, 0, 0, 0.5), -9px 8px 30px rgba(0, 0, 0, 0.5), 9px -8px 30px rgba(0, 0, 0, 0.5), -9px -8px 30px rgba(0, 0, 0, 0.5), 9px 8px 50px rgba(0, 0, 0, 0.3), -9px 8px 50px rgba(0, 0, 0, 0.3), 9px -8px 50px rgba(0, 0, 0, 0.3), -9px -8px 50px rgba(0, 0, 0, 0.3);*/
}

.formField .checkBoxField, .formField .checkBoxLabel {
    height: 45px;
}

.formField input[type=checkbox] {
    margin-right: 10px;
}

.buttonWrapper {
    margin-top: 15px;
    text-align: center;
}

.itsfree {
    color: #fff !important;
    margin-top: 10px;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 1), 9px 8px 30px rgba(0, 0, 0, 0.5), -9px 8px 30px rgba(0, 0, 0, 0.5), 9px -8px 30px rgba(0, 0, 0, 0.5), -9px -8px 30px rgba(0, 0, 0, 0.5), 9px 8px 50px rgba(0, 0, 0, 0.3), -9px 8px 50px rgba(0, 0, 0, 0.3), 9px -8px 50px rgba(0, 0, 0, 0.3), -9px -8px 50px rgba(0, 0, 0, 0.3);*/
}

.uniqueSellingPoints {
}

.uniqueSellingPoints ul {
    list-style: none;
    margin-top: 220px;
    font-weight: bold;
    font-family: 'AvertaBold';
}

.uniqueSellingPoints li {
    margin-bottom: 20px;
}

.uniqueSellingPoints li span {
    background-color: #ffd946;
    display: inline-block;
    padding: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    /*text-shadow: 1px 1px 1px #000;*/
}

/*ribbon*/

.ribbon ul {
    list-style-type: none;
}

.ribbon ul, ol {
    margin: 0;
    padding-left: 0;
}

.ribbon {
    background-color: #f8f8f8;
    padding-bottom: 20px;
    position: relative;
}

.ribbon ul {
    display: table;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    width: 80%;
}

.ribbon li {
    box-sizing: border-box;
    display: table-cell;
    margin-right: 20px;
    width: 25%;
    position: relative;
}

.ribbon li .step {
    background-color: #f9a31a;
    border: 2px solid #290064;
    border-radius: 30px;
    color: #290064;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    margin: -15px auto 10px;
    width: 30px;
}

.ribbon li .title {
    font-weight: bold;
    padding: 5px 0;
}

.ribbon li .subtitle {
    color: #290064;
    font-size: 14px;
}

.ribbon li .divider {
    xbackground: url("../img/how-it-works-arrow2.png");
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}

/*ribbon END */

.addProjectError {
    background-color: red;
    color: #fff !important;
    font-size: 13px;
    margin: 7px 0;
    padding: 3px 5px;
}

.formField {
    margin-bottom: 15px;
}

.addProjectForm .formError {
    height: auto;
    margin: 0;
    position: absolute;
    right: -4px;
    top: -3px;
    width: 100%;
}

.addProjectForm label {
    font-weight: bold;
    font-family: 'AvertaBold';
}

.formError .error:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid red;
    bottom: -14px;
    content: " ";
    position: absolute;
    right: 10px;
}

.formError .error {
    background-color: red;
    bottom: 0;
    color: #fff !important;
    font-size: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
}

.clientQuote {
    background-image: url("../img/landingpages/quote-open.gif");
    background-position: left top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #9a9a9a;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
    padding: 0 20px 20px 60px;
    width: 46%;
    text-align: justify;
}

.clientQuote.left {
    float: left;
}

.clientQuote.right {
    float: right;
}

.clientQuote a {
    color: #9a9a9a;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.clientQuote a:visited {
    color: #9a9a9a;
}

.logos {
    margin: 40px auto 0px; 
    max-width: 700px;
    width: 100%;
}

.logos img {
    width: 100%;
}

.logosTitle {
    margin-top: 50px;
    text-align: center;
}

.h1Like {
    /* from main.css h1 */
    color: #ff5e00;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.h2Like {
    /* from main.css h2 */
    font-weight: normal;
    color: #3c99ac;
    font-size: 20px;
    margin-bottom: 8px;
}

.h3Like {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 28px !important;
    font-weight: 300;
    color: #290064;
    line-height: 30px;
}

.landingpageIntro {
    color: #9a9a9a;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}

.landingPageLists {
    margin: 60px 0 20px 0;
}

.landingPageText {
    padding-top: 30px;
}

.ctaButton {
    white-space: normal;
}

.ctaButton div, .ctaButton:visited div {  
    background-image: url("../img/transparant-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: -6px;
    padding-right: 32px;
    text-align: center;
}

.form-box {
    margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
    .ribbon ul {
        width: 100%;
    }

}

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

    .uniqueSellingPoints ul {
        margin-top: 380px;
    }
}

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

    .heroBannerBackground {
        background-image: none !important;
    }

    /*
    .bannerForm {
        margin-right: 0px;
    }

    .banner-addProjectBox {
        margin-right: 20px;
    }
*/

    .uniqueSellingPoints {
        width: 100%;
    }

    .uniqueSellingPoints ul {
        margin: 0 20px 20px 20px;
    }
}

@media screen and (max-width: 700px) {
    .ribbon {
        padding-top: 20px;
    }

    .ribbon ul {
        display: block;
        margin-top: 10px;
    }

    .ribbon li {
        display: block;
        height: 120px;
        width: 100%
    }
}

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

    /*
    .banner-addProjectBox {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        margin: 0;
    }
    */

    .clientQuote.left, .clientQuote.right {
        float: none;
        width: auto;
    }

    .landingPageLists td:last-child {
        display: block;
    }


}