/* NEW ONBOARDING */
#C4 div.getting-started {
    background:url(/web/v1/images/profile-tab-bg.png) 660px top repeat-y;
    border-radius:5px;
}
#C4 div.getting-started div.fundable-intro {
    padding: 60px 0px;
    margin:0 40px;
    height:197px;
    border-bottom:1px dashed #CCC;
    color:#999;
}
#C4 div.getting-started div.fundable-intro h2 {
    color: #333;
}
#C4 div.getting-started div.fundable-intro p {
    font-size:15px;
    margin:5px 0 0 0;
    line-height:1.4em;
}
#C4 div.form div.field span.error {
    color:#990000;
    font-weight:bold;
    margin:0 5px;
    display:none;
}
#C4 div.form div.field span.error {

}
#C4 div.getting-started h2,
#C4 div.getting-started h3 {
    font-size: 22px;
    color:#000;
}
#C4 div.getting-started div.column {
    float:left;
    width:330px;
    min-height:50px;
}
#C4 div.getting-started div.column.wide {
    width:660px;
}
#C4 div.getting-started div.column.extra-wide {
    width:680px;
}
#C4 div.getting-started div.column.extra-thin {
    width: 300px;
}
#C4 div.getting-started div.column.right {
    float: right;
}
#C4 div.getting-started div.column.left {
    float: left;
}
#C4 div.form div.field.error label {
    color: #990000;
    font-weight: bold;
}
#C4 div.getting-started div.alert {
    padding: 12px 10px 10px 10px;
    width:450px;
    margin: 15px 0 0 0;
}
#C4 div.form label {
    font-size: 14px;
    padding:20px 0 3px 0;
    float:left;
    display:block;
    color:#666;
}
#C4 div.form label.right {
    float: right;
    font-size:12px;
    margin-right:10px;
    color:#999;
}
#C4 div.form label em {
    color: #999;
}
#C4 div.getting-started span.remaining-character-count.error {
    color: #990000;
    font-weight: bold;
}
#C4 div.getting-started div.padded-form {
    margin:40px 70px 40px 70px;
}
#C4 div.getting-started div.padded-form input {
    width: 490px;
}
#C4 div.getting-started div.padded-form div.field.half {
    width: 250px;
}
#C4 div.getting-started div.padded-form div.field.half input {
    width: 220px;
}
#C4 div.getting-started div.padded-form {
}
#C4 div.form input,
#C4 div.form textarea {
    border-radius: 3px;
    clear:both;
    border:1px solid #CCC;
    font-size:14px;
    width:450px;
    color:#000;
}
#C4 div.form div.field.half {
    width: 230px;
    float:left;
}
#C4 div.form div.field {
    padding: 0;
}
#C4 div.form div.field.spacer {
    width: 20px;
    float:left;
}

#C4 div.form div.field.half input,
#C4 div.form div.field.half textarea {
    width: 200px;
}
#C4 div.getting-started div.quick-preview {
    text-align:center;
    padding:40px 0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
#C4 div.getting-started div.left div.quick-preview {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right:1px solid #CCC;
    border-left:none;
}
#C4 div.getting-started div.quick-preview h2 {
    color: #999;
}
#C4 div.getting-started div.quick-preview p {
    line-height: 1.3em;
    font-size:15px;
    color:#999;
    margin:5px 50px;
}

#C4 div.tile {
    color:#000;
    text-decoration:none;
    display:block;
    background:#FFF;
    text-align:left;
    border:1px solid rgba(0,0,0,.25);
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    border-radius:3px;
    width:230px;
    margin:10px auto;
    transition: all 0.5s ease-out;
    font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    -moz-transition: all 0.5s ease-out; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-out; /* Safari and Chrome */
    -o-transition: all 0.5s ease-out; /* Opera */
}
#C4 div.tile div.industry {
    background: rgb(57,71,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(57,71,85,1) 0%, rgba(43,53,64,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,71,85,1)), color-stop(100%,rgba(43,53,64,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* W3C */
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    padding:12px 0 11px 0;
    text-align:center;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-transform:capitalize;
}
#C4 div.tile div.cover-image {
    background:#CCC;
    height:166px;
}

#C4 div.tile:hover {
    box-shadow:0 1px 10px rgba(0,0,0,.2);
}

#C4 div.getting-started div.quick-preview a.view-more {
    float:left;
    padding: 3px 10px 0;
    margin-top:6px;
    margin-left:10px;
    border-left:1px solid #CCC;
    display:block;
    text-decoration:underline;
}
#C4 div.getting-started div.quick-preview div.shadow {
    background-size:117% auto;
    height:10px;
    margin:10px 0 0 0;
    padding:0;
}
#C4 div.tile div.info {
    padding: 15px 15px 10px 15px;
    text-align:left;
    overflow:hidden;
    height:70px;
}
#C4 div.tile div.info p {
    font-size:13px;
    font-family:"proxima-nova";
    color:#666;
    margin:0;
    line-height:1.4em;
}
#C4 div.tile div.info h3 {
    font-size: 15px;
    padding:2px 0 5px 0;
    margin:0;
}
#C4 div.tile div.cover {
    height:127px;
    background-size:cover;
    background-repeat:no-repeat;
    border-bottom:1px solid #CCC;
    background-position:50% 50%;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    margin:0;
    padding:0;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);

}
    #C4 div.tile div.cover.not-round {
        border-radius: 0;
    }
#C4 div.tile div.bottom {
    padding:16px 20px 13px 20px;
    text-align:center;
    border-top:1px dotted #CCC;
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    color:#44604e;
    background: #F7F7F7; /* Old browsers */
    background: -moz-linear-gradient(top,  #F7F7F7 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F7F7F7 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F7F7F7 0%,#EEEEEE 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F7F7F7 0%,#EEEEEE 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F7F7F7 0%,#EEEEEE 100%); /* W3C */
}
#C4 div.tile div.bottom h4 {
    color:#008001;
    padding:0;
    font-family:"proxima-nova", helvetica, sans-serif;
    margin:0;
    line-height:1em;
    height:14px;
    overflow:hidden;
    font-size:14px;
    overflow-wrap:break-word;
    font-weight: bold;
    word-wrap:break-word;
}
#C4 div.tile div.bottom.inactive h4 {
    color: #999999;
    font-weight:normal;
}
#C4 div.tile div.bottom.split h4.left {
    float:left;
    text-align:left;
    width:100px;
    overflow:hidden;
    border-right:1px solid #CCC;
}
#C4 div.tile div.bottom.split h4.right {
    float: right;
    text-align:right;
    width:85px;
    overflow:hidden;
    border: none;
}
#C4 div.tile button.profile-btn {
    padding-left:0;
    padding-right:0;
    width:98%;
    padding-top:10px;
    padding-bottom:10px;
}
#C4 div.getting-started div.quick-preview div.next-button {
    margin: 10px 0px;
    text-align:center;
}
    #C4 div.getting-started div.quick-preview div.next-button .btn.huge {
        padding: 20px 50px 18px 50px;
    }
#C4 div.getting-started div.doc-uploader {
    width: 510px;
}
#C4 div.getting-started div.doc-uploader div.text {
    font-size: 16px;
    padding:15px 0 0 15px;
    color:#666;
}

#C4 div.funding-types {
    padding: 20px 35px 0 35px;
}

#C4 div.funding-types p.intro {
    font-size:15px;
    color:#666;
    margin:10px 0 10px 0;
}
#C4 div.funding-type {
    width: auto;
    float: left;
    border: 1px solid #CCC;
    padding: 0 0 10px 0;
    width:273px;
    background:#FFF;
    border-radius:5px;
    text-align: center;
}

#C4 div.funding-type h2 {
    padding:10px 0 5px 0;
    font-size:24px;
}
#C4 div.funding-type p {
    padding:0px 25px;
    line-height:1.4em;
    font-size:12px;
}
#C4 div.funding-type form {
    padding: 0;
    margin:0;
}
#C4 div.funding-type button.btn {
    padding: 18px 20px 15px;
    font-size:18px;
    margin:0;
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    width:220px;
    display:inline-block;
}
#C4 div.strikethrough-divider {
    background:url(/web/v1/images/gray-pixel.png) 50% 50% repeat-x;
    text-align:center;
}
#C4 div.strikethrough-divider span {
    display: inline-block;

}
#C4 div.paywall {
    padding: 60px 30px 0 30px;
}
#C4 p.intro {
    font-size: 15px;
    color: #666;
    margin: 10px 0 0px 0;
    line-height:1.4em;
}
    #C4 div.paywall p.intro strong {
        font-weight: bold;
        color: #000;
    }
#C4 div.dash div.setup {
    padding: 10px 60px 10px 60px;
}
#C4 div.dash div.setup p {
    font-size: 16px;
    line-height: 1.5em;

}
#C4 div.dash h2 {
    padding: 0;
    margin: 0;
}
#C4 div.dash {
    border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
}
#C4 div.dash div.left {
    width: 730px;
    float:left;
}
#C4 div.dash div.left.noisy {
    background:#FFF url(/web/v1/images/textures/noise.png) repeat;
}
#C4 div.dash.with-sidebar-left div.left {
    width:260px;
}
#C4 div.dash.with-sidebar-left div.right {
    width:730px;
}
#C4 div.dash div.right {
    float: right;
    width:258px;
}
    #C4 div.dash p.intro {
        font-size: 16px;
        margin: 5px 0 15px 0;
    }
#C4 div.dash ul.checklist {
    border: 1px solid #CCC;
    background:rgba(255,255,255,.75);

}
#C4 div.dash span.highlighted {
    display: inline-block;
    background: #fcca7c;
    padding: 2px 5px 2px 5px;
    border-radius:3px;
}
#C4 div.dash ul.checklist li {
    border-bottom: 1px solid #CCC;
    padding:20px 20px;
}
#C4 div.dash ul.checklist li ul.required-items {
    list-style: circle;
    padding-left: 25px;
}
#C4 div.dash ul.checklist li ul.required-items li {
    font-size: 14px;
    border: none;
    margin:0;
    padding:10px 0 0 0;
    color:#990000;
    font-weight: bold;
}
    #C4 div.dash ul.checklist li.heading {
        padding:15px 20px 10px 20px;
        font-weight:bold;
        box-shadow: 0 1px 2px #CCC;
        color:#999;
        border-bottom:1px solid #999;
        text-shadow:1px 1px 0 #EEEEEE;
    }
#C4 div.dash ul.checklist li div.checkbox {
    background:#FEFEFE;
    height:35px;
    width:45px;
    padding:10px 0 0 0;
    float:left;
    text-align:center;
    font-size:35px;
    color:#CCC;
    line-height: 1em;
}
#C4 div.dash ul.checklist li div.checkbox.complete {
    color:green;
}
#C4 div.dash ul.checklist li div.text {
    float: left;
    padding: 6px 20px;
}
#C4 div.dash ul.checklist.launch li {
    padding: 10px 10px 8px;
}
#C4 div.dash ul.checklist.launch li div.text {
    float: left;
    padding: 17px 20px;
}
#C4 div.dash ul.checklist li div.text p {
    margin-top: 5px;
    font-size:14px;
}
#C4 div.dash ul.checklist li div.button {
    float:right;
    padding:10px 0px 0 0;
}
#C4 div.dash ul.checklist li div.button .btn {
    padding: 8px 10px;
    width:50px;
    text-align:center;
}
#C4 div.dash ul.checklist h3 {
    font-size: 18px;
}
#C4 div.dash ul.checklist div.checkbox span {
    display: none;
}
#C4 div.dash ul.checklist div.checkbox.number {
    display: block;
    padding-top: 8px;
}
#C4 div.dash ul.checklist div.checkbox.number span {
    display: block;
}
#C4 div.page-header-nav div.buttons {
    padding: 12px 0 0 0;
    width:258px;
    text-align:center;
    border-top-right-radius:5px;
    margin-right:1px;
}
#C4 div.page-header-nav div.buttons .btn {
    padding:16px 18px 14px 18px;
    font-size:16px;
    width:180px;
    font-weight: bold;
}
#C4 div.page-header-nav ul {
    border-right: 1px solid #CCC;
}
#C4 div.page-header-nav ul li a.noisy.active {
    background: #FFF url(/web/v1/images/textures/paper.png) 50% 50% repeat;
}
#C4 div.page-header-nav h2 {
    padding: 0;
    float:left;
    margin: 11px 10px 0 10px;
}
#C4 div.page-header-nav div.status {
    padding:4px 5px 4px 4px;
    height:11px;
    width:12px;
    font-size:12px;
    text-align:center;
    margin: 11px auto 3px;
    border-radius:15px;
    border:1px solid #CCC;
    background:#FEFEFE;
}

#C4 div.page-header-nav ul li a div.pictos {
    padding:4px 0 2px 0;
    font-size:20px;
    text-align:center;
    margin: 11px auto 3px;
    color:#999;
}

#C4 div.page-header-nav ul li a.active div.pictos {
    color:#000;
}

#C4 div.page-header-nav div.status span {
    display: none;
    padding:0;
    margin:0;
    font-size:15px;
}
#C4 div.page-header-nav div.level-1 span.started {
   display: block;
    color:#fcca7c;
}
#C4 div.page-header-nav div.level-2 span.complete {
    display: block;
    color:green;
}
#C4 div.dash ul.checklist div.checkbox.level-1 span.started {
    display: block;
    color:#fcca7c;
}
#C4 div.dash ul.checklist div.checkbox.level-2 span.complete {
    display: block;
    color:green;
}
#C4 div.dash div.right div.preview {
    padding:10px 20px;
    text-align:center;
}
    #C4 div.dash div.right div.preview-button .btn {
        width: 240px;
    }
#C4 div.dash div.help {
    padding: 10px 25px;
}
#C4 div.dash div.help h2 {
    font-size:16px;
    margin: 5px 0;
}
#C4 div.dash div.help p {
    font-size: 13px;
    color: #666;
    line-height: 1.4em;
}
#C4 div.setup-notice-bar {

    background: #fcead2;
    border-bottom:1px solid #fcca7c;
    padding:18px 15px 15px 15px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    color:#333;
}
#C4 div.setup-notice-bar div {
    float: left;
    width: 33%;
}
#C4 div.setup-notice-bar div.clear {
    float: none;
    clear: both;
}
    #C4 div.setup-notice-bar div.left {
        text-align: left;
    }
    #C4 div.setup-notice-bar div.center {
        text-align: center;
        padding:8px 0 0 0;
        font-size:16px;
    }
    #C4 div.setup-notice-bar div.right {
        text-align: right;
    }
#C4 div.dash div.form {
    padding:20px 40px;
}
#C4 div.profile-intro {
    padding:0px 15px;
    margin:30px 25px 30px 25px;
    border-radius:5px;
    font-size:16px;
}
    #C4 div.profile-intro div.templates {
        padding: 10px 0;
    }
#C4 div.profile-intro div.templates a {
    display: block;
    float: left;
    border: 1px solid #CCC;
    width:130px;
    margin:5px 5px 15px 5px;
    border-radius:5px;
    padding:20px 10px;
    font-size:11px;
    color:#999;
    text-decoration: none;
    line-height:1.5em;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */

}
    #C4 div.profile-intro div.templates a img {
        height: 64px;
        width: 64px;
    }
    #C4 div.profile-intro div.templates a:hover {
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        background:#FFF;
    }
    #C4 div.profile-intro div.templates a h3 {
        font-size: 14px;
        margin:10px 0 5px 0;
    }
#C4 div.profile-intro p {
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    margin:5px 0;
}

/* C4 PROFILE */
#C4 div.ps {
    background: transparent url(/web/v1/images/profile-tab-bg.png) 730px top repeat-y;

}
#C4 div.ps div.section:first-child {
    background: none;
}
#C4 div.ps div.section:first-child div.add-bar div.default {
    padding-top:10px;
}
#C4 div.ps div.section {
    background: url(/web/v1/images/gray-dash.png) 0 15px repeat-x;
}
#C4 div.ps div.section h1 {
    font-size: 26px;
    margin:8px 0 8px 0;
    height:auto;
    line-height:1em;
    padding:0;
}
#C4 div.ps div.section h2 {
    font-size: 22px;
    margin:5px 0 5px 0;
    height:auto;
    line-height:1em;
    padding:0;
}
#C4 div.ps div.section h3 {
    font-size: 18px;
    margin:5px 0 5px 0;
    height:auto;
    line-height:1em;
    padding:0;
}
#C4 div.ps div.section p {
    font-size: 17px !important;
    margin:5px 0 25px 0 !important;
    height:auto !important;
    line-height:1.5em !important;
    padding:0 !important;
    color:#333333 !important;
    font-family: proxima-nova, Helvetica, Arial, sans-serif !important;
}
#C4 div.ps div.section ul {
    font-size: 17px;
    margin:5px 0 25px 0;
    line-height:1.4em;
    padding:0 0 0 30px;
    list-style:disc;
}
#C4 div.ps div.section ol {
    font-size: 17px;
    margin:5px 0 25px 0;
    line-height:1.4em;
    padding:0 0 0 30px;
}
#C4 div.ps div.section ul li,
#C4 div.ps div.section ol li {
    font-size: 17px;
    margin:0px 0 8px 0;
    line-height:1.4em;
    padding:0;
}
#C4 div.ps div.section div.utilities {
    width:50px;
    min-height:100px;
    float:left;
    opacity:0;
    filter:Alpha(opacity=0);
    margin-top:3px;
    margin-bottom:10px;

}
#C4 div.ps.no-hover div.section div.utilities {
    opacity:1;
    filter:Alpha(opacity=100);
}
#C4 div.ps.edit-only div.section div.utilities a.edit {
    display: none;
}
#C4 div.ps div.section:hover div.utilities {
    opacity:1;
    filter:Alpha(opacity=100);
}
#C4 div.ps div.section div.utilities a {
    text-decoration: none;
    display: block;
    padding:8px 8px 7px 8px;
    line-height:1em;
    border:1px solid #CCC;
    border-radius:3px;
    font-size:14px;
    height:14px;
    width:14px;
    margin-left: 8px;
    font-weight:normal;
    margin-bottom:3px;
    text-align:center;
    font-family:pictos;
    color:#CCC;
}

#C4 div.ps div.section div.utilities:hover a:hover {
background:rgba(0,0,0,.1);
color:#000;
text-decoration:none;
}

#C4 div.ps div.section div.body {
    width:630px;
    min-height:50px;
    float:left;
}
#C4 div.ps div.section div.body div.viewer {
    padding: 0 5px;
}
#C4 dif.prodile div.section div.body div.editor {
    padding: 0;
}
#C4 div.ps {
    width:730px;
}

#C4 div.ps.full {
    width: 100%;
}
#C4 div.ps.full div.section div.helper {
    float:left;
    margin-left:55px;
    width:218px;
    min-height:50px;
    padding:0 10px 0 20px;
    font-size:13px;
    color:#333;
    line-height:1.4em;
    display:block;
}
#C4 div.ps div.section div.helper {
    display: none;
}

#C4 div.ps div.section div.add-bar {
    min-height:40px;
    text-align: center;
    width:730px;
}
#C4 div.ps div.section div.add-bar-placeholder {
    height:40px;
}
#C4 div.section div.add-bar div.default {
    display: none;
}
#C4 div.section:hover div.add-bar div.default {
    display: block;
    opacity:0.5;
}
#C4 div.section:hover + div.section div.add-bar div.default {
    display: block;
    opacity: 0.5;
}
#C4 div.section:hover div.add-bar:hover  div.default {
    opacity: 1;
}
#C4 div.ps div.section div.add-bar div.type-selector
{
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    box-shadow: inset 0 0 5px #CCC;
    background: #F7F7F7;
    padding:15px;
    margin-bottom: 15px;
}
#C4 div.ps div.section div.add-bar div.type-selector .btn
{
    width:140px;
    margin: 0 2px;
    font-size:10px;
}
#C4 div.ps div.section input.title {
    font-size: 24px;
    padding:10px 10px 8px 10px;
    height:auto;
    width:608px;
    border-radius:2px;
    color:#000;
    font-weight:bold;
}
#C4 div.ps div.section input.title.attached {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#C4 div.ps div.section div.editor {
    display: none;

}
#C4 div.fundraise-intro {
    padding: 25px 20px 0 20px;
    border-bottom:1px solid #CCC;
    text-align:center;
}
#C4 div.fundraise-intro a.funding-type  {
    display: inline-block;
    opacity:0.25;
    padding:25px 40px 0 40px;
    cursor:pointer;
    margin-bottom:-1px;
}
#C4 div.fundraise-intro a.funding-type:hover {
    opacity: 1;
    text-decoration:none;
}
#C4 div.fundraise-intro a.funding-type.active {
    opacity:1;
}
#C4 div.fundraise-intro a.funding-type h3 {
    margin: 5px 0 0 0;
}
#C4 div.fundraise-intro a.funding-type div.arrow {
    border:10px solid transparent;
    width:0;
    display:inline-block;
    margin:0 0 -3px 0;
}
#C4 div.fundraise-intro a.funding-type.active div.arrow {
    border-bottom-color: #CCC;
}
#C4 div.edit-company {
    padding: 20px 40px;
}
#C4 div.edit-company div.field {
    padding: 10px 0 10px 0 ;
}
#C4 div.edit-company div.field label {
    display: block;
    font-size:15px;
    color:#999;
    padding:10px 0 8px 0;
}
#C4 div.edit-company div.field label strong {
    color: #333;
    font-weight:normal;
}
#C4 div.edit-company div.canvas {
    min-height: 300px;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius:5px;
    box-shadow: inset 0 0 4px #EEEEEE;
}
#C4 div.edit-company ul.tabs-alt {
    list-style: none;
    padding: 0;
}
#C4 div.edit-company ul.tabs-alt li {
    float: left;
    display:block;
    width:215px;
    text-align:center;
    border-right:1px solid #CCC;

}
#C4 div.edit-company ul.tabs-alt li:last-child {
    border-right: none;
    width:216px;
}
#C4 div.edit-company ul.tabs-alt li a {
    display:block;
    padding:15px 10px 14px 10px;
    border-bottom:1px solid #CCC;
    color:#999;
    font-weight:bold;
    text-decoration: none;

}
#C4 div.edit-company ul.tabs-alt li.active a {
    padding:15px 10px;
    background:#F7F7F7;
    color:#000;
    border-bottom:none;
    border-top-right-radius:5px;
    border-top-left-radius: 5px;
}
#C4 div.edit-company ul.tabs-alt li.active a:hover {
    background:#F7F7F7;
}
#C4 div.edit-company ul.tabs-alt li a:hover {
    background: rgba(255,255,255,.25);
    text-decoration:none;
}
#C4 div.edit-company input,
#C4 div.edit-company textarea {
    border-radius: 2px;
    clear:both;
    border:1px solid #CCC;
    padding:12px 10px 12px 10px;
    font-size:16px;
    color:#000;
    width:628px;
}
    #C4 div.edit-company input.half {
        width:289px;
    }
#C4 div.edit-company select.half {
    width: 311px;
}
#C4 div.edit-company input.third {
    width:173px;
}
    #C4 div.edit-company select {
        padding: 5px;
        height:44px;
        font-size:14px;
    }
    #C4 div.edit-company div.field-spacer {
        float: left;
        padding: 5px;
    }
#C4 div.edit-company div.cover-image {
    background: #FFF;
    border: 10px solid #FFF;
    box-shadow: 0 0 2px #999;
    width:560px;
    height:310px;
    margin:1px auto 10px auto;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
#C4 div.edit-company div.cover-video {
    background: #FFF;
    border: 10px solid #FFF;
    box-shadow: 0 0 2px #999;
    width:560px;
    height:310px;
    margin:1px auto 10px auto;
}
#C4 div.edit-company div.logo {
    background: #FFF;
    border: 10px solid #FFF;
    box-shadow: 0 0 2px #999;
    width:200px;
    background-repeat:no-repeat;
    height:200px;
    margin:1px auto 10px auto;
    background-size:contain;
    background-position:50% 50%;
}
#C4 div.edit-company div.canvas p {
    margin:25px 0 15px;
    text-align:center;
    font-size:16px;
}
#C4 div.edit-company div.canvas div.uploader {
    width: 580px;
    margin: 10px auto 20px auto;
}
#C4 div.edit-company div.reward
{
    border:1px solid #CCC;
    padding:0;
    background:#FCFCFC;

}

#C4 div.edit-company div.reward div.inner
{
    border-radius:5px;
}
#C4 div.edit-company div.reward a.delete
{
    display:block;
    float:right;
    padding:5px 10px;
    border-bottom:1px solid #CCC;
    border-left:1px solid #CCC;
    border-bottom-left-radius:5px;
    color:#999;
    font-size:12px;
}
#C4 div.edit-company div.reward a.delete:hover
{
    border-color:#990000;
    background:#990000;
    color:#FFF;
    text-decoration:none;
}
#C4 div.edit-company div.reward div.inner div.form-elements
{
    padding:0px 20px 10px 20px;
}
#C4 div.edit-company div.reward div.inner
{
    padding-bottom:10px;
}

#C4 div.edit-company div.reward div.description
{
    float:right;
    padding:0 5px 0 0;
}
#C4 div.edit-company div.reward div.details
{
    float:left;
    width:180px;
}
#C4 div.edit-company div.reward label
{
    margin:10px 0 2px 0;
}
#C4 div.edit-company div.reward div.details label.select
{
    padding: 5px 4px;
    font-weight:normal;
    color:#999;
    margin:0;
}
#C4 div.edit-company div.reward div.details input.quantity
{
    padding:2px;
    width:50px;
    font-size:12px;
    text-align:center;
    display:inline;
}
#C4 div.edit-company div.reward div.details input.radio
{
    width:auto;
    float:left;
    margin-right:8px;
}
#C4 div.edit-company div.reward div.details input,
#C4 div.edit-company div.reward div.details select
{
    width:190px;
}
#C4 div.edit-company div.reward div.details div.input-prepend input
{
    width:120px;
}
    #C4 div.edit-company div.reward textarea {
        width: 400px;
    }
    #C4 div.edit-company div.reward input {
        width: 400px;
    }
#C4 div.investment-types {
    border:1px solid #CCC;
}
#C4 div.investment-types a {
    display: block;
    float: left;
    text-decoration:none;
    padding:30px 10px;
    width:195px;
    text-align:center;
    border-right:1px solid #CCC;
    opacity:0.5;
    transition: all 0.25s;
}
#C4 div.investment-types a:hover {
    opacity:1;
    text-decoration:none;
    background-color:#FFF;
}
#C4 div.investment-types a.active {
    box-shadow:inset 0 0 5px rgba(0,0,0,.25);
    opacity:1;
    background:rgba(0,0,0,.05);

}
#C4 div.investment-types a h3 {
    padding: 10px 0 0 0;
}
    #C4 div.investment-types a img {
    height:48px;
    width:48px;
}
    #C4 div.investment-types a p {
        margin: 5px 0 0 0;
        line-height: 1.3em;
        color: #333333;
        font-size:13px;
    }
ul.global-sidebar-nav {
    padding: 0;
    margin: 0;
}
ul.global-sidebar-nav li {
    display: block;
    list-style:none;
    padding:0;
    margin:0;
}

ul.global-sidebar-nav li a {
    display: block;
    border-bottom:1px solid #CCC;
    color: #BBB;
}
    ul.global-sidebar-nav li a.active {
        color: #0088CC;
    }
ul.global-sidebar-nav li a:hover {
    text-decoration: none;
    color:#666;
}
ul.global-sidebar-nav li a div.pictos {
    font-size: 24px;
    float:left;
    width:30px;
    text-align:center;
    padding:30px 0 28px 25px;
}
ul.global-sidebar-nav li a div.text {
    float: left;
    font-size:16px;
    padding: 30px 0 28px 15px;
    font-weight:bold;
}
ul.global-sidebar-nav li a div.arrow {
    float: right;
    display:none;
}
ul.global-sidebar-nav li a.active div.arrow {
    display: block;
    margin-top:21px;
}
ul.global-sidebar-nav li a div.arrow div.inner {
    border: 15px solid transparent;
    margin-left: -14px;
    display: block;
    border-right-color: #CCC;
    float: right;
}
div.global-sidebar {
    float: left;
    width: 260px;
}
div.with-sidebar-left {
    background:url(/web/v1/images/profile-tab-bg-left.png) -240px top repeat-y;
    border-bottom-left-radius:5px;
}
div.with-sidebar-left.blue {
    background:url(/web/v1/images/profile-tab-bg-left-blue.jpg) -240px top repeat-y;
    border-bottom-left-radius:5px;
}
div.with-sidebar-right {
    background: url(/web/v1/images/profile-tab-bg.png) 730px top repeat-y;
    border-bottom-right-radius: 5px;
}
div.with-sidebar-right.blue {
    background: url(/web/v1/images/profile-tab-bg-blue.jpg) 730px top repeat-y;
    border-bottom-right-radius: 5px;
}

#C4 div.preview-bar {
    padding:20px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.1);
    border-bottom:1px solid rgba(0,0,0,.25);
    color:rgba(0,0,0,.5);
    text-shadow: 1px 1px 0px rgba(255,255,255,.25);
    font-size:16px;
    font-weight:bold;
    background: rgb(255,181,71); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,181,71,1) 0%, rgba(255,154,66,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,181,71,1)), color-stop(100%,rgba(255,154,66,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,181,71,1) 0%,rgba(255,154,66,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,181,71,1) 0%,rgba(255,154,66,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,181,71,1) 0%,rgba(255,154,66,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,181,71,1) 0%,rgba(255,154,66,1) 100%); /* W3C */
}


#C4 div.ps div.es-section div.uploader
{
    background: url(/web/v1/images/icons/change-photo.png) no-repeat;
    padding:0;
    width:18px;
    float:right;
    height:18px;
    margin-top:26px;
    background-size:cover;
    border-top-left-radius: 2px;
    background-position: 48% 50%;
}

#C4 div.ps div.es-section div.block
{
    font-size:14px;
    padding:0 10px;
    border-bottom:1px dashed #CCC;
}
#C4 div.ps div.es-section div.block.no-border
{
    border-bottom:none;
}
#C4 div.ps div.es-section div.summary p
{
    font-size:14px;
    margin:0;
    padding:0;
    color:#666;
}
#C4 div.ps div.es-section div.right input
{
    height:auto;
    font-size:12px;
    padding:5px 3px;
    margin:0 0 5px 0;
    width:145px;

}
#C4 div.ps div.es-section div.right textarea
{
    width:145px;
    padding:5px 3px;
    font-size:11px;
    border-radius:2px;
}
#C4 div.ps div.es-section div.right select
{
    width:155px;
    height:auto;
    font-size:11px;
    padding:3px;
}
#C4 div.ps div.es-section div.summary div.raise
{
    font-size:20px;
    color:#999;
    text-align:center;
    border-top:1px dashed #CCC;
    border-bottom:1px dashed #CCC;
    padding: 25px 0 22px 0;
    margin-top:10px;
}
#C4 div.ps div.es-section div.summary div.raise input
{
    font-size:16px;
    font-weight:bold;
    height:auto;
    padding:8px 3px 6px 3px;
    width:120px;
    display:inline-block;
    margin:-2px 0 0 10px;
    border-radius:2px;
    text-align:center;
}
#C4 div.ps div.es-section div.summary div.use-of-funding textarea
{
    width:375px;
    padding:5px;
}
#C4 div.ps div.es-section div.summary div.left div.block
{
    width:400px;
    padding:20px 10px 20px 0;
    border-right:1px dashed #CCC;
}
#C4 div.ps div.es-section div.summary div.right div.block
{
    width:195px;
    padding:20px 5px;
}
#C4 div.ps div.es-section div.summary div.left
{
    float:left;
}
#C4 div.ps div.es-section div.summary div.right
{
    float:right;
}
#C4 div.ps div.es-section div.block h3 span.pictos
{
    display:inline-block;
    width:25px;
    color:#CCC;
    text-align:center;
}
#C4 div.ps div.es-section div.block h3
{
    font-size:15px;
    margin:0;
    padding:0 0 5px 0;
    font-weight:bold;
}
#C4 div.ps div.es-section div.block h3 a.pictos
{
    text-decoration:none;
    font-size:14px;
    opacity:0.5;
}
#C4 div.ps div.es-section div.editor ul.team li
{
    padding:100px 0;
}
#C4 div.ps div.es-section div.editor ul.team li div.text
{
    padding-top:0;
}
#C4 div.ps div.es-section ul.team input
{
    font-size:12px;
    padding:4px 3px;
    margin: 0 0 3px;
    border-radius:2px;
    height:auto;
}
#C4 div.ps div.es-section ul.team div.name input
{
    width:148px;
    margin-right:4px;
}
#C4 div.ps div.es-section ul.team div.name input:first-child
{
    font-weight:bold;
}
#C4 div.ps div.es-section ul.team div.bio input
{
    width:311px;
    margin-bottom:10px;
}
#C4 div.ps div.es-section div.block h3 a
{
    font-size:12px;
    opacity:.75;
    text-decoration:underline;
    font-weight:normal;
}
#C4 div.ps div.es-section div.block h3 a:hover
{
    opacity:1;
}
#C4 div.ps div.es-section div.right div.block div.text
{
    padding-left:30px;
    font-size:14px;
    color:#666;
    line-height:1.4em;
}
#C4 div.ps div.es-section div.summary div.raise strong
{
    color:#000;
}

#C4 div.ps div.es-section div.body div.left {
    width: 410px;
}
#C4 div.ps div.es-section div.body div.right {
    width: 205px;
}
#C4 div.ps div.es-section div.left div.block ul.traction,
#C4 div.ps div.es-section div.left div.block ul.traction li,
#C4 div.ps div.es-section div.left div.block ul.team,
#C4 div.ps div.es-section div.left div.block ul.team li
{
    list-style:none;
    margin:0;
    padding:5px 0;
}
#C4 div.ps div.es-section ul.traction li div.text textarea
{
    font-size:13px;
    width:345px;
    margin:0;
    padding:5px;
    border-radius:2px;
}
#C4 div.ps div.es-section form label
{
    font-weight:bold;
}
#C4 div.ps div.es-section ul.traction li span.pictos
{
    display:block;
    float:left;
    width:30px;
    text-align:center;
    color:Green;
}
#C4 div.ps div.es-section ul.traction li div.text
{
    float:left;
    width:360px;
    font-size:14px;
    line-height: 1.3em;
}
#C4 div.ps div.es-section ul.team li div.text div.name
{
    font-size:13px;
}
#C4 div.ps div.es-section ul.team li div.photo
{
    float:left;
    width:44px;
    height:44px;
    border:3px solid #FFF;
    margin-left:3px;
    margin-right:5px;
    box-shadow:0px 0px 3px rgba(0,0,0,.3);
}

#C4 div.ps div.es-section ul.team li div.text
{
    float:right;
    width:325px;
    font-size:14px;
    line-height: 1.4em;
    color:#666;
}

#C4 div.ps div.es-section ul.team li div.text strong
{
    font-weight:bold;
    color:#000;
}
#C4 div.ps div.es-section ul.team li div.bio
{
    color:#666;
}
#C4 div.ps div.team-section div.team-members
{
    padding:10px 0;
}
#C4 div.ps div.team-section div.member
{
    padding:0px;
    border-radius:3px;
    margin:10px 0 15px 0;
    border:1px solid #DDD;
    background:#F7F7F7;
}
#C4 div.ps div.team-section div.member div.top
{
    padding: 0 0 15px 0;
}
#C4 div.ps div.team-section div.member hr
{
    border-top:1px solid #E7E7E7;
    border-bottom:none;
}
#C4 div.ps div.team-section div.member div.photo
{
    float:left;
    height:60px;
    width:60px;
    border:3px solid #FFF;
    box-shadow:0 1px 3px rgba(0,0,0,.35);
    margin:20px 12px 0 25px;
    overflow:hidden;
    text-align:center;
    background-size:cover;
}

#C4 div.ps div.team-section div.top div.utility-links
{
    float:right;
    padding:0;
}
#C4 div.ps div.team-section div.top div.utility-links a
{
    display:block;
    background:#EEE;
    color:#CCC;
    border-left:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:5px 5px 4px 5px;
    text-decoration:none;
    text-align: center;
}
#C4 div.ps div.team-section div.top div.utility-links a:hover
{
    background:#999;
    border-color:#999;
    color:#FFF;
}
#C4 div.ps div.team-section div.top div.utility-links a.remove:hover
{
    background:#990000;
    border-color:#990000;
    color:#FFF;
}
#C4 div.ps div.team-section div.bio {
    padding:10px 25px;
}
#C4 div.ps div.team-section div.bio p {
    font-size:14px !important;
}
#C4 div.ps div.team-section textarea
{
    width:550px;
    min-height:115px;
    font-size: 14px;
}
#C4 div.ps div.team-section div.member div.editor div.photo div.uploader
{
    background: url(/web/v1/images/icons/change-photo.png) 48% 50%;
    height:20px;
    width:20px;
    margin:40px 0 0 40px;
    background-size:cover;
}

#C4 div.ps div.team-section div.member div.editor div.name
{
    width:497px;
    float:left;
    padding:20px 0 0 0;
}
#C4 div.ps div.team-section div.member div.viewer div.name {
    width:450px;
    padding:10px 0 0 0;
    float: left;
}
#C4 div.ps div.team-section div.member div.editor div.name input
{
    width:234px;
    margin-right:2px;
    height:auto;
    margin-top:0px;
    margin-bottom:5px;

    padding:6px 4px;
    line-height:1em;
}
#C4 div.ps div.team-section div.editor div.social-urls {
    padding:5px 0 0 25px;
}
#C4 div.ps div.team-section div.editor div.social-urls div {
    width: 189px;
}
#C4 div.ps div.team-section div.editor div.social-urls input {
    padding:4px 5px 3px 5px;
    width:140px;
    font-size: 11px;
    float:left;
    margin-top:4px;
    margin-left:5px;
}
#C4 div.ps div.team-section div.editor div.social-urls img {
    width:20px;
    float:left;
    margin-top:5px;
}
#C4 div.ps div.team-section div.member div.editor div.name input.full
{
    width:484px;
}

#C4 div.ps div.team-section div.display-view div.member div.name
{
    padding-top:20px;
}
#C4 div.ps div.team-section div.member div.name h3
{
    font-weight:normal;
    font-size:18px;
    padding:20px 0 0 0;
}
#C4 div.ps div.team-section div.member div.name h4
{
    font-size:14px;
    font-weight:normal;
    margin:2px 0 0 0;
    padding:0;
}
#C4 div.ps div.team-section div.social-links
{
    float:right;
    padding-top:10px;
    padding-right:5px;
    width:60px;
}
#C4 div.ps div.team-section div.social-links a
{
    padding:0;
    float:right;
    line-height:1em;
    margin:0 2px;
}
#C4 div.ps div.team-section div.social-links a img
{
    height:16px;
    width:16px;
}
#C4 div.ps div.team-section div.left-blocks
{
    float:left;
    width:305px;
    padding:15px 10px 10px 20px;
}
#C4 div.ps div.document-section div.document-item {
    padding:15px 0 13px;
    margin:10px 0 0 0;
    border:1px solid #CCC;
    border-radius: 3px;
    background:#F7F7F7;
}
#C4 div.ps div.document-section div.file-icon
{
    float:left;
    padding:0 16px;
}
#C4 div.ps div.document-section div.file-icon h1.pictos
{
    font-size:38px;
    font-weight: normal;
    margin:0;
    padding:0;
    color:#999;
}
#C4 div.ps div.document-section div.description
{
    float:left;
}
#C4 div.ps div.document-section div.description div.viewer h3
{
    padding-top:8px;
    font-weight: normal;
    font-size:14px;
}

#C4 div.ps div.document-section div.buttons {
    float: right;
    padding:0 20px 0 0;
}
#C4 div.ps div.document-section div.document-item input[type="text"]
{
    padding:7px;
    width:430px;

}
#sub-picker h2 {
    margin: 0;
    font-size: 30px;
    text-align:center;
}
#sub-picker p {
    font-size: 17px;
    text-align: center;
    margin:10px 0;
}
#sub-picker div.choice {
    background:#FFF;
    border:1px solid #CCC;
    min-height:inherit;
    width:313px;
    margin:10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    float:left;
}
#sub-picker div.choice h3.pictos {
    font-weight:normal;
    font-size:40px;
    padding:20px 0 15px 0;
}
#sub-picker div.choice h3 {
    font-size:20px;
    text-align:center;
    font-weight:normal;
    padding:0px 0 25px 0;
}
#sub-picker div.choice ul {
    list-style: none;
    padding:20px 0;
    margin:0;
}
#sub-picker div.choice ul li {
    padding: 0px 10px;
    clear:both;
    font-size:16px;
}
#sub-picker div.choice ul li div.pictos {
    float: left;
    padding: 10px;
    color:green;
}
#sub-picker div.choice ul li div.text {
    float: left;
    width: 250px;
    padding: 10px 0;
}
#sub-picker div.price {
    text-align:center;
    padding:12px 0 20px 0;
}
#sub-picker div.price span.number {
    font-size:36px;
    font-weight:bold;
    display:inline-block;
}
#sub-picker div.price span.month {
    font-size:14px;
    display:inline-block;
    padding-top:22px;
    color:#999;
}
#sub-picker div.button {
    padding: 5px 0 20px;
    text-align: center;
}

#sub-picker div.button .btn {
    width: 90%;
}
#C4 div.page-top {
    padding: 25px 20px 20px 20px;
}
#C4 div.page-top div.name {

    text-align:center;
}
#C4 div.page-top div.name h1 {
    font-size: 32px;
}
#C4 div.page-top div.name h2 {
    margin: 5px 0 2px 0;
    font-size:20px;
    font-weight:normal;
    color:#666;
}
#C4 div.page-top div.name h3 {
    display:inline-block;
    padding:8px 20px 0 20px;
    margin:0;
    font-size:14px;
    color:#999;
    font-weight:normal;

}
#C4 div.page-top div.name h3 span.pictos {
    display:inline-block;
    margin-right:5px;
}

#C4 div.page-top div.buttons {
    float:right;

}
#C4 div.page-marquee {
    background: #c8d0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #c8d0d7 0%, #b5bdc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8d0d7), color-stop(100%,#b5bdc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c8d0d7 0%,#b5bdc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c8d0d7 0%,#b5bdc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c8d0d7 0%,#b5bdc5 100%); /* IE10+ */
    background: linear-gradient(top,  #c8d0d7 0%,#b5bdc5 100%); /* W3C */
    border-top:1px solid rgba(0,0,0,.15);
    border-bottom:1px solid #999;
    padding:0;
}

#C4 div.page-marquee div.community-info {
    background:#FFF;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin:10px 30px 10px 30px;
    padding:10px;

}
#C4 div.page-marquee div.community-info div.logo {
    float: left;
    width:150px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin: 0 10px;
}
#C4 div.page-marquee div.community-info div.text {
    float: left;
    width: 700px;
    margin: 15px 0 0 20px;
    line-height: 1.5em;
    font-size: 14px;
    color:#666;

}

#C4 div.page-marquee div.cover-container {
    float: left;
    width: 580px;
    padding:30px 0px 10px 30px;
}
#C4 div.page-marquee div.social {
    padding:10px 0px 0 0;
    height:24px;
}
#C4 div.page-marquee div.social div.link {
    float: right;
    margin-left:10px;
}
#C4 div.page-marquee div.social div.link.facebook {
    float: left;
    width: 350px;
    margin-left: 0;
}
#C4 div.page-marquee div.cover {
    background:#FFF;
    box-shadow:0 0 2px rbga(0,0,0,.2);
    padding:10px;
    margin: 0 0;
}

#C4 div.page-marquee div.cover div.content {
    height:310px;
    width:560px;
    overflow:hidden;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
#C4 div.page-marquee div.cover div.content iframe {
  background-color: #000000;
}
#C4 div.page-marquee div.nav {
    padding:0 0 0 0;
    margin:20px 0 0 0;
    border-top:1px solid #999;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dfdfdf 100%); /* W3C */
}
#C4 div.page-marquee div.nav a:first-child {
    width:181px;
}
#C4 div.page-marquee div.nav a {
    display:block;
    padding:24px 0 17px 0;
    text-shadow:1px 1px 0 rgba(255,255,255,.5);
    line-height:1em;
    border-right:1px solid rgba(0,0,0,.15);
    width:182px;
    text-align:center;
    color:#999;
    border-bottom:1px solid #999;
    margin-bottom:-1px;
    float:left;
}
#C4 div.page-marquee div.nav a span.badge {
    padding:3px 4px 2px 4px;
    border-radius: 3px;
    background:rgba(0,0,0,.1);
    display: inline-block;
    color:#333;
    margin:-4px 0 -5px 2px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.25);
}
#C4 div.page-marquee div.nav.equity a {
    width: 150px;
}
#C4 div.page-marquee div.nav div.sidebar-title {
    font-size:14px;
    font-weight:bold;
    float:right;
    width:257px;
    padding:24px 0 17px 0;
    border-left:1px solid #999;
    text-align:center;
    background:rgba(255,255,255,0.25);
    color:#999;
}
#C4 div.page-marquee div.nav a:hover {
    background-color:rgba(255,255,255,.5);
    text-decoration:none;
    color:#666;
}
#C4 div.page-marquee div.nav a.active {
    background:#FFF;
    border-bottom:1px solid #FFF;
    color:#000;
}
#C4 div.page-marquee div.highlight-container {
    float: right;
    width:353px;
}
#C4 div.page-marquee div.highlights {
    margin:30px 30px 0 0px;
    height:364px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    background-color: #FFF;
}
#C4 div.page-marquee div.highlights div.padding20 {
        background:rgba(255,255,255,.5);
        height:344px;
        padding-bottom:0;
        overflow:hidden;
    }
#C4 div.page-marquee div.highlights div.raised {
    text-align: center;
    font-size: 45px;
    font-weight:bold;
    padding:1px 0 0 0;
}
#C4 div.page-marquee div.highlights div.funded {
    font-size:28px;
    font-weight:bold;
    padding:5px 0 5px 0;

}
#C4 div.page-marquee div.highlights div.check {
    text-align:center;
    padding:20px 0 0px 0;
    text-shadow:1px 1px 0 #FFF;
    font-size:70px;
    color:#56ae55;
}
#C4 div.page-marquee div.highlights.locked div.lock {
    padding:30px 0 20px 0;
    text-align:center;
    font-size:60px;
    color:#999;

}
#C4 div.page-marquee div.highlights.locked h3 {
    font-size:20px;
    color:#333;
}
#C4 div.page-marquee div.highlights.locked p {
    color:#666;
    font-size:15px;
    line-height:1.4em;
    margin:10px 0 15px 0;
}

#C4 div.page-marquee div.highlights div.equity-raised {
    color: #333;
    font-size: 14px;
    padding:6px 0 6px;
}
#C4 div.page-marquee div.highlights div.equity-goal {

    text-align: center;
    font-size: 24px;
    font-weight:bold;
    padding:1px 0 0 0;
}
#C4 div.page-marquee div.highlights div.goal {
    color: #999;
    font-size: 14px;
    padding:5px 0 10px;
}
#C4 div.page-marquee div.highlights div.terms {
    height:190px;
    overflow:hidden;
    padding-top:4px;
}
#C4 div.page-marquee div.highlights div.terms div.term {
    padding:10px 5px 7px 5px;
    border-top:1px solid #CCC;
}
#C4 div.page-marquee div.highlights div.terms div.term div.left {
    float: left;
    width:150px;
    text-align:left;
}
    #C4 div.page-marquee div.highlights div.terms div.term div.right {
        float: right;
        width: 120px;
        text-align:right;
    }

#C4 div.page-marquee div.highlights div.not-raising {
    color: #666;
    font-size: 14px;
    padding:5px 0 10px;
}
#C4 div.page-marquee div.highlights div {
    display: block;
    text-align:center;
    line-height:1em;
}
#C4 div.page-marquee div.highlights div.funded-bar {
    background:rgba(0,0,0,.15);
    box-shadow:inset 0 1px 3px rgba(0,0,0,.25);
    height:25px;
    border-radius:3px;
}
#C4 div.page-marquee div.highlights div.trio div.wrap {
    float: left;
    width: 33%;
    text-align:center;
    padding:15px 0 6px 0;
}
    #C4 div.page-marquee div.highlights div.trio div.clear {
        padding:0;
    }
    #C4 div.page-marquee div.highlights .btn.back-button {
        font-size:22px;
        padding:18px 0;
        width:99%;
        margin-top:4px;
    }

#C4 div.page-marquee div.highlights div.trio div div.pictos {
    font-size:20px;
    color:#999;
    float:none;
    padding:0;
}
#C4 div.page-marquee div.highlights div.trio div div.metric {
    padding: 7px 0 8px 0;
    font-size: 18px;
    float:none;
    font-weight:bold;
}
#C4 div.page-marquee div.highlights div.countdown {
    margin:0 0 8px 0;
}
#C4 div.page-marquee div.highlights div.countdown div.time {
    padding:8px 0;
    float:left;
    width:72px;
    border-left:1px dashed #CCC;
}
#C4 div.page-marquee div.highlights div.countdown div.time:first-child {
    border-left: none;
}
#C4 div.page-marquee div.highlights div.countdown div.number {
    font-size: 14px;
    padding:0 0 5px 0;
}
#C4 div.page-marquee div.highlights div.countdown div.name {
    font-size: 12px;
    font-weight:bold;
    color:#999;
}

#C4 div.page-marquee div.highlights div.funded-bar div.bar {
    background-color: #57a957;
        background-image: -moz-linear-gradient(top, #62c462, #57a957);
        background-image: -ms-linear-gradient(top, #62c462, #57a957);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
        background-image: -webkit-linear-gradient(top, #62c462, #57a957);
        background-image: -o-linear-gradient(top, #62c462, #57a957);
        background-image: linear-gradient(top, #62c462, #57a957);
        background-repeat: repeat-x;
        border-color: #3d773d;
        border-color: rgba(0, 0, 0, 0.25);
        border-style:solid;
        border-width:1px;
        height:23px;
        border-radius:3px;
}
#C4 div.page-marquee div.highlights div.strikethrough-divider span {
    width:100px;
    margin:5px auto;
    color:#999;
    font-weight:bold;
    font-size:11px;

}
#C4 div.page-body div.loading-state {
    height:250px;
}
#C4 div.page-body div.blank-state {
    text-align: center;
    padding:120px 0;
    color:#999;
}
#C4 div.page-body div.blank-state h1 {
    font-size:50px;
    padding:20px 0;
    color:#CCC;
}
#C4 div.page-body div.blank-state h3 {
    font-size:20px;
    color:#999;
}

#C4 div.reward-sidebar a.reward {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    padding:30px 15px;
    border-bottom:1px solid #CCC;
    transition: all 0.1s ease-out;
}
#C4 div.reward-sidebar a.reward:active,
#C4 div.reward-sidebar a.reward:hover:active {
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
}
#C4 div.reward-sidebar a.reward:hover {
    background:rgba(255,255,255,.75);
    color:#333;
    text-decoration:none;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}
#C4 div.reward-sidebar a.reward h3 {
    margin: 5px 0 5px 0;
    font-size: 18px;
}
#C4 div.reward-sidebar a.reward p {
    padding: 0;
    margin: 4px 0 0 0;
    line-height:1.3em;
    font-size:14px;
}
#C4 div.reward-sidebar h4 {
    font-size:13px;

}
#C4 div.reward-sidebar a.reward p.small {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    margin-top:10px;
}
#C4 div.reward-sidebar a.reward p.title {
    color:#000;
    padding-top:12px;
    border-top:1px dashed #CCC;
}
#C4 div.reward-sidebar a.reward span.sold-out {
    background:#990000;
    color:#FFF;
    font-weight:bold;
    line-height:1em;
    border-radius: 3px;
    padding:6px 5px 4px 5px;
    display:inline-block;
}
#C4 div.reward-sidebar a.reward span.featured {
    background:#56ae55;
    color:#FFF;
    font-weight:bold;
    line-height:1em;
    opacity:1;
    padding:6px 5px 4px 5px;
    display:inline-block;
    border-radius: 3px;
}
#C4 div.reward-sidebar a.reward .btn.mini {
    font-size: 11px;
    padding: 5px 5px;
    font-weight: normal;
}
#C4 div.page-tab {
    min-height: 500px;
}
#C4 div.page-tab-content {
    width: 720px;
    float: left;
}
#C4 div.with-sidebar-left div.left-body,
#C4 div.with-sidebar-right div.right-body {
    width: 260px;
}
#C4 div.with-sidebar-right div.left-body,
#C4 div.with-sidebar-left div.right-body {
    width:730px;
}
#C4 div.left-body {
    float:left;
}
#C4 div.right-body {
    float: right;
}
#C4 div.reward-sidebar {
    float:right;
    width:259px;
}
#C4 div.legacy-page-top {
    padding: 22px 18px 15px 30px;
}
#C4 div.legacy-page-top div.name {
    float: left;
    margin-top:8px;
    width:870px;
    overflow: hidden;
    height: 30px
}
#C4 div.legacy-page-top div.buttons {
    float: right;
    text-align:right;
    width: 70px;
}
#C4 div.legacy-page-top h1 {
    font-size: 22px;
    float:left;
    padding:0px 15px 0 0;
}
#C4 div.legacy-page-top h2 {
    font-size: 20px;
    padding: 2px 0 1px 10px;
    border-left: 1px dotted #CCC;
    float:left;
    font-weight:normal;
    color:#666;

}
#C4 div.page-body {
    background: #FFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#C4 div.page-tab-content div.sidebar {
    width:258px;
}
#C4 div.ps-nav {
    width: 258px;
}
#C4 ul.ps-nav {
    padding-top:30px;
}
#C4 ul.ps-nav li {
    padding:0;
    margin:1px 0;
    border-bottom:none;
}
#C4 ul.ps-nav li div.arrow-container {
    float:left;
    margin:5px 0 7px 0;
    height:20px;
    width:20px;
}
#C4 ul.ps-nav li.active div.arrow {
    border:10px solid transparent;
    border-left:10px solid #CCC;
}

#C4 ul.ps-nav li a {
    color: #999;
    padding:10px 0;
    display:block;
    float:left;
    text-decoration: none;
}
#C4 ul.ps-nav li a:hover {
    text-decoration: none;
    color:#000;
}
#C4 ul.ps-nav li.active a {
    font-weight:bold;
    color:#000;
}
#C4 div.loading-state {
    background: url(/web/v1/images/loaders/light-big.gif) 50% 50% no-repeat;
	padding-top: 100px;
	text-align: center;
	color: #999;
	height: 50px;
}
#C4 div.dashboard div.left {
    width:258px;
    float:left;
}
#C4 div.dashboard div.right {
    width:730px;
    float:right;
}
#C4 div.dashboard div.report {
    padding: 40px;
}
    #C4 div.dashboard div.report h3 {
        padding: 5px 0 0 0;
    }
#C4 div.dashboard input.datepicker {
    width:80px;
    padding:2px;
    text-align:center;
    margin:0 2px;

}
#C4 div.dashboard div.report div.chart {
    background:#FFF;
    border:1px solid #CCC;
    box-shadow:0 1px 4px rgba(0,0,0,.1);
}
#C4 div.dashboard div.notifications {
    border-top: 1px solid #CCC;
}
#C4 div.dashboard div.notice:hover {
    background: #FFF;
}
#C4 div.dashboard div.notice {
    background: #FEFEFE;
    border-bottom: 1px solid #CCC;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    padding:5px 0 0 0;
}
#C4 div.dashboard div.notice div.pictos {
    float: left;
    height: 20px;
    color: #999;
    width: 60px;
    font-size:20px;
    text-align:center;
    padding:20px 0 18px 5px;
}
#C4 div.dashboard div.notice div.text {
    float: left;
    font-size: 13px;
    width:460px;
    padding: 22px 0 0 0;

}
#C4 div.dashboard div.notice div.text a {
    font-weight: bold;
}
#C4 div.dashboard div.notice div.time {
    color: #999;
    font-size: 13px;
    width: 100px;
    text-align: right;
    padding: 22px 20px 0 0;
    float:right;
}
#C4 ul.sidebar-nav {
    padding:0;
    margin:0;
}
#C4 ul.sidebar-nav li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #CCC;
}
#C4 ul.sidebar-nav li a {
    display: block;
    padding: 18px 0 14px 10px;
    color:#999;
}
#C4 ul.sidebar-nav li a div.pictos {
    width:40px;
    text-align:center;
    font-size:20px;
    padding:10px 0;
    float:left;
}
#C4 ul.sidebar-nav li a div.arrow-container {
    float: right;
    width: 20px;
    margin: 8px 0 0 0;
}
#C4 ul.sidebar-nav li a.active div.arrow {
    border: 10px solid transparent;
    border-right: 10px solid #CCC;
}
#C4 ul.sidebar-nav li a div.text {
    font-size:15px;
    padding:11px 0;
    float:left;
    width:190px;
}

#C4 ul.sidebar-nav li a.active div.pictos,
#C4 ul.sidebar-nav li a:hover div.pictos {
    color: #000;
}
#C4 ul.sidebar-nav li a.active div.text,
#C4 ul.sidebar-nav li a:hover div.text {
    font-weight: bold;
    color: #000;
}
#C4 div.stats {
    border:1px solid #CCC;
    border-radius:5px;
    background:#EEEEEE;
    box-shadow:inset 0 1px 4px rgba(0,0,0,.05);
}
#C4 div.stats.thirds div.stat {
    width:222px;
}
#C4 div.stats.fourths div.stat {
    width:166px;
}
#C4 div.stats div.stat {
    padding:0px 0;
    border-right:1px solid #CCC;
    text-align:center;
    float:left;
}
#C4 div.stats.smaller div.stat {
    width: 228px;
}
#C4 div.stats.smaller div.stat h1 {
    font-size: 20px;
}
#C4 div.stats div.stat:last-child {
    border-right: none;
}
#C4 div.stats div.stat h1 {
    font-size:24px;
    padding:35px 0 5px 0;
}
#C4 div.stats div.stat p {
    padding: 0 0 25px;
}
#C4 div.rewards-dash {
    padding: 30px;
}
#C4 div.equity-dash div.chart,
#C4 div.rewards-dash div.chart {
    background:#FFF;
    border:1px solid #CCC;
    box-shadow:0 1px 4px rgba(0,0,0,.1);
    padding:15px;
}
#C4 div.rewards-dash div.chart.left {
    float:left;
}
#C4 div.rewards-dash div.chart.right {
    float: right;
}
#C4 div.request {
    padding:20px 0;
    margin:0px auto;
    width:500px;
}
#C4 div.request.pending {
    text-align:center;
    width: 425px;
}
#C4 div.request h1 {
    padding:0;
    font-size:50px;
    color:#CCC;
}
#C4 div.request h2 {
    padding: 10px 0;
}
#C4 div.request p {
    font-size: 16px;
    color: #666;
    line-height: 1.4em;
}
#C4 div.request form {
    padding:0;
    border-radius:5px;
    box-shadow:inset 0 0 4px rgba(0,0,0,.1);
    text-align:left;
    border:1px solid #CCC;
    background:#F7F7F7;

}
#C4 div.request div.avatar div.photo {
    float:left;
    box-shadow:none;
    background:transparent;
    padding:0 10px 10px 0;
    box-shadow:none;
}
#C4 div.request div.avatar {
    box-shadow: 0 0 2px #999;
    height:50px;
    width:50px;
    border: 3px solid #FFFFFF;
    padding:0 10px 10px 0;
    background:#FFF;
    border-radius:0px;
    padding:0;
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
}
#C4 div.request form div.field.half input[type="text"] {
    width:175px;
}
#C4 div.request div.photo div.edit {
    background:url(/web/v1/images/icons/change-photo.png) 48% 50%;
    height:15px;
    width:15px;
    background-size:55px auto;
    margin-top:35px;
    margin-left:35px;
    cursor:pointer;
}
#C4 div.request div.field.half {
    width: 182px;
    float:left;
    padding:2px 0 15px 15px;
}
#C4 div.request div.name {
    float:left;
    width:395px;
}
#C4 div.request label {
    font-size: 14px;
    padding:0px 0px 3px;
}
#C4 div.request form div.field {
    padding-bottom: 15px;
}
#C4 div.request form div.field input[type="text"] {
    padding:9px 5px;
    font-size:14px;
    height:auto;
    border-radius:2px;
    width:444px;
}
#C4 div.request form textarea {
    width: 444px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3em;
    border-radius:2px;

}
#C4 ul.company-list {
    border:1px solid #CCC;
    background:#FCFCFC;

}
#C4 ul.company-list li {
    padding: 20px;

    border-bottom:1px solid #CCC;
}
#C4 ul.company-list li:hover {
    background: #FFF;
}
#C4 ul.company-list li h3 {
    padding-top: 8px;
}
#C4 #investor-container {
    width:700px;
    margin:40px auto;
}

#C4 ul.sidebar-nav
{
    list-style: none;
    padding:0;
    margin:0;
}
#C4 ul.sidebar-nav li {
    padding:0;
}
#C4 ul.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color:#999;
    padding:15px 0;
    border-bottom: 1px solid #CCC;
}
#C4 ul.sidebar-nav li a span.pictos {
    height:20px;
    font-size:26px;
    font-weight: normal;
}
#C4 div.company-update {
    padding:30px 0;
    border-bottom:1px dashed #CCC;
}
#C4 div.company-update div.utilities {
    width:45px;
    min-height:100px;
    float:left;
    margin-top:5px;
    margin-bottom:10px;
}
#C4 div.company-update div.utilities a {
    text-decoration: none;
    display: block;
    padding:8px 8px 7px 8px;
    line-height:1em;
    border-right:1px solid #CCC;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    font-size:14px;
    height:14px;
    width:14px;
    font-weight:normal;
    margin-bottom:3px;
    text-align:center;
    font-family:pictos;
    color:#CCC;
}

#C4 div.company-update  div.utilities:hover a:hover {
    background:rgba(0,0,0,.1);
    color:#000;
    text-decoration:none;
}
#C4 div.company-update div.editor {
    display: none;
}
#C4 div.company-update div.body {
    float:left;
    width:630px;
}
#C4 div.company-update div.meta {
    padding:10px 35px 10px 0;
    color:#999;
    float:left;
}

#C4 div.company-update div.post h1 {
    font-size: 26px;
    margin:8px 0 8px 0;
    height:auto;
    line-height:1em;
    padding:0;
}
#C4 div.company-update div.post h2 {
    font-size: 22px;
    margin:5px 0 5px 0;
    height:auto;
    line-height:1em;
    padding:0;
}
#C4 div.company-update div.post h3 {
    font-size: 18px;
    margin:5px 0 5px 0;
    height:auto;
    line-height:1em;
    padding:0;
}
#C4 div.company-update div.post p {
    font-size: 17px !important;
    margin:5px 0 25px 0 !important;
    height:auto !important;
    line-height:1.5em !important;
    padding:0 !important;
    color:#333333 !important;
    font-family: proxima-nova, Helvetica, Arial, sans-serif !important;
}
#C4 div.company-update div.post ul {
    font-size: 17px;
    margin:5px 0 25px 0;
    line-height:1.4em;
    padding:0 0 0 30px;
    list-style:disc;
}
#C4 div.company-update div.post ol {
    font-size: 17px;
    margin:5px 0 25px 0;
    line-height:1.4em;
    padding:0 0 0 30px;
}
#C4 div.company-update div.post ul li,
#C4 div.company-update div.post ol li {
    font-size: 17px;
    margin:0px 0 8px 0;
    line-height:1.4em;
    padding:0;
}

#C4 div.company-update div.post div.body.viewer {
    padding:0 10px;
    width:610px;
}
#C4 div.company-update div.post input.title {
    font-size: 24px;
    padding:10px 10px 8px 10px;
    height:auto;
    width:608px;
    border-radius:2px;
    color:#000;
    font-weight:bold;
}
#C4 div.team-settings {
    padding:30px 40px;
}


#C4 div.segmented-item-list div.item {
    background:#F9F9F9;
    border:1px solid #CCC;
    margin:15px 0 25px;
    border-radius: 3px;
}
#C4 div.segmented-item-list div.item div.photo {
    height:60px;
    width:60px;
    border-radius: 3px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.25);
}
#C4 div.segmented-item-list div.item div.photo.with-status {
    height:45px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#C4 div.segmented-item-list div.item div.image {
    float:left;
    padding:10px;
}
#C4 div.segmented-item-list div.item h3 {
    font-size:18px;
}
#C4 div.segmented-item-list div.item p {
    margin-top: 5px;
    color:#999;
}
#C4 div.segmented-item-list div.item div.name {
    width:330px;
    float:left;
    padding:24px 0 0 5px;
}
#C4 div.segmented-item-list div.item div.buttons {
    padding: 24px 20px 0 0;
    text-align: right;
    float: right;
}

#C4 div.segmented-item-list div.item div.status {
    font-size: 10px;
    text-align: center;
    padding:3px 0 2px 0;
    height: 10px;
    line-height: 1em;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid rgba(0,0,0,.25);
    text-shadow:none;
}
#C4 div.segmented-item-list div.item div.expander {
    border-top:1px solid #CCC;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#C4 div.segmented-item-list div.item div.expander a {
    font-size: 12px;
    display: block;
    padding:10px 0 8px 0;
    line-height: 1em;
    text-align: center;
    color: #999;
    text-decoration: none;
    background:rgba(0,0,0,.0125);

}
#C4 div.segmented-item-list div.item div.expander a:hover {
    color:#000;
    background:rgba(0,0,0,.025);
}
#C4 div.segmented-item-list div.item div.details {
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    background:#FFF;
}

#C4 div.backer-list {
    padding:20px 20px;
}
#C4 div.backer-list div.page-list-result {

}
#C4 div.backer-list div.backer {
    padding:15px 10px;
    margin:0 10px;
    width:300px;
    float:left;
    border-bottom:1px dashed #CCC;
}
#C4 div.backer-list div.backer div.photo {
    background-color:#FFF;
    border:2px solid #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    height:40px;
    width:40px;
    float:left;
    background-position: 50% 50%;
    background-size:cover;
}
#C4 div.backer-list div.backer div.name {
    float:left;
    font-size:14px;
    padding:15px 20px 0 20px;
}

#C4 div.setup-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
}

#C4 ul.setup-nav {
    list-style: none;
    padding:0;
}
#C4 ul.setup-nav li {
    display: block;
}
#C4 ul.setup-nav li a {
    display:block;
    color:#999;
    text-decoration: none;
    padding: 4px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(0,0,0,.15);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); /* W3C */
}
#C4 ul.setup-nav li a span.badge {
    display: block;
    line-height: 1em;
    padding:5px 10px 5px;
    text-align: center;
    font-size: 12px;
    color:#000;
    font-weight: bold;
    margin:-5px 0 0 0;
    float: right;
    background:rgba(0,0,0,.1);
    box-shadow: inset 0 0 3px rgba(0,0,0,.25);
    border-radius: 3px;
}
#C4 ul.setup-nav li a div.pictos.complete {
    color:green;
}
#C4 ul.setup-nav li a div.pictos {
    float:left;
    font-size:26px;
    padding:30px 20px 20px 20px;
    text-align: center;
    width:24px;
}
#C4 ul.setup-nav li a div.text {
    float:left;
    width:180px;
    font-size: 14px;
    padding: 20px 0 15px 0;
}
#C4 ul.setup-nav li a div.text span.label {
    font-weight: bold;
    color:#666666;
    font-size: 14px;
    display: block;
}
#C4 ul.setup-nav li a div.text span.completeness {
    color:#999;
    font-size: 12px;
    display: block;
    padding:4px 0 0 0;
}
#C4 ul.setup-nav li a.active div.text span.label {
    color: #000;
}
#C4 ul.setup-nav li a:hover {
    background: rgba(255,255,255,.5);
}
#C4 ul.setup-nav li a.active {
    background: #FFF url(/web/v1/images/textures/paper.png) 50% top repeat;
    color:#000;
}
#C4 ul.setup-nav li a div.arrow {
    display:none;
}
#C4 ul.setup-nav li a.active div.arrow {
    float: right;
    height:0;
    width:0;
    display: block;
    border:10px solid transparent;
    border-right:10px solid rgba(0,0,0,.25);
    margin:20px 0 0 0;
}
#C4 div.setup-header {
    padding:20px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
#C4 div.setup-header h3 {
    font-size: 14px;
    padding:0  0 10px 0;
}
#C4 div.consulting-upsell {
    padding:20px 15px;
    margin: 0 15px 20px 15px;
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    border-radius: 3px;
}
#C4 div.consulting-upsell h4 {
    font-size:18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    line-height: 1.2em;
}
#C4 div.consulting-upsell p {
    line-height: 1.3em;
    font-size: 14px;
    content: #666;
}
#C4 div.consulting-upsell ul {
    list-style: circle;
    padding-left: 20px;
    padding-top: 10px;
}
#C4 div.consulting-upsell ul li {
    padding: 5px 0;
}

/* Mods for Campaigns */
/* Added 20140804 ^SL */

#C4 div.campaign-nav {
    margin: 0 0 50px 0;
}

#C4 div.campaign-nav h2.campaign-type {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
  background: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%);
  border-top: 1px solid #c0c3c6;
  border-bottom: 1px solid #c0c3c6;
  border-right: 1px solid #c1c5c8;
}
#C4 div.campaign-nav h2.campaign-type a {
  display: block;
  padding: 14px 10px 12px 20px;
  color: #999999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#C4 div.campaign-nav h2.campaign-type a:hover,
#C4 div.campaign-nav h2.campaign-type a:focus {
  color: #808080;
}
#C4 div.campaign-nav h2.campaign-type a.view-toggle {
  cursor: pointer;
}
#C4 div.campaign-nav h2.campaign-type a .fa {
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
#C4 div.campaign-nav h2.campaign-type a .badge {
    float: right;
    display: inline-block;
    background:#000;
    color:#FFF;
    border-radius: 2px;
    padding:3px 5px 2px 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1em;
}
#C4 div.campaign-nav h2.campaign-type a .badge.orange {
    background: #bb5b07;
}
#C4 div.campaign-nav h2.campaign-type a .badge.green {
    background: #549a41;
}

#C4 div.campaign-nav h2.campaign-type a .fa.arrow {
  float: right;
}
#C4 div.campaign-nav h2.campaign-type a .text {
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  color:#333;
  font-size: 14px;
}
#C4 div.campaign-nav p {
  margin: 0;
  padding: 20px;
  color: #999;
  line-height: 1.4em;
}
#C4 div.campaign-nav p a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#C4 div.campaign-nav p a:hover,
#C4 div.campaign-nav p a:focus {
  color: #00679e;
}
#C4 div.campaign-nav:first-child h2.campaign-type {
  border-top: none;
}
#C4 div.campaign-nav:last-child h2.campaign-type {
  border-bottom: 1px solid #c0c3c6;
}
#C4 div.page-marquee div.highlights div.votes {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
#C4 div.page-marquee div.highlights div.votes-label {
  font-size: 24px;
}
#C4 div.current-ranking {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
#C4 div.current-ranking .ranking {
  color: #f59541;
}
#C4 div.metric-info {
  color: #a5a5a8;
}
#C4 div.metric-info .fa {
  font-size: 1.5em;
}
#C4 div.metric {
  color: #000000;
}
#C4 div.metric sup {
  text-transform: uppercase;
  font-size: .7rem;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  top: -2px;
  margin-left: 1px;
}
#C4 div.page-marquee div.highlights div.trio.duo div.wrap {
  width: 50%;
}
#C4 div.voting-detail {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: #a5a5a8;
  margin-top: 15px;
}
#C4 div.vote-form {
    padding:20px 30px;
}
#C4 div.vote-form form label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
}
#C4 div.vote-form input[type="text"],
#C4 div.vote-form input[type="password"] {
    width: 94%;
}
#C4 div.vote-share {
    text-align: center;
}
#C4 div.vote-share div.inner {
    padding:50px 40px;
}
#C4 div.vote-share p {
    font-size: 18px;
}
