.center { text-align: center !important; }

h2 { margin-bottom: 4px;  }

#submission-option-chooser {
    box-sizing: content-box;
    margin-bottom: 2rem;
}

.submission-option {
    box-sizing: content-box;
    vertical-align: top;
    position: relative;
   /* padding: 0 2em; */
    padding-right: 2em;
}

/* BUTTON CONTAINER BOX */
.submission-option-bottom {
    padding-bottom: 1rem;
    text-align: center;
}

.submission-option h3 { text-align: center; }
.submission-option p {
    /* margin: 0.5em;
    padding: 0 1em 0; */
}


/* headers */

h1 { text-align: left; }

h2 {
    margin-top: 0px;
    border: none;
    text-decoration: none; text-align: left;
    color: #145db6;
}

.submission-option h3 {
    /* color: red; */
    font-size: 1.0rem;
    text-align: left !important;
    color: #145db6;  margin-bottom: 0.5rem;
    padding-left: 20px;
}


#opt2 h3.and {
    font-size: 0.9rem;
    padding-left: 20px;
    margin: 0.5rem 0;
}


#submission-option-chooser h4 {
    padding-left: 20px;
    color: #79a423;
    font-size: 0.9rem;
    text-align: left;
}

#opt2 h4 {
    /* padding-left: 0 !important; */
}

h4.center {
    margin-top: 1rem;
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 0;
}

#opt2 b {
    color: #333;
}

p.center {
    padding-left: 0; background: none !important;
}

/* bottom - contents */


.submission-option-bottom input.button {
    font-size: 1.1rem;

    color: white;
    background: #145db6;
    border: 3px outset #145db6;
    cursor: pointer;
    border-radius: 3px;
}

.submission-option-bottom input.button:hover {
    opacity: 0.9;
}

.hgg-link { margin: 1rem 0; background: none !important;  }
.hgg-link a { color: #145db6; }

.submission-option-bottom p.center {
    margin: 0.25rem 0;
    padding: 0;
}


.between-options {
    background: white;
    color: #25c0e0;
    border-top: 1px solid #25c0e0;
    margin: 0 0px;
    padding: 0;
    width: 100%;
}

#apply-bottom h2.orange {
    color: #f07228;
    padding-top: 20px;
}