@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('/_layout/Avenir Next LT Pro Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('/_layout/Avenir Next LT Pro Bold.otf') format('opentype');
    font-weight: bold;
}

BODY {
    font-family: "Avenir Next LT Pro", sans-serif;
}

.blue_header {
    background: rgb(246, 247, 249);
    padding: 1em;
}

A, A:active, A:visited {
    text-decoration: none;
    color: #1B1464;
}

.text-white A, .text-white A:active, .text-white A:visited {
    text-decoration: none;
    color: white;
}

H2 {
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.082em;
    font-weight: 700;
    color: #1B1464;;
    padding: 1em 0 1em 0;
}

H3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    /*letter-spacing: 0.082em;*/
    font-weight: 700;
}


.btn-primary {
    color: white!important;
     background-color: #05cf7d;
     border: none;
 }

.btn-primary:hover {
    background-color: #007481;
    border: none;
}

.text-primary, .text-primary A {
    color: #05cf7d!important;
}

.nav-link {
    color: #0f3d7b;
    font-weight: 700;
}

.image-zoom {
    transition: transform .2s; /* Animation */
}

.image-zoom:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.form-group {
    margin-bottom: 1em;
}

.myLink,.myLink A {
    color: #05cf7d!important;
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 767px) {
    .btn {
        display: block;
        width: 100%;
    }
}