﻿body {
}

.topic-block-title h2 {
    color: #22326D;
    font-size: 45px !important;
    font-weight: bold !important;
    font-family: 'Times New Roman',Arial;
}

.header-upper {
    background-color: #22326D;
    width: 100%;
}

.montanaStateFooterContainer {
    margin-top: 0 !important;
}

.header {
    width: 100% !important;
}

.master-wrapper-page {
}

.header-links {
    color: white;
}

.ico-cart {
    color: gray;
}

#topcartlink {
    background-color: #2A4C8A !important;
}

#topcartlink:hover .cart-label,
#topcartlink:hover .cart-qty {
    color: #4ab2f1 !important;
}

.cart-label,
.cart-qty {
    color: white;
}

.search-box .search-box-button,
.newsletter-subscribe-button {
    background-color: #989898 !important;
}

.search-box .search-box-button:hover,
.newsletter-subscribe-button:hover {
    background-color: gray !important;
}

.menu-toggle {
    background-color: #22326D !important;
}

@media (max-width: 1000px) {
    .topic-block-title h2 {
        font-size: 30px !important;
    }

    .footer-block.information .title,
    .footer-block.customer-service .title,
    .footer-block.my-account .title {
        background-color: #22326D !important;
    }
}


@media (min-width: 1001px) {
    .header-lower {
        width: 980px !important;
        margin: auto;
    }

}

@media (min-width: 1367px) {
    .header-lower {
        width: 1200px !important;
    }
}
