﻿@import "../shared.css?cssVer=Sapphire";
@import "lightslider.css?cssVer=Sapphire";
@import "hero-banner.css?cssVer=Sapphire";

.site-page {
    overflow-x: hidden;
}

.LsLiteGrid table {
    border-radius: 3px !important;
}

.points-box {
    box-shadow: 0px 4px 6px #28282826;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--tertiary-header-size);
    width: 200px;
    padding: 10px 0;
}

.points-values {
    text-align: center
}

.points-container {
    margin: 30px 50px;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featured-campaigns {
    justify-content: center;
}

    .featured-campaigns .card {
        height: 100%;
    }

.site-page-img .content-url img {
    max-width: 100%;
    max-height: 400px;
}

.site-page-img.full-width .content-url {
    width: 100%;
}

    .site-page-img.full-width .content-url img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.site-page-txt .content-text {
    padding: 10%;
}

.site-page-txt, .site-page-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-campaigns .card {
    text-align: center;
}

.featured-campaigns .card-title {
    text-align: left;
}

.featured-campaigns .card-text {
    text-align: left;
}

.campaign-thumbnail {
    object-fit: fill;
    overflow: hidden;
    max-height: 260px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.campaign-rows .campaign-info .campaign-thumbnail {
    margin-bottom: 0px;
    max-height: 360px;
}

.campaign-rows .campaign-info .order-1 .campaign-thumbnail {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.campaign-rows .campaign-info .order-2 .campaign-thumbnail {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.padded-campaign .campaign-rows .campaign-info .campaign-thumbnail {
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 260px;
}

.campaign-rows .campaign-info {
    margin-top: 0px;
}

.campaign-rows .campaign-info {
    border-radius: 0px;
    margin-top: 0px;
}

.site-page-contents .campaign-rows .campaign-info {
    border-radius: 5px;
    margin-top: 30px;
}


.campaign-rows .campaign-info .row {
    margin-right: 0;
    margin-left: 0;
}

    .campaign-rows .campaign-info .row > * {
        padding-right: 0;
        padding-left: 0;
    }

    .campaign-rows .campaign-info .row .description {
        padding: 50px;
    }


.padded-campaign .campaign-rows .campaign-info .row > div {
    padding: 50px;
}

.padded-campaign .campaign-rows .campaign-info .order-1.description {
    padding-left: 100px;
}

.site-page-pageheader .site-page-contents {
    padding-bottom: 0px;
}

.dnnLogin {
    display: none !important;
}

.site-page-login .extra-padded-container {
    padding: 20%;
}

.site-page-login .banner-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.site-page-login .right-hand-col {
    background-image: linear-gradient(var( --login-column-background-colour-gradient-direction), var(--login-column-background-colour), var(--login-column-background-colour-gradient));
    min-height: 100%;
}

    .site-page-login .right-hand-col div, .site-page-login .right-hand-col span,
    .site-page-login .right-hand-col p, .site-page-login .right-hand-col tr,
    .site-page-login .right-hand-col td, .site-page-login .right-hand-col th {
        color: var(--menu-text-colour);
    }

.points-navigation-container a:link,
.points-navigation-container a:visited,
.points-navigation-container a:hover,
.points-navigation-container a:active {
    text-decoration: none;
}

.progress-tile-image {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.progress-tile-name {
    padding: 0;
    margin: 0;
}

.RadUpload .ruBrowse {
    width: fit-content !important;
}

.radio-button label {
    padding-left: 10px;
}


.RadGrid_Bootstrap.LsLiteGrid .rgHeader, .RadGrid_Bootstrap.LsLiteGrid th.rgResizeCol, .RadGrid_Bootstrap.LsLiteGrid .rgHeaderWrapper {
    background-color: whitesmoke !important;
}

    .RadGrid_Bootstrap.LsLiteGrid .rgHeader:first-child {
        border-top-left-radius: 3px;
    }

    .RadGrid_Bootstrap.LsLiteGrid .rgHeader:last-child {
        border-top-right-radius: 3px;
    }


.questionnaire .RadRating.RadRating_Default {
    width: 100% !important;
}

.feedback-submissions .RadGrid_Bootstrap {
    border: none;
}

    .feedback-submissions .RadGrid_Bootstrap .rgRow td {
        height: auto;
    }

.number-rating .RadRating li {
    padding-left: 5px;
}


.RadRating .rrtCustomItemImages a:before,
.RadRating .rrtCustomItemImages a span:before {
    content: '';
    display: none;
}

.RadRating .rrtCustomItemImages a,
.RadRating .rrtCustomItemImages a span {
    background-repeat: no-repeat;
    background-size: contain;
}

.RadRating .rrtSelected a span {
    background-size: contain;
}


.RadRating .rrtCustomItemImages a, .RadRating .rrtCustomItemImages.rrtSelected a span {
    width: 30px;
    height: 30px !important;
}

.RadRating.RadRating_Default.ratingClass {
    height: 32px !important;
}



@media(max-width: 1160px) {
    .RadRating .rrtCustomItemImages a, .RadRating .rrtCustomItemImages.rrtSelected a span {
        width: 25px;
        height: 25px !important;
    }

    .RadRating.RadRating_Default.ratingClass {
        height: 27px !important;
    }
}

@media(max-width: 460px) {
    .RadRating .rrtCustomItemImages a, .RadRating .rrtCustomItemImages.rrtSelected a span {
        width: 20px;
        height: 20px !important;
    }

    .RadRating.RadRating_Default.ratingClass {
        height: 22px !important;
    }
}

@media(max-width: 420px) {
    .RadRating .rrtCustomItemImages a, .RadRating .rrtCustomItemImages.rrtSelected a span {
        width: 10px;
        height: 10px !important;
    }

    .RadRating.RadRating_Default.ratingClass {
        height: 12px !important;
    }
}


@media(max-width: 400px) {
    .RadRating .rrtCustomItemImages a, .RadRating .rrtCustomItemImages.rrtSelected a span {
        width: 15px;
        height: 15px !important;
    }

    .RadRating.RadRating_Default.ratingClass {
        height: 17px !important;
    }
}





/* Stack rows vertically on small screens */
@media (max-width: 30em) {
    /* Hide column labels */
    .RadGrid thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .RadGrid tr {
        border: 1px solid var(--body-outline);
        border-radius: 3px
    }
        /* Leave a space between table rows and rows and pager */
        .RadGrid tr + tr,
        .RadGrid .rgPager {
            margin-top: 0.5em;
        }

    /* Get table cells to act like rows */
    .RadGrid tr,
    .RadGrid td {
        display: block;
    }

    .RadGrid td {
        border: none;
        border-bottom: 1px solid var(--body-outline);
        /* Leave a space for data labels */
    }
        /* Add data labels */
        .RadGrid td:before {
            content: attr(data-label) '\00a0';
            display: inline-block;
            font-weight: bold;
            line-height: 1.5;
            margin-left: 0;
        }
    /* Show only the current page number*/
    .RadGrid .rgWrap.rgNumPart a:not(.rgCurrentPage) {
        display: none;
    }

    .RadGrid .rgWrap.rgAdvPart {
        margin-top: 10px;
    }


    .mobile-friendly-grid label {
        display: inline-block;
        font-weight: bold;
    }

    .RadGrid_Bootstrap.mobile-friendly-grid .rgRow > td, .RadGrid_Bootstrap.mobile-friendly-grid .rgAltRow > td {
        height: inherit;
        border: none;
    }

    .RadGrid_Bootstrap.mobile-friendly-grid .rgAltRow {
        background-color: #f3f3f3;
    }

    .transaction-history-header {
        display: inline-block;
    }

    .LsLiteGrid.mobile-friendly-grid table, .LsLiteGrid.mobile-friendly-grid .rgPager {
        border: none;
    }

    .LsLiteGrid.mobile-friendly-grid .rgWrap.rgAdvPart {
        display: none;
    }
}

@media(max-width:500px) {

    .LsLiteGrid.mobile-friendly-grid .rgPagerCell.NextPrevAndNumeric {
        border-radius: 3px;
        height: 50px;
    }

    .LsLiteGrid.mobile-friendly-grid .rgWrap.rgInfoPart {
        padding-top: 10px;
    }

    .site-page-login .banner-img {
        display: none;
    }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
    .RadGrid td {
        padding-left: 0.75em;
    }

        .RadGrid td:before {
            display: block;
            margin-left: 0;
        }
}

.grayscale {
    filter: grayscale(100%);
}

.progress-tile-card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.email-image {
    max-width: 100%
}

.referral-email {
    border: 1px lightgray solid;
}

modal-popup .btn-modal {
    background-color: #ffffff !important;
    color: #1A3B69 !important;
    font-weight: bold !important;
    border: solid 2px #1A3B69 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    width: 100%;
}

.modal-popup .modal-dialog {
    position: absolute;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

.modal.modal-popup {
    display: block !important;
    background-color: rgba(0,0,0,.75);
}

.modal-popup .modal-content {
    background-color: #0D526A !important;
    color: #ffffff !important;
}

    .modal-popup .modal-content h2 {
        color: #ffffff !important;
    }

    .modal-popup .modal-content h3 {
        color: #ffffff !important;
    }

    .modal-popup .modal-content h4 {
        color: #ffffff !important;
    }

.modal-popup .modal-content {
    max-height: 100%;
    background-color: transparent !important;
    border: none;
}

.modal-image {
    width: 100%;
    border-radius: 5px;
}

.modal-popup .modal-body {
    padding: 0;
}

.modal-popup .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--primary-button-colour);
    opacity: 1;
    z-index: 999;
}

.modal-popup .modal-dialog {
    top: 0;
    max-width: 50% !important;
    width: fit-content;
}



.modal.modal-popup .modal-content {
    overflow: hidden;
}

.modal-popup .rmpToolbarWrapper {
    display: none !important;
}

.video-title.card-body {
    background-color: var(--primary-button-colour);
    width: inherit;
}

.modal-popup a {
    font-family: Segoe UI, sans-serif !important;
}

.RadMediaPlayer .rmpBigPlayButton, .RadMediaPlayer .rmpBigPauseButton {
    padding-left: 12px !important;
}

.modal.modal-popup .modal-content img {
    border-radius: 5px;
}

.modal.modal-popup .modal-content {
    border-radius: 5px;
}

.modal.modal-popup .modal-image {
    width: inherit;
    object-fit: cover;
    max-height: 500px;
}

.RadGrid_Bootstrap {
    border-color: transparent !important;
}

.content-item img {
    max-width: 100%;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

.content-item-group .card {
    margin-right: 8px;
    border-radius: .25rem !important;
}

.card-deck .campaign-thumbnail {
    max-height: 400px;
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.card-deck .card-text {
    background-color: transparent !important;
}

.accordion-item {
    margin-bottom: 15px !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: rgba(0, 0, 0, 0.125) !important;
    border-radius: .25rem !important;
}

.accordion-button:focus {
    border-color: var(--tertiary-button-colour-hover) !important;
    box-shadow: none !important;
}

.accordion-button.collapsed {
    background-color: var(--tertiary-button-colour) !important;
    color: var(--tertiary-button-text-colour) !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--tertiary-button-colour-hover) !important;
    color: var(--tertiary-button-text-colour-hover) !important;
}

.accordion-button {
    font-weight: bold;
}

.document-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-400 {
    height: 400px;
}

.height-450 {
    height: 450px;
}

.height-500 {
    height: 500px;
}

.centered {
    position: relative;
}

    .centered > div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

.content-item-group img {
    max-width: 100%;
}


.modal.ls-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.ls-modal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.ls-modal .modal-content-div h3 {
    padding: 10px;
}

.ls-modal .modal-content-div {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
}

.ls-modal .modal-content-carouselBtns {
    position: relative;
    width: 100%;
    top: 45px;
    max-width: 700px;
    margin: auto;
}

.pop-out-image img:hover {
    cursor: pointer;
}

/* The flip box container - set the width and height to whatever you want. (remove perspective if you don't want the 3D effect) */
.flip-box {
    background-color: transparent;
    width: 100%;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border: 1px solid lightgrey;
    border-radius: .25rem;
}

.flip-box-back {
    transform: rotateY(180deg);
}

/* this is the gap between cards */


.flip-box-group {
    justify-content: center;
    margin-bottom: 3em
}

.flip-box .card-text,
.carousel-card .card-text {
    padding-bottom: 30px;
}

.carousel-card.button-padding .card-text {
    padding-bottom: 70px;
}

.flip-box-front img {
    max-height: 80%;
}

/* Style the front side */
.padded-card .flip-box-front,
.padded-card .flip-box-back,
.padded-card .carousel-card,
.padded-card .static-card, .card-deck.padded-card {
    padding: 1rem 1rem;
}

.flip-card-outer.card-deck.padded-card {
    padding: 0;
}


.padded-card .flip-box-front .card-img-top,
.padded-card .flip-box-back .card-img-top,
.padded-card .carousel-card .card-img-top,
.padded-card .static-card .card-img-top, .card-deck.padded-card .campaign-thumbnail {
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}

{
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}



@media (min-width: 576px) {
    .flip-box-group {
        display: flex;
    }
}

/*@media (max-width:980px) {
    .flip-box-group {
        display: block !important;
    }
}
*/




.balance-card-outer .card {
    border: none;
    border-left-style: none !important;
}



.balance-card-outer.card-no-shadow .balance-card {
    box-shadow: none !important;
}


.fill-row .balance-card-outer {
    min-height: 200px;
    font-size: 2rem;
}

.fill-row .balance-card {
    width: 100%;
    margin-right: 50px;
}

.fill-row .balance-card-outer .card-title {
    font-size: 2.2rem;
}

.fill-row .card-group {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}


.balance-cards {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
}

.balance-card .card-body {
    font-size: 2em;
}

.balance-card .card-title {
    font-size: 1.4em;
}

.balance-card {
    border-radius: 0.25em;
}

.centered-cards .card-title, .centered-cards .card-body {
    text-align: center;
}

.left-align-cards .card-title, .left-align-cards .card-body {
    text-align: left;
    align-items: flex-start;
}

.right-align-cards .card-title, .right-align-cards .card-body {
    text-align: right;
    align-items: flex-end;
}



@media (max-width: 540px) {
    .balance-cards {
        flex-direction: column;
        align-items: center;
    }

    .balance-card {
        margin-bottom: 20px;
    }

    .fill-row .balance-card {
        margin-right: 0px;
    }

    .centred-cards .balance-card, .centred-cards.content-item-group .card:last-child {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.card-group {
    padding-left: 5px;
    width: 100%;
}

@media (max-width: 575px) {
    .balance-card-outer.card.card-deck.static-card {
        max-width: 100%;
        align-items: center;
    }
}

.balance-cards .card-title {
    font-size: 1.2rem;
    font-weight: bold;
}



.balance-card .card-balance {
    text-align: center;
}

.balance-card .card-header {
    border-bottom: none;
    padding-top: 15px;
}

.balance-cards .card-header:first-child {
    border-radius: 5px 5px 0 0;
}

.balance-cards .card-body {
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.balance-cards .card-body {
    display: flex;
    align-items: center;
}

.balance-cards p {
    margin: 0px;
    width: 100%;
}



.balance-card-outer.heading-outside .balance-card .card-header {
    background-color: transparent !important;
    color: var(--text-colour) !important;
    padding: 0px;
}

.balance-card-outer.heading-outside .card {
    border: none;
    border-left-style: none !important;
}

.balance-card-outer.heading-outside .card-body {
    border-radius: 5px;
    border: solid 1px var(--body-outline);
}

.balance-card-outer.heading-outside.shadow,
.balance-card-outer.heading-outside.card-no-shadow .card-body {
    box-shadow: none !important;
}

.balance-card-outer.heading-outside .card-body {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.centred-cards .balance-cards {
    justify-content: center;
}

.centred-cards .balance-card, .centred-cards.content-item-group .card:last-child {
    margin-left: 60px;
    margin-right: 60px;
}

.carousel-card.card {
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.carousel-group {
    justify-content: center;
    display: flex;
}


.lSSlideWrapper {
    border-radius: 0.25em;
}

.carousel-group .lslide, .carousel-group .clone.right {
    height: 100%;
    padding: 0px 10px 25px 10px;
}

.lsAction > a,
.lSAction > .lSNext,
.lSAction > .lSPrev {
    background-color: var(--secondary-button-colour);
    border-radius: 100%;
    width: 33px
}

.carousel-group .lSAction > .lSNext {
    background-position: -32px 0px;
}

.carousel-group .lSAction > .lSPrev {
    background-position: 0px 0px;
}

.carousel-card {
    text-align: center;
}

.btn-container {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 32px);
}

.card-group {
    justify-content: center;
}

.lightSlider.lSSlide {
    height: 100% !important;
}

.lSSlideWrapper.usingCss {
    height: 100% !important;
}

.card-banner .lSSlideWrapper.usingCss {
    height: 100% !important;
}

.card-deck.carousel-card.card.shadow {
    height: 100% !important;
}

.card-banner .carousel-card.card {
    max-width: 100%
}

.card-banner .carousel-group .lslide,
.card-banner .carousel-group .clone.right, .card-banner .carousel-group .clone.left {
    padding: 0;
}

.card-banner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.card-banner .carousel-card .campaign-thumbnail {
    height: 100%;
    max-height: 400px;
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.card-banner .content-item-group .card,
.content-item-group .card-banner .card,
.card-banner .campaign-thumbnail {
    border: none !important;
    border-radius: 0 !important;
}

.card-banner .card {
    border: none;
    border-width: 0 !important ;
    padding: 0 !important;
    margin: 0 !important;
}


.card-banner .shadow, .card-no-shadow {
    box-shadow: none !important;
}

.card-banner .lslide, .card-banner .clone.right, .card-banner .clone.left {
    margin-right: 0px !important;
}

.card-banner .lSSlideWrapper {
    border-radius: 0;
}

.carousel-arrows .carousel-group ul.lSPager.lSpg li {
    display: none;
}

.card-banner .lSPager.lSpg {
    margin: 0 !important
}

.card-banner .card-group .card {
    margin: 0px;
}

.carousel-dots .lSAction .lSPrev, .carousel-dots .lSAction .lSNext {
    display: none;
}

.carousel-group ul.lSPager.lSpg li {
    display: inline;
}

.carousel-group ul.lSPager.lSpg {
    margin-top: 0px !important;
    transform: translate3d(00px, -25px, 0px) !important;
}

.card-banner .carousel-group ul.lSPager.lSpg {
    transform: translate3d(00px, -25px, 0px) !important;
    height: 0px;
}

.target-tracker--full-width {
    background-size: 100% 100%;
}

.target-tracker--center {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30rem;
    margin: 0 auto;
}

.flip-card-outer.card.card-deck.static-card,
.balance-card-outer.heading-outside.card.card-deck.static-card {
    box-shadow: none !important;
    border: none;
    background-color: transparent !important;
    border-style: none;
    border-width: 0px !important;
    border-radius: 0;
}


.balance-card-outer.heading-outside {
    display: flex;
    justify-content: center;
}

    .balance-card-outer.heading-outside.card .card {
        margin-right: 0px
    }

.padded-card .flip-card-outer {
    padding: 0;
}

.padded-card .card-group {
    padding: 1rem;
}

.card .card-footer {
    background-color: transparent;
    padding: 0.5rem 1rem 1rem;
}

.card-group {
    padding-bottom: 1rem;
}

.balance-card .card-header,
.balance-card .card-body {
    border-radius: .25rem !important
}

.col-md-6 .balance-card,
.col-md-9 .balance-card {
    font-size: 2rem;
    min-height: 200px;
}

.col-md-6 .balance-cards .card-title,
.col-md-9 .balance-cards .card-title {
    font-size: 2.2rem;
}

.col-md-4 .balance-card {
    font-size: 1.5rem;
    min-height: 180px;
}

.col-md-4 .balance-cards .card-title {
    font-size: 2.0rem;
}

.col-md-2 .balance-card,
.col-md-3 .balance-card {
    font-size: 1rem;
}

@media (max-width:560px) {
    .target-tracker--center {
        width: 100%;
    }
}


.card-group .card.card-deck.static-card {
    margin-top: 5px;
}


.advert-popup .btn-modal {
    background-color: #ffffff !important;
    color: #1A3B69 !important;
    font-weight: bold !important;
    border: solid 2px #1A3B69 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    width: 100%;
}

.advert-popup .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

.modal.advert-popup {
    display: block !important;
    background-color: rgba(0,0,0,.75);
}

.advert-popup .modal-content {
    border-radius: .25rem !important
}



.advert-popup .modal-content {
    max-height: 100%;
    background-color: white;
    border: none;
}

.modal .modal-content .advert-image {
    width: 100%;
    max-height: 600px;
    border-radius: 0;
}



.advert-popup .modal-body {
    padding: 0;
}

.advert-popup .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--primary-button-colour);
    color: var(--primary-button-text-colour);
    opacity: 1;
    z-index: 10050;
}

.advert-popup .modal-dialog {
    max-width: 80% !important;
}



.modal.advert-popup .modal-content {
    overflow: hidden;
}


.advert-popup a {
    font-family: Segoe UI, sans-serif !important;
}

.lslide .ls-card {
    height: 100%;
}


.default-row-padding {
    margin: 0;
}

.content-item-group .row, .row.site-page-row, .site-page .hero-banner .row {
    margin-right: 0;
    margin-left: 0;
    z-index: 1;
    position: relative;
}


.site-page-img.full-width {
    padding: 0;
}

.centered-div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centered-div-40 {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

@media(max-width:575px) {
    .balance-card .centered-div-40 {
        position: inherit;
        top: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}

.hero-banner .site-page-row-col,
.hero-banner .site-page-img {
    padding: 0;
}

.hero-banner .card-banner .ls-card.pt-2 {
    padding-top: 0 !important;
}

.hero-banner .card-banner .card {
    margin: 0;
}

@media(max-width:800px) {
    .card-body p, .card-body div, .card-body span,
    .card-body h1, .card-body h1 > span, .card-body h2, .card-body h2 > span, .card-body h3, .card-body h3 > span {
        line-height: 1.5rem;
    }
}

.reward-thumbnail img {
    width: 100%;
    aspect-ratio: 6 / 4;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.padded-card .reward-thumbnail img {
    width: 100%;
    aspect-ratio: 6 / 4;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.reward-thumbnail .progress-tile-card .card-body {
    justify-content: left;
    align-items: start;
}

.padded-card .reward-thumbnail .campaign-thumbnail {
    object-fit: fill;
}

.card-banner .ls-card.pt-2 {
    padding: 0 !important;
}

.card.locked img {
    opacity: 0.5;
    filter: grayscale(50%);
}

.locked-img {
    display: none;
}

.card.locked .locked-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    display: block;
    color: var(--text-colour);
}

.card.locked .image-container {
    position: relative;
}

.card-deck .reward-thumbnail-image {
    border-radius: 0.25em !important;
    width: 100%;
    aspect-ratio: 6 / 4;
}

.card-body .card-text p{
    margin-bottom: 0;
}

.button-200-width .btn {
    width: 200px;
}