/* cyrillic */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27pmO73q3LkQ&skey=96867d716c89840e&v=v19) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27rWO73q3LkQ&skey=96867d716c89840e&v=v19) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27rGO73q3LkQ&skey=96867d716c89840e&v=v19) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27omO73q3LkQ&skey=96867d716c89840e&v=v19) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family: 'proxima-nova', sans-serif;
    margin: 0;
}


.h1 .h2 .h3 .h4 .h5 .h6 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.newsletter {
    background-color: #f5f5f5;
    padding: 1rem 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card-meta {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.card-title {
    color: #0a3b7c;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.card-body {
}



.card-body a {
    color: #0a3b7c;
    font-weight: bold;
}

.card-body a:hover {
    text-decoration: underline;
}


.footer {
    background-color: #0a3b7c;
    color: #ffffff;
}

.footer .copy {
    color: #ffffff;
}

.footer  a {
    color: #ffffff;
    text-decoration: none;
}

.footer  a:visited {
    color: #ffffff;
    text-decoration: none;
}


.footer  a:link {
    color: #ffffff;
    text-decoration: none;
}

.footer  a:hover {
    color: #f42318;
    text-decoration: none;
}

.site-newsletter h3 {
    color: #ffffff;
}


.carousel-caption {
    font-size: 1rem;
    color: #FFFFFF;
    background-color: #0a3b7c;
    border-color: #ffffff;
    border-radius: 5px;
    padding: 0px;
    margin: 0;
    opacity: 80%;
}

.carousel-caption a  {
    color: #FFFFFF;
    text-decoration: none;
}

.carousel-caption  a:hover {
    color: #f42318;
    text-decoration: none;
}

