﻿/*SLOGAN*/
.slogan {
    font-family: Calibri, sans-serif;
    font-size: 2.5rem;
    line-height: 40px;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none
}

.sloganColor1 {
    color: #FFFFFF /* rgb(0,54,113,1);*/
}

.sloganColor2 {
    color: rgb(239,123,16,1);
}

.slogan2-link {
    color: rgb(239,123,16,1);
}

    .slogan2-link:hover {
        color: rgb(239,123,16,1);
        text-decoration: underline;
    }

.chevron {
    font-size: 24px;
    font-weight: bold !important;
}


/*FOOTER */
.footer {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    font-family: 'Open Sans', sans-serif;
}

.footerColorCopyright {
    color: rgb(89,89,89,1)
}

.footerLink {
    color: rgb(0,97,182,1);
    text-decoration: none;
}

    .footerLink:hover {
        color: rgb(0,97,182,1);
        text-decoration: underline;
    }

.footer-logo-img {
    height: 20px;
}

/* COMMON */
.div-to-right {
    padding-right: 9%;
}

.ws-pre-wrap {
    white-space: pre-wrap;
}

.w-auto-custom {
    width: auto !important;
}


@media screen and (max-width: 992px) {
}


@media screen and (max-width: 600px) {
    .fixed-bottom {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        margin-top: 10px;
    }

    .w-auto-custom {
        width: 100% !important;
    }
}
