@charset "UTF-8";
#header {
    width: 100%;
    padding: 0;
    background-color: #004a85;
    background-position: center;
    margin-top: -10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.navigation {
    margin-top: 70px;
}

 .sticky-top {
    z-index: 50;
    top: 0;
}

.nav-link:hover {
    text-decoration: underline;
    background-color: #0099ff;
    color: #fff;
}

.dropdown-item:hover {
    text-decoration: underline;
    color: #0070bb;
}

.btn.outline {
    border: 1px solid #fff;
}

.btn.outline:hover {
    background-color: #0099ff;
    color: #1a1a1a;
}

.btn.outline:focus {          
  border: 4px solid #fff;
}

.card-title {
    font-weight: bold;
}

.seethroughbox {
    margin-top: -40px
}

.seethroughbg {
    background: rgba(0, 74, 133, 0.8);
}

.toplogo {
    width: 50%;
}

.sidecard {
    background-color: #004a85;
    border-radius: 1%;
}

.article-img {
    width: 100%;
    padding: 0;
    background-color: white;
    background-position: center;
    margin-top: -10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-img.tall {
    min-height: 600px;
}

.article-img.short {
    min-height: 300px;
}

.videolink, .videolink a {
    color: #004a85;
}

figure.ebook-figure a, figure.ebook-figure div {
    display: flex;
    justify-content: center;
    width: 100%;
}

figure.ebook-figure a img, figure.ebook-figure div img {
    margin-left: auto;
    margin-right: auto;
}

.sidecard {
    min-height: 400px;
    background-color: #004a85;
}

/* SMALL (768px) */
@media (min-width: 768px) {
    .navigation {
        margin-top: 1px;
    }

    .toplogo {
        width: 30%;
    }

    #header {
        height: 500px;
    }
}
/* END SMALL (768px) */

/* MEDIUM (992px) */
@media (min-width: 992px) {
    .parallax {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* END MEDIUM (992px) */
