﻿@font-face {
    font-family: "Hurme Geometric Sans";
    src: url(../../_extra-fields/Fonts/HurmeGeometricSans/HurmeGeometricSans4-Bold.woff2) format("woff2"),url(../../_extra-fields/Fonts/HurmeGeometricSans/HurmeGeometricSans4-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 18px;
}

body {
    background-color: #ffffff;
    color: #101010;
}

body, button, input, select, textarea {
    font-family: "Ageo Medium",sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1600px) {
    html {
        font-size: 19px;
    }

    body, button, input, select, textarea {
        font-size: calc(1rem + .05vw);
    }
}

.font, .font button, .font input, .font select, .font textarea {
    font-family: "Ageo Medium", sans-serif !important;
    font-weight: 400 !important;
}

    .font strong, .font b {
        font-family: "Ageo Semibold", sans-serif !important;
        font-weight: 700 !important;
    }

    .font em {
        font-family: "Ageo Medium Italic", sans-serif !important;
        font-weight: 400 !important;
    }

        .font strong em, .font em strong {
            font-family: "Ageo Semibold Italic", sans-serif !important;
            font-weight: 700 !important;
        }

.font-alt, .font-alt button, .font-alt input, .font-alt select, .font-alt textarea,
.font-alt * {
    font-family: "Hurme Geometric Sans" !important;
    font-weight: 700 !important;
}

a:link, a:visited {
    color: #222;
}

a:hover, a:active, a:focus {
    color: #353535;
}

a:focus {
    box-shadow: inset 1px 1px 1px #222;
}

svg.full {
    width: 100%;
    height: auto;
}

.is-absolute a {
    cursor: pointer;
}

.is-absolute button {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: transparent;
    border: 0 !important;
    cursor: pointer;
}

a.is-absolute, .is-absolute button {
    text-indent: -999em;
}

.AIMRulesLink a:link {
    text-decoration: underline
}

body:not(.sfPageEditor) header {
    transition: position 1s ease-in-out;
}

    body:not(.sfPageEditor) header.roll_menu {
        background: #fff;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

.inside-header {
    padding: 20px 40px;
    transition: padding .3s ease-in-out;
}

@media (min-width: 1200px) {
    .inside-header {
        padding: 0;
    }

    .navbar {
        padding: .5rem 0;
    }
}

body:not(.sfPageEditor) header.roll_menu .inside-header {
    padding: 0;
}

@media (max-width: 1198px) {
    .inside-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    body:not(.sfPageEditor) header.roll_menu .inside-header {
        padding: 20px;
    }

    body:not(.sfPageEditor) header.roll_menu {
        position: absolute !important;
        background: transparent !important;
    }
}

body:not(.sfPageEditor) header {
    background: #fbe5da;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.site-logo img {
    width: 100%;
    height: auto;
    max-width: 240px;
}

.navbar-light .navbar-nav .nav-link {
    color: #101010;
    font-weight: 600;
    font-size: 1rem;
    transition: border-bottom 80ms ease-in-out;
    border-bottom: 0;
}

.roll_menu .navbar-light .navbar-nav .nav-link {
    color: #555555;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #101010;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #F09163 !important;
    background: transparent !important;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid #004137;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #004137;
    }

        .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
            color: #f09163;
        }
}

.dropdown-toggle::after {
    content: "\f078";
    border: 0 !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.5rem;
    float: right;
}

.navbar-collapse .dropdown-menu {
    background: rgba(0,65,65,0.9);
    border-radius: 0;
    z-index: 999;
}

.dropdown-item {
    color: #FFF !important;
    transition: color 80ms ease-in-out;
}

    .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
        color: #cccccc !important;
        background-color: transparent !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #FFF !important;
        text-decoration: none;
        background-color: #1a6366;
    }

body:not(.sfPageEditor) .dropdown-menu ul {
    list-style: none;
}

@media (min-width: 1200px) {

    .dropdown-menu-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px 0;
    }

    body:not(.sfPageEditor) .dropdown-menu ul {
        flex-direction: column;
        text-align: left;
    }

    body:not(.sfPageEditor) .dropdown-menu ul {
        column-count: 2;
        width: 750px;
    }

    .dropdown-menu {
        display: block;
        min-width: 100vw;
        left: -999em;
        margin: 0;
        padding: 0;
        opacity: 0;
        transition: opacity 80ms ease-in-out;
        border-radius: 0;
    }

        .dropdown-menu.show,
        li.nav-item:hover .dropdown-menu,
        li.nav-item:focus .dropdown-menu,
        li.nav-item:active .dropdown-menu {
            left: auto;
            opacity: 1;
        }

    li.nav-item:last-child .dropdown-menu.show,
    li.nav-item:last-child:hover .dropdown-menu,
    li.nav-item:last-child:focus .dropdown-menu,
    li.nav-item:last-child:active .dropdown-menu {
        left: auto;
        right: 0 !important;
        opacity: 1;
    }

    li.nav-item:hover .nav-link,
    li.nav-item:focus .nav-link,
    li.nav-item:active .nav-link {
        color: #f09163;
    }
}

@media (max-width: 1199px) {

    body:not(.sfPageEditor) .dropdown-menu ul {
        padding: 0 1rem;
    }

    .navbar {
        -webkit-box-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding: 0;
    }

    .navbar-light .navbar-toggler {
        padding: 15px;
        color: #555555;
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.02);
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .navbar-collapse {
        text-align: left;
        background: rgba(255,255,255,0.9);
        padding: 10px;
    }

    .dropdown-item {
        padding: .25rem 1rem;
    }


    .navbar-collapse .dropdown-menu {
        background: rgba(0,65,65,0.9);
    }

    .nav-link {
        display: block;
        padding: 1rem !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(85,85,85,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    }

    .navbar-light [aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 512 512' stroke='rgba(85,85,85,1)' aria-hidden='true' role='img' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1em' height='1em'%3E%3Cpath d='M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z'%3E%3C/path%3E%3C/svg%3E");
    }
}


/* Sections */

.border-30 {
    border-radius: 0 30px 0 30px;
}

.border-full-50 {
    border-radius: 50px;
}

.border-full-100 {
    border-radius: 100px;
}

section.header-banner .text-white * {
    text-shadow: .025rem .025rem rgba(0,0,0,0.5) !important;
}

section.header-banner {
    padding: 120px 20px 0 20px;
  margin-bottom: 1.5em;
  position: relative;
  overflow-y: hidden;
  height: 50vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 60%;
}

@media screen and (min-width: 768px) {

    section.header-banner {
        padding: 100px 20px 0px 20px;
    }
}

.container {
    max-width: 1600px !important;
    position: relative;
}

/* Sections with images */

body:not(.sfPageEditor) .image-text-icon {
    margin: 30px 0;
    position: relative;
}

    body:not(.sfPageEditor) .image-text-icon .img.area {
        background-size: cover;
        background-repeat: no-repeat;
        height: 480px;
        width: 100%;
    }

    body:not(.sfPageEditor) .image-text-icon .text.area {
        position: absolute;
        -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.25);
        background: rgba(255, 255, 255, 0.9);
        padding: 30px 40px;
        width: 100%;
    }

@media screen and (max-width: 767px) {

    body:not(.sfPageEditor) .image-text-icon .text.area {
        position: relative;
    }

    body:not(.sfPageEditor) .image-text-icon .img.area {
        position: absolute;
    }
}

@media screen and (min-width: 768px) {

    body:not(.sfPageEditor) .image-text-icon .text.area {
        top: 30px;
        background: #fff;
    }
}

@media screen and (min-width: 1024px) {

    body:not(.sfPageEditor) .image-text-icon .text.area {
        top: 60px;
    }

        body:not(.sfPageEditor) .image-text-icon .text.area.left {
            left: 80px;
        }

        body:not(.sfPageEditor) .image-text-icon .text.area.right {
            right: 80px;
        }
}

@media screen and (min-width: 1650px) {
    body:not(.sfPageEditor) .image-text-icon .text.area {
        top: 40px;
    }
}



/* Footer */

#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #222222;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    transition: background 1s ease-in-out;
}

    #back-top:hover {
        background: #004137;
    }

    #back-top a {
        color: #fff;
        transition: color 1s ease-in-out;
    }

    #back-top:hover a {
        color: #101010;
    }

    #back-top span span {
        display: none;
    }

footer a {
    color: #333333;
    font-size: .9rem;
}

/* Coloured Banners */

.colour-one {
    background-color: #004137; /* pistachio */
}

.colour-two {
    background-color: #42af7e; /* salmon */
}

.colour-three {
    background-color: #89c7b3; /* grey */
}

.colour-four {
    background-color: #e0d9d5; /* burnt sienna */
}

.colour-five {
    background-color: #ef7747; /* tea green */
}

.colour-six {
    background-color: #7fa09b; /* bright green */
}

.colour-seven {
    background-color: #a0d7be; /* orange yellow crayola */
}

.colour-eight {
    background-color: #c4e3d9; /* yellow */
}

.colour-nine {
    background-color: #efecea; /* orange */
}

.colour-ten {
    background-color: #f7bba3; /* ivory */
}

.colour-eleven {
    background-color: #fbe5da; /* champagne pink */
}

/* Coloured circles */

body:not(.sfPageEditor) .colour-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    body:not(.sfPageEditor) .colour-block > div {
        position: relative;
    }

    body:not(.sfPageEditor) .colour-block:before {
        display: block;
        content: "";
        position: absolute;
        width: 60vw;
        height: 60vw;
        min-width: 400px;
        min-height: 400px;
        max-width: 800px;
        max-height: 800px;
        border-radius: 50%;
        transform: scale(0.6);
        opacity: 0;
        animation: circleReveal 0.5s ease-in-out 1s 1;
        animation-fill-mode: both;
        z-index: 0;
    }

.colour-one:before {
    background-color: #004137;
    filter: brightness(0.8);
}

.text-one * {
    color: #004137 !important;
}

.colour-two:before {
    background-color: #42af7e; /* salmon */
    filter: brightness(0.9);
}

.text-two * {
    color: #42af7e !important;
}

.colour-three:before {
    background-color: #89c7b3; /* grey */
    filter: brightness(0.8);
}

.text-three * {
    color: #89c7b3 !important;
}

.colour-four:before {
    background-color: #e0d9d5; /* burnt sienna */
    filter: brightness(0.95);
}

.text-four * {
    color: #e0d9d5 !important;
}

.colour-five:before {
    background-color: #ef7747; /* tea green */
    filter: brightness(0.95);
}

.text-five * {
    color: #ef7747 !important;
}

.colour-six:before {
    background-color: #7fa09b; /* bright green */
    filter: brightness(0.95);
}

.text-six * {
    color: #7fa09b !important;
}

.colour-seven:before {
    background-color: #a0d7be; /* orange yellow crayola */
    filter: brightness(0.95);
}

.text-seven * {
    color: #a0d7be !important;
}

.colour-eight:before {
    background-color: #c4e3d9; /* yellow */
    filter: brightness(0.95);
}

.text-eight * {
    color: #c4e3d9 !important;
}

.colour-nine:before {
    background-color: #efecea; /* orange */
    filter: brightness(0.9);
}

.text-nine * {
    color: #efecea !important;
}

.colour-ten:before {
    background-color: #f7bba3; /* ivory */
    filter: brightness(0.9);
}

.text-ten * {
    color: #f7bba3 !important;
}

.colour-eleven:before {
    background-color: #fbe5da; /* champagne pink */
    filter: brightness(0.9);
}

.text-eleven * {
    color: #fbe5da !important;
}


/* Circle */

@keyframes circleReveal {
    from {
        transform: scale(0.6);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes imageReveal {
    from {
        section .header-banner transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

h1, .header-banner * {
    font-family: "Ulm Grotesk", sans-serif !important;
}

h1, h2, h3 {
    color: #101010;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

h1, .h1, .h1 * {
    font-size: 2.06rem;
}

h2, .h2, .h2 * {
    font-size: 1.82rem;
}

h3, .h3, .h3 * {
    font-size: 1.47rem;
}

h4, .h4, .h4 * {
    font-size: 1.18rem;
}

h5, .h5, .h5 * {
    font-size: 1.18rem;
}

h6, .h6, .h6 * {
    font-size: 1rem;
}

.grey, .grey * {
    color: #9a9a9a !important;
}

@media (min-width: 767px) {
    h1, .h1, .h1 * {
        font-size: 2.88rem;
    }

    h2, .h2, .h2 * {
        font-size: 2.06rem;
    }

    h3, .h3, .h3 * {
        font-size: 1.82rem;
    }

    h4, .h4, .h4 * {
        font-size: 1.47rem;
    }

    h5, .h5, .h5 * {
        font-size: 1.18rem;
    }

    h6, .h6, .h6 * {
        font-size: 1rem;
    }
}


/* Investors */

table.table-bordered {
    border-color: #222222;
}

.download {
    padding: 1rem;
    background: #e7e7ea;
}

.TD-Highlights {
    background: #ddd;
}

.a {
    border-color: #222222;
}

.at {
    border-color: #222222;
}

.al {
    border-color: #222222;
}

.ar {
    border-color: #222222;
}

.aa {
    border-color: #222222;
}

.aaa {
    border-color: #222222;
}

.aar {
    border-color: #222222;
}

.aa1 {
    border-color: #222222;
}

.news-tabs .tablinks a {
    cursor: pointer;
    color: #fff;
    background: #004137;
    border-radius: 2px 2px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-tabs a:hover, .news-tabs a:active, .news-tabs a:focus, .news-tabs .active a, .tablinks a.active {
    background: #42af7e;
    color: #222 !important;
}

.news-list .row:nth-child(odd) {
    background-color: #89c7b3;
}

.tabDesktop {
    color: #fff;
    background: #ef7747;
}

@media (min-width: 576px) {
    .tabDesktop {
        margin-right: 0;
        border-right: 1px solid #FFF;
    }

        .tabDesktop:last-child {
            border-right: 0;
        }
}

.tabHover, .tabActive {
    color: #FFFFFF;
    background: #004137;
}

iframe.DesktopOnlyiFrame {
    height: 680px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    iframe.DesktopOnlyiFrame.ShareCalculator,
    iframe.DesktopOnlyiFrame.ShareHistorical {
        height: 580px;
    }

    iframe.DesktopOnlyiFrame.ShareProfile {
        height: 780px;
    }

    iframe.DesktopOnlyiFrame.ShareRNS {
        height: 1040px;
    }

.collapsing {
    transition: none !important;
}

.update {
    padding-top: 3rem;
    color: #101010;
    border-bottom: 1px solid #222222;
    display: inline-block;
}

    .update p {
        margin: 0 !important;
        padding: 0 !important;
    }

.AIMRules {
    padding: 10px 0;
    background: #89c7b3;
    border: 1px solid #ced4da;
    margin: 0 0 5px 0;
}

    .AIMRules p {
        padding: 0px;
        margin: 0px
    }

:root:root:root:root:root .sfPageEditor .sf-backend-wrp .modal-dialog {
    width: 95% !important;
    max-width: 95% !important;
}

body:not(.sfPageEditor) .btn {
    padding: 10px 20px;
    border-radius: 0 10px 0 10px;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}


body:not(.sfPageEditor) .btn-primary {
    color: #fff;
    background-color: #004137;
    border-color: #004137;
}

    body:not(.sfPageEditor) .btn-primary:hover,
    body:not(.sfPageEditor) .btn-primary:active,
    body:not(.sfPageEditor) .btn-primary:focus {
        color: #222;
        background-color: #42af7e;
        border-color: #42af7e;
    }

body:not(.sfPageEditor) main ul:not(.list-unstyled) li:before {
    color: #101010;
    font-size: .8rem;
    content: "\f111";
    border: 0 !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.25rem;
    margin-right: 15px;
}

body:not(.sfPageEditor) main ul, main ul li {
    list-style: none;
}

body:not(.sfPageEditor) main .checkbox-list ul li:before {
    color: #3a3a3a;
    font-size: 1rem;
    content: "\f00c";
    border: 0 !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.5rem;
    margin-right: 15px;
}

.box-shadow-10 {
    box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
}

.box-shadow-25 {
    box-shadow: 0px 25px 25px rgba(0,0,0,0.2);
}


.bg-box-1 {
    background: linear-gradient(to bottom right,rgba(0,65,55,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #004137;
}

.bg-box-2 {
    background: linear-gradient(to bottom right,rgba(66,175,126,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #42af7e;
}

.bg-box-3 {
    background: linear-gradient(to bottom right,rgba(137,199,179,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #89c7b3;
}

.bg-box-4 {
    background: linear-gradient(to bottom right,rgba(224,217,213,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #e0d9d5;
}

.bg-box-5 {
    background: linear-gradient(to bottom right,rgba(239,119,71,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #ef7747;
}

.bg-box-6 {
    background: linear-gradient(to bottom right,rgba(127,160,155,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #7fa09b;
}

.bg-box-7 {
    background: linear-gradient(to bottom right,rgba(160,215,190,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #a0d7be;
}

.bg-box-8 {
    background: linear-gradient(to bottom right,rgba(196,227,217,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #c4e3d9;
}

.bg-box-9 {
    background: linear-gradient(to bottom right,rgba(239,236,234,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #efecea;
}

.bg-box-10 {
    background: linear-gradient(to bottom right,rgba(247,187,163,0.71),#000000);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
    background-color: #f7bba3;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-100 {
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-middle {
    background-position: 50%;
}

.bg-top-middle {
    background-position: top center;
}

.bg-top-left {
    background-position: top left;
}

.bg-top-right {
    background-position: top right;
}

.bg-bottom-middle {
    background-position: bottom center;
}

.bg-bottom-left {
    background-position: bottom left;
}

.bg-bottom-right {
    background-position: bottom right;
}

.bg-primary {
    background-color: #f4a48d !important;
}

.text-primary {
    color: #f4a48d !important;
}

.bg-secondary {
    background-color: #283850 !important;
}

.text-secondary {
    color: #283850 !important;
}

.bg-secondary-dark {
    background-color: #061f3e !important;
}

.text-secondary-dark {
    color: #061f3e !important;
}

.bg-tertiary {
    background-color: #f4a48d !important;
}

.text-tertiary {
    color: #f4a48d !important;
}

.bg-tertiary-dark {
    background-color: #061f3e !important;
}

.text-tertiary-dark {
    color: #061f3e !important;
}

.bg-green-dark {
    background-color: #1d7771 !important;
}

.text-green-dark {
    color: #1d7771 !important;
}

.bg-yellow {
    background-color: #edc15e !important;
}

.text-yellow {
    color: #edc15e !important;
}

.bg-grey {
    background-color: #6f7070 !important;
}

.text-grey {
    color: #6f7070 !important;
}

.bg-subtle-1 {
    background-color: #f3f3f3 !important;
}

.text-subtle-1 {
    color: #f3f3f3 !important;
}

.bg-subtle-1-d {
    background-color: #f4e7dc !important;
}

.text-subtle-1-d {
    color: #f4e7dc !important;
}

.bg-subtle-2 {
    background-color: #f0f2e0 !important;
}

.text-subtle-2 {
    color: #f0f2e0 !important;
}

.bg-subtle-3 {
    background-color: #fdf8eb !important;
}

.text-subtle-3 {
    color: #fdf8eb !important;
}

.bg-subtle-4 {
    background-color: #ddeee6 !important;
}

.text-subtle-4 {
    color: #ddeee6 !important;
}