footer{
    background-color: #172f66;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}
header{
    background-color: #172f66;
    color: #fff;
}
.sf-menu a {
    padding: .5em 1em;
    border-color: transparent;
}
header .container .header-nav-top .login p a {
    color: #ffff;
}
.sf-menu>li>a {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: .7em 1.5em;
}
section#content .content-header.content-header-background {
    position: relative;
    height: 260px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h3, .h3 {
    font-size: 20px;
}
.top-mobile a {
    margin-bottom: 12px;
    color: #ffff;
    font-size: 15px;
}
button, input, optgroup, select, textarea {
    color: gray;
    font: inherit;
    margin: 0;
}
.module-events .paragraphs .img-responsive { 
  object-fit: contain !important;
}