
/* Footer */

.footer{
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-container{
    padding: 50px 45px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer-row-1{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 115px;
}
.footer-row-1-col-1{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.footer-row-1-col-1 img{
    width: 235px;
    max-height: 75px;
    object-fit: cover;
    cursor: pointer;
}
.social-links{
    display: flex;
    justify-content: center;
    width: 214px;
}
.social-links i{
    font-size: 21px;
    color: rgb(63, 0, 11);
    cursor: pointer;
    margin: 25px 6px;
    display: block;
    cursor: pointer;
}
.footer-row-1-col-2{
    display: flex;
    flex-direction: column;
}
.footer-row-1-col-3{
    display: flex;
    flex-direction: column;
}
.footer-row-1-col-4{
    border-left: 2px solid rgb(63, 0, 11);
    padding: 0px 0 0 30px;
    display: flex;
}
.footer-row-2{
    display: flex;
    flex-direction: row;
}
.footer-row-2-col-1 ul{
    display: flex;
    flex-direction: row;
}
.external-links-1{
    color: rgb(63, 0, 11);
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.external-links-1 li{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}
.external-links-1 li:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.external-links-2{
    color: rgb(63, 0, 11);
    width: 214px;
    list-style-type: none;
    text-transform: uppercase;
    line-height: 25.5px;
    display: flex;
    flex-direction: column;
}
.external-links-2 li{
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}
.external-links-2 li:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.quick-links{
    color: rgb(63, 0, 11);
    list-style-type: none;
    text-transform: uppercase;
    line-height: 25.5px;
    display: flex;
    flex-direction: column;
}
.quick-links li{
    color: rgb(112, 112, 112);
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}
.quick-links li:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.utility-links{
    list-style-type: none;
    width: 730px;
    margin: 40px 60px 30px 120px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}
.utility-links li{
    color: rgb(112, 112, 112);
    display: inline-block;
    font-size: 13px;
    font-family: 'TT Norms Pro Bold';
    margin-right: 25px;
    margin-bottom: 15px;
    cursor: pointer;
}
.utility-links li:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.copyright-text{
    color: rgb(112, 112, 112);
    width: 370px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0px;
    line-height: 25.5px;
    cursor: pointer;
}