

/* New styles for sponsor form */
.sponsor-form-container {
    width: 100%;
    
    /* overflow: hidden; */
}

#sponsor-form label{
    display: block;
}


#search-orgs {
    background: rgb(255, 255, 195);
}

/* .org-dropdown-container {
} */

#match-list {
    padding: 1rem;

}
.sponsor-form-text-input {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
}

.org-dropdown-container {
    padding: 1rem;
    border: 1px solid #aaa;
    margin-bottom: 1rem;
    margin-top: 4rem;
}

.dropdown {
    margin-bottom: 1rem;
}

.dropdown select {
    padding: 1rem;
    width: 100%;

}

.updating-org-info {
    margin: 2em;
    text-align: center;
    display: none;
}

#sponsor-form-submit {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding: 1.6rem 2rem;
    font-size: 2.4rem;
    background-color: #00374f;
    color: white;
    border-radius: 10px;
}


#sponsor-form-submit:hover {
    background-color: #00648f;
}

.thanks-for-submitting {
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: none;
}

#sig-submitBtn, #sig-clearBtn
{
    margin-top: 2rem;
    padding: .8rem 1rem;
    font-size: 1.6rem;
    background-color: #00374f;
    color: white;
    border-radius: 10px;
}

#sig-submitBtn:hover, #sig-clearBtn:hover {
    background-color: #00648f;
}

.sig-container {
    
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.confirm-button-row {
    display: none;
}

.double-input {
    display: flex;
    column-gap: 1rem;
    width: 100%;
    align-items: stretch;
}

.double-input > .sponsor-form-input-container {
    width: 50%;
}

.org-dropdown-result {
        background-color:rgb(255, 255, 195);
    border-bottom: 1px solid #555;
    padding: 1rem;
    cursor: pointer;
}

.main-contact-box {
    /* display: none; */
    border: 1px solid #777;
    padding: 1rem;
    display: none;
}


.someone-else-box {
    margin: 2rem 0;
}

.agree-to-terms {
    border: 1px solid #777;
    padding: 2rem;
    margin: 3rem 0;
    font-family: 'Roboto', sans-serif;
}

.agree-to-terms h4{

    font-family: 'Roboto', sans-serif !important;
}


.agree-to-terms-checkbox-box {
    width: 100%;
    /* text-align: right; */
}

.sponsor-benefits td{
      padding: .9rem;

}

.community-question-box {
    margin-top: 4rem;
}

.community-question {
    width: 100%;
}

.equity-question-box {
    margin-top: 4rem;
}

.equity-question {
    width: 100%;
}

.agree-to-terms p {
    font-size: 1.5rem;
}

/* Signature stuff */

#sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
}

.sponsor-error-message {
    color: red;
    font-size: 1.4rem;
}

.missing-signature {
    display: none;
    margin: 2rem 0 0 0 ;
    color: red;
}
.missing-signature p {
        font-size: 1.8rem !important;

}

.sponsor-add-red {
    color: red;
}

.sponsor-add-red-border {
    border: 1px solid red;
}

#sponsor-form textarea {
    font-size: 1.7rem;
}

.sponsor-sig {
    width: 80%;
}