/* Place Your Custom Styles Here

.bg-primary{
    background-color: #515151 !important;
}
*/

nav.socials-icons i::before {
    color: #fff !important;
} 

section#methodology i::before{
    color:#232527 !important
}

button#cf-submit:hover{
    background:#DF2727 !important;
    border-color:#DF2727 !important;
}

.ul-nav-white, .ul-nav-white-home{
    color:white !important;
}

@media only screen and (min-width: 850px) {
a.ul-nav-white::before {
    content: "|" !important;
    margin-right: 15px;
}
}