/* =========================================================
   JOURNAL HOMEPAGE - RESPONSIBLE PUBLISHING AD
   Keep the ad in the left column of a 3-column row
   ========================================================= */

@media (min-width: 901px) {

    /* Force this CMS row to use three equal columns */
    .home-row3[data-count="3"] > .widget-dynamic-inner-wrap {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 32px !important;
        align-items: start !important;
    }

    /* Target the exact Responsible Publishing widget */
    .home-row3[data-count="3"]
    > .widget-dynamic-inner-wrap
    > .widget-instance-journals_EMMKTAD-home-resp-publishing-ad {
        grid-column: 1 / 2 !important;
        grid-row: 1 !important;

        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;

        margin: 0 !important;

        justify-self: stretch !important;
        align-self: start !important;
    }

    /* Prevent the inner ad container from centring itself */
    .widget-instance-journals_EMMKTAD-home-resp-publishing-ad .ad {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;
    }

    /* Make the linked advert fill the available column */
    .widget-instance-journals_EMMKTAD-home-resp-publishing-ad .ad > a {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    /* Keep the advert image contained within the column */
    .widget-instance-journals_EMMKTAD-home-resp-publishing-ad .ad img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
    }
}


/* =========================================================
   JOURNALS A-Z
   ========================================================= */

.emerald-journals-az {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
    box-sizing: border-box;
}


/* =========================================================
   HEADER
   ========================================================= */

.emerald-journals-az__header {
    margin: 0 0 2.5rem;
}

.emerald-journals-az__header h1 {
    margin: 0 0 0.75rem;
    padding: 0;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
}

.emerald-journals-az__header p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}


/* =========================================================
   TWO COLUMN LAYOUT
   ========================================================= */

.emerald-journals-az__layout {
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr) !important;
    column-gap: 3rem;
    align-items: start;
    width: 100%;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.emerald-journals-az__sidebar {
    display: block;
    position: sticky;
    top: 2rem;
    padding: 0 1.5rem 0 0;
    margin: 0;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.emerald-journals-az__sidebar h2 {
    margin: 0 0 0.75rem !important;
    padding: 0 !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    color: #333;
}


/* =========================================================
   A-Z NAVIGATION
   ========================================================= */

.emerald-journals-az__nav {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.emerald-journals-az__nav > li {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.emerald-journals-az__nav > li::before,
.emerald-journals-az__nav > li::marker {
    display: none !important;
    content: none !important;
}

.emerald-journals-az__nav > li > a {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0.7rem 0.75rem !important;
    box-sizing: border-box;

    color: #145b60;
    background: transparent;
    border-radius: 3px;

    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 400;
    text-decoration: none !important;
}

.emerald-journals-az__nav > li > a:hover,
.emerald-journals-az__nav > li > a:focus {
    color: #003f42;
    background: #e6f4f2;
    text-decoration: none !important;
}

.emerald-journals-az__nav > li.is-disabled {
    margin: 0 !important;
    padding: 0.7rem 0.75rem !important;
    color: #aaa;
    line-height: 1.2 !important;
}


/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.emerald-journals-az__content {
    display: block !important;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* Letter heading */

.emerald-journals-az__content > h3 {
    display: block !important;
    margin: 0 0 0.75rem !important;
    padding: 0.25rem 0 0 !important;

    font-size: 2rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;

    color: #333 !important;
}


/* Journal list */

.emerald-journals-az__content > ul {
    display: block !important;
    width: 100%;
    list-style: none !important;

    margin: 0 0 3rem !important;
    padding: 0 !important;

    border-top: 1px solid #ddd;
}


/* Journal row */

.emerald-journals-az__content > ul > li {
    display: block !important;
    position: relative;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
    border-bottom: 1px solid #e4e4e4;
}

.emerald-journals-az__content > ul > li::before,
.emerald-journals-az__content > ul > li::marker {
    display: none !important;
    content: none !important;
}


/* Journal link */

.emerald-journals-az__content > ul > li > a {
    display: block !important;
    position: relative;

    width: 100%;
    box-sizing: border-box;

    margin: 0 !important;
    padding: 0.85rem 3rem 0.85rem 0 !important;

    color: #126a70 !important;

    font-size: 1rem !important;
    line-height: 1.45 !important;

    text-decoration: none !important;
}


/* Arrow */

.emerald-journals-az__content > ul > li > a::after {
    content: "â€º";

    position: absolute;
    right: 0.75rem;
    top: 50%;

    transform: translateY(-50%);

    font-size: 1.4rem;
    line-height: 1;

    color: #555;
}


/* Hover */

.emerald-journals-az__content > ul > li > a:hover,
.emerald-journals-az__content > ul > li > a:focus {
    color: #003f42 !important;
    text-decoration: underline !important;
}

.emerald-journals-az__content > ul > li > a:hover::after {
    color: #003f42;
}


/* =========================================================
   ANCHOR POSITION
   Prevent sticky header covering letter heading
   ========================================================= */

.emerald-journals-az__content > h3[id] {
    scroll-margin-top: 2rem;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .emerald-journals-az {
        padding: 2rem 1.5rem 4rem;
    }

    .emerald-journals-az__layout {
        display: block !important;
    }

    .emerald-journals-az__sidebar {
        position: static;

        width: 100%;

        margin: 0 0 2rem;
        padding: 0 0 1.5rem;

        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .emerald-journals-az__nav {
        display: flex !important;
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .emerald-journals-az__nav > li {
        width: auto;
    }

    .emerald-journals-az__nav > li > a,
    .emerald-journals-az__nav > li.is-disabled {
        width: auto;
        padding: 0.55rem 0.7rem !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .emerald-journals-az {
        padding: 2rem 1rem 3rem;
    }

    .emerald-journals-az__header h1 {
        font-size: 2rem;
    }

    .emerald-journals-az__content > h3 {
        font-size: 1.75rem !important;
    }
}
/* =========================================================
   eJOURNALS PAGE
   ========================================================= */

.ejournals-page {
    width: 100%;
    background: #ffffff;
}


/* =========================================================
   HERO
   ========================================================= */

.ejournals-hero {
    width: 100%;
    background: #CCECE8;
    border-top: 3px solid #007f72;
}


.ejournals-hero__inner {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 32px 32px 30px;

    box-sizing: border-box;
}


.ejournals-hero h1 {
    margin: 0 0 12px;

    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}


.ejournals-hero p {
    max-width: 1000px;

    margin: 0 0 14px;

    font-size: 1rem;
    line-height: 1.5;
}


.ejournals-hero__actions {
    display: flex;
    flex-wrap: wrap;

    gap: 16px;

    margin-top: 18px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ejournals-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 10px 28px;

    border: 1px solid #004b5a;
    border-radius: 24px;

    box-sizing: border-box;

    font-size: 1rem;
    font-weight: 500;

    text-decoration: none !important;
}


.ejournals-button--primary {
    background: #064f5c;
    color: #ffffff !important;
}


.ejournals-button--primary:hover,
.ejournals-button--primary:focus {
    background: #033e49;
}


.ejournals-button--secondary {
    background: #ffffff;
    color: #064f5c !important;
}


.ejournals-button--secondary:hover,
.ejournals-button--secondary:focus {
    background: #f5f5f5;
}


/* =========================================================
   MAIN TWO-COLUMN LAYOUT
   ========================================================= */

.ejournals-layout {
    display: grid;

    grid-template-columns: 240px minmax(0, 1fr);

    gap: 48px;

    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 28px 32px 60px;

    box-sizing: border-box;
}


/* =========================================================
   ON THIS PAGE NAVIGATION
   ========================================================= */

.ejournals-nav {
    min-width: 0;
}


.ejournals-nav__inner {
    position: sticky;
    top: 24px;

    padding: 18px 20px;

    border-left: 4px solid #00A18C;

    background: #f6f8f8;
}


.ejournals-nav h2 {
    margin: 0 0 14px;

    font-size: 1rem;
    font-weight: 600;
}


.ejournals-nav ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.ejournals-nav li {
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #d9e1e1;
}


.ejournals-nav li:last-child {
    border-bottom: 0;
}


.ejournals-nav a {
    display: block;

    padding: 10px 0;

    color: #163f49;

    font-size: 0.95rem;
    line-height: 1.35;

    text-decoration: none;
}


.ejournals-nav a:hover,
.ejournals-nav a:focus {
    color: #007f72;

    text-decoration: underline;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.ejournals-content {
    width: 100%;
    max-width: 1050px;
}


.ejournals-section {
    scroll-margin-top: 30px;

    margin: 0 0 38px;
}


.ejournals-section > h2 {
    margin: 0 0 26px;

    padding-bottom: 16px;

    border-bottom: 8px solid #00A18C;

    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}


.ejournals-item {
    margin-bottom: 28px;
}


.ejournals-item h3 {
    margin: 0 0 8px;

    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
}


.ejournals-content p {
    margin: 0 0 12px;

    font-size: 1rem;
    line-height: 1.55;
}


.ejournals-content a {
    color: #005669;
    text-decoration: underline;
    text-underline-offset: 2px;
}


.ejournals-content a:hover,
.ejournals-content a:focus {
    color: #003e49;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .ejournals-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 30px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .ejournals-hero__inner {
        padding: 26px 20px;
    }


    .ejournals-hero h1 {
        font-size: 1.75rem;
    }


    .ejournals-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }


    .ejournals-layout {
        display: block;

        padding: 24px 20px 48px;
    }


    .ejournals-nav {
        margin-bottom: 32px;
    }


    .ejournals-nav__inner {
        position: static;
    }


    .ejournals-section > h2 {
        font-size: 1.7rem;
    }

}

/* =========================================================
   REMOVE DEFAULT RIGHT SIDEBAR
   ========================================================= */

#Sidebar.page-column--right {
    display: none !important;
}


/* Allow main content area to use the freed space */
.content-main_content {
    width: 100% !important;
    max-width: none !important;
}


/* If Silverchair is using flex columns */
.content-main_content > .page-column--main,
.content-main_content .page-column--center {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
}

/* =========================================================
   eJOURNAL SUBJECT COLLECTIONS
   ========================================================= */

.subject-collections {
    width: 100%;
}


/* Header */

.subject-collections__header {
    max-width: 1050px;

    margin-bottom: 28px;
}


.subject-collections__header h2 {
    margin: 0 0 14px;

    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}


.subject-collections__header p {
    margin: 0;

    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================================
   COLLECTION GRID
   ========================================================= */

.subject-collections__grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px;

    margin-top: 26px;
}


/* =========================================================
   COLLECTION CARD
   ========================================================= */

.subject-card {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    min-height: 72px;

    padding: 16px 18px;

    border: 1px solid #d8e1e1;
    border-left: 5px solid #00A18C;

    background: #ffffff;

    box-sizing: border-box;

    color: #064f5c !important;

    text-decoration: none !important;

    transition:
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.subject-card:hover,
.subject-card:focus {
    border-color: #00A18C;

    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);

    transform: translateY(-2px);
}


/* Subject name */

.subject-card__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.35;

    text-decoration: underline;
    text-underline-offset: 3px;
}


/* Journal count */

.subject-card__count {
    flex-shrink: 0;

    padding: 5px 10px;

    border-radius: 16px;

    background: #eef7f6;

    color: #344d51;

    font-size: 0.875rem;
    white-space: nowrap;
}


/* =========================================================
   DOWNLOAD LINK
   ========================================================= */

.subject-collections__download {
    margin-top: 28px;
}


.subject-collections__download a {
    display: inline-flex;
    align-items: center;

    font-weight: 500;

    color: #064f5c;

    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .subject-collections__grid {
        grid-template-columns: 1fr;
    }


    .subject-card {
        min-height: 64px;
    }


    .subject-collections__header h2 {
        font-size: 1.7rem;
    }

}

/* =========================================================
   ICE PUBLISHING
   ========================================================= */

.ice-publishing__intro {
    max-width: 1050px;
    margin-bottom: 26px;
}


.ice-publishing__intro p {
    margin: 0;

    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================================
   COLLECTION LIST
   ========================================================= */

.ice-publishing__collections {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px;

    margin-top: 24px;
}


/* =========================================================
   INDIVIDUAL COLLECTION
   ========================================================= */

.ice-collection {
    display: flex;
    flex-direction: column;

    gap: 6px;

    min-height: 90px;

    padding: 18px 20px;

    border: 1px solid #d8e1e1;
    border-left: 5px solid #00A18C;

    background: #ffffff;

    box-sizing: border-box;

    color: inherit !important;

    text-decoration: none !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}


.ice-collection:hover,
.ice-collection:focus {
    border-color: #00A18C;

    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);

    transform: translateY(-2px);
}


/* Collection name */

.ice-collection__title {
    color: #005669;

    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;

    text-decoration: underline;
    text-underline-offset: 3px;
}


/* Supporting information */

.ice-collection__description {
    color: #444444;

    font-size: 0.95rem;
    line-height: 1.45;

    text-decoration: none;
}


/* =========================================================
   DOWNLOAD LINK
   ========================================================= */

.ice-publishing__download {
    margin-top: 28px;
}


.ice-publishing__download a {
    color: #005669;

    font-weight: 500;

    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .ice-publishing__collections {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   OTHER ACCESS OPTIONS
   ========================================================= */

.other-access__items {
    display: grid;

    gap: 22px;
}


/* =========================================================
   INDIVIDUAL OPTION
   ========================================================= */

.other-access__card {
    padding: 22px 24px;

    border: 1px solid #d8e1e1;
    border-left: 5px solid #00A18C;

    background: #ffffff;

    box-sizing: border-box;
}


.other-access__card h3 {
    margin: 0 0 10px;

    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
}


.other-access__card p {
    margin: 0;

    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================================
   DOWNLOAD LINKS
   ========================================================= */

.other-access__links {
    display: flex;
    flex-direction: column;

    gap: 10px;

    margin-top: 18px;
    padding-top: 16px;

    border-top: 1px solid #d8e1e1;
}


.other-access__links a {
    width: fit-content;

    color: #005669;

    font-weight: 500;

    text-decoration: underline;
    text-underline-offset: 3px;
}


.other-access__links a:hover,
.other-access__links a:focus {
    color: #003e49;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .other-access__card {
        padding: 20px;
    }

}



/* =========================================================
   PORTFOLIOS + FOUNDATIONS & TRENDS CARDS
   ========================================================= */

/* Portfolio cards */
.ejournals-item {
    margin-bottom: 22px;

    padding: 22px 24px;

    border: 1px solid #d8e1e1;
    border-left: 5px solid #00A18C;

    background: #ffffff;

    box-sizing: border-box;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ejournals-item:hover {
    border-color: #00A18C;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}


/* Foundations & Trends layout */
.fnt-section__header {
    max-width: 1050px;
    margin-bottom: 26px;
}

.fnt-section__header p {
    margin: 0;

    font-size: 1rem;
    line-height: 1.6;
}

.fnt-collections {
    display: grid;

    gap: 22px;
}


/* Foundations & Trends cards */
.fnt-card {
    padding: 22px 24px;

    border: 1px solid #d8e1e1;
    border-left: 5px solid #00A18C;

    background: #ffffff;

    box-sizing: border-box;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.fnt-card:hover {
    border-color: #00A18C;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.fnt-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 24px;

    margin-bottom: 16px;
}

.fnt-card__header h3 {
    margin: 0;

    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.fnt-card__count {
    flex-shrink: 0;

    padding: 6px 12px;

    border-radius: 20px;

    background: #eef7f6;
    color: #334e52;

    font-size: 0.875rem;
    line-height: 1.2;

    white-space: nowrap;
}

.fnt-card__intro {
    margin: 0 0 16px;

    font-size: 1rem;
    line-height: 1.55;
}

.fnt-card__list {
    margin: 0;

    padding-left: 22px;
}

.fnt-card__list li {
    margin-bottom: 7px;

    font-size: 1rem;
    line-height: 1.55;
}

.fnt-card__list li:last-child {
    margin-bottom: 0;
}

.fnt-card__action {
    margin-top: 20px;
    padding-top: 18px;

    border-top: 1px solid #d8e1e1;
}

.fnt-card__action a {
    display: inline-block;

    color: #005669;

    font-weight: 500;

    text-decoration: underline;
    text-underline-offset: 3px;
}


/* Mobile */
@media (max-width: 700px) {

    .ejournals-item,
    .fnt-card {
        padding: 20px;
    }

    .fnt-card__header {
        display: block;
    }

    .fnt-card__count {
        display: inline-block;

        margin-top: 10px;
    }

}

/* =========================================================
   REMOVE OUTER GAPS AROUND HERO
   ========================================================= */

.ejournals-hero {
    width: auto;

    margin-top: -32px;
    margin-left: -20px;
    margin-right: -20px;

    background: #CCECE8;
}


.ejournals-hero__inner {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 32px;

    box-sizing: border-box;
}

/* =========================================================
   JOURNALS A-Z PAGE
   ========================================================= */

.journals-az-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 60px;
    box-sizing: border-box;
}


/* =========================================================
   JOURNALS A-Z HERO
   ========================================================= */

.journals-az-hero {
    width: auto;

    margin-top: -32px;
    margin-left: -20px;
    margin-right: -20px;

    background: #CCECE8;
    border-top: 3px solid #007f72;
}


.journals-az-hero__inner {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 32px;

    box-sizing: border-box;
}


/* =========================================================
   PAGE TITLE
   ========================================================= */

.journals-az-page__title {
    margin: 0 0 12px;

    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}


/* =========================================================
   JOURNALS A-Z INTRO / SEARCH
   ========================================================= */

.journals-az-intro {
    max-width: 1000px;
    margin: 0;
}


.journals-az-intro > p {
    margin: 0 0 20px;

    font-size: 1rem;
    line-height: 1.5;
}


.journals-az-search {
    max-width: 700px;
}


.journals-az-search label {
    display: block;

    margin-bottom: 7px;

    font-size: 1rem;
    font-weight: 600;
}


.journals-az-search input {
    width: 100%;
    min-height: 48px;

    padding: 10px 14px;

    border: 1px solid #8b999b;

    background: #ffffff;

    box-sizing: border-box;

    font: inherit;
}


.journals-az-search input:focus {
    border-color: #007f72;

    outline: 3px solid rgba(0, 127, 114, 0.2);
    outline-offset: 1px;
}


/* =========================================================
   SEARCH RESULT COUNT
   ========================================================= */

.journals-az-search__count {
    min-height: 24px;

    margin: 8px 0 0;

    color: #444444;

    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}


/* =========================================================
   TWO-COLUMN LAYOUT
   ========================================================= */

.journals-az-layout {
    display: grid !important;

    grid-template-columns: 220px minmax(0, 1fr) !important;

    gap: 48px;
    align-items: start;

    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 28px 32px 0;

    box-sizing: border-box;
}


/* =========================================================
   LEFT A-Z NAVIGATION
   ========================================================= */

.journals-az-nav {
    position: sticky;
    top: 24px;

    align-self: start;

    min-width: 0;
}


.journals-az-nav__inner {
    position: static;

    padding: 18px;

    border-left: 4px solid #00A18C;

    background: #f6f8f8;
}


.journals-az-nav h3 {
    margin: 0 0 14px;

    font-size: 1rem;
    font-weight: 600;
}


/* =========================================================
   ALPHABET GRID
   ========================================================= */

.journals-az-nav ul {
    display: grid !important;

    grid-template-columns: repeat(3, 1fr) !important;

    gap: 6px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.journals-az-nav li {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.journals-az-nav li::before,
.journals-az-nav li::marker {
    display: none !important;

    content: none !important;
}


.journals-az-nav a,
.journals-az-nav .is-disabled {
    display: flex !important;

    align-items: center;
    justify-content: center;

    min-height: 36px;

    border: 1px solid #d8e1e1;

    background: #ffffff;

    box-sizing: border-box;

    font-size: 1rem;
    font-weight: 500;

    text-decoration: none !important;
}


.journals-az-nav a {
    color: #126a70 !important;
}


.journals-az-nav a:hover,
.journals-az-nav a:focus {
    background: #00A18C;
    border-color: #00A18C;

    color: #ffffff !important;

    outline: none;
}


.journals-az-nav .is-disabled {
    color: #aaaaaa;

    background: #f4f4f4;
}


.journals-az-nav__numbers {
    grid-column: 1 / -1;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.journals-az-nav__top {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 40px;

    margin-top: 14px;
    padding: 8px 12px;

    border: 1px solid #006b62;

    background: #006b62;

    box-sizing: border-box;

    color: #ffffff !important;

    font-size: 0.95rem;
    font-weight: 600;

    text-decoration: none !important;
}


.journals-az-nav__top:hover,
.journals-az-nav__top:focus {
    background: #004f49;
    border-color: #004f49;

    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.journals-az-content {
    width: 100%;
    min-width: 0;
}


/* =========================================================
   LETTER GROUP
   ========================================================= */

.journals-az-group {
    margin: 0 0 42px;
}


.journals-az-group > h3 {
    margin: 0 0 10px;

    padding: 0 0 12px;

    border-bottom: 4px solid #00A18C;

    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;

    scroll-margin-top: 24px;
}


/* =========================================================
   JOURNAL LIST
   ========================================================= */

.journals-az-group ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;

    border-top: 1px solid #e4e4e4;
}


.journals-az-group li {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;

    border-bottom: 1px solid #e4e4e4;
}


.journals-az-group li::before,
.journals-az-group li::marker {
    display: none !important;

    content: none !important;
}


.journals-az-group li a {
    position: relative;

    display: block !important;

    width: 100%;

    padding: 12px 42px 12px 12px;

    box-sizing: border-box;

    color: #126a70 !important;

    font-size: 1rem;
    line-height: 1.45;

    text-decoration: none !important;
}


.journals-az-group li a::after {
    content: "›";

    position: absolute;

    right: 10px;
    top: 50%;

    transform: translateY(-50%);

    color: #555555;

    font-size: 1.4rem;
    line-height: 1;
}


.journals-az-group li a:hover,
.journals-az-group li a:focus {
    background: #f6f8f8;

    color: #003f42 !important;

    text-decoration: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .journals-az-page {
        padding-bottom: 48px;
    }


    .journals-az-hero {
        margin-top: -28px;
        margin-left: -20px;
        margin-right: -20px;
    }


    .journals-az-hero__inner {
        padding: 26px 20px;
    }


    .journals-az-page__title {
        font-size: 1.75rem;
    }


    .journals-az-search {
        max-width: none;
    }


    .journals-az-layout {
        display: block !important;

        padding: 24px 20px 0;
    }


    .journals-az-nav {
        position: static;

        margin-bottom: 32px;
    }


    .journals-az-nav__inner {
        position: static;
    }


    .journals-az-nav ul {
        grid-template-columns: repeat(6, 1fr) !important;
    }


    .journals-az-nav__numbers {
        grid-column: auto;
    }

}

/* =========================================================
   JOURNALS GATEWAY - 3 CARD LAYOUT
   ========================================================= */

.theme-homepage-layout.gateway
.home-row2 > .widget-dynamic-inner-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.theme-homepage-layout.gateway
.home-row2
.widget-instance-journals_home-self-serve-content-feature-4 {
    display: none;
}


.theme-homepage-layout.gateway
.home-row2 > .widget-dynamic-inner-wrap > .widget-SelfServeContent {
    width: 100%;
}

/* =========================================================
   JOURNALS GATEWAY - 3 CARD LAYOUT
   ========================================================= */

.theme-homepage-layout.gateway
.home-row2 > .widget-dynamic-inner-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-homepage-layout.gateway
.home-row2
.widget-instance-journals_home-self-serve-content-feature-4 {
    display: none;
}

.theme-homepage-layout.gateway
.home-row2 > .widget-dynamic-inner-wrap > .widget-SelfServeContent {
    width: 100%;
}


/* =========================================================
   CARD
   ========================================================= */

.gateway-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}


/* =========================================================
   HEADER
   ========================================================= */

.gateway-card__header {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 18px 22px;
    box-sizing: border-box;
}

.gateway-card__header h3 {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}

.gateway-card--browse .gateway-card__header {
    background: #00A18C;
}

.gateway-card--publish .gateway-card__header {
    background: #0E4751;
}

.gateway-card--publish .gateway-card__header h3 {
    color: #ffffff;
}

.gateway-card--librarians .gateway-card__header {
    background: #99CC33;
}


/* =========================================================
   CONTENT
   ========================================================= */

.gateway-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px 22px 18px;
}


/* =========================================================
   LISTS
   ========================================================= */

.gateway-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gateway-link {
    position: relative;
    margin: 0 0 3px;
    padding-left: 20px;
    list-style: none;
    font-size: 0.9rem;
    line-height: 1.3;
}

.gateway-link::marker {
    content: none;
}


/* =========================================================
   COLOURED MARKERS
   ========================================================= */

.gateway-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 11px;
    height: 6px;
    transform: translateY(-50%);
}

.gateway-link--teal::before,
.gateway-link--green::before {
    background: #00A18C;
}

.gateway-link--pink::before {
    background: #d892c4;
}

.gateway-link--blue::before {
    background: #008ca5;
}

.gateway-link--dark::before {
    background: #0E4751;
}

.gateway-link--orange::before {
    background: #f5a300;
}

.gateway-link--cyan::before {
    background: #00a7d1;
}

.gateway-link--purple::before {
    background: #8585ef;
}

.gateway-link--lime::before {
    background: #99CC33;
}


/* =========================================================
   LINKS
   ========================================================= */

.gateway-link a {
    color: #0E4751;
    text-decoration: underline;
    text-underline-offset: 1px;
}

.gateway-link a:hover,
.gateway-link a:focus {
    text-decoration-thickness: 2px;
}


/* =========================================================
   DIVIDERS
   ========================================================= */

.gateway-card__divider {
    width: 100%;
    height: 5px;
    margin: 13px 0 17px;
    background: #0E4751;
}

.gateway-card--browse .gateway-card__divider {
    background: #00A18C;
}

.gateway-card--librarians .gateway-card__divider {
    background: #99CC33;
}


/* =========================================================
   SHADOW
   ========================================================= */

.gateway-card {
    box-shadow: 10px 12px 0 rgba(20, 79, 88, 0.10);
}

/* =========================================================
   EXPLORE MORE
   ========================================================= */

.explore-more {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 0;
}


/* Heading */

.explore-more__title {
    margin: 0 0 18px;

    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 400;
}


/* =========================================================
   GRID
   ========================================================= */

.explore-more__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;

    max-width: 1050px;
}


/* =========================================================
   CARD
   ========================================================= */

.explore-card {
    display: flex;
    flex-direction: column;

    min-height: 140px;

    padding: 16px;

    background: #ffffff;
    border: 1px solid #dddddd;

    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);

    box-sizing: border-box;
}


/* First card appears focused in your screenshot */

.explore-card:focus-within {
    outline: 2px solid #0095ff;
    outline-offset: -1px;
}


/* =========================================================
   TITLE
   ========================================================= */

.explore-card h3 {
    margin: 0 0 6px;

    color: #164f58;

    font-size: 1rem;
    line-height: 1.25;
    font-weight: 500;
}


/* =========================================================
   ACCENT BAR
   ========================================================= */

.explore-card__accent {
    width: 100%;
    height: 7px;

    margin-bottom: 10px;
}


/* Individual colours */

.explore-card--books .explore-card__accent {
    background: #EB5E62;
}

.explore-card--cases .explore-card__accent {
    background: #DCDD2C;
}

.explore-card--open .explore-card__accent {
    background: #fF5D12;
}

.explore-card--collections .explore-card__accent {
    background: #8B87F7;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.explore-card p {
    margin: 0 0 24px;

    color: #555555;

    font-size: 0.84rem;
    line-height: 1.35;
}


/* =========================================================
   LINK
   ========================================================= */

.explore-card a {
    margin-top: auto;

    color: #145b60;

    font-size: 0.84rem;
    line-height: 1.3;

    text-decoration: none;
}


.explore-card a:hover,
.explore-card a:focus {
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .explore-more__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 550px) {

    .explore-more__grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   JOURNALS GATEWAY HERO ROW
   ========================================================= */


/* ---------------------------------------------------------
   FULL-WIDTH HERO BAND
   --------------------------------------------------------- */

.theme-homepage-layout.gateway
.hero-row.light-background {
    width: 100%;
    max-width: none;

    margin: 0 !important;
    padding: 0 !important;

    background: #EBF3F3;

    border-top: 3px solid #008879;
}


/* ---------------------------------------------------------
   REMOVE SILVERCHAIR ROW CONSTRAINTS
   --------------------------------------------------------- */

.theme-homepage-layout.gateway
.hero-row.light-background > .widget-dynamic-inner-wrap {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 0 !important;

    background: transparent;
}


/* Both SelfServe widgets fill the row */

.theme-homepage-layout.gateway
.hero-row.light-background
> .widget-dynamic-inner-wrap
> .widget-SelfServeContent {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   HERO TEXT
   ========================================================= */

.theme-homepage-layout.gateway
.homepage-hero-wrap {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent;
    border: 0;
}


.theme-homepage-layout.gateway
.homepage-hero-text {
    width: 100%;
    max-width: 1330px;

    margin: 0 auto;

    padding: 28px 32px 10px;

    box-sizing: border-box;
}


/* Hero title */

.theme-homepage-layout.gateway
.homepage-hero-text h1 {
    margin: 0 0 12px;
    padding: 0;

    color: #333333;

    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
}


/* Hero intro */

.theme-homepage-layout.gateway
.homepage-hero-text p {
    max-width: 1000px;

    margin: 0;
    padding: 0;

    color: #333333;

    font-size: 0.95rem;
    line-height: 1.5;
}


/* =========================================================
   SEARCH / CTA ROW
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container {
    display: flex !important;
    align-items: center;

    gap: 16px;

    width: 100%;
    max-width: 1330px;

    margin: 0 auto;

    padding: 10px 32px 30px;

    box-sizing: border-box;

    background: transparent;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container .home-btn-wrap {
    order: 1;

    flex: 0 0 auto;

    margin: 0 auto 0 0;
}


.theme-homepage-layout.gateway
.hero-search-container .home-btn-wrap .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 10px 24px;

    border: 1px solid #0c5560;
    border-radius: 24px;

    background: #0c5560;

    box-sizing: border-box;

    color: #ffffff !important;

    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;

    text-decoration: none !important;
}


.theme-homepage-layout.gateway
.hero-search-container .home-btn-wrap .button:hover,
.theme-homepage-layout.gateway
.hero-search-container .home-btn-wrap .button:focus {
    background: #083f47;
    border-color: #083f47;

    color: #ffffff !important;
}


/* =========================================================
   SEARCH WRAPPER
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container .navbar-search {
    order: 2;

    flex: 0 1 580px;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 580px;

    margin: 0;
}


/* =========================================================
   SILVERCHAIR SEARCH FORM
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container #MicrositeSearch {
    display: flex !important;
    align-items: stretch;

    width: 100% !important;
    min-width: 0 !important;
}


/* =========================================================
   SEARCH INPUT
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container .navbar-search-input_wrap {
    flex: 1 1 auto !important;

    width: auto !important;
    min-width: 0 !important;
}


.theme-homepage-layout.gateway
.hero-search-container .navbar-search-input_wrap fieldset {
    width: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}


.theme-homepage-layout.gateway
.hero-search-container .navbar-search-input {
    width: 100% !important;
    height: 44px !important;

    margin: 0;

    padding: 0 12px;

    border: 1px solid #a6a6a6;
    border-right: 0;

    border-radius: 3px 0 0 3px;

    background: #ffffff;

    box-sizing: border-box;

    font: inherit;
}


/* =========================================================
   SEARCH FILTER
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container .navbar-search-filter_wrap {
    flex: 0 0 140px !important;

    width: 140px !important;
}


.theme-homepage-layout.gateway
.hero-search-container .navbar-search-filter {
    width: 100% !important;
    height: 44px !important;

    margin: 0;

    padding: 0 10px;

    border: 1px solid #a6a6a6;
    border-right: 0;

    border-radius: 0;

    background: #ffffff;

    box-sizing: border-box;

    font: inherit;
}


/* =========================================================
   SEARCH ICON
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container .navbar-search-submit_wrap {
    flex: 0 0 48px !important;

    width: 48px !important;
}


.theme-homepage-layout.gateway
.hero-search-container .navbar-search-submit {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 48px !important;
    height: 44px !important;

    margin: 0;

    border: 1px solid #a6a6a6;

    border-radius: 0 3px 3px 0;

    background: #ffffff;

    box-sizing: border-box;

    color: #164f58;

    text-decoration: none !important;
}


/* =========================================================
   ADVANCED SEARCH
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container .navbar-search-advanced {
    order: 3;

    display: flex;
    align-items: center;

    flex: 0 0 auto;

    margin: 0;
}


.theme-homepage-layout.gateway
.hero-search-container .advanced-search {
    color: #222222 !important;

    font-size: 0.78rem;
    line-height: 1.05;

    text-decoration: none !important;
}


.theme-homepage-layout.gateway
.hero-search-container .advanced-search:hover,
.theme-homepage-layout.gateway
.hero-search-container .advanced-search:focus {
    text-decoration: underline !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .theme-homepage-layout.gateway
    .hero-search-container {
        flex-wrap: wrap;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .home-btn-wrap {
        width: 100%;

        margin: 0 0 6px;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .navbar-search {
        flex: 1 1 500px;

        width: auto !important;
        max-width: none;

        margin: 0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .theme-homepage-layout.gateway
    .homepage-hero-text {
        padding: 24px 20px 10px;
    }


    .theme-homepage-layout.gateway
    .homepage-hero-text h1 {
        font-size: 1.7rem;
    }


    .theme-homepage-layout.gateway
    .hero-search-container {
        display: block !important;

        padding: 10px 20px 26px;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .home-btn-wrap {
        width: 100%;

        margin: 0 0 18px;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .navbar-search {
        width: 100% !important;
        max-width: none;

        margin: 0;
    }


    .theme-homepage-layout.gateway
    .hero-search-container #MicrositeSearch {
        flex-wrap: wrap;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .navbar-search-input_wrap {
        flex: 1 1 calc(100% - 48px) !important;

        min-width: 0 !important;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .navbar-search-filter_wrap {
        flex: 1 1 100% !important;

        width: 100% !important;

        margin-top: 8px;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .navbar-search-filter {
        border-right: 1px solid #a6a6a6;

        border-radius: 3px;
    }


    .theme-homepage-layout.gateway
    .hero-search-container .navbar-search-advanced {
        margin-top: 10px;
    }

}

/* =========================================================
   HERO SEARCH ROW - CTA / SEARCH ALIGNMENT
   ========================================================= */

.theme-homepage-layout.gateway
.hero-search-container {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 1330px !important;

    margin: 0 auto !important;
    padding: 10px 32px 30px !important;

    box-sizing: border-box;
}


/* CTA - left */

.theme-homepage-layout.gateway
.hero-search-container > .home-btn-wrap {
    order: 1 !important;

    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 auto 0 0 !important;
    padding: 0 !important;
}


/* Search - right */

.theme-homepage-layout.gateway
.hero-search-container > .navbar-search {
    order: 2 !important;

    flex: 0 1 580px !important;

    width: 100% !important;
    max-width: 580px !important;
    min-width: 0 !important;

    margin: 0 !important;
}


/* Advanced Search */

.theme-homepage-layout.gateway
.hero-search-container > .navbar-search-advanced {
    order: 3 !important;

    flex: 0 0 auto !important;

    width: auto !important;

    margin: 0 0 0 12px !important;
}

/* =========================================================
   SUBJECT CARD INTERACTION
   ========================================================= */

.subject-card--trigger.is-active {
    background: #f2f8f7;
    border-color: #00a88f;
}


/* =========================================================
   SUBJECT CONTENT PANELS
   ========================================================= */

.subject-collection-panel {
    display: none !important;

    width: 100%;
    padding: 26px 24px 24px;

    background: #EBF3F3;

    box-sizing: border-box;
}

.subject-collection-panel.is-active {
    display: block !important;
}


/* Hidden unless a subject tile has been selected */
.subject-collection-panel[hidden] {
    display: none !important;
}


/* =========================================================
   PANEL HEADINGS
   ========================================================= */

.subject-collection-panel h2 {
    margin: 0 0 10px;
    padding: 0;

    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
}

.subject-collection-panel h3 {
    margin: 22px 0 10px;
    padding: 0;

    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.subject-collection-panel p {
    margin: 0 0 14px;
    padding: 0;

    font-size: 1rem;
    line-height: 1.55;
}


/* =========================================================
   RESEARCH TOPICS
   ========================================================= */

.subject-collection-panel__topics {
    column-count: 2;
    column-gap: 70px;

    max-width: 980px;

    margin: 0;
    padding-left: 18px;
}

.subject-collection-panel__topics li {
    break-inside: avoid;

    margin: 0 0 4px;

    font-size: 1rem;
    line-height: 1.4;
}


/* =========================================================
   LINKS
   ========================================================= */

.subject-collection-panel a {
    color: #145b60;

    text-decoration: underline;
    text-underline-offset: 2px;
}

.subject-collection-panel__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 10px;

    margin-top: 22px;
}


/* =========================================================
   ACTIVE SUBJECT TILE
   ========================================================= */

.subject-card--trigger.is-active {
    background: #f2f8f7;
    border-color: #00a88f;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .subject-collection-panel {
        padding: 22px 20px;
    }

    .subject-collection-panel__topics {
        column-count: 1;
    }

}

/* =========================================================
   ON THIS PAGE - ACTIONS
   ========================================================= */

.ejournals-nav__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;

    margin-top: 18px;
    padding-top: 18px;

    border-top: 1px solid #d9e1e1;
}


/* Contact us */

.ejournals-nav__contact {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;

    padding: 10px 14px !important;

    border: 1px solid #006b62;
    border-radius: 22px;

    background: #006b62;

    box-sizing: border-box;

    color: #ffffff !important;

    font-size: 0.95rem !important;
    font-weight: 600;

    text-decoration: none !important;
}

.ejournals-nav__contact:hover,
.ejournals-nav__contact:focus {
    background: #004f49;
    border-color: #004f49;

    color: #ffffff !important;
}


/* Back to top */

.ejournals-nav__top {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;

    padding: 9px 14px !important;

    border: 1px solid #006b62;
    border-radius: 22px;

    background: #ffffff;

    box-sizing: border-box;

    color: #006b62 !important;

    font-size: 0.95rem !important;
    font-weight: 600;

    text-decoration: none !important;
}

.ejournals-nav__top:hover,
.ejournals-nav__top:focus {
    background: #f2f8f7;

    color: #004f49 !important;
}

.section-cta {
    margin-top: 24px;
    margin-bottom: 36px;
}