  /* Override the page-title padding in the template to better center the title */
.page_title {
    padding-left: 0 !important;
    padding-right: 300px !important;
}

/* Override Firefox's ugly red box around links */
a {
    outline: 0;
}

/* Forms */

select.nrcc-select,
input.nrcc-input,
.nrcc-textarea{
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #20558b;
    box-shadow: none;
    border-radius: 0;
    padding: 7px;
    margin-top: 10px;
    border: solid 3px #c9c9c9;
    transition: border 0.3s;
    /*min-width: 15em;*/
}

.nrcc-select:focus,
.nrcc-select.focus,
input.nrcc-input:focus,
input.nrcc-input.focus,
input.nrcc-checkbox:checked,
.nrcc-textarea:focus,
.nrcc-textarea.focus{
    border: solid 3px #20558b;
    outline: none;
}
input.nrcc-input-mod {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #20558b;
    box-shadow: none;
    border-radius: 0;
    padding: 2px;
    margin-top: 5px;
    width:50%;
    border: solid 3px #c9c9c9;
    transition: border 0.3s;
    /*min-width: 15em;*/
}

input.nrcc-title-input {
    display: inline-block;
    width: calc(100% - 4em);
}

input.nrcc-checkbox {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #20558b;
    box-shadow: none;
    border-radius: 0;
    padding: 7px;
    margin: 10px 5px;
    border: solid 3px #c9c9c9;
    transition: border 0.3s;
}

label.nrcc-label {
    display: inline-block;
    width: 3.5em;
}

select.nrcc-select {
    padding-right: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;


    background-image:
            linear-gradient(45deg, transparent 50%, #c9c9c9 50%),
            linear-gradient(135deg, #c9c9c9 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

select.nrcc-select:focus {
    background-image:
            linear-gradient(45deg, transparent 50%, #20558b 50%),
            linear-gradient(135deg, #20558b 50%, transparent 50%);

}

select.nrcc-select::-ms-expand {
    display: none;
}


.form-label {
    font-size: 1.25em;
    font-weight: bold;
}

.text-small {
    font-size: .9em;
}

.form-why {
    width: 35em;
    max-width: 35em;
    height: 15em;
    font-size: 16px;
}

.nrcc-input-100 {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .form-why {
        width: 100%;
        max-width: 100%;
        height: 10em;
    }
}

.admin-message{
    margin: 0 1em 1em 1em;
    border-radius: .25em;
    padding: .5em;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none !important;
}

.admin-message h4 {
    margin-top: 0;
    color: inherit;
    text-decoration: none !important;
}

.admin-message p {
    color: inherit;
    text-decoration: none !important;
}

.admin-error {
    background-color: #F2DEDE;
    color: #820F22;
    border: 1px solid #820F22;
}

.admin-success {
    background-color: #DFF0D8;
    color: #577152;
    border: 1px solid #577152;
}

.admin-warning {
    background-color: #FCF8E3;
    color: #9E8315;
    border: 1px solid #9E8315;
}

.admin-info {
    background-color: #D9EDF7;
}

.btn:disabled {
    cursor: not-allowed;
    background: #599c63;
    color: #ddd;
    border-color: #599c63;
}

.btn:disabled:hover {
    background: #599c63;
    color: #ddd;
}