a {
    text-decoration: none !important;
}

.portal-colour {
    color: #030335;
}

.portal-light-colour {
    color: #b35fe8;
}

.portal-colour a {
    color: #b35fe8;
}

.portal-background-colour {
    background: #030335;
}

.portal-button-background-colour{
    background: #030335;
}

.portal-light-background-colour {
    background: #b35fe8;
}

.portal-text-darker {
    color: #030335;
}

.portal-text-colour {
    color: #333333;
}

.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 .fade-out-background {
    background: white;
    padding: 0px;
}

.portal-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    color: black;
    font-size: 31px;
    display: block;
    font-family: WorkSansRegular;
}

.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: #b35fe8;
    color: #030335;
    box-shadow: none;
    outline: 0;
    text-decoration: none !important;
}

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

.add-to-home-screen-install {
    color: white;
}

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

.my-account-subscription-status-text{
    font-family: WorkSansRegular;
    font-size: 14px;
}

.how-it-works-text {
    font-family: WorkSansRegular;
    font-size: 14px;
}

.how-it-works-text a{
   color: #1f5e71 !important;
}

.dashboard-btn {
    text-transform: none !important;
}


.dashboard-text {
    font-size: 14px;
    color: #1f5e71;
    font-family: WorkSansRegular;
    letter-spacing: 0.28px;
}

.portal-landing-pricing-text {
    letter-spacing: 0.28px;
    color: #030335;
}

.portal-btn {
    border-radius: 30px;
    outline: 0;
    font-family: WorkSansRegular;
    display: block;
    width: 200px;
    padding: 10px;
    color: white;
    background: #030335;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px auto;
    font-size: 12px;
}

.portal-subscribe-btn {
    border-radius: 50px;
    outline: 0;
    font-family: FuturaBold;
    display: block;
    width: 200px;
    padding: 10px;
    color: white;
    background: #b35fe8;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    margin: 15px auto;
    font-size: 11px;
}

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

.flex-wrapper {
  display: flex;
  min-height: calc(100vh - 186px);
  flex-direction: column;
  justify-content: flex-start;
}

footer {
    font-family: FuturaMedium;
    font-size: 12px;
    color: white;
    background-color: #030335;
    height: 37px;
    width: 100%;
}

footer .footer-content {
    color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
}

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

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

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

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

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

    .my-account-subscription-status-text{
         font-size: 18px;
    }

    .how-it-works-text {
         font-size: 18px;
    }

    .dashboard-text {
         font-size: 18px;
    }

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

    footer {
        height: calc((21/1152) * 100vw + 23px);
    }
}
