header#header .menuzord-brand img {
    max-height: 76px;
    width: auto;
    transition: all 0.3s ease;
}

.text-theme-coloredRed {
    color: #ad1f27 !important;
}
.btn-theme-colored2 {
    color: #000;
    background-color: #202c45;
    border-color: #202c45;
}
.btn-theme-colored2 {
    color: #f8f8f8 !important;
    font-weight: bold;
}
header#header {
    background-color: #f5f5f5;
}
.contact-title {
    padding: 20px;
    border-bottom: 2px solid #1575c8;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .ms-auto {
        margin-left: 0px !important;
    }

}
nav#top-primary-nav {
    background: #ffffff !important;
}

.menuzord-menu > li > a {
    font-size: 14px !important;
}

#top-primary-nav .menuzord-menu > li > a, #top-primary-nav-clone .menuzord-menu > li > a {
    padding-left: 10px;
    padding-right: 13px;
}
img.imagespl {
    border: 2px solid #202c45;
    border-radius: 20px;
}