a {
    text-decoration: none !important;
}

a.no-style:hover {
    background: transparent;
}

.portal-colour {
    color: #030335;
}

.portal-light-colour {
    color: #ec1768;
    font-family: WorkSansBold;
}

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

.portal-background-colour {
    background: #0b2438;
}

.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: #0b2438;
    font-size: 20px;
    display: block;
    font-family: WorkSansBold;
}

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

.portal-btn:disabled {
    background: #ec1768;
}

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

.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: 12px;
    color: #0b2438;
    font-family: MTNBrighterSans-Regular;
}

.portal-landing-pricing-text {
    font-family: MTNBrighterSans-Regular;
    color: #fff;
}

.portal-btn {
    border-radius: 30px;
    outline: 0;
    font-family: WorkSansRegular;
    display: block;
    width: 200px;
    padding: 10px;
    color: #fff;
    background: #ec1768;
    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: #ec1768;
    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: MTNBrighterSans-Regular;
    font-size: 12px;
    color: white;
    background-color: #ec1768;
    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;
}

.service-box {
    font-size: 12px;
}

.service-name {
    color: #ec1768;
    font-family: MTNBrighterSans-Bold;
}

.service-description {
    color: #fff;
    font-family: MTNBrighterSans-Regular;
}

.service-btn > img {
    width: 59px;
    height: 59px;
}

.themed-page-header {
    font-family: WorkSansBold;
    color: #0b2438;
    font-size: 18px;
}

/*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);
    }

    .service-box {
        font-size: 18px;
        width: 60%;
        margin: 0 auto;
    }
}
