html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background-color:#36808C;
    font-size: 12px;
    font-family: 'Inter';
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

@media(min-width:700px) {
    body {
        font-size: 16px
    }
}

@media(min-width:1170px) {
    body {
        font-size: 18px
    }
}

.app {
    transition: transform 400ms ease;
    z-index: 10;
}

.app.open {
    transform: translateX(-182px);
    z-index: -1
}

.button {
    display: inline-block;
    background-color: #C6B261;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 32px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 24px;
}

.button:hover {
    background-color: #b3a057;
}

.button-inverse {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 8px 16px;
    padding: .5rem 1rem;
    cursor: pointer
}

.button-inverse:hover {
    background-color: rgba(255, 255, 255, .8)
}

.button-ghost {
    display: inline-block;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    padding: 8px 16px;
    padding: .5rem 1rem;
    border: 1px solid #000;
    cursor: pointer
}

.button-ghost:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.button-ghost-inverse {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    padding: .5rem 1rem;
    border: 1px solid #fff;
    cursor: pointer
}

.button-ghost-inverse:hover {
    background-color: #000;
    border: 1px solid #000
}

a {
    font-weight: 700;
    color: #008cc5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700
}

h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 400
}

@media(min-width:700px) {
    h1 {
        font-size: 36px
    }
}

@media(min-width:1000px) {
    h1 {
        font-size: 50px;
        font-weight: 300;
        line-height: 67px
    }
}

h2 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 400;
    letter-spacing: -.02em;
    font-family: 'Inter'
}

h2.section-header {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.23;
    font-weight: 700 !important;
    font-family: 'Inter'
}

@media(min-width:700px) {
    h2.section-header {
        font-size: 32px
    }
}

h3 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 700px;
    font-family: 'Inter';
}

h4 {
    font-size: 22px;
    line-height: 1.38
}

small {
    font-size: 9px;
    line-height: 1
}

p {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Inter';
    font-weight: 400
}

@media(min-width:1000px) {
    p, ul li {
        font-size: 24px;
        line-height: 33.6px;
    }
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

ul {
    font-family: 'Inter'
}

img {
    width: 100%
}

.flex-video {
    height: 0;
    margin-bottom: 14.222px;
    margin-bottom: .88889rem;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.section-inner {
    max-width: 1440px;
    margin: auto
}

@media(min-width:600px) {
    .two-up {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:320px) {
    .main-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: initial;
        z-index: initial;
        transform: translateX(0);
        background-color: transparent
    }
}

.main-nav.open {
    z-index: 10
}

@media(min-width:700px) {
    .main-nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0
    }
}

.main-nav ul li {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    list-style: none;
}

@media(min-width:700px) {
    .main-nav ul li {
        margin: 0 0 0 1.2rem;
        color: #008cc5
    }
    /* .main-nav ul li:after {
        content: "|"
    }
    .main-nav ul li:last-child:after {
        content: ""
    } */
}

.main-nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    line-height: 38.4px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

@media(min-width:700px) {
    .main-nav ul li a {
        color: #36808C;
    }
}

@media(min-width:700px) {
    .main-nav ul li a {
        padding-right: 1.2rem;
    }
}

.hero {
    background-image: url(../img/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px;
    padding: 1.5rem
}

@media(min-width:700px) {
    .hero {
        padding: 7rem 1.5rem 3rem
    }
}

@media(min-width:1000px) {
    .hero {
        padding: 6rem 3rem 0;
    }
}

.hero .section-inner {
    max-width: 1170px;
    margin: 0 auto
}
.hero .video-inner{
    margin: 0 auto -170px;
}
.hero .nav-trigger {
    position: absolute;
    top: 24px;
    top: 1.5rem;
    right: 24px;
    right: 1.5rem;
    z-index: 10
}

@media(min-width:700px) {
    .hero .nav-trigger {
        display: none
    }
}

.hero .two-up {
    display: -ms-grid;
    display: grid
}


@media(min-width:1000px) and (min-width:1000px) {
    .hero .two-up {
        padding: 2rem 0 3rem
    }
}

.hero .two-up .hero-buttons .button {
    margin: 16px 0 0;
    margin: 1rem 0 0
}

.hero .two-up .hero-image {
    max-width: 220px
}

@media(min-width:700px) {
    .hero .two-up .hero-image {
        max-width: 475px;
        -ms-flex-order: 2;
        order: 2
    }
}

.hero .two-up .hero-text {
    text-align: center;
}
.hero-text img{
    width: auto;
}
@media(min-width:700px) {
    .hero .two-up .hero-text {
        -ms-flex-order: initial;
        order: initial
    }
}

.hero .two-up .hero-text h1 {
    margin: 32px 0 16px;
    margin: 2rem 0 1rem
}

@media(min-width:700px) {
    .hero .two-up .hero-text h1 {
        margin: 0 0 1rem
    }
}

.hero .two-up .hero-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    margin: 1rem 0;
    color: #36808C;
}
.hero .two-up .hero-text p span{
    display: block;
    margin-bottom: 5px;
}
@media(min-width:700px) {
    .hero .two-up .hero-text p {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .video{
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

.about {
    background: #36808C;
}
.section-header img{
    width: auto;
}
.about .section-inner{
    margin: 8rem auto 6rem auto;
}
@media(min-width:1000px) {
    .about {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0 30px;
    }
    .about .section-inner{
        display: grid;
        grid-template-columns: 363px 1fr;
        margin: 14rem auto 6rem auto;
        gap: 60px;
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    max-width: 768px;
    border-radius: 0.5rem;
  }
  .close-button {
    float: right;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 .2em .15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
  }
  .close-button:hover {
    color: var(--clr-main);
  }
  .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }
.about-text {
    padding: 24px;
    padding: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
}
.about-text ul{
    padding-left: 20px;
}
.about-text ul li{
    color: #fff;
    margin-bottom: 10px;
}
@media(min-width:700px) {
    .about-text {
        padding: 0;
    }
}

@media(min-width:1000px) {
    .about-text {
        margin: 0
    }
}

.about-text h2 {
    color: #fff
}

.about-text article p {
    color: #fff
}

@media(min-width:1000px) {
    .about-text article p {
        line-height: 1.5
    }
}

.about-text .bold {
    font-weight: 700;
    text-transform: uppercase
}

.banner {
    background-color: rgba(255, 192, 203, .5);
    text-align: center;
    padding: 16px 32px;
    padding: 1rem 2rem;
    margin: 0 0 48px;
    margin: 0 0 3rem
}

@media(min-width:1000px) {
    .banner {
        margin: 0 0 2rem
    }
}

.banner p {
    margin: 0
}

.banner .date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    font-style: italic
}

.banner .headline {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500
}

.about-purchase {
    background-color: #C7D8DE;
    padding: 32px 24px;
    padding: 2rem 1.5rem
}

@media(min-width:1000px) {
    .about-purchase {
        padding: 6rem 3rem
    }
}

@media(min-width:700px) {
    .purchase-grid-header {
        max-width: 460px;
        margin: auto
    }
}

.about-purchase-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1rem;
    text-align: center;
    color: #3A797B;
}

.purchase-toggle {
    background-color: #fff;
    padding: 8px;
    padding: .5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 12px;
    font-weight: 700
}

@media(min-width:700px) {
    .purchase-toggle {
        margin-bottom: 2rem
    }
}

@media(min-width:1000px) {
    .purchase-toggle {
        margin-bottom: 1.5rem
    }
}

.purchase-toggle button {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem;
    border: 0;
    background: transparent;
    text-align: center
}

.purchase-toggle button.active {
    background-color: #36808C;
    color: #fff;
    pointer-events: none;
    border-radius: 12px
}

.purchase-grid {
    list-style: none;
    padding: 8px;
    padding: .5rem;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 8px;
    gap: .5rem;
    background-color: #3A797B;
    border-radius: 11px
}

@media(min-width:700px) {
    .purchase-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 1rem
    }
}

@media(min-width:1000px) {
    .purchase-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

.purchase-grid li {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    min-height: 70px
}

.purchase-grid img {
    display: block;
    border-radius: 11px
}

.video {
    margin-top: 32px;
    margin-top: 2rem
}

@media(min-width:1170px) {
    .video {
        padding: 3rem 0 2rem
    }
}

.video-caption {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem
}

.reviews {
    padding: 24px 48px;
    padding: 1.5rem 3rem;
    margin-top: 32px;
    margin-top: 2rem;
    background-color: #008cc5
}

@media(min-width:700px) {
    .reviews {
        padding: 2rem 3rem 3rem
    }
}

.reviews .section-inner {
    max-width: 900px;
    margin: auto
}

.reviews h2 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 400px;
font-family: 'Inter';
    text-align: center;
    font-style: italic
}

.reviews h2 cite {
    font-style: normal
}

.reviews ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width:700px) {
    .reviews ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.reviews ul li {
    text-align: center;
    margin: 0 0 16px;
    margin: 0 0 1rem
}

@media(min-width:700px) {
    .reviews ul li {
        margin: 0 1rem
    }
}

@media(min-width:1000px) {
    .reviews ul li {
        margin: 0 2rem
    }
}

.reviews ul li img {
    max-width: 200px
}

.endorsements {
    padding: 24px 24px 0;
    padding: 1.5rem 1.5rem 0
}

@media(min-width:700px) {
    .endorsements {
        padding: 3rem 3rem 0
    }
}

@media(min-width:1000px) {
    .endorsements {
        padding: 6rem 3rem 2rem
    }
}

.endorsements ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.endorsements ul.slick-dots {
    margin: 32px 0;
    margin: 2rem 0
}

.endorsements ul.endorsements-list {
    max-width: 650px;
    margin: 0 auto
}

@media(min-width:1000px) {
    .endorsements ul.endorsements-list {
        max-width: 970px
    }
}

.endorsements ul li {
    text-align: center
}

.endorsements ul li .endorsement-text {
    font-weight: 400;
font-family: 'Inter';
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-style: italic
}

@media(min-width:1000px) {
    .endorsements ul li .endorsement-text {
        font-size: 1.77rem
    }
}

.endorsements ul li .endorsement-author {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0
}

@media(min-width:700px) {
    .endorsements ul li .endorsement-author {
        font-size: 1.5rem;
        font-weight: 300
    }
}

.endorsements ul li .endorsement-credential {
    font-size: 10.56px;
    font-size: .66rem;
    font-weight: 700;
    margin: 0
}

@media(min-width:700px) {
    .endorsements ul li .endorsement-credential {
        font-size: 1rem
    }
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    margin: 0 16px;
    margin: 0 1rem;
    border: 5px solid #008cc5;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.slick-dots li.slick-active {
    background-color: #008cc5;
    pointer-events: none
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent
}

.author {
    background-color:#C7D8DE;
    padding: 88px 30px;
}
.author .section-inner{
    display: grid;
    grid-template-columns: 1fr 363px;
    gap: 70px;
}
.author-image {
    position: relative
}

@media(min-width:1000px) {
    .author-image img {
        position: relative;
        height: auto;
    }
}

.author-text {
}
.author-text article p {
    font-size: 24px;
    color: #1A5D69;
    line-height: 33.6px;
}
@media(min-width:1000px) {
    .author-text article {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

}

.author-text .button {
    margin: 16px 0 32px;
    margin: 1rem 0 2rem
}

@media(min-width:1000px) {
    .author-text .button {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        width: 50%;
        text-align: center
    }
}

@media(min-width:1000px) {
    .author-text footer {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.author-text .social-links {
    list-style: none;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    margin: 0;
    background: #f2f3db;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px
}

@media(min-width:1000px) {
    .author-text .social-links {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        -ms-grid-column-align: center;
        justify-items: center
    }
}

@media(min-width:1000px) {
    .author-text .social-links img {
        width: 36px;
        height: 36px
    }
}

.related {
    background-color: #a5c2cc;
    padding: 24px;
    padding: 1.5rem
}

@media(min-width:700px) {
    .related {
        padding: 3rem 1.5rem
    }
}

.related h2 {
    text-align: center;
    margin: 0 0 32px;
    margin: 0 0 2rem
}

.related .related-books-list {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto
}

@media(min-width:700px) {
    .related .related-books-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-column-align: center;
        justify-items: center
    }
}

@media(min-width:1000px) {
    .related .related-books-list {
        max-width: 850px;
        margin: 0 auto
    }
}

.related .related-books-list p {
    font-size: 10.56px;
    font-size: .66rem;
    margin-top: 8px;
    margin-top: .5rem;
    line-height: 14.4px;
    line-height: .9rem
}

.related .related-book {
    margin-right: 16px;
    margin-right: 1rem
}

.related .related-book img {
    width: 126px
}

@media(min-width:700px) {
    .related .related-book img {
        width: 200px
    }
}

@media(min-width:1000px) {
    .related .related-book img {
        width: 250px
    }
}

.footer {
    background-color: #060c2e;
    color: #fff;
    padding: 40px 24px;
    padding: 2.5rem 1.5rem;
    margin-top: 80px;
}

.footer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 32px;
    gap: 2rem
}

@media(min-width:700px) {
    .footer-inner {
        gap: 1rem
    }
}

@media(min-width:1000px) {
    .footer-inner {
        -ms-grid-columns: auto auto 1fr;
        grid-template-columns: auto auto 1fr;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-inner .logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

@media(min-width:700px) {
    .footer-inner .logo {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
        grid-row: 1 / span 2
    }
}

@media(min-width:1000px) {
    .footer-inner .logo {
        -ms-grid-row: 1;
        grid-row: 1
    }
}

@media(min-width:700px) {
    .footer-inner .logo img {
        max-width: 100px
    }
}

.footer-inner .copyright {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}
#ccpa-modal.modal{
    visibility: visible !important;
}
#ccpa-modal .modal-btn{
    padding: 8px 14px 8px 14px !important;
}
@media(min-width:700px) {
    .footer-inner .copyright p {
        margin: 0;
        font-size: 16px;
    }
}

.footer-inner .copyright ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:700px) {
    .footer-inner .copyright ul {
        display: -ms-flexbox;
        display: flex
    }
}

.footer-inner .copyright ul li {
    margin: 4px 0;
    margin: .25rem 0
}

@media(min-width:700px) {
    .footer-inner .copyright ul li {
        margin: 0
    }
    .footer-inner .copyright ul li:after {
        content: "|";
        padding: 0 .5rem
    }
    .footer-inner .copyright ul li:last-child:after {
        content: ""
    }
}

.footer-inner .copyright ul li a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none
}

.footer-inner .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-grid-column-span: all;
    -ms-grid-column: 1;
    grid-column: 1 / span all;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:700px) {
    .footer-inner .social-links {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(min-width:1000px) {
    .footer-inner .social-links {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer-inner .social-links li {
    max-width: 45px
}

@media(min-width:700px) {
    .footer-inner .social-links li {
        margin-right: 1rem
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .section-header img{
        width: auto;
    }
    .about .about-banner-img img{
        width: 354px;
        margin-bottom: 40px;
    }
    section{
        padding: 70px 30px;
    }
    article p, article ul li{
        font-size: 24px;
        line-height: 33.6px;
    }
    .author .section-inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .author .section-inner img{
        max-width: 363px;
    }
    .about-text{
        padding-bottom: 0;
    }
    .hero .two-up .hero-text p{
        font-size: 24px;
        line-height: 40.8px;
    }
    .purchase-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .print{
        padding: 0;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .section-header img{
        width: 100%;
    }
}
.close-button{
    color: #36808C;
    font-size: 23px;
}
@media(max-width:767px) {
    .author .section-inner{
        grid-template-columns: 1fr;
    }
    .section-header img,.hero-text img{
        width: 100%;
    }
    .main-nav{
        background: transparent;
    }
    .main-nav ul{
        padding-left: 0;
        text-align: center;
    }
    .main-nav ul li{
        display: inline-block;
        list-style: none;
        margin: 0 5px 15px;
    }
    .main-nav ul li a{
        font-size: 16px;
        color: #36808C;
    }
    .nav-trigger{
        display: none;
    }
    .about .about-banner-img img{
        width: 120px;
        margin-bottom: 30px;
    }
    section{
        padding: 40px 15px !important;
    }
    article p, article ul li{
        font-size: 16px;
        line-height: 22.4px;
    }
    .author .section-inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .author .section-inner img{
        max-width: 363px;
    }
    .about-text{
        padding-bottom: 0;
    }
    .hero .two-up .hero-text p,.author-text article p{
        font-size: 16px;
        line-height: 22.4px;
    }
    .about-text{
        padding: 0;
    }
    .purchase-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .print{
        padding: 0;
    }
    .about-text header{
        position: absolute;
        top: 5%;
        left: 140px;
    }
    .about .section-inner{
        position: relative;
    }
    .about-text header img {
        width: 205px;
    }
    .hero .two-up .hero-text h1 {
        margin: 3rem 0 1rem;
    }
    .button{
        font-size: 20px;
    }
    .about-text{
        margin-bottom: 0;
    }
    .modal-content{
        min-width: 340px;
    }
    .logo img{
        max-width: 100px;
    }
}