

/* Agency Custom CSS */

dl dt {
    font-weight: normal;
}


#prefooter {
    color: #333;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
}

#prefooter-content {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
}

@media print, screen and (max-width: 63.99875em) {
    #prefooter  {
        padding: 1rem;
    }
}

#prefooter-content .button,
#prefooter-content #the_form input#submit {
background-color: #073650;
    color: #fefefe;
    border-radius: 3rem;
    margin-bottom: auto;
    width: fit-content;
    padding: 1rem 3rem;
    font-weight: 600;
    border: solid 1px #fefefe;
    transition: all 0.2s;
    cursor: pointer;
}


#prefooter-content .button:hover,
#prefooter-content #the_form input#submit:hover {
    background: #fefefe;
    color: #073650;
    border-color: #073650;
}
  