header h1 { margin: 20px 5px 20px 0; }
.uberart section.main { max-width: 1000px }
#actionzone .col.right { float: left }
.submission .main h1 {
    color: #7cbaaa;
    font-size: 2.462em;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.1em;
}
.landing .main img { width: 100% }
.landing .main a { display: block;}
p.what-to-do { padding-top: 20px; }
ol {
    list-style-type: decimal;
    margin-left: 20px;
}
ol li { line-height: 1.6; }

ol li a,
ol li a:visited,
#u a,
#u a:visited {
    color: #67b59f;
}
ol li a:hover,
#u a:hover {
    color: #777;
}
#u .error a,
#u .error a {
    color: #cf0000;
}

p.error.li {
    font-size: 16px;
    padding-top: 30px;
    text-align: center;
}
p.error.li a,
p.error.li a:visited {
    color: #cf0000;
    font-weight: normal;
    text-decoration: underline;
}
#u {
    margin-top: 20px;
}
#u h3 {
    color: #7cbaaa;
    font-size: 1.7em;
    font-weight: 400;
    margin-bottom: 20px;
}
#u:after,
.u1:after,
.u2:after,
#article-posted-sb:after {
    content: "";
    display: table;
    clear: both;
}
#u .row {
    width: 100%;
    clear: both;
}
#u .row.first span.sep { padding-top: 0; }
#u .row .u2 label {
    display: inline-block;
    float: none;
    width: auto;
}
#u select {
    height: 28px;
}
#u textarea {
    width: 240px;
    height: 115px;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}
#u button {
    margin-top: 20px;
    cursor: pointer;
    font-size: 12px;
    padding-left: 35px;
    padding-right: 35px;
}
#u input,
#u select,
#u textarea {
 width: 250px;
}
#u #agree {
    width: 20px;
}
#u .row span.sep { display: block; }
#e-validation.used {
    margin-bottom: 30px;
    color: #cf0000;
    font-weight: bold;
}
.thanks p.success.message {
    font-weight: 400;
}
.thanks p.success.message span {
    display: block;
    font-size: 1.8em;
    color: #6ab49f;
    font-weight: normal;
}

.submission span.deadline {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.submission span.deadline sup {
    vertical-align: super;
    font-size: 11px;
}

#sfont p,
#sfont ol {
    margin-top: 25px;
    color: #444444;
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 10px;
}
#sfont h1 {
    margin-bottom: 10px;
    font-size: 45px !important;
    line-height: 53px;
    color: #6ab49f;
    font-style: normal;
    clear: both;
    text-shadow: 0px 0px 10px #fff;
    font-weight: 400;
}
.thanks .social_shares {
    margin: 40px 0;
}
.thanks .social_shares h3 {
    text-align: center;
    color: #6ab49f;
    margin-bottom: 20px;
}



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

    #u .row label {
        display: block;
        float: left;
        width: 100%;
    }
    #u .row span.sep {
        padding-bottom: 10px;
    }
    #u #agree {
        float: left;
        margin: 5px 0 20px 0;
    }
    #u .row .u2 label {
        display: inline;
    }
    .main_full.submission section.main,
    .main_full.thanks section.main {
        padding: 20px 15px 15px 15px;
    }

}
@media screen and (min-width: 840px){
    #u .row .l {
        float: left;
        width: 49%;
    }
    #u .row .r {
        float: left;
        width: 49%;
    }
    #u .row label {
        display: block;
        float: left;
        width: 130px;
        line-height: 28px;
    }

    #u .row span.sep {
        padding: 15px 0;
    }
}
@media screen and (min-width: 1024px){
    .header_wrap header h1 {
        text-overflow: ellipsis;
        width: 65%;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1.15em;
    }
    #actionzone .col.right { float: right }
}