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

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

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

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

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

@font-face {
    font-family: 'FuturaMedium';
    src: url('../fonts/futura/Futura-Medium.otf');
url('../fonts/futura/Futura-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaBold';
    src: url('../fonts/futura/Futura-Bold.otf');
url('../fonts/futura/Futura-Bold.otf') format('opentype');
}

html {
    height: 100%;
}

body {
    font-family: WorkSansRegular;
    color: #333333;
    background-color: white;
    font-size: 14px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

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

a {
    text-decoration: none
}

.noscroll {
    overflow: hidden;
}

/*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: FuturaMedium;
    color: #000000;
}

.sign-in a {
    color: #b35fe8;
    font-size: 14px;
    text-decoration: underline;
    font-family: FuturaMedium;
}

::-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: 11px;
    text-align: center;
    font-family: FuturaMedium;
    color: #000;
}

.terms a {
    color: #b35fe8;
}

@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: #030335;
    font-size
}

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

.terms-and-conditions a {
    color: #1f5e71;
}

.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: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;
}

.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;
}

@media (min-width: 768px) {
    .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;
    }
}

#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: #b35fe8;
    width: 112px;
    font-size: 13px;
    text-transform: none !important;
}

#receive-marketing-modal .modal-content {
    border: none;
    border-radius: 0;
    background-color: #b35fe8;
    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: #b35fe8;
    border: 5px #fff solid;
}

#receive-marketing-modal .onoffswitch-label:before {
    background: #b35fe8;
    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: #b35fe8 !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 */

.info-icon{
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    TOP NAV STYLE
----------------------------------------------------- */
/* navbar and sidebar start */

#navigation-header {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.navbar {
    background: #030335;
    padding: 10px 26px;
    height: 60px;
}

.navbar-toggler,
#dismiss {
    border: 0;
    padding: 0;
    cursor: pointer;
}

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

#sidebar .sidebar-header {
    height: 60px;
}

#sidebar .sidebar-header > div {
    height: 60px;
    display: flex;
    align-items: center;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    font-size: 40px;
    line-height: 0;
}

#dismiss:hover {
    color: #ffffff;
}

#sidebar .sidebar-header {
    padding: 10px 26px;
}

#sidebar ul li:first-child {
    padding-top: 20px;
}

#sidebar ul li a {
    color: #ffffff;
    padding: 10px 30px;
    font-size: 14px;
    display: block;
}

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

#web-sidebar {
    width: 37.66vw;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 999;
    background-color: #030335;
    color: #ffffff;
    transition: all 0.3s;
    font-family: FuturaMedium;
    font-size: calc((16/1152) * 100vw + 3.33px);
}

#web-sidebar .sidebar-header {
    height: calc((57/1152) * 100vw + 22px);
}

#web-sidebar .sidebar-header > div {
    display: flex;
    align-items: center;
}

#web-sidebar.active {
    right: 0;
}

#web-sidebar .dismiss {
    font-size: 3.707vw;
    line-height: 0;
    cursor: pointer;
}

#web-sidebar .dismiss:hover {
    color: #ffffff;
}

#web-sidebar .sidebar-header {
    padding: 1.9vh 2.52vw;
}

#web-sidebar ul li:first-child {
    margin-top: 6.72vw;
}

#web-sidebar ul li a {
    padding: 1.04vw 4.38vw;
    color: #ffffff;
    display: block;
}

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

.web-sidebar-toggler {
    cursor: pointer;
}

/* navbar and sidebar end */

#top-web-nav {
    display: none;
}

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

.modal-dialog button.close {
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-right: 8px;
    font-weight: 100;
    font-size: 40px;
}

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

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

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


.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;
}

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: #030335;;
    font-size: 14px;
    text-decoration: underline;
    font-family: WorkSans-Medium;
}

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

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

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

.portal-page-header {
    font-family: WorkSansBold;
    color: #030335;
    font-size: 18px;
}

.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;
}

/* rows */
div.dropdown-multicol {
    width: 80%;
    max-width: 1200px;
}

div.dropdown-row > a.dropdown-item {
    display: inline-block;
    width: 24%;
}

.dropdown-item p {
    display: inline-block;
}

.dropdown-item i {
    display: inline-flex;
    vertical-align: top;
}

.portal-dropdown .dropdown-menu {
    background-color: #b35fe8;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: FuturaBold;
    font-size: 11px;
}

.portal-dropdown .dropdown-menu > a {
    color: #fff;
}

.portal-dropdown .dropdown-menu > a:hover,
.portal-dropdown .dropdown-menu > a:focus {
    color: #000;
    background-color: #fff;
}

.portal-dropdown .portal-subscribe-btn:focus,
.portal-dropdown .portal-subscribe-btn:hover {
    box-shadow: none;
}

.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: #b35fe8;
}

.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;
}

.wink-emoji {
    width: 20px;
}

.dashboard-btn img{
    height: 26px;
    float: left;
    margin-left: 25px;
}

.dashboard-btn-text{
   margin-right: 29px;
}

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

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

@media (min-width: 768px) {
    .portal-dropdown > div > a {
        font-size: 18px;
    }

    .portal-page-header {
        font-size: 27px;
    }

    .dashboard-btn img{
        height: 40px;
        margin-left: 45px;
        margin-top: -5px;
    }

    .dashboard-btn-text{
        margin-right: 40px;
    }

    .web-sidebar-toggler img {
        width: calc((30/1152) * 100vw + 30px);
    }

    .info-icon{
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .terms {
        font-size: 12px;
        font-family: FuturaMedium;
    }

    .sign-in {
        font-size: 16px;
    }

    .sign-in a {
        font-size: 16px;
    }

    .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;
    }

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

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