﻿input,
select
{
    height: 30px;
}

textarea {
    width: 60%;
    height: 10%;
}

h4 {
    width: 100% !important;
}

form input[type="submit"] {
    width: 50%;
    height: 50px;
    margin-top: 80px !important;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
    border: none;
    border-radius: 2px;
    background-color: #EE6A1B;
    color: #FFFFFF;
    margin-bottom: 50px;
    margin-left: 25%;
}

form input[type="submit"]:disabled {
    background-color: gray;
}

.scfPledgeTypeList {
    width: 100%;
}

.scfPledgeTypeList > input[type="radio"] {
    height: auto !important;
}

.section-title {
    width: 100%;
    text-align: left;
    border-top: 1px solid #000;
    line-height: 0em;
    margin: 10px 0 0px;
    padding-left: 50px;
}

.section-title span {
    background:#fff; 
    padding:0 10px; 
    font-size: 24px;
    font-weight: bold;
}

.section-form, .form-container {
    margin-top: 25px;
    position:relative;
}

    .section-form label {
        padding: 3px 0;
        width: 25%;
        display: inline-block;
        height: 45px;
        vertical-align: baseline;
        font-size: 18px;
        word-break: break-word;
    }
.section-form input {
    display: inline-block;
}

.section-form input[type="text"], .section-form input[type="tel"], .section-form input[type="email"], .section-form select {
    width: 60%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #dedcdc;
    border-radius: 2px;
    -webkit-box-shadow: 8px 1px 5px -4px rgba(199,199,199,0.33);
    -moz-box-shadow: 8px 1px 5px -4px rgba(199,199,199,0.33);
    box-shadow: 8px 1px 5px -4px rgba(199,199,199,0.33);
    height: 45px;
    vertical-align: top;
}

.section-options-labels {
    position: absolute;
    left: 0;
    padding-top: 60px !important;
    word-break: break-word;
}

.section-form .section-options {
    position: relative;
    display: block !important;
    width: 100% !important;
    padding-left: 28% !important;
    font-size: 17px !important;
}

.section-form .section-options input {
    position: absolute;
    left: 26%;
    top: 0px;
}

.section-options-accepted {
    padding-left: 23px!important;
    position: relative;
}

.section-options-accepted input {
    position: absolute;
    left: 0;
    top: 0;
}

.section-textarea {
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-box-shadow: 8px 1px 5px -4px rgba(199,199,199,0.33);
    -moz-box-shadow: 8px 1px 5px -4px rgba(199,199,199,0.33);
    box-shadow: 8px 1px 5px -4px rgba(199,199,199,0.33);
    height: 150px;
    vertical-align: top;
    width: 60%;
}

.section-acknowledge {
   
}

.acknowledge-sec label {
    width: 60%;
    position: relative;
    padding-left: 25px;
}

.form-container .label-title {
    width: 25%;
    display: inline-block;
}

.acknowledge-sec .label-title {
    padding-left: 0;
}

.acknowledge-sec .label-input {
    position: absolute;
    left: 0;
    top: 0;
}

a.item:hover {
    color: white !important;
    background: transparent !important;
}

.form-header-title, .form-subtitle {
    color: #005f95;
}

.form-subtitle {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.p-text-address {
    line-height: 0.4em !important;
}

.p-text-italic {
    font-style: italic;
}

.p-text-bold {
    font-weight: bold;
}

.p-text-top-align {
    margin-top: 10px;
}

.form-image-section {
    text-align: center;
}

.field-validation-error {
    display: block;
    color: red;
}