.portal-colour {
    color: #006e52;
}

.portal-light-colour {
    color: #1fdf6c;
}

.portal-colour a {
    color: #1FDF6C;
}

.portal-colour-dark {
    color: #6b6b6b;
}

.portal-background-colour {
    background: #006e52;
}

.portal-button-background-colour{
    background: #006e52;
}

.portal-light-background-colour {
    background: #1fdf6c;
}

.portal-text-darker {
    color: #006e52;
}

.portal-text-colour {
    color: black;
}

.portal-text-colour a {
    color: #333333;
    text-decoration: underline;
    font-size: 1rem;
}

.portal-terms-and-conditions {
    color: #cccccc;
    text-transform: uppercase;
    text-align: center;
    font-family: WorkSansRegular;
    font-size: 11px;
}

.portal-terms-and-conditions:hover {
    color: #cccccc;
    text-transform: uppercase;
    text-align: center;
    font-family: WorkSansRegular;
    font-size: 11px;
}

.portal-body .navbar .navbar-nav .nav-link {
    color: #006e52;
}

.portal-body .fade-out-background {
    background: white;
    padding: 0px;
}

.portal-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    font-family: WorkSansSemiBold;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #000;
}

.portal-btn:hover, portal-btn:active, portal-btn:target,
.portal-btn:not(:disabled):not(.disabled).active:focus, .portal-btn:not(:disabled):not(.disabled):active:focus, .no-style:hover, .no-style:visited, .no-style:active {
    background: #1FDF6C;
    color: #006e52;
    box-shadow: none;
    outline: 0;
    text-decoration: none !important;
}

.redeem-button-container .portal-btn {
    width: 100%;
}

.navbar {
    background: #006e52;
    padding: 10px;
}

.active .nav-link, .nav-link:hover {
    color: #006e52;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #1FDF6C;
    background-color: transparent;
}

.navbar .navbar-nav .nav-link:first-child {
    padding-left: 0;
    color: black;
}

#sidebar ul li a:hover {
    color: #1FDF6C;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #1FDF6C;
    text-decoration: none;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #1FDF6C;
    position: absolute;
    top: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 15px;
    font-size: 26px;
}

#sidebar .sidebar-header {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

.portal-background-nav-colour {
    color: #006e52;
}

.terms-link a,
.terms-link a:hover,
.terms-link a:focus {
    color: #006e52;
}

.portal-btn {
    border-radius: 30px;
    outline: 0;
    font-family: WorkSansRegular;
    display: block;
    width: 200px;
    padding: 10px;
    color: #006e52;
    background: #1fdf6c;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px auto;
    font-size: 12px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.redeem-button-container-modal .portal-btn, .redeem-button-container .portal-btn {
    height: 55px;
}

.portal-subscribe-btn {
    border-radius: 50px;
    outline: 0;
    font-family: WorkSansSemiBold;
    display: block;
    padding: 10px;
    color: #ACF522;
    background: #006e52;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    margin: 15px auto;
    font-size: 22px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.portal-subscribe-btn:hover {
    color: white;
}

.portal-subscribe-btn:disabled {
    color: #fff;
    background-color: #ccc;
}


.portal-landing-font-size ol {
    font-size: 14px;
}

.my-account-unsubscribed-div {
    background-color: #006e52;
    color: white;
}

.busy-icon {
    height: 100%;
}

/*Desktop*/
@media (min-width: 768px) {
    .mobile-black-text span {
        color: black;
    }

    .desktop-white-text span {
        color: white;
    }

    .navbar .navbar-nav .nav-link:first-child {
        padding-left: 0;
        color: #1fdf6c;
        font-family: WorkSansSemiBold;
    }

    .portal-subscribe-btn {
        height: 50px;
        width: 300px;
        font-size: 18px;
    }

    .portal-landing-font-size ol {
        font-size: 18px;
    }

    .portal-btn {
        font-size: 18px;
        height: 50px;
        width: 300px;
    }

    .redeem-button-container .portal-btn {
        width: 75%;
        max-width: 300px;
    }
}
