body {
    font-family: 'Montserrat', sans-serif;
}

.btn.btn-blue {
    background-color: #41b6e6;
    min-width: 200px;
    margin: 0 10px;
}

.btn.btn-questions-complaints {
    margin: 0 10px;
}

.header .nav {
    background-color: #00558C;
    border-top: none;
    border-bottom: 3px solid #B9D9EB;
}

.header .main-nav > li:hover > a {
    background-color: #3C434B;
}

.header .main-nav > li:hover > ul {
    background-color: #3C434B;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #00558C;
    border-color: #00558C;
}

.block .image {
    background-color: #00558C;
    background-image: none !important;
    height: 80px;
}

.block:hover .image {
    background-color: #3C434B;
}

.block .block-content {
    border-top: 5px solid #ffffff;
}

.block .block-content.border-red {
    border-top: 5px solid #3C434B;
}

.block .block-content.border-green {
    border-top: 5px solid #00558C;
}

.block .block-content.border-teal {
    border-top: 5px solid #41B6E6;
}

.block .block-content.border-blue {
    border-top: 5px solid #B9D9EB;
}

.block .block-content h3 {
    font-weight: bold;
}

.block .btn {
    background: none;
    width: auto;
    left: inherit;
    right: 15px;
    color: #00558C;
    text-transform: uppercase;
}

.BT_light_green {
    border: none;
}

.otherPage01 h1 {
    background-color: #B9D9EB;
    color: #000000;
    margin-bottom: 1rem;
}

.sideBarContactBox {
    background-color: #3C434B;
}

.sideBarContactBox h2 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: normal;
}

a.single-page-rss-feed {
    top: 20px;
    right: 15px;
}

.footer {
    background-color: #3C434B;
}

.footer .contact-info {
    background-image: url(../img/footer_bg.svg);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}

.footer .nav {
    background-color: #00558C;
}

.footer .nav a {
    font-weight: normal;
}

.footer h4 {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
}
