html {
    height: 100%;
}

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

input[name="categories"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  accent-color: #ffa521;;
}

.user-my-profile-text {
    font-family: WorkSansMedium;
    font-size: 16px;
}


.user-my-profile-skip-link {
    outline: 0;
    text-decoration: underline;
}

#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: #0e2637;
    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%;
}

.container-fluid.article {
   position: relative;
   z-index: 2;
}

footer {
    font-family: ArialNarrowBold;
    font-size: 12px;
    color: #fff;
    background-color: #0e2637;
    height: 37px;
}

footer.mobile-footer a {
    color: inherit;
    height: 100%;
}

footer.desktop-footer {
    display: none;
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    font-size: 16px;
}

footer .section-link {
    text-decoration: none;
    color: #8d8b8b;
}

footer .section-link:hover {
    color: #0e2637;
}

footer .section-link .footer-icon svg {
    height: 70%;
    width: 100%;
}

footer .section-link .footer-icon.fill-icon svg {
    fill: #8d8b8b;
}

footer .section-link .footer-icon.stroke-icon svg {
    stroke: #8d8b8b;
}

footer .section-link.active-section {
    color: #352c87;
}

footer .section-link.active-section .footer-icon.fill-icon svg {
    fill: #352c87;
}

footer .section-link.active-section .footer-icon.stroke-icon svg {
    stroke: #352c87;
}

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

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

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

.ordered-list-lower-roman {
    list-style-type: lower-roman;
}

.noscroll {
    overflow: hidden;
}

a {
    text-decoration: none
}

#main-nav .nav-item {
    cursor: pointer;
}

.btn-margin-bottom {
    margin-bottom: 25px;
}

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

.terms {
    font-size: 10px;
    text-align: center;
    font-family: WorkSansMedium;
    letter-spacing: 0.2px;
}

.introduction-statement{
    font-weight: initial;
}

.terms a {
    text-decoration: underline;
}

.sign-in {
    font-size: 12px;
    text-align: center;
    font-family: WorkSansMedium;
}

.icon-block-text {
    font-size: 12px;
}

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

.description-block {
    background-color: #810e0b;
}

.description-block .description, .description-block .description-end {
    font-size: 12px;
    width: 100%;
}

.description-block .heading {
    font-size: 15px;
    font-family: WorkSansBold;
}

.benefits-block {
    background-color: #333039;
}

.benefits-block .heading {
    font-size: 15px;
}

.landing-footer {
    height: 52px;
}

.landing-footer,
.landing-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-detail {
    object-fit: none;
}

.landing-detail:nth-child(1) {
    padding-right: 40px;
}

.landing-detail:nth-child(3) {
    padding-left: 40px;
}

.landing-footer a {
    font-size: 12px;
    height: 52px;
}

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

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

.content-publication-read-button:focus {
    color: #fff;
}

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

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

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

.navbar-center {
    margin: 0 auto;
}

.navbar-toggler {
    color: #0e2637;
    border: 0;
}

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

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

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

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.mCustomScrollBox {
    width: 100%;
}

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

#sidebar.active {
    left: 0;
}

#dismiss:hover {
    color: #0e2637;
}

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

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

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

#sidebar ul li a {
    padding: 10px 10px 10px 40px;
    color: #0e2637;
    font-size: 14px;
    display: block;
    font-family: WorkSansMedium;
}

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

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

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}
/* ---------------------------------------------------
    END SIDEBAR STYLE
----------------------------------------------------- */
.user-profile-dropdown {
    font-size: 24px;
}

.user-profile-toggle {
    padding: 0px 24px 0px 0px !important;
    display: flex;
    align-items: center;
}

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

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

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

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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;
    min-height: 285px;
}

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

.content-issue-title {
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 15px;
    font-family: WorkSansSemiBold;
}

.content-issue-published-date {
    font-size: 13px;
    font-weight: 500;
    color: #0e2637;
    font-family: WorkSansMedium;
}

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

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

.content-link a {
    color: #0e2637;
    text-decoration: none;
}

.content-text-over-image a {
    position: relative;
    text-align: center;
    font-family: WorkSansMedium;
    text-decoration: none;
}

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

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

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

/* dropdown */
.content-category-menu-heading {
    position: relative;
}

.content-category-menu-dropdown {
    position: relative;
    left: 32%;
    margin-left: -220px;
}

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

/* Columns */
div.dropdown-multicol4 {
    width: 50em;
}

div.dropdown-multicol4 > div.dropdown-col {
    display: inline-block;
    width: 24%;
}

.content-category-in-dropdown-heading {
    font-size: 20px;
    font-weight: 600;
    padding-left: 24px;
    text-transform: uppercase;
}

.content-category-in-dropdown-heading-line {
    width: 96%;
    left: 2%;
    background-color: #d5d5d5;
    height: 2px;
    color: #d5d5d5;
    position: relative;
}

.dropdown-menu {
    top: 35px;
}

.category-dropdown.dropdown-menu {
    left: -130px;
}

.account-dropdown.dropdown-menu {
    left: -110px;
}

.content-dropdown-menu {
    background-color: #000;
    font-family: WorkSansRegular;
    font-size: 25px;
    border: none;
    border-radius: 0;
    padding: 20px 0px 20px 0px;
    min-width: 15rem;
}

.content-dropdown-menu > a.dropdown-item {
    color: #fff;
    padding: 10px 40px;
}

.content-dropdown-menu > a.dropdown-item:hover,
.content-dropdown-menu > a.dropdown-item:focus {
    color: #000;
    text-decoration: none;
}

.content-dropdown-menu > a.dropdown-item:active {
    background-color: #fdbc0b;
}

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

.content-publication-title {
    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: #0e2637;
    margin: 10px auto;
}

.content-publication-date {
    font-family: WorkSansMedium;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #0e2637;
    margin: 10px auto;
}

.content-navbar-shadow {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.limited-time-offer-image {
    max-height: 150px;
}

.limited-time-offer-heading {
    font-size: 18px;
    font-weight: 900;
}

.limited-time-offer-description {
    font-size: 14px;
}

.limited-time-offer-expiry-date {
    font-size: 12px;
}

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

.limited-time-offer-button {
    background-color: #ed1961 !important;;
    color: #fff;
    height: 22px;
    width: 152.9px !important;
    font-size: 12px !important;
    font-family: WorkSansSemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.32px;
}

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

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

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

#reactivate-subscription-modal .modal-body button.portal-btn {
    background-color: #0e2637;
}

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

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

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

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

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

#receive-marketing-modal .onoffswitch-label:before {
    background: #352c87;
    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;
}

/* OTP input styling */
.btn-resend-otp {
	background: none;
	border: none;
	text-decoration: underline;
	color: #ffca08;
}

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

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

button.btn-disabled {
    background-color: #f0f0f0;
    color: #ccc;
    pointer-events: none;
}
/* End OTP input styling */

/* Switch Toggle Custom styling */
.toggle.default-toggle, .toggle-on.default-toggle, .toggle-off.default-toggle {
    border-radius: 20rem;
}

.toggle.default-toggle .toggle-handle {
    border-radius: 20rem;
}
/* End Bootstrap4 Toggle Custom styling */

/* 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: #0e2637;
}

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

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

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

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

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

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

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

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

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

#opt-out-checkbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

.opt-out-checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    font-size: 10px;
    margin: 10px 0;
}

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

.portal-carousel {
    color: #fff;
    background-color: #0e2637;
}

.portal-carousel .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.portal-carousel .owl-dot span {
    background: #fff !important;
    border: solid 1px #707070;
    opacity: 0.45;
}

.portal-carousel .owl-dot.active span {
    opacity: 1;
}

.portal-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: inherit;
    text-decoration: none;
    height: 200px;
    width: 100%;
    line-height: 21px;
}

.portal-carousel .item img {
    height: 100%;
    object-fit: cover;
}

.portal-carousel .description {
    font-size: 20px;
    font-family: WorkSansSemiBold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 5%;
    bottom: 15%;
    width: 90%;
}

.portal-carousel .source {
    font-family: WorkSansMedium;
    font-size: 9px;
    position: absolute;
    left: 5%;
    bottom: 7%;
    width: 90%;
}

.main-category-heading {
    font-family: TypoRoundBoldDemo;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0e2637;
    height: 33px;
}

#marketing-submit-btn {
    transition: all 0.3s ease-in 0s;
}

.landing-page-header {
    font-family: WorkSansSemiBold;
    font-size: 18px;
}

.pricing-text {
    font-size: 10px;
}

.menu-icon, .user-icon {
    width: 20px;
}

@media (min-width: 280px) {
    .portal-carousel .item {
        height: 175px;
    }
}

@media (min-width: 360px) {
    .portal-carousel .item {
        height: 225px;
    }
}

@media (min-width: 375px) {
    .portal-carousel .item {
        height: 234px;
    }
}

@media (min-width: 389px) {
    .landing-page-header {
        font-size: 20px;
    }

    .pricing-text, .terms {
        font-size: 12px;
    }
}

@media (min-width: 414px) {
    .portal-carousel .item {
        height: 259px;
    }
}

@media (min-width: 425px) {
    .portal-carousel .item {
        height: 266px;
    }
}

@media (min-width: 540px) {
    .portal-carousel .item {
        height: 338px;
    }
}

@media (min-width: 596px) {
    .portal-carousel .item {
        height: 373px;
    }
}

@media (min-width: 667px) {
    .portal-carousel .item {
        height: 417px;
    }
}

@media (min-width: 736px) {
    .portal-carousel .item {
        height: 460px;
    }
}

@media (min-width: 768px) {
    .user-my-profile-text {
        font-size: 18px;
    }

    .landing-page-header, .description-block .heading,
    .benefits-block .heading {
        font-size: 1.823vw;
    }

    .terms {
        font-size: 14px;
    }

    .pricing-text {
        font-size: 1.042vw;
    }

    .description-block .description, .description-block .description-end {
        font-size: 1.25vw;
        width: 90%;
    }

    .landing-footer {
        height: 4.167vw;
    }

    .icon-block-text, .landing-footer a {
        font-size: 1.146vw;
    }

    .portal-dropdown > div > a {
        font-size: 18px;
    }

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

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

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

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

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

    .comms-prefs {
        font-size: 20px;
    }

    #receive-marketing-modal .portal-subscribe-btn {
        width: 150px;
        font-size: 18px;
    }

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

    .portal-carousel {
        position: absolute;
        left: 3%;
        top: 4%;
        width: 640px;
    }

    .portal-carousel .item {
        height: 400px;
    }

    .terms {
        font-size: 0.938vw;
    }

    .sign-in {
        font-size: 1.146vw;
    }
}

@media (min-width: 992px) {
    footer.desktop-footer {
        display: block;
    }

    .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: #0e2637;
        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: #0e2637;
        margin: 0px 0px 10px 0px !important;
    }

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

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

    .main-category-heading {
        font-size: 28px;
        height: 64px;
    }

    .limited-time-offer-image {
        max-height: 300px;
    }

    .limited-time-offer-heading {
        font-size: 26px;
    }

    .limited-time-offer-description {
        font-size: 20px;
    }

    .limited-time-offer-expiry-date {
        font-size: 16px;
    }

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

    .limited-time-offer-button {
        font-size: 18px !important;
        width: 215px !important;
    }
}
