@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .abtme-img {
    text-align: center;
    }    
}

/* Custom Colors */
.wrap__ctaHeader .cta__link--icon {
    color: #bbb08b;
}
.heading:before {
    background: #89222f;
}
.logo__title {
    color: rgb(106, 114, 116);
    font: 30px / 1.09091 "Gill_Sans_Light", Arial, Helvetica, sans-serif;
}
p, a, li, label, input {
    font-family: "Gill_Sans_Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.logo__description {
    font: 19px / 1.26316 "Gill_Sans_Light", Verdana, sans-serif;
    color: rgb(106, 114, 116);
}
.page__title h1 {
    color: rgb(106, 114, 116);
}
#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li > a:not(.mm-next) {
    border-left: 25px groove #89222f;
}
#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.active > a:not(.mm-next) {
    border-left-color: #89222f;
}
#navigation_header .mm-listview > li:hover > a {
    color: #89222f;
}
#navigation_header .mm-listview > li.active > a {
    color: #89222f;
}
.sidebar-info:before {
    background: #bbb08b;
}
.sidebar-info {
    background: #bbb08b;
}
.wrap__footer {
    background: #6a7174;
}