/*! Place your custom styles here */
.bar .logo{
    max-height: 4em;
}
.bkg-right{
    background-position: right !important;
}
body{
    font-family: dicsans, sans-serif;
}
.menu-horizontal > li, 
.menu-vertical > li,
.btn {
    font-family: dicsans, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: dicsans, sans-serif;
    font-weight: 700;
    color: #F15A24;
    text-transform: uppercase;
}
h5, .h5 {
    font-size: 1.15em;
    line-height: 2em;
}

.btn--primary, .btn--primary:visited, .btn--primary:hover {
    background: #ff6a34 !important;
    border-color: #ff6a34 !important;
}
.btn .btn__text{
    font-size: 0.96em;
}
.label{
    line-height: 2.857143em;
    background: #ff6a34 !important;
}