/* Custom styles per client */
@import url('//fonts.googleapis.com/css?family=Raleway:400,700');
@import url('//fonts.googleapis.com/css?family=Maven+Pro');

body { font-family: 'omnes-pro', 'Raleway', Arial; }
.ui-widget { font-family: 'omnes-pro', 'Raleway', Arial; }
#contact-wrapper { font-family: 'Maven Pro', sans-serif; }
#contact-wrapper a { font-family: 'Maven Pro', sans-serif; }

.ui-state-active {
    background-color: #264a85;
}