@charset "UTF-8"; 

/* Footer for home page
----------------------------------------------- */
#footer_quicklinks li p {color: #b5b5b5; text-align: left; line-height: 25px; font-weight:200}
#footer_quicklinks li > a {color: #b5b5b5; text-align: left; line-height: 25px; font-weight:600}
#footer_quicklinks li:nth-child(2) {line-height:15px}
#footer_quicklinks li > a {transition: all .2s ease-out, all 0.2s ease-out; font-size:16px}
#footer_quicklinks li > a:hover {text-decoration:underline;}
#footer_quicklinks {background-color: #383838; padding: 75px 25px; }
#footerHeader {font-size:23px; color:#58afd1; font-family:'Open Sans', sans-serif; font-weight:200}
.brandBar {text-align: center; background-color:#292929; padding:35px 0px}
.brandBar p {color:#b5b5b5; font-size:12px; padding: 0 15px}
.quicklinks-row {max-width:1024px; margin: auto; padding: 0px}
.quicklinks-row > div {padding: 0px}

@media (max-width: 767px) {
	.quicklinks-row div {margin-bottom:20px}
}
@media (max-width: 479px) {
	#footer_quicklinks {padding: 75px 25px}
}