.headerbar #navigation .header__help a div{
background-color: #f4971a;
}
.headerbar .header__logo svg {
   fill: #1178BC;
}
.headerbar .header .active .header__logo svg{
fill:white;
}
.headerbar ~ .header__background{
height:auto;
}
.headerbar .header__menu>a , .headerbar .header__menu div{
    color: #1178BC;
    font-size: 20px;
    font-weight: bold;
}
.headerbar .header__menu>a{
text-decoration: none;
}
.headerbar .active .header__menu>a,.headerbar .active .header__menu div {
color:white;
}
.headerbar .header__menu {
    display: flex;
    justify-content: center;
}

footer .footer-top ul li{
    list-style:none;
    margin-bottom: 0px;
    margin-left: 0px;        
    line-height: 20px;
}
footer .footer-top ul li a {
    font-size: 16px;
    font-weight: 400;
        color: #3877b5;
}
footer .footer-top .widgettitle{color: #3877b5;font-weight: 700;}
footer .footer-bottom img {
    width: 98px;
    margin-bottom: 15px;
}
footer .footer-bottom ul{
     display: flex;
    flex-direction: row;
    margin-bottom: 0;
} 
footer .footer-bottom ul li {
    list-style:none;
    margin-left: 0px;
    margin-right: 16px;
    margin-bottom: 0;
} 
footer .footer-bottom ul li a {
    font-size: 16px;
    color:#1178bc;
} 
footer .footer-bottom ul li i {
    border-radius: 13px;
        margin-left: 0px;
        margin-right: 8px;
}
footer .footer-bottom p {
    font-size: 16px;
    color:#1178bc;
}
footer .footer-bottom .widgettitle {
    font-size: 16px;
    color:#1178bc;
    font-weight: bold;
}
footer .footer-bottom {
    border-top: 2px solid #1178bc;
    padding-top: 30px;
}
.page-id-34409 .footer__row.footer__row--actions {
	display:none !important;
}
.page-id-34409 .nav.footer__row.footer__row--navigation {
	display:none !important;
}