/* Corrections or Feedback Style */
label, .label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
    background: inherit;
}

.modal-header {
    padding: 0.5rem 0.5rem 0 0.5rem;
    border-bottom: 7px solid #e5e5e5;
    background: #fffb;
}

.modal-header .close {
    margin-top: -2px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:focus, .close:hover {
   color: #000;
   text-decoration: none;
   cursor: pointer;
   filter: alpha(opacity=50);
   opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

#feedback-container{
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;
    color: #fff;*/
    transition: max-height 0.8s ease-in-out 0s;
    background: #f6f2e8;
    position: relative;
}

#ajax-processing {
    display: none;
    text-align: center;
}
#ajax-processing img {
    display: block;
    margin-top: 2.25rem;
    margin-left: auto;
    margin-right: auto;
}

#ajax-results {
    padding: 1rem;
}
#ajax-results .request-form {
    padding-bottom: 0;
}
#ajax-results fieldset {
    margin-bottom: 0;
}

#feedback-container h1, #feedback-container h2, #feedback-container h3, #feedback-container h4 {
    font-weight: 300;
    text-transform: none;
}

/*#feedback-container .label, #feedback-container .reason-radio-button label.radio {
    color: #fff;
}*/
.global-footer {
    /*overflow: visible;*/
    overflow: hidden;
}

.global-footer .accordion-title {
    text-transform: none;
    font: inherit;
    letter-spacing: inherit;
    padding: 0;
    display: inherit;
    border-bottom: none;
}

.global-footer .accordion-title:after {display:none;}

.global-footer .accordion-title:hover {
    color: #fff;
    text-decoration: underline;
}

.global-footer .legal-information li:last-of-type, .global-footer .legal-links li:last-of-type {
    margin-right: 5px;
}

.global-footer .accordion-menu li:last-of-type {
    margin-right: 0;
}

.global-footer .request-form {
    background: none;
    text-align: left;
    font-weight: 300;
}

.global-footer .request-form fieldset.contact-info label {
    display: inline-block;
}

.sub-footer ul.vertical.menu.accordion-menu {
    display: inline;
}

.sub-footer ul.submenu {
    background-color: #f1ecdc;
    background-color: #0000;
    color: #4d2612;
    position: relative;
    display: block;
}

.sub-footer ul.submenu li * {
    color: #4d2612;
    color: #fff;
    font-weight: 300;
}

input[type=text], input[type=password], input[type=date], input[type=email], input[type=search], input[type=tel], input[type=url], select, textarea {
    /*color: #522c1b !important;*/
    font-weight: normal;
}

textarea {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    line-height: 1.5rem;
}

.row.reason-radio-button {
    margin: 0;
}

.reason-radio-button label.radio {
    margin: 0 1rem;
}

#feedback-container .user-button {
    width: 100%;
}

.btn-done:hover {
    font-weight: 400;
}

.request-form .icon.fa.fa-asterisk {
    font-size: 0.7rem;
}

@media screen and (min-width: 64em) {
    #feedback-container .user-button {
        width: auto;
    }
}

