@charset "UTF-8";
/* general */
.ebook-container {
    overflow-x: hidden;
}

/* header */
#header {
    width: 100%;
    padding: 0;
    background-color: #004a85;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 250px;
}

#header .mSuperHeadline {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
}

#header-gradient::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 90), rgba(0, 0, 0, 0));
}

.header-content {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding: 16px;
}

.ebook-supplier-logo-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
}

.ebook-supplier-logo {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}

.ebook-supplier-logo img {
    background-color: #FFFFFF;
    padding: 10px;
    max-width: 150px;
}

/* navigation */
#ebook-nav {
    z-index: 50;
    top: 0;
}

#ebook-nav .mktg-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    height: 44px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

#ebook-nav .mktg-wrapper .row {
    height: 100%;
    width: 100%;
}

.ebook-nav-container {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    margin-left: 16px;
}

.ebook-nav-container .nav {
    height: 100%;
    padding-left: 6px;
}

.ebook-nav-container .nav-item {
    height: 100%;
}

.ebook-nav-container .nav-link {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: transparent;
    transition: all 250ms ease;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    color: #0070bb !important;
}

.ebook-nav-container button.nav-link:hover, .ebook-nav-container .nav-item.show button.nav-link {
    text-decoration: none;
    background-color: #0070bb;
    color: #fff !important;
}

.ebook-nav-container button.nav-link:hover span, .ebook-nav-container .nav-item.show button.nav-link span {
    text-decoration: underline;
}

.ebook-nav-container .nav-item.show .nav-link i.fa-chevron-down {
    transform: rotate(-180deg);
    transform-origin: center;
}

.ebook-nav-container .nav-link i.fa-chevron-down {
    font-size: 10px;
    margin-left: 4px;
    transition: transform 200ms ease;
    text-decoration: none;
}

.ebook-nav-container .dropdown-menu {
    border-radius: 0;
    background-color: #0070bb;
    color: #ffffff;
    padding: 12px 16px;
    margin: -1px 0 0 -1px;
}

.ebook-nav-container .dropdown-item {
    color: #ffffff !important;
    padding: 0.5em 0;
    text-wrap: wrap;
}

.ebook-nav-container .dropdown-item:hover, .ebook-nav-container .dropdown-item:focus {
    text-decoration: underline !important;
    background: transparent;
    color: #ffffff !important;
}

/* divider image */
.divider-image {
    height: 200px;
}

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

/* content */
.label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #004a85;
    letter-spacing: 2px;
    margin-bottom: 0.3rem;
}

.ebook.mTitle {
    margin-bottom: 1rem;
}

.author {
    font-weight: bold;
    margin-top: -0.7rem;
}

.summary {
    color: #4d4d4d;
    font-style: italic;
}

.ebook-mouser-icon {
    width: 12px;
    height: auto;
}

.ebook-video, .ebook-infographic {
    margin-bottom: 1rem;
}

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;
}

/* read more button */
.read-more-button {
    border: none;
    padding: 0;
    background-color: transparent;
    color: #0070bb;
    font-weight: bold;
}

.read-more-button:hover {
    text-decoration: underline;
}

/* more content box */
.more-content {
    background-color: #ccebff;
    padding: 20px;
    margin: 0 16px 40px 16px;
    width: calc(100% - 32px);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.more-content .btn-outline-primary {
    border-color: #333333 !important;
    color: #333333;
}

.more-content .btn-outline-primary:hover {
    background: #333333 !important;
}

.more-content .col-md-4 {
    order: -1;
    margin-bottom: 20px;
}

/* side cards */
.side-card {
    background-color: #ccebff;
    padding: 20px;
    margin: 30px 0;
}

.side-card.author {
    padding: 20px 20px 0 20px;
    font-weight: normal;
    margin-top: 11px;
}

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

.side-card.author img {
    max-width: 200px;
}

.side-card .btn-outline-primary {
    border-color: #333333 !important;
    color: #333333;
    margin-bottom: 1rem;
}

.side-card .btn-outline-primary:hover, .side-card .btn-outline-primary:focus {
    background: #333333 !important;
}

.side-card img {
    width: 100%;
    max-width: 300px;
}

/* SMALL (768px) */
@media (min-width: 768px) {
    /* header */
    #header {
        height: 500px;
    }

    #header .mSuperHeadline {
        font-size: 40px;
        line-height: 48px;
        font-weight: 600;
    }

    .header-content {
        padding: 40px 15px;
    }

    .ebook-supplier-logo {
        flex-flow: row nowrap;
        width: 100%;
        justify-content: flex-end;
    }

    .ebook-supplier-logo img {
        max-width: 215px;
        padding: 16px;
    }
    
    /* navigation */
    .ebook-nav-container .nav {
        padding-left: 0;
    }

    #ebook-nav .mktg-wrapper {
        height: 62px;
    }

    .ebook-nav-container {
        margin-left: 0px;
    }

    .ebook-nav-container .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ebook-nav-container .dropdown-menu {
        padding: 16px;
    }

    /* content */
    .article-img {
        min-height: 400px;
    }

    .divider-image {
        height: 400px;
    }

    .more-content {
        padding: 30px;
        margin: 0 16px;
    }

    .more-content .col-md-4 {
        order: 1;
        margin-bottom: 0;
    }

    /* side cards */
    .side-card {
        padding: 30px;
    }

    .side-card.author {
        padding: 30px 30px 0 30px;
    }
}
/* END SMALL (768px) */

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

    /* content */
    .content-container {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}
/* END MEDIUM (992px) */

/* LARGE (1200px) */
@media (min-width: 1200px) {
    /* content */
    .content-container {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}
/* END LARGE (1200px) */