@charset "utf-8";
/* CSS Document */

/* Site Colors */
.brand_bgcolor {background-color: #bf2838;}
.red {background-color: #bf2838;}
.blue {color: #233A73;}
.white {color: #fff;}


/*Footer styles*/
#footer, #footer_nav {color: #fff;}


.border-black-top {
  border-top-style: solid;
  border-width: 5px;
  border-color: #000;
}

.border-black-bottom {
  border-bottom-style: solid;
  border-width: 5px;
  border-color: #000;
}

.border-red-bottom {
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 5px;
  border-color: #bf2838;
}


#footer a:hover, #footer_nav a:hover {color: #bf2838; text-decoration: none;}
#footer {padding: 25px 0; margin-top: 20px;}
#footer h1 {color:#fff; font-size: 1.25rem; padding-top: 0px; font-weight: normal; letter-spacing:normal;}
#footer .footer-logo {max-width: 350px; padding-left: 0px; margin-bottom: 30px;}
#footer a, #footer p {color: #fff; text-decoration: none; font-size: .75rem; line-height: 1.5rem;}
#footer a , #footer_nav a {color: #fff;  text-decoration: none;}
#footer_nav {padding: 0; font-size: .75rem; font-family: Arial, sans-serif;}
#footer_nav ul {text-align: center; padding-left: 0;}
#footer_nav li {display: inline; list-style: none;}
#footer_nav li a {color: #fff; padding-right: 2%; padding-left: 2%; text-decoration: none;}