#search-orgs {
    /* border: 0; */
    background-color: #e9f4fb;
}


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

#sponsor-form label{
    display: block;
}


.not-primary {
    line-height: 1;
    padding-top: 7px;
    color: red;
}

.is-primary {
    line-height: 1;
    padding-top: 7px;
    color: rgb(55, 121, 55);
}

#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;
}

.checking-for-duplicates {
    text-align: center;
    display: none;
}

.is-this-correct {

    margin-top: -10px;
    margin-left: 6px;
}

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

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



.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:#e9f4fb;;
    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-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.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%;
}