* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.client-js .hidden--nojs {
    display: block;
}
.clearfix {
    width: 100%;
    clear: both;
    padding: 5px;
}
a.hoverlink {
    text-decoration-style: dotted;
}
body,
li,
p {
    color: #333;
}
h1 {
    margin: 20px 0;
}
body {
    font-size: 100%;
    line-height: normal;
    background-color: #faf6e7;
    font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}

p {
    font-size: 0.875em;
    line-height: 1.5em;
}
hr {
    height: 1px;
    border: none;
    background: hsla(48, 33%, 83%, 0.66);
}
li {
    list-style: none;
}
a:link {
    color: #02598b;
}
a:hover,
a:visited {
    color: #003266;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 600;
}
div.head {
    margin-bottom: 10px;
    margin-top: 20px;
}
div.head span {
    font-size: 12px;
}
#contentBody li {
    line-height: 1.5em;
}
#contentBody ol li {
    list-style: decimal inside;
}
@media only screen and (max-width: 768px) {
    table,
    tbody,
    tr {
        overflow: auto;
        display: block;
    }
    td {
        display: inline-block;
    }
}
a.nostyle {
    color: inherit;
}
#t_mobile {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #babbae;
    z-index: 0;
    position: relative;
}
body.full-width #test-body-mobile {
    max-width: initial;
    border: 0;
    border-radius: 0;
}
@media all and (min-width: 960px) {
    .contentQuarter {
        float: left;
        width: 240px;
    }
}
#contentHead {
    padding: 10px;
}
#contentHead h1 {
    margin: 0;
}
div#contentBody,
div.contentBody {
    padding: 0 20px 20px;
}
div#contentBody img,
div.contentBody img {
    max-width: 100%;
}
.section,
section {
    margin-bottom: 20px;
}
.header-bar {
    max-width: 1060px;
    min-width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
}
.header-bar .auth-component {
    display: none;
    padding: 5px 0 5px 5px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.header-bar .auth-component li {
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header-bar .auth-component li a,
.header-bar .auth-component li button {
    color: #333;
}
.header-bar .auth-component .hide-me {
    display: none;
}
.header-bar .dropdown-menu {
    text-align: left;
    background-color: #f2f0e7;
    border: 1px solid #babbae;
    border-radius: 3px;
}
.header-bar .dropdown-menu li {
    border-bottom: 1px solid #dfe0cb;
}
.header-bar .app-drawer ul,
.header-bar .dropdown-menu li:last-child {
    border: none;
}
.header-bar .dropdown-menu li:hover {
    background-color: #fff;
}
.header-bar .dropdown-menu li a,
.header-bar .dropdown-menu li button {
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    font-size: 0.9em;
    padding: 10px;
    display: block;
}
.header-bar .dropdown-menu li button {
    cursor: pointer;
    text-align: start;
    width: 100%;
}
.header-bar .app-drawer {
    position: fixed;
    width: 300px;
    max-width: 100vw;
    right: 0;
    top: 50px;
    height: calc(100% - 50px - 25px);
    z-index: 2;
    overflow-y: auto;
    overscroll-behavior: contain;
    font-family: Bahnschrift, sans-serif;
    background-color: #f2f0e7;
    box-shadow: -10px 0 10px -6px rgba(0, 0, 0, 0.25);
    display: none;
}
.header-bar .app-drawer .app-drawer__badge {
    color: #fff;
    background-color: #0376b8;
    font-size: 0.9em;
    padding: 2px 6px 1px;
    border-radius: 4px;
    float: right;
    text-transform: uppercase;
}
.header-bar .app-drawer .login-links:hover,
.header-bar .app-drawer .subsection:hover {
    background-color: transparent;
}
.header-bar .app-drawer .subsection {
    font-weight: 700;
    border-bottom: 2px solid hsl(32.7, 14.7%, 70.6%);
    padding: 16px 16px 3px;
}
.header-bar .app-drawer li {
    border-bottom: 1px solid hsla(33.6, 10%, 49.2%, 0.25);
}
.header-bar .app-drawer li:not(.subsection) {
    margin: 0 8px;
}
.header-bar .app-drawer .login-links,
.header-bar .app-drawer li a,
.header-bar .app-drawer li button {
    padding: 10px 8px;
}
.header-bar .app-drawer li button {
    width: 100%;
    font-family: Bahnschrift, sans-serif;
    text-align: left;
    cursor: pointer;
}
.header-bar .app-drawer .subsection:first-child {
    border-top: 1px solid #babbae;
}
.header-bar .app-drawer .login-links {
    display: flex;
    border-bottom: none;
    justify-content: space-evenly;
    column-gap: 16px;
}
.header-bar .app-drawer .login-links a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 6px;
    transition: 0.3s;
}
.header-bar .app-drawer .login-links .login-links__primary {
    background: #0376b8;
    color: #fff;
}
.header-bar .app-drawer .login-links .login-links__primary:hover {
    background-color: #02598b;
}
.header-bar .app-drawer .login-links .login-links__secondary {
    color: #0376b8;
    border: 2px solid #0376b8;
}
.header-bar .app-drawer .login-links .login-links__secondary:hover {
    background-color: #fff;
}
.header-bar .hamburger-component {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 5px;
}
.header-bar .hamburger-component details[open] .mask-menu {
    visibility: visible;
    opacity: 0.6;
    animation: fadeIn 0.2s ease-in-out;
}
.header-bar .hamburger-component details[open] summary ~ * {
    animation: sweep 0.2s ease-in-out;
}
.header-bar .hamburger-component details[open] .hamburger__icon {
    background-color: hsla(37, 24%, 79%, 0.761);
}
.header-bar .hamburger-component .hamburger__icon {
    width: 22px;
    padding: 0 10px;
    border-radius: 3px;
    box-sizing: content-box;
    cursor: pointer;
}
@keyframes sweep {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}
.header-bar .hamburger-component summary::-webkit-details-marker {
    display: none;
}
.header-bar .hamburger-component label {
    background: 0 0;
    border: none;
}
.header-bar .hamburger-component .down-arrow {
    display: none;
}
.header-bar .mask-menu {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0, #000);
    z-index: 1;
    visibility: hidden;
}
.header-bar .header-dropdown summary::before {
    content: "" !important;
}
.header-bar .header-dropdown .header-dropdown__icon {
    width: 40px;
    height: 40px;
}
.header-bar .header-dropdown .account__icon {
    border: 2px solid #cdcbc5;
    border-radius: 4px;
    width: 30px;
    height: 30px;
}
.header-bar .header-dropdown .mr-notifications {
    position: absolute;
    background: #0376b8;
    color: #fff;
    border-radius: 8px;
    padding: 3px 7px;
    font-size: 12px;
    margin-top: 25px;
    font-weight: 700;
}
.header-bar .header-dropdown a,
.header-bar .header-dropdown button {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 0;
    background: 0 0;
}
.header-bar .logo-component {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: -1;
    position: relative;
    left: -14px;
}
.header-bar .logo-component .logo-icon {
    position: relative;
    top: -1px;
    height: 32px;
    width: auto;
    margin-left: 5px;
    -ms-flex-item-align: center;
    align-self: center;
}
.header-bar .navigation-component.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-bar .navigation-component {
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    z-index: 1;
}
.header-bar .navigation-component li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 40%;
    padding: 5px 0;
    font-size: 1em;
    display: flex;
    justify-content: center;
}
.header-bar .navigation-component li a,
.header-bar .navigation-component li button {
    color: #333;
    text-decoration: none;
    display: block;
}
.header-bar .navigation-component li a:visited,
.header-bar .navigation-component li button:visited {
    color: #333;
    text-decoration: none;
}
.header-bar .navigation-component li .dropdown-menu {
    position: absolute;
    text-align: left;
    width: fit-content;
    top: 4px;
    left: -60px;
}
.header-bar .navigation-component li .dropdown-menu li a {
    color: #444;
}
.header-bar .navigation-component li .navigation-dropdown-component {
    position: relative;
}
.header-bar .search-component {
    width: 45px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 47px;
    margin-right: -5px;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header-bar .search-component.expanded {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
    -ms-flex-item-align: center;
    align-self: center;
}
.header-bar .search-component.expanded .search-bar-component {
    width: 95%;
    background-color: #f9f9f9;
    border: 1px solid #babbae;
}
.header-bar .search-component.expanded .search-bar {
    width: auto;
}
.header-bar .search-component.expanded .search-bar .search-bar-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-bar .search-component.expanded .search-bar-input input[type="text"] {
    display: block;
    width: 100%;
}
.header-bar .search-component.expanded .search-bar-submit {
    cursor: pointer;
}

.header-bar .search-component .search-bar {
    width: 45px;
}
.header-bar .search-component .search-bar-submit {
    background: url("../images/icons/search.svg") center no-repeat;
    width: 35px;
    height: 45px;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}
.header-bar .search-component .vertical-separator {
    border-left: 1px solid #ccc;
    height: 34px;
    margin: auto 5px auto 0;
}
.header-bar .search-component .search-by-barcode-submit {
    background-size: 26px;
    width: 8px;
    margin-right: 8px;
}
.header-bar .search-component .search-bar-component {
    display: inline-block;
    border-radius: 0.3em;
    position: relative;
}
.header-bar .search-component .search-bar-advanced-btn {
    text-align: center;
}
.header-bar .search-component .search-bar-input input[type="text"] {
    max-width: 100%;
}
.header-bar .search-component .search-dropdown {
    position: relative;
}
.header-bar .search-component .search-dropdown .search-results {
    background: #fff;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
}
.header-bar .search-component .search-dropdown .search-results li {
    text-align: left;
    padding: 7px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
}
.header-bar .search-component .search-dropdown .search-results li:hover {
    background-color: #fff;
}
.header-bar .search-component .search-dropdown .search-results li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    color: #333;
}
.header-bar .search-component .search-dropdown .search-results li a img {
    width: 40px;
    min-width: 40px;
    height: 60px;
    min-height: 60px;
    background-color: #ededed;
    margin-right: 10px;
    object-fit: cover;
}
.header-bar .search-component .search-dropdown .search-results li a .book-desc {
    font-weight: 300;
    text-decoration: none;
}

.header-bar .search-component .search-facet-value {
    display: block;
    min-width: 20px;
    padding-right: 10px;
}
.hamburger-component summary,
.search-component .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.header-bar .search-component .search-facet-value::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
}
div.search-facet:focus-within {
    outline: solid 2px;
}

.navigation-component .down-arrow {
    position: relative;
    top: -2px;
}
.logo-component a {
    color: #000;
    text-decoration: none !important;
}
.logo-component .logo-org {
    text-align: left;
    font-weight: 300;
    font-size: 0.9em;
    color: #666;
    padding: 0;
    line-height: 0;
}
.search-component .search-bar-advanced-btn {
    margin: 10px;
    border: 0;
    width: 40px;
    padding: 0;
    cursor: pointer;
    display: none;
}
.search-component .search-bar {
    max-width: none;
    min-width: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0.3em;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1;
    display: flex;
}
.search-component .search-bar-input {
    min-width: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.search-component .search-bar-input input[type="text"] {
    min-width: 0;
    margin: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0 2px 3px;
    font-size: 1em;
    font-weight: 500;
    border: 0;
    outline: 0;
    background: #f9f9f9;
    color: #666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}
.search-component .search-bar-input input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-component .search-bar-input .search-by-barcode-submit,
.search-component .search-bar-input .vertical-separator {
    display: none;
}
@media only screen and (max-width: 25em) {
    .search-bar-component {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 25em) {
    .header-bar .search-bar-component {
        margin-right: 15px;
    }
    .header-bar .navigation-component .dropdown-menu {
        border-top: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}
@media only screen and (min-width: 30em) {
    .header-bar {
        margin: 0 auto;
    }
    .header-bar .auth-component {
        margin-right: 5px;
        display: block;
    }
    .header-bar .logo-component {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: none;
        padding: 0 5px;
    }
    .header-bar .navigation-component .dropdown-menu {
        border-top: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .header-bar .search-component {
        margin-right: 0;
    }
    .header-bar .hamburger-component summary {
        margin-left: 10px;
    }
}
.client-js .search-facet select {
    opacity: 0;
    position: absolute;
}
@media only screen and (min-width: 35.5em) {
    .header-bar .logo-component {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .header-bar .navigation-component {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .header-bar .navigation-component .dropdown-menu {
        border-top: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .header-bar .search-bar-input input {
        width: 100%;
    }
    .header-bar .search-component .search-bar {
        width: auto;
        max-width: 205px;
    }
    .header-bar .search-component .search-bar-advanced-btn {
        display: block;
    }
    .header-bar .search-component .search-bar-component {
        background-color: #f9f9f9;
        border: 1px solid #babbae;
        width: 207px;
    }
    .header-bar .search-component .search-bar-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .header-bar .search-component .search-bar-input .search-by-barcode-submit,
    .header-bar .search-component .search-bar-input .vertical-separator,
    .header-bar .search-component .search-bar-input input[type="text"],
    .header-bar .search-component .search-facet,
    .header-bar .search-component .search-facet-selector {
        display: block;
    }
}
.page-banner-black .cta,
a.ghost-btn {
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}
@media only screen and (max-width: 960px) {
    #header-bar {
        position: sticky;
        top: 0;
        background: linear-gradient(
            to bottom,
            hsl(41.2, 47.1%, 93.3%),
            hsl(41.5, 48.1%, 89.4%)
        );
        padding: 3px 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        z-index: 3;
    }
    .header-bar .search-component {
        height: 44px;
    }
    .header-bar .search-component .search-bar-submit {
        height: 42px;
    }
    .header-bar .search-component .search-facet-selector {
        margin-top: 1px;
    }
    .header-bar.mobile {
        padding: 10px 0;
    }
}
a.ghost-btn {
    padding: 0.2rem 0.4rem;
    border: 1px solid #999;
    text-align: center;
    color: #fff !important;
}
.iaBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.iaBar .iaLogo {
    flex: 1;
}
.iaBar .ghost-btn {
    margin-right: 20px;
}
.heart {
    color: #ff7a7e;
    font-size: 1em;
}
#topNotice {
    font-weight: 100;
    font-size: 0.9em;
}
#topNotice .topNotice-container {
    margin: 0 auto;
    width: 958px;
}
#topNotice .topNotice-left {
    float: left;
    display: table;
}
#topNotice .topNotice-left a {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
#topNotice .topNotice-left a:hover {
    color: #fff;
}
#topNotice .topNotice-logo {
    font-size: 24px;
}
.btn {
    text-align: center;
    padding: 5px 10px;
}
.btn.primary {
    border: none;
    background-color: #0376b8;
    color: #fff !important;
    border-radius: 5px;
}
a.btn {
    text-decoration: none;
}
.page-banner {
    display: block;
    color: #fff;
    font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
    background: #333;
    padding: 15px;
    border-bottom: 1px solid #e1dcc5;
    z-index: 2;
}
html {
    scroll-padding-top: 60px;
}
@media only screen and (min-width: 768px) {
    .header-bar {
        padding-top: 5px;
    }
    .header-bar .logo-component .logo-icon {
        height: 90px;
        margin: 0;
        padding: 0;
    }
    .header-bar .auth-component .hide-me {
        display: inline;
    }
    .header-bar .navigation-component .dropdown-menu {
        border-top: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .header-bar .search-component {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-bar .search-component .search-bar-component {
        width: 300px;
    }
    .header-bar .search-component .search-justify-right {
        min-width: 210px;
    }
    .header-bar .search-component .search-bar {
        width: auto;
        max-width: 310px;
    }
    .header-bar .header-dropdown .account__icon {
        width: 45px;
        height: 45px;
    }
    .page-banner .btn {
        display: inline;
    }
    html {
        scroll-padding-top: 70px;
    }
}
@media all and (min-width: 960px) {
    .header-bar {
        margin: 20px auto;
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header-bar .auth-component {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .header-bar .navigation-component {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .header-bar .navigation-component .dropdown-menu {
        border-radius: 3px;
        border: 1px solid #babbae;
    }
    .header-bar .navigation-component li .dropdown-menu {
        width: auto;
        white-space: nowrap;
    }
    .header-bar .search-component .search-bar-component {
        width: 100%;
    }
    .header-bar .search-component .search-bar {
        max-width: 100%;
    }
    .header-bar .hamburger-component {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 6;
        order: 6;
    }
    .header-bar .app-drawer {
        top: 0;
        height: 100%;
    }
    .header-bar .mask-menu {
        top: 0;
    }
    .header-bar .header-dropdown .account__icon {
        width: 45px;
        height: 45px;
    }
    .header-bar.mobile {
        display: none;
    }
    html {
        scroll-padding-top: 0;
    }
}
.cta-section-title.world-cat-link {
    margin-top: 0;
}

.book-preview .iframe-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.book-preview .learn-more {
    text-align: center;
}
.book .book-cta {
    margin: 5px auto 0;
    font-size: 0.9em;
    padding: 5px 0;
}
.book .book-cta a {
    display: block;
}
.book .book-cover {
    height: 200px;
    display: flex;
    align-items: center;
}
.book .book-cover a,
.book .book-cover img {
    display: flex;
    object-fit: cover;
}
.book .book-cover a {
    margin: auto;
    width: 100%;
}
.book img.bookcover {
    margin: 0 auto;
    box-shadow: 1px 2px 5px 0 #c3b683;
    border-radius: 3px;
    max-width: 100%;
    max-height: 200px;
}
.home-h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #02598b;
    margin-bottom: 0.5em;
    margin-top: 1.75em;
}
.carousel-container {
    margin: 0 -20px;
    padding: 3px 1rem;
}
.carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
    overflow-x: scroll;
    padding: 10px 20px;
}

.carousel .book .book-metadata {
    width: 130px;
    margin: 0 auto;
}
.carousel .book .book-title {
    font-size: 0.8em;
    margin: 5px 0;
    color: #333;
    font-weight: 400;
}
.carousel .book .book-title a {
    color: #02598b;
    text-decoration: none;
}
.carousel-container .slick-slider {
    visibility: visible;
}
.carousel__item .slick-loading {
    opacity: 0;
}
.carousel-container-decorated {
    background: #f3edd7;
    border-bottom: 1px solid #e4e0cc;
    border-top: 1px solid #eae7d6;
    position: relative;
}
.carousel-section .SRPCover img {
    box-shadow: 1px 2px 5px 0 #c3b683;
}
.client-js .carousel {
    overflow: hidden;
    max-width: 990px;
    margin: 1rem auto;
}
.carousel__item {
    padding: 2px;
    float: left;
    height: 100%;
    margin: 0 0px;
    min-height: 1px;
    overflow: hidden;
}
.draggable {
    padding: 1rem 0px;
}

.slick-next::before {
    content: "→" !important;
}
.slick-prev::before {
    content: "←" !important;
}
.category-icon {
    margin: 0 auto;
    width: 30px;
}
a.category-nostyle {
    text-decoration: none;
    display: block;
}
img.category-img {
    display: block;
    margin-top: 5px;
}
p.category-count,
p.category-title {
    line-height: 1;
    margin: 5px 0 0;
    text-align: center;
}
p.category-count {
    font-size: 0.7em;
    color: #666;
    padding: 0 0 1px;
    font-style: italic;
}
p.category-title {
    font-size: 0.875em;
}
.carousel .category-item {
    padding: 2px;
    font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.wrapper__sub {
    max-width: 990px;
    margin: 10px auto;
}
div.tutorial__item {
    background-color: #fcfbf7;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 220px;
    width: 33%;
}
@media only screen and (min-width: 960px) {
    div.tutorial__item {
        min-width: 300px;
    }
}
div.tutorial__item:focus {
    border: 1px solid #02598c;
}
div.tutorial__item p {
    margin: 0.4% 4%;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
}
div.tutorial__item p.small {
    color: #a19b9e;
    font-size: 0.8rem;
}
div.tutorial__item a {
    display: flex;
    align-items: center;
    height: 100px;
}
div.tutorial__item img {
    position: relative;
    margin: 5px;
    float: left;
    height: 5rem;
    opacity: 80%;
}

.card__text {
    margin: 5px;
}
div#footer-content {
    margin: 5px auto;
    padding: 20px 0;
    width: 1060px;
}
div#footer-links {
    display: flex;
    /* margin-left: 10px; */
    line-height: 1.5em;
}
#footer-content div {
    flex: 1;
    flex-wrap: wrap;
    font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
    min-width: 150px;
}
footer {
    display: flex;
    width: 100%;
    bottom: 0;
    font-size: 0.8em;
}
footer #footer-details {
    color: #333;
    display: flex;
    width: 100%;
}
footer h2 {
    color: #333;
    font-size: 1em;
    margin: 0;
}
footer hr {
    border: 0;
    border-top: 1px solid #babbae;
    margin: 20px 0;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    font-size: 1em;
    list-style-type: none;
    margin: 5px 10px 5px 0;
    max-width: 250px;
}
.footer-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 3px;
}
.footer-icon span {
    margin-right: 5px;
}
.footer-icon span img {
    width: 25px;
    height: 25px;
}
#footer-links ul li a {
    color: #003266;
}
#footer-links div {
    margin: 20px 0;
    padding: 0;
}
img#archive-logo {
    margin-right: 10px;
    padding: 0;
    max-width: 200px;
}
div#legal-details {
    flex: 0.9 1;
    margin-top: 8px;
    text-align: center;
}
div#version-details {
    flex: 0.1 1;
    margin-top: 8px;
    text-align: right;
}

/* buttons  */
.cta-button-group {
    display: flex;
    align-items: center;
    position: relative;
}
.cta-btn,
a.cta-btn {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 7px;
    white-space: nowrap;
    background-color: #0376b8;
    line-height: 1.5em;
    text-decoration: none;
    transition: background-color 0.2s;
}

.cta-btn--available,
.cta-btn--preview,
.cta-btn--primary,
a.cta-btn--available,
a.cta-btn--preview,
a.cta-btn--primary {
    background-color: #0376b8;
    color: #fff;
}
.cta-button-group .cta-btn:first-child {
    flex: 1;
    padding: 8px;
    overflow: hidden;
}
div#contentBody img,
div.contentBody img {
    max-width: 100%;
    flex: 1;
}

/* carusel swiper  */

.swiper__btn {
    width: 35px;
    height: 35px;
    border-radius: 500%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: hsl(202, 96%, 37%);
    padding: 12px;
    opacity: 0.7;
    transition: 0.1s all;
}
.swiper__btn:hover,
.swiper__btn:focus {
    opacity: 1;
}

.swiper-button-prev-1 {
    position: absolute;
    left: 5px;
    top: 33%;
    z-index: 2;
}
.swiper-button-next-1 {
    position: absolute;
    right: 5px;
    top: 33%;
    z-index: 2;
}
.swiper__btn img {
    width: 100%;
    display: inline-block;
}

/* swiper 2  */

.swiper__btn2 {
    width: 35px;
    height: 35px;
    border-radius: 500%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: hsl(202, 96%, 37%);
    padding: 12px;
    opacity: 0.7;
    transition: 0.1s all;
}
.swiper__btn2:hover,
.swiper__btn2:focus {
    opacity: 1;
}

.swiper-button-prev-2 {
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 2;
}
.swiper-button-next-2 {
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: 2;
}
.swiper__btn2 img {
    width: 100%;
    display: inline-block;
}

div.tutorial__item {
    /* max-width: 323px; */
}

/* slider-3  */
.swiper-button-prev-3 {
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 2;
}
.swiper-button-next-3 {
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: 2;
}

/* slider-4  */
.swiper-button-prev-4 {
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 2;
}
.swiper-button-next-4 {
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: 2;
}

/* slider-5  */
.swiper-button-prev-5 {
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 2;
}
.swiper-button-next-5 {
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: 2;
}

/* slider-6  */
.swiper-button-prev-6 {
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 2;
}
.swiper-button-next-6 {
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: 2;
}
/* extra  */
.relative {
    position: relative;
}
.visible_mask {
    visibility: visible !important;
}
/* lang  */
.lang span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.lang__wrapper {
    position: relative;
}
.lang span i {
    font-size: 1.2rem;
    z-index: 1;
    color: #fff;
    position: relative;
}
.language-dropdown-component {
    position: relative;
    display: none;
}
.locale-options li a {
    color: #fff;
}
.translate-icon {
    width: 1.5em;
    vertical-align: middle;
}

.language-component {
    cursor: pointer;
}

.language-dropdown-component .dropdown-menu {
    width: 150px;
    text-align: left;
    background-color: #f2f0e7;
    border: 1px solid #babbae;
    border-radius: 3px;
    cursor: pointer;
    flex-direction: column;
}

.language-dropdown-component .dropdown-menu li {
    border-bottom: 1px solid #dfe0cb;
}

.language-dropdown-component .dropdown-menu li:last-child {
    border: none;
}

.language-dropdown-component .dropdown-menu li:hover {
    background-color: #fff;
}

.language-dropdown-component .dropdown-menu li a {
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    font-size: 0.9em;
    display: block;
}

.iaBar .language-component {
    position: relative;
    display: block;
}

.iaBar .language-component .language-dropdown-component {
    position: absolute;
    left: -8px;
    top: 50px;
    z-index: 999;
}

.iaBar .language-component .language-dropdown-component li {
    padding: 8px 12px;
}

.active_lang {
    z-index: -1;
    top: -100px;
    display: flex !important;
    visibility: visible !important;
}
.search-bar-input_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
.search-bar-input_mobile input {
    min-width: 0;
    margin: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 1rem;
    font-size: 1em;
    font-weight: 500;
    border: 0;
    outline: 0;
    background: #f9f9f9;
    color: #666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
}
.search-bar-input_mobile button {
    position: relative;
    right: 10px;
}
.search-bar-input_mobile button i {
    color: #000;
    font-size: 1rem;
}

/* filter  */
.active__filter {
    display: block !important;
}

.filter_dropdown {
    cursor: pointer;
}
.browse-dropdown-component {
    display: none;
}

/* page  */

#test-body-mobile {
    background-color: #fff;
    border: 1px solid #babbae;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 1060px;
    min-height: 50vh;
    position: relative;
    width: 100%;
    z-index: 0;
}

@media only screen and (min-width: 960px) {
    div.editionAbout {
        flex: 1 1;
    }
    .workDetails {
        display: flex;
        gap: 20px;
        padding: 20px 0;
        text-align: justify;
    }
}
.panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 15px;
}

.SRPCover {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 200px;
}

/* pagination  */

/* Pagination container */
.pagination {
    margin: 1rem;
}

/* Pagination links */
.pagination .pagination li {
    display: inline;
    margin-right: 5px;
}

.pagination .pagination li a {
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 3px;
}

.pagination .pagination li .active a {
    background-color: #007bff !important;
    color: #fff;
    border-color: #007bff !important;
}

.imgbook {
    max-width: 80px !important;
    max-height: 100px !important;
    object-fit: cover;
    border-radius: 5px !important;
    margin: 0.25rem 1rem 0px 0px;
}

.imgbook2 {
    max-width: 130px !important;
    max-height: 180px !important;
    object-fit: cover;
    border-radius: 5px !important;
}
.center_book {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.allbookview {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0px;
}

.table__user {
    border: 1px solid #babbae;
    border-collapse: collapse;
    padding: 0.25rem 0.5rem;
    width: 100%;
    margin: 0.25rem 0.25rem;
}
.table__user tr,
td,
tbody,
thead,
th {
    border: 1px solid #babbae;
    text-align: center;
    padding: 0.5rem;
    transition: 0.14s all linear;
}

.table__user tr:hover {
    background-color: #dededd;
}

/* CSS */
#myBtn {
    background-color: #00a65a;
    border-radius: 4px;
    border: 0;
    box-shadow: rgba(1, 60, 136, 0.5) 0 -1px 3px 0 inset,
        rgba(0, 44, 97, 0.1) 0 3px 6px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    min-height: 30px;
    min-width: 100px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    margin: 5px 0px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative;
    left: 4px;
}
.button-66:hover {
    background-color: #398439;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .button-66 {
        padding: 8px 28px;
        min-width: 80px;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    position: relative;
    z-index: -111;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px,
        rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.login-root {
    background: #fff;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
}
.loginbackground {
    max-height: 692px;
    max-width: 600px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.center-center {
    align-items: center;
    justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: #5469d4;
}
.box-background--white {
    background-color: #ffffff;
}
.box-background--blue800 {
    background-color: #212d63;
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: #7fd3ed;
}
.padding-top--64 {
    padding-top: 64px;
}
.padding-top--24 {
    padding-top: 24px;
}
.padding-top--48 {
    padding-top: 48px;
}
.padding-bottom--24 {
    padding-bottom: 24px;
}
.padding-horizontal--48 {
    padding: 48px;
}
.padding-bottom--15 {
    padding-bottom: 15px;
}

.flex-justifyContent--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 600px;
    background: white;
    border-radius: 4px;
}

.reset-pass a,
label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.sm__message {
    transition: 0.15s all linear;
    border: 1px solid rgba(37, 71, 240, 0.7);
}
.sm__message:hover {
    background-color: rgba(37, 71, 240, 0.7);
    color: #fff;
}
.smtp {
    background-color: rgb(84, 105, 212);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
        rgb(84, 105, 212) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.field label {
    margin-bottom: 5px;
}
.txt__smtp {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}
a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
}
.footer-link span {
    font-size: 14px;
    text-align: center;
}
.listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
}

.btn-my-search {
    color: #333 !important;
}
.inner__heads {
    text-align: center;
    padding: 0.4rem;
    margin: 0.5rem;
    position: relative;
}
.inner__heads::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    margin: 0 auto;
}
