.page-title{
    margin-top: 25px;
    color: #003da5;
    font-weight: 300;
    font-size: 2.375rem;
    line-height: 1.10526;
    font-family: "Fira Sans Regular", sans-serif !important;
}

.page-title a{
    color: #003da5;
}


.page-header-message{
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    background-color:rgb(250, 246, 208);
    border-radius: .3rem;
}

.ucr-alert-secondary {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    border-top-radius: .3rem;
}

.ucr-blue {
    color: #003da5;
}
.ucr-blue a {
    color: #003da5;
}
.ucr-blue a:hover {
    color: #002a6d;
}
.ucr-blue a:focus {
    color: #002a6d;
}
.ucr-blue a:visited {
    color: #002a6d;
}

textarea#reasoning {
    width: 100%;
    height: 250px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}