:root {
    --section-color: #4A4A4A;
}

.requiredField {
    /*color: red !important;*/
}

.news-gothic-bold {
    font-family: news-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.news-gothic-regular {
    font-family: news-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.grecaptcha-badge {
    z-index: 2000 !important;
}

#social-icon-bar {
    display: block;
}

#social-icon-bar {
    display: block;
}

#left-navbar {
    min-width: 288px;
    height: auto;
}

.btn-primary {
    background-color: var(--section-color) !important;
    border: 1pt solid rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.toc-entry a:hover {
    color: var(--section-color) !important;
}

.bd-content {
    -ms-flex-order: 1;
    order: 1
}

.bd-content > h2[id], .bd-content > h3[id], .bd-content > h4[id] {
    pointer-events: none
}

.bd-content > h2[id] > a, .bd-content > h2[id] > div, .bd-content > h3[id] > a, .bd-content > h3[id] > div, .bd-content > h4[id] > a, .bd-content > h4[id] > div {
    pointer-events: auto
}

.bd-content > h2[id]::before, .bd-content > h3[id]::before, .bd-content > h4[id]::before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    visibility: hidden;
    content: ""
}

.bd-content > h2:not(:first-child) {
    margin-top: 3rem
}

.bd-content > h3 {
    margin-top: 1.5rem
}

.bd-content > ol li, .bd-content > ul li {
    margin-bottom: .25rem
}

.bd-toc {
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
    min-width: 18rem;
}

#toc-content h2 {
    padding-left: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2em;
    min-width: 288px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.1em;
}

.toc-head-primary {
    background-color: var(--section-color);
}

.toc-head-secondary {
    background-color: #33b44a;
}

#toc-content ul {
    padding-left: 0;
}

#toc-content ul li {
    display: block
}

#toc-content ul li a {
    display: block;
    padding: .125rem 1rem;
    color: #99979c;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#toc-content ul li a:hover {
    color: var(--section-color);
    text-decoration: none;

}

#secondaryList li a:hover {
    color: #33b44a !important;
}

.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
}

.enter-text {
    font-size: .9em;
}

.bd-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: -15px;
    margin-left: -15px
}


.search-icon {
    margin-left: -3px !important;
    z-index: -2 !important;
    margin-left: -2px !important;
}

.search-input-group {
    z-index: 3;
    width: auto !important;
}

.search-toggle {
    position: fixed;
    margin-left: 66%;
    z-index: 100;
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
    margin-top: 10px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: 700;
    text-decoration: none;
}

.search-toggle:hover {
    color: #525252;
    text-decoration: none;
}

.search-toggle:active {
    color: #525252;
    text-decoration: none;
}

.bd-sidenav {
    display: none
}

.bd-toc-link {
    text-transform: uppercase;
    display: block;
    padding: .5rem 1rem;
    font-weight: 500;
    text-decoration: none;
    font-weight: bold;
    color: rgba(0, 0, 0, .65)
}

.bd-toc-link:hover {
    color: rgba(0, 0, 0, .85);
    background-color: var(--section-color);
    text-decoration: none;
    color: #FFFFFF;
}

.bd-toc-item {

}

.bd-toc-item.active {
    margin-bottom: 1rem
}

.bd-toc-item.active:not(:first-child) {
    margin-top: 1rem
}

.bd-toc-item.active > .bd-toc-link {
    color: rgba(0, 0, 0, .85)
}

.bd-toc-item.active > .bd-toc-link:hover {
    background-color: transparent
}

.bd-toc-item.active > .bd-sidenav {
    display: block
}

.bd-sidebar .nav > li > a {
    display: block;
    padding: .25rem 1.5rem;
    font-size: 90%;
    color: rgba(0, 0, 0, .65)
}

.bd-sidebar .nav > li > a:hover {
    color: rgba(0, 0, 0, .85);
    text-decoration: none;
    background-color: transparent
}

.bd-sidebar .nav > .active:hover > a, .bd-sidebar .nav > .active > a {
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
    background-color: transparent
}

#bd-docs-nav {
    position: absolute;
    z-index: 50;
    background: #FFFFFF;
}

.background {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#background-left {
    position: fixed;
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
}

#background-right {
    margin-left: 50%;
    position: fixed;
    width: 50%;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position-x: right;
}

.container {
    max-width: 1500px !important;
}

.logo-size {
    width: 78%;
}

.logo-text {
    width: 60%;
}

.nav-content {
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.25s;
    height: -webkit-fill-available;
}

.nav-content:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: background-color 0.25s;
}

.small-nav {
    list-style-type: none;
    font-size: .8em;
    color: #ACACAC;
}

.bottom-nav {
    list-style-type: none;
    font-size: .75em;
    color: #ACACAC;
}

.small-nav a {
    color: #5A5A5A;
    margin-right: 6px;
    line-height: 1.8em;
    text-decoration: underline;
    text-decoration-style: dotted !important;
}

.bottom-nav a {
    color: #5A5A5A;
    margin-right: 6px;
    line-height: 1.8em;
    text-decoration: underline;
    text-decoration-style: dotted !important;
}

.small-nav a:hover {
    text-decoration-style: solid !important;
}

.bottom-nav a:hover {
    text-decoration-style: solid !important;
}

.mobile-nav:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-logo {
    position: relative;
}


.content-banner {
    position: sticky;
    top: 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    z-index: 2;
    background: var(--section-color);
}

.content-banner ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.content-banner li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0.7em 1rem;
    color: #FFFFFF;
    background: var(--section-color);
}

.content-banner a {
    color: #FFFFFF;
}

.content-banner li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 8px solid var(--section-color);
    border-top: 1.3em solid transparent !important;
    border-bottom: 1.3em solid transparent !important;
    left: 100%;
}

.content-banner li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 8px solid var(--section-color);
    border-top: 1.3em solid transparent !important;
    border-bottom: 1.3em solid transparent !important;
    left: 100%;
}

.layout-content-banner {
    opacity: 0.95;
    position: sticky;
    top: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: calc(0px - 15px) calc(0px - 15px) 0;
    line-height: 1.2;
    white-space: nowrap;
    z-index: 2;
    margin-top: 0;
}

.layout-content-banner::after {

    position: absolute;
    z-index: -1;
    top: 100%;
    right: calc(15px / 2);
    content: "";
    width: 0;
    border: 21px solid #333;
    border-color: var(--section-color);
    border-right: 0;
    border-top: 0;
    transform-origin: 0;
    transform: skewY(-45deg);
    border-bottom-left-radius: 5px
}

.layout-content-banner ol, .layout-content-banner ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.layout-content-banner li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0.7em 1rem;
    background: var(--section-color);
    color: #fff;
    margin-left: -1px;
}

.layout-content-banner li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 8px solid transparent !important;
    border-top: 1.3em solid var(--section-color);
    border-bottom: 1.3em solid var(--section-color);
    right: 100%
}

.layout-content-banner li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 8px solid var(--section-color);
    border-top: 1.3em solid transparent !important;
    border-bottom: 1.3em solid transparent !important;
    left: 100%
}

.layout-content-banner li:first-child {
    padding-left: 15px;
}

.layout-content-banner li:last-child {
    padding-right: 15px;
}

.layout-content-banner li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    background: var(--section-color);
}

.layout-content-banner li + li {
    margin-left: 14px
}

.layout-content-banner a {
    color: #fff;
    text-decoration-style: dotted;
    text-decoration-skip: auto;
}

.layout-content-banner a:hover, .layout-content-banner a:focus, .layout-content-banner a:active {
    text-decoration: underline
}

.layout-content-banner a:visited {
    color: #fff
}

.right-banner {
    display: block !important;
    width: auto;
    position: fixed;
}

.buy-button {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
}

#button-right {
    display: none;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    text-align: center;
    top: 30%;
    margin: 0px;
    width: 160px;
    height: 40px;
    background: #30B43D;
    z-index: 2000;
    border-radius: 5px 5px 0px 0px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    position: fixed;
    right: 0px;
    z-index: 1000;

}

#button-right:hover {
    cursor: pointer;
}

#button-right p {
    color: #fff;
    display: inline-block;
    line-height: 40px;
}

#right-nav {
    height: auto;
}

.drop-shadow {
    box-shadow: -2px -2px 8px 2px rgba(0, 0, 0, 0.2);
}

.right-sidebar-show {
    display: block !important;
    position: fixed !important;
    width: 220px;
    left: auto;
    height: -webkit-fill-available !important;
    min-height: 1080px;
}

#toc-content {
    position: fixed;
    max-width: 288px;
}

.slide-text {
    margin-top: -80px;
    color: #FFF;
    position: absolute;
    margin-left: 40px;
}

.icon-size {
    font-size: 2.3em;
}

.pdf-icon-size {
    font-size: 2em;
}

.facebook-color {
    color: #277096;
}

.twitter-color {
    color: #1DA1F2;
}

.pinterest-color {
    color: #E60023;
}

.linkedin-color {
    color: #0072b1;
}

.list-title {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #277096;
}

.list-title-links {
    color: #000000;
    text-decoration: underline;
    text-decoration-style: dotted !important;

}

.list-title-links:hover {
    color: var(--section-color);
    text-decoration-style: solid !important;
}

.list-image {
    width: 100%;
}

.section-links {
    color: var(--section-color);
    text-decoration: underline;
    text-decoration-style: dotted !important;
}

.section-links:hover {
    filter: brightness(60%);
    color: var(--section-color);
    text-decoration-style: solid !important;
}

.section-links:visited {
    color: #616161;
    text-decoration-style: solid !important;
}

.section-links-light {
    color: var(--section-color);
    filter: brightness(180%);
    text-decoration: underline;
    text-decoration-style: dotted !important;
}

.section-links-light:hover {
    color: var(--section-color);
    filter: brightness(120%);
    text-decoration-style: solid !important;
}

.section-links-light:visited {
    color: #d9d9d9;
    text-decoration-style: solid !important;
}

.inner-shadow {
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.list-tags {
    position: absolute;
    display: none;
    background-color: #1c6489;
    color: #FFFFFF;
    text-align: right;
    margin-top: -16px;
    height: 100%;
}

.tags-active {
    color: #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.tags-active:hover {
    background-color: #133a4e;
}

.tags-active a {
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}

.overlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -16px;
    display: none;
}

.social-icon:hover {
    text-decoration: none;
}

.disclosure {
    font-size: .8em;
}

.allcaps {
    text-transform: uppercase;
}

.lone-image {
    text-align: center;
}

.lone-image .img {
    float: none;
}

.img {
    float: right;
    clear: both;
    margin-bottom: 20px;
    margin-left: 20px;
}

.check-right:after {
    font-family: FontAwesome;
    content: " \f00c";
}

.mark-left:before {
    font-family: FontAwesome;
    content: " \f00c";
}

.chevron-right:after {
    font-family: FontAwesome;
    content: " \f054";
}

.chevron-left:before {
    font-family: FontAwesome;
    content: " \f053";
}

.plus-right:after {
    font-family: FontAwesome;
    content: " \f067";
}

.book-icon:before {
    font-family: FontAwesome;
    content: " \f02d";
}
.input-group-append .btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group-prepend .btn {
     border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.ad-sticky {
    width: 98%;
    position: sticky;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    transition: transform 0.5s ease 0.25s;
    transform-origin: bottom;
    margin: 0 auto;
    padding: 10px;
    border-radius: 6px;
    margin-top: 20px;
    z-index: 1000;
}

.ad-sticky img {
    width: 100%;
    max-width: 728px;
}
.ad-link {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #99979c;
    padding: 15px;
    border-radius: 15px;
    background-size: 15px;

}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
    background-color: #5a5a5a;
}
 .winner-editorschoiceprizenonfiction {
            background-color: goldenrod;
            font-size: 1.2em;
        }

        .winner-editorschoiceprizefiction {
            background-color: goldenrod;
            font-size: 1.2em;
        }

        .winner-gold {
            background-color: goldenrod;
            font-size: 1.2em;
        }

        .link-gold {
            color: goldenrod;
        }

        .winner-silver {
            background-color: silver;
            font-size: 1.2em;
        }

        .link-silver {
            color: silver;
        }

        .winner-bronze {
            background-color: #c73;
            font-size: 1.2em;
        }

        .link-bronze {
            color: #c73;
        }

        .winner-honorablemention {
            background-color: #968;
            font-size: 1.2em;
        }

        .link-honorablemention {
            color: #968;
        }

        .winner-none {
            background-color: #7b56a4;
            font-size: 1.2em;
        }

        .detail-main {
            padding-left: 10px;
            padding-right: 10px;
            clear: both;
        }


@media (min-width: 768px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .bd-links {
            overflow-y: auto
        }

        .bd-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 1rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
    .bd-links {
        display: block !important
    }

    #bd-docs-nav {
        position: relative;
        z-index: 50;
        background: none;
    }

    .review-detail-img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .list-image {
        width: 96%;
    }

    #social-icon-bar {
        display: none;
    }

    .background {
        background: none;
    }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        height: calc(100vh - 4rem);
        overflow-y: auto
    }
}

@media (min-width: 1200px) {
    .bd-sidebar {
        -ms-flex: 0 1 320px;
        flex: 0 1 320px
    }

    .review-detail-img {
        width: 40%;
    }
}
