﻿.text-toggle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toggle[aria-expanded=true] .text-collapsed {
    display: none;
}

.hr{
    border-top: 2px solid lightgrey;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#officerHeader{
    margin-right: 1.5em;
}

.white-text-span{
    color: #ffffff
}

.logo-container{
    margin-top: 2.5rem;
}

.formSection {
    margin-bottom: 0;
    font-weight: bold;
    vertical-align: middle;
    color: #003865; /* Minnesota Blue*/
    top: auto;
    width: 800px;
    display: inline-block;
}

/*.form-page {
    padding-right: 30px;
    padding-left: 30px;
    max-width:996px;
}*/

/*Required indicator on left border of field */
/*:required {
    background: #e4f8e5;
}*/
label.required::after {
    content: "\002A ";
    color: #ff0000;
   
}
/*Required asterisk */
.required.radio-header:before {
    content: "\002A ";
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.help {
    cursor: pointer;
}

textarea.form-control {
   height: 30px;
    display: block;
    overflow: hidden;
    resize: none;
}