@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/Work_Sans/static/WorkSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansLight';
    src: url('../fonts/Work_Sans/static/WorkSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansBold';
    src: url('/resources/fonts/Work_Sans/static/WorkSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansRegular';
    src: url('/resources/fonts/Work_Sans/static/WorkSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansSemiBold';
    src: url('/resources/fonts/Work_Sans/static/WorkSans-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirHeavy';
    src: url('/resources/fonts/avenir/AvenirLTStd-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirBook';
    src: url('/resources/fonts/avenir/AvenirLTStd-Book.otf') format('opentype');
}

body {
    font-family: WorkSansRegular;
    color: #333333;
    background-color: white;
    font-size: 14px;
}

nav {
    display: flex;
}

main {
    margin-bottom: 60px;
    color: #fff;
}

a {
    text-decoration: none
}

.menu-icon {
    width: 20px;
}

/*Bootstrap over riding*/
.btn-margin-bottom {
    margin-bottom: 25px;
}
/*End Bootstrap over riding*/

#statusFeedback {
    margin-top: 15px;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=password] {
    background: #fdfdfd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #e1e1e1;
}

.sign-in {
    font-size: 14px;
    text-align: center;
    font-family: WorkSansRegular;
}

.sign-in a {
    color: #006e52;;
    font-size: 14px;
    text-decoration: underline;
    font-family: WorkSans-Medium;
}

::-webkit-input-placeholder { /* Edge */
    color: #000 !important;
    font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
    font-weight: bold;
}

::placeholder {
    color: #000 !important;
    font-weight: bold;
}

@media (min-width: 780px) {
    main {
        margin-top: 5%;
    }

    h2 {
        font-size: 18px;
        font-weight: bold;
    }
}

/*------------------Checkbox------------*/
.round {
    position: relative;
    margin-top: 30px;
}

.round i {
    background-color: #f7f5f5;
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 30px;
    color: #99aab5;
}

.round i:after {
    border: 1px solid #000;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + i {
    background-color: #f7f5f5;
    border-color: #000;
}

.round input[type="checkbox"]:checked + i:after {
    opacity: 1;
}


.terms {
    font-size: 10px;
    text-align: center;
    font-family: WorkSansRegular;
    color: #8b8686;
}

.terms a {
    font-size: 10px;
    text-decoration: underline;
    font-family: WorkSans-Medium;
    color: #8b8686;
}
@media (min-width: 992px) {
    .terms {
        font-size: 12px;
        text-align: center;
        font-family: WorkSansRegular;
    }

    .terms a {
        font-size: 12px;
    }
}

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

#cookie-consent-modal {
    background-color: rgba(0, 0, 0, 0.69);
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

#cookie-consent-modal .portal-subscribe-btn {
    background-color: #fff;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie-consent-modal .close-btn {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 25px;
    padding: 0;
    width: 100%;
}

#receive-marketing-modal .modal-dialog {
    top: 30%;
}

#receive-marketing-modal .close {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.22px;
    font-family: WorkSans-Medium;
    font-weight: 100;
    text-shadow: none;
    float: none;
    opacity: 1;
    text-decoration: underline;
}

#receive-marketing-modal .portal-subscribe-btn {
    background-color: #fff;
    color: #1FDF6C;
    width: 112px;
    font-size: 13px;
    text-transform: none !important;
}

#receive-marketing-modal .modal-content {
    border: none;
    border-radius: 0;
    background-color: #1FDF6C;
    color: #fff;
    font-size: 16px;
    font-family: WorkSansSemiBold;
}

#receive-marketing-modal .modal-header {
    border: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

#receive-marketing-modal .modal-body {
    border: none;
    padding: 0;
}

#receive-marketing-modal .modal-body button.portal-btn {
    background-color: black;
}

#receive-marketing-modal .onoffswitch-label {
    background-color: #1FDF6C;
    border: 5px #fff solid;
}

#receive-marketing-modal .onoffswitch-label:before {
    background: #1FDF6C;
    border-color: #fff;
}

#receive-marketing-modal .onoffswitch-checkbox:checked + .onoffswitch-label {
    background: #fff;
}

#receive-marketing-modal .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #fff;
}

@media (min-width: 768px) {
    #receive-marketing-modal .portal-subscribe-btn {
        width: 150px;
        font-size: 18px;
    }

    #receive-marketing-modal .close {
        font-size: 13px;
    }
}


.comms-prefs {
    font-size: 16px
}

.content-footer-link:hover, .content-footer-link:visited, .content-footer-link:link, .content-footer-link:active {
    text-decoration: none;
    color: #000000;
}

.content-footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.08;
    letter-spacing: 0.48px;
    display: block;
    font-family: WorkSans-Medium;
    text-decoration: none;
}

.content-owl-navigation {
    display: inline-block;
    cursor: pointer;
}

.content-carousel-height {
    min-height: 300px;
}

.content-card-styling {
    max-width: 160px;
    box-sizing: border-box;
    box-shadow: rgba(27, 27, 27, 0.06) 0px 2px 4px,
    rgba(27, 27, 27, 0.12) 0px 2px 4px,
    rgba(27, 27, 27, 0.08) 0px 0px 4px;
    border-radius: 0px 0px 2px 2px;
    border: 0px;
}

.content-card-image {
    height: 200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.content-issue-title {
    color: #1fdf6c !important;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 30px;
    font-family: WorkSansSemiBold;
}

.content-issue-published-date {
    font-size: 13px;
    font-weight: 500;
    color: black;
    font-family: WorkSans-Medium;
}

.content-category-heading {
    font-size: 20px;
    font-family: 'WorkSansSemiBold';
}

.content-full-article-image img {
    width: 100%;
}

.content-link a {
    color: black;
    text-decoration: none;
}

.content-text-over-image a {
    position: relative;
    text-align: center;
    font-family: WorkSansSemiBold;
    text-decoration: none;
    color: #000;
}

.content-text-over-image a > img {
    max-width: 100%;
    border-radius: 5px;
}


.content-link:hover, .content-link:visited, .content-link:link, .content-link:active {
    text-decoration: none;
}









.content-text-black {
    color: black !important;
}

.content-dropdown-remove-bootstrap:hover,
.content-dropdown-remove-bootstrap:visited,
.content-dropdown-remove-bootstrap:link,
.content-dropdown-remove-bootstrap:active {
    text-decoration: none;
    background-color: transparent;
    color: black;
}

.content-publication-title {
    /*width: 320px;*/
    /*height: 33px;*/
    font-family: WorkSansLight;
    font-size: 30px;
    font-weight: 300;
        font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    margin: 10px auto;
}

.content-publication-date {
    /*width: 320px;*/
    /*height: 30px;*/
    font-family: WorkSans-Medium;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 10px auto;
}

@media (min-width: 768px) {
    .comms-prefs {
        font-size: 20px;
    }
}

/* Toggle switch styling */
.onoffswitch {
    display: inline-block;
    position: relative; width: 56px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    font-size: 0.7rem;
    font-weight: bold;
    display: block; overflow: hidden; cursor: pointer;
    height: 32px; padding: 0;
    line-height: 32px;
    border-radius: 32px;
    background-color: #CCC;
    transition: background-color 0.3s ease-in;
    text-align: center;
}

.onoffswitch-label:before {
    content: "";
    display: block; width: 32px; margin: 0px;
    background: #FFF;
    position: absolute; top: 0; bottom: 0;
    right: 24px;
    border: 5px solid #CCC;
    border-radius: 32px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #000;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #000;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}
/* End Toggle switch styling */

/* ---------------------------------------------------
    TOP NAV STYLE
----------------------------------------------------- */
#top-web-nav {
    display: none;
}

.navbar-brand {
    padding: 4px 0px;
    width: 113px;
    margin: auto;
}

.navbar-brand img {
    width: 150px;
}

.navbar-center {
    margin: 0 auto;
}

.navbar-toggler {
    color: #1FDF6C !important;
    border: 0;
}

.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.modal-dialog button.close {
    font-size: 40px;
}

#reactivate-subscription-modal .modal-dialog {
    top: 30%;
}

#reactivate-subscription-modal .modal-header,
#campaign-info-modal .modal-header {
    border: none;
    padding: 0;
}

#reactivate-subscription-modal .modal-body,
#campaign-info-modal .modal-body {
    border: none;
    padding-top: 0;
}

#campaign-info-modal .uld-campaign-savings-text {
    font-size: 21px;
    font-weight: bold;
}

#campaign-info-modal .campaign-name {
    font-size: 22px;
    font-weight: bold;
}

#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active {
    left: 0;
}

#dismiss:hover {
    color: #1FDF6C;
}

.sidebar-header img {
    width: 150px;
}

#sidebar ul li.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px 0px 0px 40px;
    color: black;
    font-size: 14px;
    display: block;
    font-family: WorkSans-Medium;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: 'keyboard_arrow_down';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Material Icons';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

/* ---------------------------------------------------
    END SIDEBAR STYLE
----------------------------------------------------- */
.my-account-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.terms-link {
    padding-top: 10px;
    font-size: 12px;
}

.dont-have-account {
    font-size: 14px;
    padding-top: 30px;
}

.uld-campaign-savings-text {
    font-weight: bold;
    font-size: 25px;
    word-spacing: -5px;
}

.campaign-desc .uld-campaign-savings-text {
    padding-left: 1rem;
}

.uld-campaign-savings-text sub, sup {
    vertical-align: super !important;
    font-size: small !important;
    font-weight: bold !important;
}

.bold-text {
    font-weight: bold !important;
}

.save-text {
    font-weight: bold;
    font-size: 20px;
}

.link-padding {
    padding-top: 10px;
}

.link-style {
    color: #006e52;;
    font-size: 14px;
    text-decoration: underline;
    font-family: WorkSans-Medium;
}

.campaign-info {
    display: flex;
    flex-direction: column;
}

.campaign-desc {
    display: flex;
    margin-top: auto;
}

.campaign-item {
    height: 100%;
    padding: 15px 5px;
    margin: 0 0.5rem 0;
    border-bottom: 1px solid #b2b2b27d;
    min-height: 180px;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.campaign-item .campaign-image {
    text-align: center;
}

.campaign-image img {
    width: inherit;
    max-width: 142px;
}

.content-row > div {
    margin-bottom: 24px;
}

.link-overflow-break {
    overflow-wrap: break-word;
}

.sup-top {
    top: 0px;
}

.portal-banner {
    text-align: center;
    background-color: white;
}

.portal-page-header {
    font-family: WorkSansBold;
    color: #006e52;
    font-size: 16px;
}

.visible-mobile {
    display: none !important;
}

#dropdown-user-menu.remove-dropdown-toggle-icon::before,
#dropdown-user-menu.remove-dropdown-toggle-icon::after {
    content: none;
}

#dropdown-user-menu:hover {
    cursor: pointer;
}

/* dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -140%;
}

.dropdown-menu .dropdown-row .dropdown-item:hover {
    color: #006e52;
}

#main-nav .dropdown-menu {
    left: -70px;
}

.user-dropdown-menu-heading {
    position: relative;
}

.user-profile-dropdown {
    font-size: 24px;
}

.content-dropdown-remove-bootstrap:hover,
.content-dropdown-remove-bootstrap:visited,
.content-dropdown-remove-bootstrap:link,
.content-dropdown-remove-bootstrap:active {
    text-decoration: none;
    background-color: transparent;
}

.btn-resend-otp {
	background: none;
	border: none;
	text-decoration: underline;
	color: #1fdf6c;
}

.btn-resend-otp:disabled {
	color: #D3D3D3;
}

.otp-digit {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #707070;
    font-size: 30px;
    padding: 0;
}

button.btn-disabled {
    background-color: #f0f0f0;
    color: #ccc;
    pointer-events: none;
}

/* Remove number spinners */
input[type="number"].otp-digit::-webkit-outer-spin-button,
input[type="number"].otp-digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].otp-digit {
    -moz-appearance: textfield;
}

div.row.sticky-top {
    z-index: 990;
}

button.btn.add-to-home-screen-install {
    display: none;
}

.terms-sub-header{
    font-size: larger;
    font-weight: bold;
    color: #333333;
}

.terms-and-conditions {
    font-size: 12px;
}

.terms-and-conditions ol {
    counter-reset: clause;
    list-style-type: none;
    padding-left: 20px;
}

.terms-and-conditions > ol {
    padding: 0;
}

.terms-and-conditions > ol > li {
    font-weight: bold;
    margin-bottom: 16px;
}

.terms-and-conditions > ol > li ol li {
    font-weight: normal;
    margin-bottom: 5px;
}

.terms-and-conditions ol > li {
    counter-increment: clause;
}

.terms-and-conditions ol > li::before {
    content: counters(clause, '.') '. '
}

.terms-and-conditions ol > li.no-counter {
    counter-increment: clause 0;
    font-weight: normal;
}

.terms-and-conditions ol > li.no-counter.list-upper-alpha {
    list-style-type: upper-alpha;
}

.terms-and-conditions ol > li.no-counter:before {
    content: '';
}

.terms-and-conditions.privacy-policy ol > li.no-counter {
    counter-increment: clause 0;
    font-weight: bold;
}

.terms-and-conditions.privacy-policy ol > li.no-counter:before {
    content: '';
}

.terms-and-conditions.privacy-policy ol > li {
    font-weight: normal;
}

.wink-emoji {
    width: 20px;
}

.campaign-description-modal-preserve-newline {
    white-space: pre-line;
}

.terms-and-conditions, .terms-and-conditions-note {
    font-size: 12px;
}

.terms-and-conditions-note {
    border: 1px solid black;
}

.terms-and-conditions-note > ol {
    list-style-type: upper-alpha;
}

.landing-page-description {
    font-family: WorkSansBold;
    background-color: #acf523;
    margin: 0px 0 45px;
    padding: 14px 30px 13px;
    line-height: 1.43;
    letter-spacing: 0.28px;
    color: #00644c;
}

.opera-minipay-unlock-button-container {
    margin: 45px 65.2px 25px 66px;
}

.opera-minipay-unlock-button {
    max-width: 235px;
    min-height: 49px;
    padding: 5px 5.8px 5px 21px;
    border-radius: 25px;
    background-color: #00644c;
}

.unlock-button-text {
    min-height: 29px;
    margin: 5px 20px 5px 0;
    font-family: AvenirHeavy;
    font-size: 21px;
    line-height: 1.38;
    color: #fff;
}

.unlock-arrow-container {
    min-width: 39px;
    min-height: 39px;
    background-color: #fff;
    border-radius: 100%;
}

.unlock-arrow-container img {
    width: 80%;
}

.deals-container .deal-link {
    display: inline-block;
    width: 100%;
    min-height: 236px;
    color: #333333;
    padding: 0 9px;
}

.deals-container .deal-body {
    margin: 0 15px 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.deals-container .deal-image {
    max-width: 100%;
    max-height: 143px;
}

.deals-container .deal-saving-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    width: 47px;
    height: 47px;
    margin-right: 5px;
    background-color: #1fe06d;
    border-radius: 100%;
    position: absolute;
    right: 0;
}

.deals-container .deal-saving-container .deal-saving-text,
.deals-container .deal-saving-container .deal-saving-amount {
    width: 37px;
    height: 17px;
    font-family: WorkSansBold;
    line-height: 1.71;
    letter-spacing: 0.27px;
    color: #00644c;
    position: relative;
    top: -2px;
}

.deals-container .deal-saving-container .deal-saving-amount {
    color: #fff;
}

.deals-container .deal-discount-text {
    font-family: WorkSans-Medium;
    line-height: 1.29;
    color: #1fe06d;
}

#opera-mini-pay-landing .information-block {
    margin: 39px 27px 22px;
    font-family: AvenirBook;
    font-size: 12px;
    line-height: 1.83;
    color: #000;
}

#opera-mini-pay-landing .information-block a {
    color: #000;
}

@media (min-width: 320px) {
    .portal-page-header {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .visible-mobile {
        display: inline !important;
    }

    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .content-row > div {
        margin-bottom: 0;
    }

    .campaign-image img {
        width: unset;
        max-width: 180px;
    }

    .campaign-item {
        box-shadow: none;
    }

    .campaign-desc {
        flex-direction: column;
    }

    .campaign-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 10px;
        padding-top: 10px;
        font-weight: bold;
    }

    .campaign-desc .uld-campaign-savings-text {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .portal-page-header {
        font-size: 27px;
    }

    .terms-and-conditions {
        font-size: 16px;
    }

    .terms-and-conditions > ol > li ol {
        padding-left: 40px;
        font-size: 16px;
    }

    .terms-and-conditions > ol > li {
        font-size: 18px;
    }

    .terms-and-conditions > ol > li ol li {
        font-size: 16px;
    }

    .terms-and-conditions-note-title {
        font-size: 20px;
    }

    .terms-and-conditions-note > ol > li ol {
        padding-left: 40px;
        font-size: 16px;
    }

    .terms-and-conditions-note,
    .terms-and-conditions-note > ol > li {
        font-size: 18px;
    }

    .terms-and-conditions-note > ol > li ol li {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .terms {
        font-size: 12px;
        text-align: center;
        font-family: WorkSansRegular;
    }

    .sign-in {
        font-size: 16px;
        text-align: center;
        font-family: WorkSansRegular;
    }

    .sign-in a {
        color: #006e52;
        font-size: 16px;
        text-decoration: underline;
        font-family: WorkSans-Medium;
    }

    .sign-in a:hover {
        color: #006e52;
    }

    #campaign-info-modal .modal-dialog {
        top: 10%;
        max-width: 900px;
    }



    .content-publication-title {
        font-size: 30px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: 0.6px;
        text-align: left;
        color: #000000;
        margin: 0px 0px 10px 0px !important;
    }

    .content-publication-date {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0px 0px 10px 0px !important;
    }

    .content-publication-read-button {
        margin: 0px 0px 10px 0px !important;
    }

    .content-category-heading {
        font-size: 30px;
    }


}

@media (min-width: 1000px) {
    .nav-link {
        padding: 15px;
        font-size: 15px;
    }

    .navbar-padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: .5rem;
    }

    .nav-link .upper {
        padding-right: 6px;
        padding-left: .5rem;
    }

    .active .nav-link, .nav-link:hover {
        color: #1FDF6C;
    }

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

    .w-lg-75 {
        width: 75%;
        margin: 0 auto;
    }

    #opera-mini-pay-landing .information-block {
        margin-left: auto;
        margin-right: auto;
    }
}
