@charset "UTF-8";
* {
    box-sizing: border-box
}

.nav-breadcrumbs>::after {
    color: #c2c8cc;
    content: '>';
    font-size: 1.1em;
    margin: 0 .4em;
    position: relative
}

.white-space--pre-wrap {
    white-space: pre-wrap
}

.search-box__input:focus {
    outline: 0
}

.search-box__input,
input {
    border: 1px solid #e1e4e5
}

*,
.button,
button {
    box-sizing: border-box
}

.card--sidebar-nav__list,
.tag-block__li--link {
    list-style-type: none
}

.button,
.cursor-pointer,
button {
    cursor: pointer
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

header,
nav,
section {
    display: block
}

img {
    border: 0
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
}

.row::after,
.row::before {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.row::after {
    clear: both
}

.columns {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem
}

.columns:last-child:not(:first-child) {
    float: right
}

.row.row.columns {
    float: none
}

.small-1 {
    width: 8.3333333333%
}

.small-2 {
    width: 16.6666666667%
}

.small-3 {
    width: 25%
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.small-5 {
    width: 41.6666666667%
}

.small-6 {
    width: 50%
}

.small-7 {
    width: 58.3333333333%
}

.small-8 {
    width: 66.6666666667%
}

.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        width: 16.6666666667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.3333333333%
    }
    .medium-5 {
        width: 41.6666666667%
    }
    .medium-8 {
        width: 66.6666666667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.3333333333%
    }
    .medium-12 {
        width: 100%
    }
    .copyright-block__logo__span {
        float: left
    }
}

@media screen and (max-width:39.9375em) {
    .hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:63.9375em) and (min-width:40em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none!important
    }
}

button {
    font-size: 16px
}

.burger {
    margin-right: 1rem;
    position: relative
}

@media print,
screen and (min-width:64em) {
    .large-1 {
        width: 8.3333333333%
    }
    .large-2 {
        width: 16.6666666667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.3333333333%
    }
    .large-6 {
        width: 50%
    }
    .large-8 {
        width: 66.6666666667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.3333333333%
    }
    .large-11 {
        width: 91.6666666667%
    }
    .large-12 {
        width: 100%
    }
    .large-1-5 {
        width: 12%!important
    }
    .large-offset-1 {
        margin-left: 8.3333333333%
    }
    .hide-for-large {
        display: none!important
    }
    .columns-large-2 {
        -webkit-column-count: 2;
        -webkit-column-gap: 1em;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1em;
        column-gap: 1em
    }
    .no-padding-large {
        padding: 0!important
    }
    .margin-right-1-5--large {
        margin-right: 1.5rem
    }
    .align-left--large {
        text-align: left
    }
}

.columns-large-2 ul,
.unstyled {
    list-style: none
}

.columns-large-2 ul li {
    padding: 0
}

input {
    color: #435059;
    font-size: 1rem;
    padding: .8rem 1rem;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: .3em
}
hr.gray-separator {
    border: 0.5px solid #f3f3f3;
}

.button,
.button--extra,
button {
    color: #fff;
    text-decoration: none;
    text-align: center
}

input[type=text] {
    display: block;
    width: 100%
}

.heading-l,
.heading-m,
.heading-s,
.heading-xl,
.heading-xs,
.heading-xxl {
    line-height: 1.35em;
    margin-bottom: .3125em
}

.heading-m {
    font-size: 1.5rem;
    font-weight: 400
}

.heading-xs,
.weight-500 {
    font-weight: 500
}

.heading-xs {
    font-size: 1rem;
    line-height: 1.6em
}

@media screen and (max-width:480px) {
    .heading-xs {
        font-size: .875rem
    }
}

.text-l,
.text-m,
.text-s,
.text-xl,
.text-xs,
.text-xxs,
.text-xxxs {
    line-height: 1.6em;
    margin-bottom: .9375em
}

.text-xl {
    font-size: 1.5rem
}

.text-l {
    font-size: 1.25rem
}

.text-m {
    font-size: 1rem
}

.text-s {
    font-size: .875rem;
    margin-bottom: .625em
}

.weight-700 {
    font-weight: 700
}

.serif {
    font-family: 'Times New Roman', Georgia, serif;
    font-display: swap;
}

.source-serif {
    font-family: 'Source Serif Pro', serif;
    font-display: swap;
}

.button,
button {
    display: inline-block;
    line-height: 2.2rem;
    white-space: nowrap;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: 0.2rem;
    border-radius: .2rem;
    background-color: #0fc89d;
    border: 1px solid #0fc89d;
    margin: 0 0 .9375rem;
    padding: 0 1.125rem
}

.button--extra {
    border: 2px solid #fff;
    display: inline-block;
    padding: 14px 25px;
    width: 100%;
    border-radius: 100px
}

.button--extra_container {
    background-color: #036;
    bottom: 0;
    font-size: 20px;
    min-height: 80px;
    padding: 15px 45px;
    position: fixed;
    width: 100%;
    z-index: 10000000000000000
}

.icon--account {
    background-image: url(../images/user-icon-white-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.card {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    position: relative;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: 0.25rem;
    border-radius: .25rem;
    background-color: #fff;
    border: 1px solid #e1e4e5
}

.card--sidebar-nav {
    border-top: 2px solid #4b7afb
}

@media screen and (max-width:63.9375em) {
    .card--sidebar-nav {
        margin-left: auto;
        margin-right: auto;
        width: 50%
    }
}

@media screen and (max-width:39.9375em) {
    .card--sidebar-nav {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

.card--sidebar-nav__list-item {
    margin-bottom: .8rem
}

.card--sidebar-nav__list-item--separators {
    border-bottom: 1px solid #e1e4e5;
    padding: .25rem 0
}

.card--sidebar-nav__section {
    margin-bottom: 1rem
}

.copyright-block {
    margin-bottom: 1.55rem;
    color: #829dec
}

.copyright-block__logo {
    height: 1.875em;
    margin-bottom: 1.2rem
}

.copyright-block__logo__span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    vertical-align: top;
    line-height: 1.875rem
}

.section {
    background-color: #fff;
    border-bottom: .0625rem solid #e1e4e5;
    min-width: 300px;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
    position: relative
}

.search-box__icon [class*=' icon-']::before,
.vert-align-middle {
    vertical-align: middle
}

.copyright-block__copyright {
    display: block;
    padding-top: 1.2rem
}

.essay-details {
    display: block;
    margin-bottom: 1rem
}

.essay-details>::after {
    color: #c2c8cc;
    content: '•';
    font-size: 1.4em;
    margin: 0 .4em;
    position: relative;
    top: .1em
}

.essay-details>:last-child::after {
    content: ' ';
    margin: 0
}

.nav-breadcrumbs {
    display: block;
    margin-bottom: 1.3em
}

.nav-breadcrumbs>:last-child::after {
    content: ' ';
    margin: 0
}

.vertical-nav-list__item {
    font-size: 1rem;
    line-height: 1.75em
}

.paper--related__details {
    display: block;
    font-size: 1rem;
    color: #737a80;
    margin: .5rem 0 1.5rem
}

.paper__title {
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: .5em
}

@media screen and (max-width:63.9375em) {
    .paper__title {
        font-size: 2rem
    }
}

@media screen and (max-width:39.9375em) {
    .paper__title {
        font-size: 1.75rem
    }
}

.paper-product-header {
    min-height: 16rem;
    padding: 1rem;
    position: relative;
    background: #fff;
    margin: 0 0 1rem
}

@media print,
screen and (min-width:40em) {
    .paper-product-header {
        padding: 1.7rem
    }
}

.paper-product-header__heading {
    font-weight: 300;
    min-height: 9rem;
    font-size: .9rem;
    padding: 0 0 0 130px
}

@media print,
screen and (min-width:40em) {
    .paper-product-header__heading {
        font-size: 1.25rem;
        font-weight: 400;
        min-height: unset;
        padding: 0 0 0 195px
    }
}

.paper-product-header__details {
    padding: 1rem
}

.paper-product-header__paper-icon {
    height: auto;
    left: 1rem;
    max-width: 273px;
    position: absolute;
    top: 1rem;
    width: 110px
}

@media print,
screen and (min-width:40em) {
    .paper-product-header__details {
        padding: 0 0 0 195px
    }
    .paper-product-header__paper-icon {
        left: 2rem;
        top: 2rem;
        width: 150px
    }
}

.search-box {
    display: inline-block;
    position: relative;
    width: 100%
}

.search-box__input {
    border: 1px solid #e1e4e5;
    border-radius: 4px;
    display: inline-block;
    font-size: 1rem;
    height: 3.75rem;
    margin: 0;
    padding: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 3.75rem;
    position: relative;
    width: 100%;
    z-index: 1
}

.paper-product-header__button {
    margin-top: 1rem
}

.paper-product-header__sign-up-msg {
    color: #737a80
}

@media screen and (min-width:40em) {
    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.paper-container {
    padding: 8rem;
    background: #fff
}

@media screen and (max-width:63.9375em) {
    .paper-container {
        padding: 5rem
    }
}

@media screen and (max-width:39.9375em) {
    .paper-container {
        padding: 2rem 1rem 1rem
    }
}

@media print,
screen and (min-width:64em) {
    .paper-product-header__heading {
        font-size: 1.5rem
    }
    .paper-product-header__button {
        margin-top: 2rem
    }
    .paper-container--with-sidebar {
        padding: 5rem
    }
}

.search-box__input--gray-bg {
    box-shadow: none;
    background-color: #fafafa;
    border: 1px solid #e1e4e5
}

.header-splat__search-box--btn-icon-mobile {
    background: url(//assets.bartleby.com/1.17/images/icons/magnifying-glass-white.svg) center no-repeat;
    height: 30px;
    padding: .75rem;
    width: 30px
}

.search-box__input--splat-header {
    height: 2.5rem;
    margin: 0;
    padding: .25rem;
    padding-left: 1rem;
    padding-right: 2.5rem
}

@media screen and (max-width:39.9375em) {
    .search-box__input--splat-header {
        border-radius: 0;
        padding-right: .5rem
    }
}

.search-box__button {
    display: block;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 2;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0
}

.search-box__button--splat-header {
    border-width: 1px 1px 1px 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fafafa;
    border-bottom: 1px solid #e1e4e5;
    border-left: 0;
    border-right: 1px solid #e1e4e5;
    border-top: 1px solid #e1e4e5
}

@media screen and (max-width:39.9375em) {
    .search-box__button--splat-header {
        display: block;
    }
    .header-splat__logo-container-secondary {
        background-size: auto
    }
}

.search-box__icon {
    font-size: 22px;
    line-height: 3.75rem;
    text-align: center;
    color: #036
}

.search-box__icon--splat-header {
    line-height: 2.35rem
}

.tag-block__li--link {
    display: block;
    font-size: .875rem;
    margin: 0 0 .4rem
}

.no-margin--bottom,
.vert-center {
    margin-bottom: 0
}

.header-splat {
    min-width: 20rem;
    background-color: #4b7afb;
    border-bottom: 1px solid #4b7afb;
    padding: .8125rem 0
}

.header-splat__logo-container-secondary {
    display: block;
    height: 100%;
    background-image: url(../images/bartleby-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.header-splat__search-box {
    box-shadow: none
}

@media screen and (max-width:39.9375em) {
    .header-splat__search-box {
        position: absolute;
        top: 4.1rem;
        visibility: hidden;
        left: 0
    }
    .header-splat__search-box--custom-nav {
        left: -66vw;
        position: absolute;
        top: 5.5rem;
        width: 100vw
    }
    .header-splat__search-box.conditionally-visible {
        visibility: visible
    }
}

.header-splat__search-toggle-container {
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    height: 2.3rem;
    position: absolute;
    right: 10.5rem;
    top: .3rem;
    visibility: visible;
    width: 2.3rem
}

.position-relative,
.vert-center {
    position: relative
}

@media print,
screen and (min-width:40em) {
    .header-splat__logo-container {
        background-size: 100%;
        min-width: 140px;
        background-image: url(bartleby-white.svg);
    }
    .header-splat__search-toggle-container {
        visibility: hidden
    }
}

.header-splat__search-toggle-container--custom-nav {
    right: 0;
    top: .8rem
}

.header-splat__search-toggle-container--custom-nav-ng1 {
    top: 5px;
}

.header-splat__icon-ui-24-search-toggle {
    font-size: 1.75rem;
    color: #fff;
    line-height: .5
}

.header-splat__columns {
    height: 2.5rem;
    position: relative
}

.full-height {
    height: 100%
}

.vert-center {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%)
}

.center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.no-border {
    border: 0
}

.margin-1 {
    margin-bottom: 1rem
}

.margin-2 {
    margin-bottom: 2rem
}

.margin-4 {
    margin-bottom: 4rem
}

.share-block {
    margin-bottom: 1rem
}

.padding-top-1 {
    padding-top: 1rem
}

.padding-top-2 {
    padding-top: 2rem
}

.brand-primary {
    color: #4b7afb
}

.brand-primary--hover:hover {
    color: #4b7afb
}

.brand-secondary {
    color: #101269
}

.gray-ultra-light--bg {
    background-color: #efefef
}

.mid-gray {
    color: #737a80
}

.ash-gray {
    color: #959fa6
}

.display-block {
    display: block
}

.display-none {
    display: none
}

.display-inline-block {
    display: inline-block
}

.border-box-shadow {
    -webkit-box-shadow: 0 3px 13px -5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 13px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 13px -5px rgba(0, 0, 0, .3);
    border: 1px solid #e1e4e5
}

.capitalize {
    text-transform: capitalize
}

@media print,
screen and (min-width:64em) {
    .hide-for-large-up {
        display: none
    }
}

body {
    line-height: normal;
    color: #435059;
    font: 16px 'Source Sans Pro', system-ui, sans-serif;
    letter-spacing: -.1px
}

.header-splat__search-box--btn-icon {
    background: url(//assets.bartleby.com/1.17/images/icons/magnifying-glass-navy-blue.svg) center no-repeat;
    height: 30px;
    padding: .75rem;
    width: 30px
}

@media screen and (min-width:64em) {
    .paper-container--with-sidebar {
        padding: 5rem
    }
}

.border-box-shadow {
    -webkit-box-shadow: 0 3px 13px -5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 13px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 13px -5px rgba(0, 0, 0, .3);
    border: 1px solid #e1e4e5
}

.white-space--break-spaces {
    white-space: break-spaces
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.text-ellipsis-after::after {
    content: '…'
}

.break-word {
    word-wrap: break-word
}

.paper__gradient {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.paper__gradient--bottom {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    height: 150px
}

.paper__cta {
    bottom: 2rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.button--orange,
button--orange {
    background-color: #c84c0e;
    border: 1px solid transparent;
    color: #fff
}

.button--access-big,
button--access-big {
    font-size: 25px;
    height: 52px;
    line-height: 47.2px;
    width: 150px
}

.paper--related-separator {
    border-top: 1px solid #c2c8cc;
    margin: 7rem auto 4rem;
    position: relative;
    text-align: center;
    width: 80%
}

.paper--related-separator-word {
    background-color: #efefef;
    bottom: 35px;
    color: #c2c8cc;
    display: inline-block;
    font-size: 1.6rem;
    height: 50px;
    margin: auto;
    padding: 1rem;
    position: relative;
    width: 125px
}

.paper {
    font-size: 1.25rem;
    line-height: 1.6em
}

.paper--related {
    margin-bottom: 6rem;
    position: relative
}

@media screen and (max-width:63.9375em) {
    .paper {
        font-size: 1.25rem
    }
}

@media screen and (max-width:39.9375em) {
    .paper {
        font-size: 1rem
    }
}

.vertical-nav-list {
    margin-bottom: 1.7rem
}

.vertical-nav-list__item__anchor {
    color: #829dec;
    margin-right: .3125em
}

.vertical-nav-list__heading {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .125em;
    margin-bottom: 1.25em;
    text-transform: capitalize
}

.vertical-nav-list__container {
    list-style: none
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

@media screen and (max-width:39.9375em) {
    .align-left--small-down {
        text-align: left
    }
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(//assets.bartleby.com/1.17/fonts/source-sans-pro-v12-latin-regular.woff2) format('woff2'), url(//assets.bartleby.com/1.17/fonts/source-sans-pro-v12-latin-regular.woff) format('woff')
}

.no-border--bottom {
    border-bottom: 0
}

.black {
    color: #000
}

.no-padding {
    padding: 0 !important;
}

.padding-bottom-1 {
    padding-bottom: 1rem
}

.row .row {
    max-width: none;
    margin-left: -.625rem;
    margin-right: -.625rem;
    max-width: none
}

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.orange--bg {
    background-color: #c84c0e
}

.section--footer {
    background-color: #101269;
    border-bottom: 0;
    border-top: 1px solid #829dec;
    padding-bottom: 5rem;
    text-align: center
}

@media screen and (min-width:40em) {
    .section--footer {
        text-align: left
    }
}

.card-grade-essay {
    clear: both;
    padding: 0
}

@media screen and (min-width:64em) {
    .card-grade-essay {
        display: flex
    }
}

.card-grade-essay .card-grade-essay-grade-col {
    font-size: medium;
    font-weight: 600;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .card-grade-essay .card-grade-essay-grade-col {
        padding: .4rem
    }
}

@media screen and (min-width:64em) {
    .card-grade-essay .card-grade-essay-grade-col {
        display: flex;
        padding: 0;
        width: 17%
    }
    .card-grade-essay .card-grade-essay-grade-col div {
        align-self: center;
        flex: auto
    }
}

.card-grade-essay .card-grade-essay-placeholder-col {
    padding: 1rem;
    padding-right: .6rem
}

@media screen and (min-width:64em) {
    .card-grade-essay .card-grade-essay-placeholder-col {
        align-self: center;
        padding-right: 0!important;
        width: 16.6666666667%
    }
}

.card-grade-essay .card-grade-essay-words-col ul {
    list-style: disc
}

.card-grade-essay .card-grade-essay-words-col li {
    color: #000;
    font-size: small;
    font-weight: 600
}

@media screen and (min-width:64em) {
    .card-grade-essay .card-grade-essay-words-col {
        align-self: center;
        padding-left: 2rem;
        padding-right: 0
    }
}

@media screen and (max-width:63.9375em) {
    .card-grade-essay .card-grade-essay-words-col {
        padding: .8rem 0 0
    }
    .card-grade-essay .card-grade-essay-words-col ul {
        padding: 0 1rem
    }
}

@media screen and (min-width:64em) {
    .card-grade-essay .card-grade-essay-preview-col {
        padding: .6rem 0 0 0
    }
}

@media screen and (max-width:39.9375em) {
    .card-grade-essay .card-grade-essay-preview-col {
        padding: 0 .5rem
    }
}

.card-grade-essay .card-grade-essay-button-col {
    align-self: center;
    text-align: center
}

.grade-satisfactory-essays {
    background-color: #e0dede;
    border-color: #606062!important;
    color: #606062
}

.grade-decent-essays {
    background-color: #f7f0e6;
    border-color: #a15e01!important;
    color: #a15e01
}

.grade-good-essays {
    background-color: #edf2f7;
    border-color: #45719f!important;
    color: #45719f
}

.grade-better-essays {
    background-color: #f2f2ed;
    border-color: #717147!important;
    color: #717147
}

.grade-best-essays {
    background-color: #ebf2ef;
    border-color: #367a5f!important;
    color: #367a5f
}

.preview-header-row div:first-child {
    align-self: center
}

.preview-header-row img {
    aspect-ratio: 8.2/10
}

.card-grade-essay-size {
    font-size: medium;
    font-weight: 600;
    text-align: center
}

.padding-left-1 {
    padding-left: 1rem
}

.padding-left-1-imp {
    padding-left: 1rem!important
}

.paper--related-separator-new {
    border-top: 1px solid #c2c8cc;
    text-align: center
}

.word-break {
    word-break: break-word
}

.display-flex {
    display: flex
}

.flex-flow-column {
    flex-flow: column
}

.margin-top-auto {
    margin-top: auto
}

.grade-essay-card {
    padding: .3rem;
    width: max-content;
    text-align: center;
    border-radius: .3rem;
    font-weight: 700;
    margin: .3rem 0;
    font-size: 12px
}

#divPreviewBlock {
    padding-left: .3rem;
    padding-right: .3rem
}

#ShowMoreButton {
    font-size: 25px;
    height: 52px;
    line-height: 47.2px;
    width: 150px
}

@media screen and (max-width:39.9375em) {
    #AdCenterTop {
        height: 300px;
        overflow: hidden
    }
    #AdCenterMiddle {
        height: 300px;
        overflow: hidden
    }
    #RelatedDocumentCenter>li:nth-child(3) {
        display: inline-block;
        height: 900px;
        overflow: hidden;
        width: 100%
    }
}

@media screen and (min-width:40em) {
    #AdCenterTop {
        height: 150px;
        overflow: hidden
    }
    #AdCenterMiddle {
        height: 160px;
        overflow: hidden
    }
    #RelatedDocumentCenter>li:nth-child(3) {
        display: inline-block;
        height: 570px;
        overflow: hidden;
        width: 100%
    }
}

.top-nav--slim {
    height: 4.125rem;
    padding: 0.5rem;
    position: relative;
}

.top-nav {
    color: #737a80;
    padding: 1.25rem;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 3;
}

.sub-header-icon {
    display: none;
}

.sub-header {
    background-color: #101269;
    padding: 6px 0;
}

.sub-header .row .sub-ul {
    display: flex;
    justify-content: space-between;
}
.sub-header .row .sub-ul ul{
    padding: 0;
    margin: 0;
}
.sub-header ul li {
    display: inline-block;
    padding: 0 10px;
}

.sub-header ul li a {
    color: #fff;
}

.header-splat .navigation {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-splat .navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-splat .navigation nav ul li {
    float: left;
    position: relative;
}

.header-splat .navigation nav ul li a {
    display: block;
    padding: 0 15px;
    color: #ffffff;
    text-decoration: none;
}

.header-splat .navigation nav ul li a:not(:only-child):after,
.header-splat .navigation nav ul li a:visited:not(:only-child):after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    /* position: absolute; */
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    margin-left: 10px;
}

.header-splat .navigation nav ul li ul li {
    min-width: 190px;
}

.header-splat .navigation nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.header-splat .navigation .nav-dropdown {
    position: absolute;
    display: none;
    background-color: #486ED6;
    z-index: 5;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.header-splat .navigation .nav-dropdown a {
    color: #fff;
}

.header-splat .navigation nav ul li ul li a:hover {
    background-color: #101269;
}


/* Mobile navigation */

.header-splat .navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
}

.main-footer {
    background: #101269;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1px;
    font-size: 14px;
    line-height: 1.4286;
    font-weight: normal;
    color: rgb(183, 183, 210);
    transform: translateZ(0px);
    display: flex;
    flex-direction: column;
}

.main-footer .main-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 60px 80px 50px;
    border-bottom: 1px solid rgb(54, 56, 129);
}

.main-footer .main-content .main-content-left {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.main-footer .main-content .main-content-left .footer-logo {
    margin-right: 100px;
}

.main-footer .main-content .main-content-left ul {
    margin-right: 100px;
}

.main-footer .main-content .main-content-left ul li {
    list-style: none;
}

.main-footer .main-content .main-content-left ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.main-footer .main-content .main-content-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    text-transform: uppercase;
}

.main-footer .main-content .main-content-right .main-content-right-flex {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
}

.main-footer .main-content .main-content-right .main-content-right-flex .footer-social-links {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 0%;
}

.main-footer .main-content .main-content-right .main-content-right-flex .footer-social-links a {
    margin: 0px 30px 0px 0px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-footer .main-content .main-content-right .main-content-right-flex .footer-app-details {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 30px;
    margin-top: 35px;
}

.main-footer .main-content .main-content-right .main-content-right-flex .footer-app-details h5 {
    padding-bottom: 15px;
    color: rgb(206, 209, 251);
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
}

.main-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    padding: 20px 80px;
    justify-content: center;
}

.main-footer .footer-bottom ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-footer .footer-bottom ul li,
.main-footer .footer-bottom ul li a {
    color: #fff;
    font-size: 14px;
}

.main-footer .footer-bottom ul .seperator {
    color: rgb(255, 255, 255);
    margin: 0px 8px;
    align-self: center;
    flex: 0 0 auto;
}

@media only screen and (max-width: 1000px) {
    .header-splat .header-splat__logo-container-secondary {
        margin-left: 45px;
        min-width: 150px;
    }
    .header-splat .header-splat__logo-container-secondary img{
        padding: 10px 0;
    }
    .header-splat__search-box.conditionally-visible {
        visibility: visible;
    }
    .header-splat .navigation {
        /* height: auto; */
        display: block;
    }
    .header-splat .navigation .nav-mobile {
        display: block;
    }
    .header-splat .navigation nav {
        width: 100%;
        padding: 54px 0 15px;
    }
    .header-splat .navigation nav ul {
        display: none;
        background-color: #4b7afb;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2222;
    }
    .header-splat .navigation nav ul li {
        float: none;
    }
    .header-splat .navigation nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    .header-splat .navigation nav ul li ul li a {
        padding-left: 30px;
    }
    .header-splat .navigationt .nav-dropdown {
        position: static;
        background-color: #486ED6;
    }
    .header-splat .navigation .nav-dropdown a {
        color: #fff;
    }
    .header-splat .navigation nav ul li a:not(:only-child):after,
    .header-splat .navigation nav ul li a:visited:not(:only-child):after {
        top: 22px;
        margin-left: 10px;
        right: 20px;
    }
    .header-splat .navigation nav ul li a.opened:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: 5px;
    }
    .main-footer .main-content {
        padding: 60px 50px 50px;
    }
    .main-footer .footer-bottom {
        padding: 20px 50px;
    }
}

@media screen and (min-width: 1000px) {
    .header-splat .navigation .nav-list {
        display: block !important;
    }
}

.header-splat .navigation #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

.header-splat .navigation #nav-toggle span,
.header-splat .navigation #nav-toggle span:before,
.header-splat .navigation #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 25px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

.header-splat .navigation #nav-toggle span:before {
    top: -10px;
}

.header-splat .navigation #nav-toggle span:after {
    bottom: -10px;
}

.header-splat .navigation #nav-toggle.active span {
    background-color: transparent;
}

.header-splat .navigation #nav-toggle.active span:before,
.header-splat .navigation #nav-toggle.active span:after {
    top: 0;
}

.header-splat .navigation #nav-toggle.active span:before {
    transform: rotate(45deg);
}

.header-splat .navigation #nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.header-splat__search-box--btn-icon {
    background: url(../images/magnifying-glass.svg) center no-repeat;
    height: 30px;
    padding: .75rem;
    width: 30px
}

.header-splat__search-box--btn-icon-mobile {
    background: url(../images/magnifying-glass-mobile.svg) center no-repeat;
    height: 30px;
    padding: .75rem;
    width: 30px
}

@media(max-width:640px) {
    .header-splat__search-box-container {
        display: block;
    }
    .header-splat__search-toggle-container--custom-nav-ng1 {
        top: 15px;
    }
}

.header-splat-navigation {
    height: 2.5rem;
}

@media(max-width:1200px) and (min-width:100px) {
    /* .header-splat .navigation nav ul li a {
        padding: 0 8px;
    } */
}

@media(min-width:1000px) {
    .header-splat .navigation {
        height: 100%;
    }
    .header-splat .navigation .nav-container {
        height: 100%;
    }
    .header-splat .navigation .nav-container nav {
        height: 100%;
    }
    .header-splat .navigation .nav-list {
        height: 100%;
    }
    .header-splat .navigation nav ul li {
        height: 100%;
    }
    .header-splat .navigation nav ul li a {
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        transition: .4s;
    }
    .header-splat .navigation nav ul li a:hover {
        color: #101269;
    }
    .header-splat .navigation nav ul li.active {
        background-image: linear-gradient(to right, rgb(16, 18, 105) 75%, rgb(255, 255, 255) 76%, rgb(255, 255, 255) 100%);
        background-position: 0px 62px;
        background-repeat: no-repeat;
    }
}

.footer-logo .footer-social-links,
.footer-logo .footer-app-details {
    display: none;
}

@media(max-width:900px) {
    .main-footer .main-content {
        flex-direction: column;
    }
    .main-footer .main-content .main-content-right .main-content-right-flex {
        display: none;
    }
    .footer-logo .footer-social-links {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex: 1 1 0%;
        padding: 15px 0;
    }
    .footer-logo .footer-social-links a {
        margin: 0px 30px 0px 0px;
        cursor: pointer;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .footer-logo .footer-app-details {
        display: block;
    }
    .footer-logo .footer-app-details h5 {
        padding: 15px 0;
    }
    .main-footer .footer-bottom,
    .main-footer .footer-bottom ul {
        display: block;
    }
    .footer-bottom ul li {
        padding-bottom: 10px;
    }
    .main-footer .footer-bottom ul .seperator {
        display: none;
    }
    .book-details {
        padding-bottom: 20px;
    }
    .header-splat .header-splat__logo-container-secondary {
        margin-left: 45px;
        min-width: 110px;    position: relative;
    }
    .header-splat .header-splat__logo-container-secondary img{
        padding: 18px 0;
    }
}

@media(max-width:900px) {
    .main-footer .main-content .main-content-left .footer-logo {
        padding-bottom: 50px;
    }
    .main-footer .main-content .main-content-left {
        flex-direction: column;
    }
}

@media screen and (max-width:680px) {
    .sub-header ul li {
        padding: 0 5px;
    }
}

.sub-header .closebtn {
    display: none;
}

@media screen and (max-width:640px) {
    .header-splat__search-box-container {
        display: block;
    }
    .header-splat__search-toggle-container--custom-nav-ng1 {
        top: 10px;
        right: 35px;
    }
    .sub-header {
        background-color: #101269;
        height: 100%;
        right: -300px;
        overflow-x: hidden;
        padding-top: 60px;
        position: fixed;
        top: 0;
        transition: .5s;
        width: 300px;
        z-index: 9999;
        padding-left: 30px;
    }
    .sub-header-icon {
        display: inline-block;
        position: relative;
        top: 15px;
        cursor: pointer;
        right: 15px;
    }
    .sub-header .closebtn {
        font-size: 36px;
        margin-left: 50px;
        position: absolute;
        right: 10px;
        top: 0;
        color: #fff;
        z-index: 1111;
        display: inline-block;
    }
    .sub-header .row .sub-ul {
        flex-direction: column;
    }
    .sub-header ul li {
        display: block;
        padding: 10px 10px;
        list-style: none;
    }
    .header-splat__search-box--custom-nav {
        left: 0;
        position: fixed;
        top: 7.1rem;
        width: 100vw;
        z-index: 1111;
    }
    .header-splat__search-box--btn-icon-mobile {
        background: url(../images/magnifying-glass-mobile.png) center no-repeat;
        background-size: 100%;
    }
}