﻿.background-turquoise {
    background-color: #037E88 !important;
}

.background-pink {
    background-color: #F8B2B4 !important;
}

.btn-bcgs {
    background: #037E88;
    border-color: #037E88;
    color: white !important;
}

    .btn-bcgs:hover {
        background: #F8B2B4;
        border-color: #F8B2B4;
        color: #fff !important;
    }

.btn-bcgs-reverse {
    background: #F8B2B4;
    border-color: #F8B2B4;
    color: white !important;
}

    .btn-bcgs-reverse:hover {
        background: #037E88;
        border-color: #037E88;
        color: white !important;
    }

.list-group-item a:hover {
    color: #F8B2B4 !important;
}

.bcgs h1, .bcgs h2, .bcgs h3 {
    color: #037E88;
}


h1.tool-logo {
    font-family: 'Lora', serif;
    font-size: 50px;
}

h1.tool-logo-print {
    font-family: 'Lora', serif;
    font-size: 30px;
}

.text-teal {
    color: #037E88;
}

a.link-bcgs {
    color: #037E88;
    text-decoration: none;
    border-bottom: 1px dotted;
}
a.link-bcgs:hover {
    color: #F8B2B4 !important;
}

.page-break-clear {
    clear: both;
}

.page-break {
    page-break-after: always; /* depreciating, use break-after */
    break-after: page;
    height: 0px;
    display: block !important;
}

@media (max-width: 767px){
    h1.tool-logo {
        font-family: 'Lora', serif;
        font-size: 20px;
    }

    h2.tool-logo {
        font-size: 16px;
    }

    h3.tool-logo {
        font-size: 14px;
    }

}