#top-bar {
    background-color: #202334;
}

#masthead,
.main-navigation ul ul,
#cta .btn:hover, 
#cta .btn:focus,
.widget_search form.search-form button.search-submit {
    background-color: #2b2f47;
}

#content #cta,
.widget_search form.search-form button.search-submit:hover, 
.widget_search form.search-form button.search-submit:focus,
.slick-dots li.slick-active button:before {
    background-color: #de9d26;
}

#colophon {
    background-color: #2b2f47;
}

.site-info {
    background-color: #24273b;
}

a {
	color: #2c356b;
	font-weight: 500;

}

a:hover, 
a:focus, 
a:active,
#secondary a:hover, 
#secondary a:focus {
    color: #9c9ea7;
}