.text-large p {
    font-size: 1.2rem;
}

h2 {
    color: #1e1c44;
}

#modular-text  {
    padding-top: 32px;
    padding-bottom: 32px;
}

#modular-text .columns {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}


#modular-text .column:first-of-type {
    align-self: center;
}

#modular-text .column:last-of-type {
    text-align: center;
}

#registration-form {
    display: flex;
    flex-wrap: wrap;
}

.form-spacer, .form-size-large {
    flex: 0 1 100%;
}

.form-size-medium {
    max-width: 70%;
    min-width: 460px;
    flex: 0 1 70%;
}

@media only screen and (max-width: 800px) {

.form-size-medium {
    max-width: 100%;
    min-width: 100%;
    flex: 0 1 100%;
}


}

.form-size-small {
    max-width: 30%;
    min-width: 180px;
    flex: 0 1 30%;
    margin-right: 20px;
}

.form-size-extra-small {
    max-width: 10%;
    min-width: 75px;
    flex: 0 1 10%;
    margin-right: 20px;
}

.extra-small {
    max-width: 10%;
    min-width: 80px;
}


.btn, .button, .btn:visited, .button:visited {
    background: #1b2253;
    border: 0.05rem solid #160f2b;
    border-radius: 0.5rem;
    color: #FFF;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 1.2rem;
    padding: .25rem 1rem;
}

.btn:hover, .button:hover {
    background: #30376a;
    border: 0.05rem solid #160f2b;
    color: #FFF;

}

.btn-custom {
    height: auto !important;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    margin-top: 20px;
}
