/**
    Mobile images then move to desktop images on a larger screen
    https://getbootstrap.com/docs/4.0/layout/overview/
*/
.bg-ccm-cta {
    background-image: url('/themes/rmcc-2021/img/mobile/ccm-cta.jpg') !important;
}
.bg-ccm-pfa-banner {
    background-image: url('/themes/rmcc-2021/img/mobile/ccm-pfa-banner.jpg') !important;
}
.bg-ccm-steve-cheung {
    background-image: url('/themes/rmcc-2021/img/mobile/ccm-steve-cheung.jpg') !important;
}
.bg-ccm-youtube {
    background-image: url('/themes/rmcc-2021/img/mobile/ccm-youtube.jpg') !important;
}

.bg-sitw-cta {
    background-image: url('/themes/rmcc-2021/img/mobile/sitw-cta.jpg') !important;
}
.bg-sitw-glen {
    background-image: url('/themes/rmcc-2021/img/mobile/sitw-glen.jpg') !important;
}
.bg-sitw-pfa-banner {
    background-image: url('/themes/rmcc-2021/img/mobile/sitw-pfa-banner.jpg') !important;
}
.bg-sitw-radio {
    background-image: url('/themes/rmcc-2021/img/mobile/sitw-radio.jpg') !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bg-ccm-cta {
        background-image: url('/themes/rmcc-2021/img/desktop/ccm-cta.png') !important;
    }

    .bg-ccm-pfa-banner {
        background-image: url('/themes/rmcc-2021/img/desktop/ccm-pfa-banner.png') !important;
    }

    .bg-ccm-steve-cheung {
        background-image: url('/themes/rmcc-2021/img/desktop/ccm-steve-cheung.png') !important;
    }

    .bg-ccm-youtube {
        background-image: url('/themes/rmcc-2021/img/desktop/ccm-youtube.png') !important;
    }

    .bg-sitw-cta {
        background-image: url('/themes/rmcc-2021/img/desktop/sitw-cta.png') !important;
    }

    .bg-sitw-glen {
        background-image: url('/themes/rmcc-2021/img/desktop/sitw-glen.png') !important;
    }

    .bg-sitw-pfa-banner {
        background-image: url('/themes/rmcc-2021/img/desktop/sitw-pfa-banner.png') !important;
    }

    .bg-sitw-radio {
        background-image: url('/themes/rmcc-2021/img/desktop/sitw-radio.png') !important;
    }
}

/****************************************************/
.secondary-color {
    color: #71b2c9
}

.series-title {
    color: #71b2c9;
    margin: 20px 0
}

.series-panel {
    padding: 12px 20px 0 20px
}

.horizontal-rule {
    border-bottom: 1px solid #71b2c9
}

/* Watch + Listen */

.default .copyright {
    margin-bottom: 70px
}

.default .b-frame.title {
    padding-bottom: 0
}

.default .b-frame.narrow {
    padding-top: 0;
    padding-bottom: 0
}

.default .b-frame.top {
    padding-top: 20px
}

#pnlNowPlaying {
    line-height: 2.2rem
}

.now-playing-separator {
    margin-left: -8px;
    padding: 0
}

.p-0 {
    padding: 0 !important
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-20 {
    padding-bottom: 20px !important
}

.pt-0 {
    padding: 0 !important
}
.pt-1rem {
    padding-top: 1rem
}

.pt-3rem {
    padding-top: 3rem
}

.subtitle {
    font-size: 22px;
    margin-top: 0
}

.hidden {
    display: none !important
}

.HEADER nav > ul > li li.submenu {
    display: block;
    margin: 0 0 10px 0 !important;
}

.HEADER nav > ul > li li.submenu-item {
    display: block;
    margin: 0 0 10px 0 !important;
    font-weight: 400;
}

.NAV nav > ul > li > ul > li.submenu {
    margin: 0 0 10px 0 !important;
}
.NAV nav > ul > li > ul > li.submenu-item {
    margin: 0 0 10px 0 !important;
    font-weight: 400;
}

/******************************************
 * 20250516 New menu design
 ******************************************/

/* teir 1 */

.HEADER nav > ul > li {
    position: relative;
    float: left;
    margin: 0 0 0 40px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}

    /* .HEADER nav > ul > li:last-child {margin-left:20px;} */

    .HEADER nav > ul > li .button {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        padding: 0 25px;
    }

    /* teir 2 */

    .HEADER nav > ul > li > ul {
        display: block !important;
        position: absolute;
        overflow: hidden;
        top: 50px;
        left: -20px;
        background: #fff;
        width: 200px;
        opacity: 0;
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 15px 15px 40px 10px rgba(0,0,0,0.06);
        transform: translate(0, 40px);
        pointer-events: none;
        transition: opacity 0.25s, transform 0.25s;
    }

        .HEADER nav > ul > li > ul.split {
            column-count: 2;
            width: 300px;
        }

        .HEADER nav > ul > li > ul > li {
            margin: 20px 0;
        }

.HEADER .description {
    display: none;
}

.HEADER .third-tier-clickable {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 30px 0 !important;
    font-weight: 400;
}

.HEADER li:last-child .third-tier-clickable {
    margin-bottom: 0 !important;
}

/* teir 2 toggle functionality */

.HEADER nav > ul > li:hover h6 {
    color: #E37963 !important;
}

    .HEADER nav > ul > li:focus-within h6 .expand,
    .HEADER nav > ul > li:hover h6 .expand {
        transform: scaleY(-1);
    }

.HEADER nav > ul > li:focus-within > ul,
.HEADER nav > ul > li:hover > ul {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
}

.HEADER nav a:not(.b-button) {
    color: #18332F;
    font-size: 14px;
    cursor: pointer !important;
}

/* watch + listen */

.HEADER ul[data-id="8665"] {
    width: 300px;
}

    .HEADER ul[data-id="8665"] li > span:first-child {
        text-transform: uppercase;
        color: #E56A54;
    }

    .HEADER ul[data-id="8665"] a:not(.b-button) {
        font-weight: 600;
        margin-top: 10px;
    }

        .HEADER ul[data-id="8665"] a:not(.b-button) .description {
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding-top: 5px;
            line-height: 1.5;
        }

@media screen and (max-width: 1200px) {
	.HEADER h6 {font-size:14px;}
	.HEADER h6 .expand {display:none;}
	.HEADER nav > ul > li {margin-left:20px; font-size:14px;}
	.HEADER nav > ul > li .b-button {font-size:14px; padding:0 15px;}
	.HEADER nav > ul > li .b-button.alt-outline {padding:0; box-shadow:none !important; color:#18332F;}
	.HEADER nav > ul > li .b-button.alt-outline:hover {background:none; color:#71B2C9;}
}

/* FOOTER */
.FOOTER .third-tier-clickable .description {
    display: none !important
}

@media screen and (max-width: 900px) {
    .podcast-section.MESSAGE .image-icon {
        width: inherit;
    }
}

/* Modal - from bootstrap */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            /*filter: alpha(opacity=80);*/
        }

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .modal.fade {
        top: -25%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .modal.fade.in {
            top: 10%;
        }

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (max-width: 900px) {
    /* Hide the Now Playing title on mobile devices */
    .desktop-only {
        display: none
    }
    /* Resize the modal dynamically */
    .modal {
        max-width: calc(75vw);
        margin-left: calc(75vw * -0.5)
    }
}


.watchlisten .copyright {
    margin-bottom: inherit
}

#SITW   .image-icon,
#Watch  .image-icon,
#Listen .image-icon,
.podcast-section .image-icon {
    background: #eee no-repeat center;
    background-size: contain;
    box-shadow: 12px 12px 32px 8px rgb(0 0 0 / 6%);
    border-radius: 100%;
    padding-bottom: 100%;
}

	.podcast-section .image-icon {
	    border-radius: 5%;
	}

.MESSAGE.PODCAST .title::before {
    content: " ";
}

/* Side by side
   o Image on the left is default due to the border-radius customizations required.
*/
.MESSAGE.SIDE-BY-SIDE {
}
    .MESSAGE.SIDE-BY-SIDE .b-columns {
        border-radius: 10px;
        border-collapse: collapse;
        margin-left: 0;
        margin-right: 0;
        background-color: #18332f;
    }
    .MESSAGE.SIDE-BY-SIDE .image-content {
        /*background: url('/themes/rmcc-2021/img/ccm-cta.png') no-repeat center center;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        border-radius: 10px 0 0 10px;
    }
        .MESSAGE.SIDE-BY-SIDE.alt-flipped .image-content {
            border-radius: 0 10px 10px 0;
        }
    .MESSAGE.SIDE-BY-SIDE .text-content {
        color: white;
        background-color: #18332f;
        border-radius: 0 10px 10px 0;
        padding: 40px;
    }
    .MESSAGE.SIDE-BY-SIDE.alt-flipped .text-content {
        border-radius: 10px 0 0 10px;
    }
    .MESSAGE.SIDE-BY-SIDE .text-content h2 {
        font-size: 28px
    }
    .MESSAGE.SIDE-BY-SIDE b-column {
    }
.bg-rmcc-green {
    background-color: #18332f
}
.d-none {
    display: none !important
}

/* Stretch to the same height */
.MESSAGE.PODCAST .b-columns,
.MESSAGE.PODCAST .b-columns .b-column {
    align-items: stretch;
    display: flex;
}
    .MESSAGE.PODCAST .MESSAGE {
        display: flex;
        align-content: space-around;
        align-items: stretch;
    }

        .MESSAGE.PODCAST .MESSAGE .content {
            display: flex;
            flex-direction: column;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
            .MESSAGE.PODCAST .MESSAGE .content p:last-child {
                flex-grow: 1;
                align-content: end;
            }
            .MESSAGE.PODCAST .MESSAGE .content p.no-grow {
                align-content: flex-start;
            }

#SITW .MESSAGE .title::before {
    content: " ";
}

#Watch .MESSAGE .title::before {
    content: " ";
}

#Listen .MESSAGE .title::before {
    content: " ";
}

.watchlisten .section-header {
    text-transform: none; /* uppercase; */
}

.d-block {
    display: block !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.MESSAGE.BOX {
    padding: 25px;
    border: 2px solid darkgray;
    border-radius: 10px;
    /*box-shadow: 2px 2px lightgray;*/
}
    .MESSAGE.BOX h2 {
        margin-top: 0
    }
    .MESSAGE.BOX p {
        margin-top: 10px
    }
    .MESSAGE.BOX table {
        margin: 0;
        margin-top: 20px;
        table-layout: fixed;
        width: 100%
    }
        .MESSAGE.BOX table a {
            margin: 0
        }
        .MESSAGE.BOX table thead {
            text-align: left
        }
            .MESSAGE.BOX table thead th:first-of-type {
                width: 50%
            }
            .MESSAGE.BOX table thead th {
                font-weight: normal
            }
        .MESSAGE.BOX table tbody tr {
            color: #71B2C9;
            font-weight: bold
        }
            .MESSAGE.BOX table tbody tr:hover {
                background-color: #F4EFE4;
                cursor: pointer
            }
        .MESSAGE.BOX table tbody td {
            border: none
        }

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*.ccm .CTA,
.sitw .CTA {
    padding: 0
}
    .ccm .CTA .darken,
    .sitw .CTA .darken {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 100px 40px;
        border-radius: 10px
    }
*/

.launch-youtube {
    cursor: pointer
}

.ccm .PFA {
    background-color: #ac8c6f
}

.ccm .CTA::after,
.sitw .PFA::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.2);
}

    .ccm .CTA .content,
    .sitw .CTA .content {
        color: white
    }

.sitw .MESSAGE.RESOURCES .MESSAGE {
    padding: 20px;
    background-color: #F4EFE4;
    padding: 25px;
    border: 1px solid transparent;
    border-radius: 10px;
}
    .sitw .MESSAGE.RESOURCES .MESSAGE h2 {
        font-size: 1.4rem;
    }

    .font-size-95 {
        font-size: 0.95rem;
    }

/* Podcast */
.button-bar {
    display: flex;
    margin-top: 20px
}
.zoom-80 {
    zoom: 0.8
}

.podcast-button {
    color: inherit !important;
    border: 1px solid grey;
    border-radius: 10px;
    margin: 0 10px 0 0;
    padding: 6px 5px 0px 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: x-small;
}

    .podcast-button:hover {
        background-color: #fbfbfb
    }

    .podcast-button img {
        max-height: 32px;
        margin-right: 10px;
    }

    .podcast-button .listen-on {
        line-height: 0.6rem;
    }

    .podcast-button .supplier {
        line-height: 0.6rem;
        font-size: 1rem;
        font-weight: 600;
    }
    .podcast-button .message {
        line-height: 0.6rem;
        font-weight: 300;
        font-size: 1rem;
    }

@media screen and (max-width: 900px) {
    .button-bar {
        display: block;
    }
    .podcast-button {
        width: inherit;
        margin-bottom: 5px
    }
}

#SITW .box,
#Listen .box {
    box-sizing: border-box;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    background: #F4EFE4;
}

#SITW .box.alternate-box {
    background: transparent
}

#SITW .box h1,
#SITW .box h2,
#SITW .box h3,
#SITW .box h4,
#SITW .box h5,
#SITW .box h6 {
    margin: 20px 0 0 0;
}

#Listen .MorningServiceTitle::before,
#Listen .EveningServiceTitle::before {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#Listen .MorningServiceTitle::before {
    content: "Morning Service";
}

#Listen .EveningServiceTitle::before {
    content: "Evening Service";
}

.clipboard-bubble {
    display: none;
    position: absolute;
    margin-left: 30px;
    margin-top: -10px;
    color: white /*#E56A54*/;
    background: #18332F;
    padding: 5px 5px;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 5px;
    font-size: 0.7rem;
    z-index: 9999999999999;
}

/* Archive */

.select-space {
    margin-top: 1rem;
}

.now-playing-padding {
    margin-top: 16px;
    padding: 0;
}

#nowPlayingPlyr {
    font-size: 24px;
    line-height: 19px;
    margin-left: -1px
}

.wrapper-player {
    background-color: #18332F;
    color: #fff;
    border-radius: 10px;
    margin: 3rem 0;
    padding: 10px 18px;
    box-shadow: 15px 15px 40px 10px rgb(0 0 0 / 10%);
    cursor: default
}

.wrapper-player label {
    font-size: 0.8rem;
    cursor: default
}

.wrapper-player h6 {
    margin: 0;
}

.container-player {
    margin-top: 5px
}

/** Main player */

.NAV nav {
    margin-bottom: 100px
}

    .HEADER nav > ul > li li span.third-tier-clickable,
    .NAV nav > ul > li li span.third-tier-clickable {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .NAV nav > ul > li > ul span {
        display: block;
        margin: 10px 0 30px 0 !important;
        font-weight: 400;
    }

.HEADER .nav-trigger {
    /* color: blue; #18332f;*/
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/themes/rmcc-2021/img/ui-nav.svg) no-repeat center;
    transform: translate(0, -50%);
    transform-origin: 0 50%;
    text-indent: -9999px;
    overflow: hidden;
}

@media (prefers-color-scheme: light) {
    .HEADER .nav-trigger {
        background: url(/themes/rmcc-2021/img/ui-nav-light-mode.svg) no-repeat center;
        background-color: #fff;
        border-radius: 5px
    }
}

@media (prefers-color-scheme: dark) {
    .HEADER .nav-trigger {
        background: url(/themes/rmcc-2021/img/ui-nav-dark-mode.svg) no-repeat center;
        background-color: #18332f;
        border-radius: 5px
    }
    #toggle-nav:checked ~ .b-page .HEADER .nav-trigger {
        background-image: url(/themes/rmcc-2021/img/ui-dismiss-light.svg);
    }
}

#main-player[aria-disabled='true'] .custom-player-control.play-pause button,
#main-player[aria-disabled='true'] button.custom-share-control {
    background: grey !important;
    border-color: grey
}

#main-player[aria-disabled='true'] #custom-player-control-rewind svg,
#main-player[aria-disabled='true'] #custom-player-control-forward svg {
    color: grey !important;
}

.custom-player-controls {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px
}

.custom-player-control {
    font-size: 0.8rem;
    margin-right: 20px;
    cursor: pointer
}

    .custom-player-control:last-of-type {
        margin-right: 0
    }

    .custom-player-control.play-pause:hover button {
        background: #71b2c9 !important;
    }

    .custom-player-control svg {
        margin: auto
    }

    #custom-player-control-pause svg {
        margin-left: 5px
    }

    .custom-player-control.rewind svg {
        /* https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/rotate */
        transform: rotate(43deg);
        padding: 12px;
        transition: color 0.25s
    }

    .custom-player-control.forward svg {
        transform: rotate(-43deg);
        padding: 12px;
        transition: color 0.25s
    }

    #custom-player-control-rewind:hover svg,
    #custom-player-control-forward:hover svg {
        color: #71b2c9;
    }

    .custom-player-control label {
        color: #707070;
        cursor: pointer
    }

    .custom-share-control-share-download {
        margin-top: 10px
    }

        .custom-share-control-share-download button {
            border-radius: 7px;
            color: white;
            background-color: transparent;
            border: 2px solid white;
            /*width: 25px;padding-left: 3px*/
            height: 25px;
            font-size: 14px;
            padding: 0 3px
        }

        .custom-share-control-share-download label {
            font-size: 0.9rem;
            cursor: pointer
        }

    #shareDownloadModalWindow.modal {
        top: 25%
    }

    /* Modal */
    #shareDownloadModalWindow .modal-header {
        display: flex;
        justify-content: flex-end;
        border-bottom: none;
        padding-bottom: 0
    }

    #shareDownloadModalWindow .close {
        font-size: 0.8rem;
        color: #71b2c9;
        cursor: pointer
    }

        #shareDownloadModalWindow .close:hover {
            color: #E56A54;
        }

    #shareDownloadModalWindow .modal-body {
        padding-top: 0
    }

    #shareDownloadModalWindow .message-detail {
        padding: 0px 15px 9px
    }

        #shareDownloadModalWindow .message-detail label {
            font-size: 0.8rem;
            display: block
        }

            #shareDownloadModalWindow .message-detail label.scripture {
                font-size: 24px;
                line-height: 18px;
                color: black
            }

    #shareDownloadModalWindow .share-links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background-color: lightgray
    }

    #shareDownloadModalWindow .share-link {
        margin: 20px;
        text-align: center;
        width: 90px
    }

        #shareDownloadModalWindow .share-link svg {
            color: #71b2c9;
            max-width: 50px;
            margin: auto
        }

        #shareDownloadModalWindow .share-link:hover svg {
            color: #E56A54
        }

        #shareDownloadModalWindow .share-link.no-fill svg {
            fill: none
        }

        #shareDownloadModalWindow .share-link label {
            color: black
        }

    #shareDownloadModalWindow .share-banner {
        color: white;
        background-color: black;
        padding: 5px;
        text-align: center;
        font-size: 1.2rem;
        margin-top: 5px
    }

    #footer-player {
        display: none
    }

    @media (max-width: 900px) {
        .MESSAGE.SIDE-BY-SIDE .image-content {
            display: none !important
        }

        .MESSAGE.SIDE-BY-SIDE .text-content,
        .MESSAGE.SIDE-BY-SIDE.alt-flipped .text-content {
            border-radius: 10px;
        }

        #custom-player-control-pause svg {
            margin-left: 2px
        }

        #shareDownloadModalWindow.modal {
            top: 10%
        }

        #shareDownloadModalWindow .share-link {
            margin: 12px;
        }

        #footer-player {
            display: block;
            position: fixed;
            color: white;
            background-color: #18332F;
            width: 100%;
            z-index: 667;
            bottom: 0;
            left: 0;
            padding: 10px 5px
        }

            #footer-player .wrapper {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-top: 5px;
                padding-bottom: 5px
            }

            #footer-player .top {
                width: 50px;
                font-size: 0.8rem;
                line-height: 13px;
                text-align: left
            }

            #footer-player .player {
                margin-top: -10px;
                flex-grow: 4
            }

                #footer-player .player .now-playing-date {
                    font-size: 0.8rem
                }

                #footer-player .player .now-playing-scripture {
                    font-size: 20px;
                    line-height: 17px
                }

            #footer-player .custom-player-controls {
                width: 50px;
                margin-top: 0;
            }

            #footer-player .plyr__control.pause[data-plyr=play] {
                padding-left: 6px
            }

            #footer-player[aria-disabled='true'] .player label {
                color: grey !important
            }

            #footer-player[aria-disabled='true'] .custom-player-control button {
                background: grey !important;
                border-color: grey
            }
    }

    @media (max-width: 400px) {
        #shareDownloadModalWindow .share-link {
            margin-bottom: 0;
        }

            #shareDownloadModalWindow .share-link svg {
                max-width: 30px
            }

        .d-sm-block {
            display: none !important
        }

        .MESSAGE.BOX table thead th {
            display: none
        }

            .MESSAGE.BOX table thead th:first-of-type {
                display: inherit
            }

        .MESSAGE.BOX table tbody td {
            display: none
        }

            .MESSAGE.BOX table tbody td:first-of-type {
                display: inherit
            }
    }

    .breadcrumb-rmcc {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 1rem;
    }

        .breadcrumb-rmcc .title {
            font-weight: 400
        }

    .breadcrumb-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-flow: row wrap;
    }

    .breadcrumb-padding {
        margin-top: 16px;
        padding: 0;
    }

    .breadcrumb-rmcc-sub {
        display: flex;
        margin-bottom: 1rem;
    }

    .sort_click svg {
        fill: none;
        color: #71B2C9;
        border: 2px solid #71B2C9;
        cursor: pointer;
        padding-left: 2px;
        padding-right: 2px;
    }

    .sort_click:hover svg {
        background-color: #71B2C9;
        color: #fff;
    }

    .sortClickText:first-of-type .sort_click svg {
        border-radius: 5px 0 0 5px;
        border-right-width: 1px;
    }

    .sortClickText:last-of-type .sort_click svg {
        border-radius: 0 5px 5px 0;
        border-left-width: 1px;
    }

    .archive-box {
        box-sizing: border-box;
        padding: 50px;
        border-radius: 10px;
        background: #F4EFE4;
        margin-bottom: 40px;
    }

    @media (max-width: 900px) {
        .archive-box {
            padding: 25px;
            margin-bottom: 15px;
        }
    }

    .MESSAGE.archive .title::before {
        display: none;
    }

    .MESSAGE.archive .content {
        display: flex;
        justify-content: space-between;
    }

    @media (max-width: 900px) {
        .MESSAGE.archive .content {
            flex-wrap: wrap;
        }

            .MESSAGE.archive .content .b-button {
                margin-top: 1rem;
            }

            .MESSAGE.archive .content .b-button {
                width: 100%;
            }
    }

    .MESSAGE.archive .info.archive {
        display: flex;
        justify-content: space-between;
        margin-top: 1.5rem;
    }

    @media (max-width: 1199px) {
        .MESSAGE.archive .info.archive {
            flex-flow: column;
            margin-top: 0;
        }

            .MESSAGE.archive .info.archive div {
                margin-top: 1rem;
            }
    }

    .MESSAGE.archive .info.archive h6 {
        margin-top: 0.25rem;
    }

    .message-link-icon {
        margin-top: 0rem !important;
    }

        .message-link-icon a {
            display: inline-block;
        }

            .message-link-icon a svg {
                fill: none;
                color: #71B2C9;
                height: 24px;
                width: 24px;
                cursor: pointer;
                transition: all 0.25s;
                margin-right: 0.75rem;
            }

            .message-link-icon a.fill svg {
                fill: #71B2C9;
            }

            .message-link-icon a:hover svg {
                color: #E56A54;
            }

            .message-link-icon a.fill:hover svg {
                fill: #E56A54;
            }

    #pnlWelcome {
        padding: 0;
    }

    .archive-sidebar {
        margin-top: 90px;
    }

    @media (max-width: 900px) {
        .archive-sidebar {
            margin-top: 0;
        }
    }

    .archive-sidebar p {
        margin-bottom: 0.5rem !important;
    }

    .archive-sidebar a {
        color: inherit;
        font-weight: bold;
    }

        .archive-sidebar a:hover {
            color: #71B2C9;
        }

    #hyprCurrentMorning::before {
        content: "AM";
        margin-right: 0.5rem;
    }

    #hyprCurrentEvening {
        display: block
    }

        #hyprCurrentEvening::before {
            content: "PM";
            margin-right: 0.5rem
        }

    .rmcc-window-video {
        display: block;
    }

    .rmcc-mobile-video {
        display: none;
    }

    .tabcontent {
        display: none;
        padding: 20px;
    }

    .tablinks {
        cursor: pointer;
    }

        .tablinks.active {
            background: #F4EFE4;
        }

    #downloadNowPlaying {
        display: none;
    }

    /** Book Tabs */
    .default .RESOURCES-SUBNAV {
        margin: 10px 0 30px;
        max-width: 50%
    }

    .RESOURCES-SUBNAV ul {
        display: flex;
        flex-wrap: wrap;
    }

    .RESOURCES-SUBNAV li {
        float: none;
        margin: 5px;
        margin-top: 0;
        min-width: 23%;
        max-width: 33%;
    }

    .watchlisten .RESOURCES-SUBNAV li {
        min-width: inherit;
        max-width: inherit;
    }

    .RESOURCES-SUBNAV a {
        /* Ellipsis */
        max-width: 95%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /** Responsive */
    @media (max-width: 900px) {
        .default .RESOURCES-SUBNAV {
            max-width: 100%
        }

        .rmcc-window-video {
            display: none
        }

        .rmcc-mobile-video {
            display: block
        }

        .RESOURCES-SUBNAV li {
            min-width: 100%;
            max-width: 100%
        }
    }

    .b-button.outline-button {
        background: inherit;
        color: #E56A54;
        border: 2px solid #E56A54;
        font-size: 0.8rem;
        padding: 0px 25px;
        margin: 0;
        line-height: 2.2rem;
        height: auto;
    }

        .b-button.outline-button:hover {
            background: #71B2C9;
            border: 2px solid #71B2C9;
            color: white;
        }