<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* System Page Styles*/
.system_title {
    float: left;
}

.system_buttons {
    float: right;
    margin: 0px;
    padding: 0px;
}

    .system_buttons li {
        float: left;
        list-style: none;
        margin-left: 5px;
    }

    .system_buttons a {
        padding: 5px;
        border: 1px solid white;
        display: block;
        background: #f6f6f6;
    }

        .system_buttons a:hover {
            opacity: 0.5;
        }

.system_toggle_advanced {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: small;
}

.system_advanced {
    display: none;
}

.system_controls {
    clear: both;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid white;
    background: #f6f6f6;
    font-size: small;
}

.system_option, .system_option &gt; * {
    max-width: 100%;
}

.system_body {
    margin-top: 15px;
    clear: both;
}

.system_table {
    clear: both;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.system_row {
    display: table-row;
}

.system_column {
    display: table-cell;
    padding: 10px;
    border: 1px solid white;
    background: #f6f6f6;
    vertical-align: top;
}


/* Media Styles*/
#media_title h1 {
    margin: 0px 0px 10px 0px;
}

.media_option_left {
    float: left;
    margin-right: 10px;
}

.media_option_right {
    float: right;
    margin-left: 10px;
}

    .media_option_right a {
        margin-top: 5px;
        display: block;
    }

.media_option_new_row {
    clear: both;
}

#media_controls {
    overflow: auto;
}

.media_recording_file {
    display: block;
}

.media_recording_file_title {
    margin-top: 5px;
}

.media_recording_file a, .media_recording_file div:not(.media_recording_file_title) {
    display: inline-block;
    padding-right: 10px;
}

.media_recording_file_format {
    font-size: small;
}

.media_recording_title {
    display: inline-block;
    font-weight: bold;
    font-size: large;
}

.media_recording_speaker {
    display: inline-block;
    float: right;
}

.media_recording_descr {
    padding: 5px 0px 5px 0px;
    font-size: small;
}

.media_recording_extra ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

ul.media_recording_details {
    margin-top: 5px;
    font-size: small;
}

.media_summary_image {
    padding: 0px;
    vertical-align: middle;
}

.media_pager {
    display: inline-block;
}

.system_pager a.system_pager_prev, .system_pager a.system_pager_next {
    font-size: inherit;
}

    .system_pager a.system_pager_prev.aspNetDisabled, .system_pager a.system_pager_next.aspNetDisabled {
        color: inherit;
        cursor: default;
    }

#media_sort {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .media_recording_extra {
        display: none;
    }
}

@media (max-width: 500px) {
    .media_recording_speaker {
        display: none;
    }

    .media_recording_file a {
        font-size: small;
    }

    .media_recording_file_format {
        font-size: x-small;
    }
}

/* Media series page styles */
div.media-series {
    width: 90%;
    margin: 0 auto;
}

    div.media-series a.back-link {
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
    }

        div.media-series a.back-link:hover {
            text-decoration: none;
        }

        div.media-series a.back-link i {
            font-size: 16px;
        }

    div.media-series div.series-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
        div.media-series div.series-list div.series-episodes {
            font-size: 14px;
            color: #9bb0ac;
            margin-top: 5px;
        }

    div.media-series div.episode-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
        div.media-series div.series-list a:hover, div.media-series div.episode-list a:hover {
            text-decoration: none;
        }

        div.media-series div.series-list div.card, div.media-series div.episode-list div.card {
            padding: 2px;
            cursor: pointer;
        }

            div.media-series div.series-list div.card:active, div.media-series div.episode-list div.card:active {
                outline: lightblue 2px solid;
                border-radius: 5px;
            }

            div.media-series div.series-list div.card img, div.media-series div.episode-list div.card img {
                max-width: 100%;
                border-radius: 8px;
            }

    div.media-series div.recording-collection-series-episode {
        color: #88A299;
        font-size: 16px;
    }

    div.media-series div.recording-date-speaker-duration {
        color: #88A299;
        font-size: 12px;
        margin-top: 5px;
    }

    div.media-series div.recording-date-speaker-duration .divider {
        padding: 0px 5px;
    }

    div.media-series div.bible-refs {
        color: #c46770;
        font-size: 12px;
        margin-top: 5px;
    }

    div.media-series div.summary {
        display: flex;
    }

        div.media-series div.summary img.summary-image {
            margin-right: 30px;
            max-width: calc(35% - 30px);
            border-radius: 8px;
            height: fit-content;
        }

        div.media-series div.summary div.episode-count {
            margin-bottom: 20px;
        }

    div.media-series div.episode-list-wrapper h3 {
        margin-bottom: 20px;
    }

    div.media-series hr {
        border: none;
        height: 1px;
        background-color: lightgray;
        margin: 40px 0;
    }

    @media (max-width: 900px) {
        div.media-series div.series-list {
            grid-template-columns: 1fr 1fr 1fr;
        }
        div.media-series div.episode-list {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 550px) {
        div.media-series div.series-list {
            grid-template-columns: 1fr 1fr;
        }

        div.media-series div.episode-list {
            grid-template-columns: 1fr;
        }

        div.media-series div.summary {
            display: block;
            text-align: center;
        }
        
        div.media-series div.summary div.description {
            text-align: left;
        }

            div.media-series div.summary img.summary-image {
                margin-right: 0px;
                max-width: 100%;
            }
    }

@media (max-width: 350px) {
    div.media-series div.series-list {
        grid-template-columns: 1fr;
    }
}

/* Media item page styles */
div.media-item-full-page {
    width: 70%;
    margin: 0 auto;
}

    div.media-item-full-page a.back-link {
        margin-top: 10px;
        display: block;
    }

        div.media-item-full-page a.back-link:hover {
            text-decoration: none;
        }

        div.media-item-full-page a.back-link i {
            font-size: 16px;
        }

    div.media-item-full-page h3.series-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    div.media-item-full-page iframe.main-video {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    div.media-item-full-page h2.media-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    div.media-item-full-page div.media-speaker-duration {
        font-size: 1.5rem;
    }

    div.media-item-full-page div.bible-ref {
        display: inline-block;
    }

        div.media-item-full-page div.bible-ref a {
            background-color: #eff3f4;
            border-color: #eff3f4;
            color: initial;
            margin: 10px 10px 10px 0;
        }

            div.media-item-full-page div.bible-ref a:hover {
                text-decoration: none;
            }

    div.media-item-full-page hr {
        border: none;
        height: 1px;
        background-color: lightgray;
        margin: 40px 0;
    }

    div.media-item-full-page div.audio-only h3 {
        margin: 15px 0;
    }

    div.media-item-full-page div.audio-only audio {
        width: 100%;
    }

    div.media-item-full-page button.show-transcript {
        margin-top: 20px;
    }

    div.media-item-full-page div.study-questions div.question-type {
        margin-bottom: 30px;
        background-color: #eff3f4;
        padding: 15px;
    }

        div.media-item-full-page div.study-questions div.question-type li {
            margin-bottom: 10px;
        }

@media (max-width: 700px) {
    div.media-item-full-page {
        width: 95%;
    }
}

/* Media not found page styles*/
div.media-not-found-page {
    width: 70%;
    margin: auto;
}

/* Address Book Styles*/
.address_user_first_name, .family_title {
    background: #fdfdfd;
}

.address_user_detail {
    display: block;
    padding: 5px;
}

.address_phone_number {
    display: inline-block;
}

.address_family_detail {
    padding: 5px;
    display: inline-block;
    float: left;
}

.address_family_address, .family_title_child {
    clear: left;
}

.address_family_phone {
    float: right;
}

.address_user_image {
    float: right;
    margin-right: -115px;
}

.address_user_details {
    overflow: hidden;
}

.address_user_details_empty {
    display: none;
}

.address_user_details_has_image {
    padding-right: 110px;
}

.address_family_address, .family_title_child {
    margin-right: 30px;
}

.address_family_address_empty {
    margin-right: 0px;
}

.address_family_image {
    clear: right;
    float: right;
    margin-top: 10px;
}

    .address_user_image &gt; img, .address_family_image &gt; img {
        width: 100px;
    }

@media (max-width: 700px) {
    .address_row {
        display: table;
        width: 100%;
    }

    .address_column {
        display: table-row;
    }

    .address_cell {
        display: table-cell;
        border: 1px solid white;
        padding: 10px;
    }

    .address_user_details_empty {
        display: block;
    }

    .address_family_details_cell {
        border-bottom: none;
        padding-bottom: 5px;
    }

    .address_user_details_cell {
        border-top: none;
        padding-top: 0px;
    }
}

@media (max-width: 500px) {
    .address_family_image, .address_user_image {
        display: none;
    }

    .address_user_details_has_image {
        padding-right: 0px;
    }

    .address_family_phone {
        float: left;
        clear: left;
    }

    .address_user_detail {
        font-size: smaller;
    }

    .address_user_first_name {
        font-size: inherit;
    }
}



/* Search Styles*/
.search_option_left {
    float: left;
    margin-right: 10px;
}

.search_option_right {
    float: right;
    margin-left: 10px;
}

.search_article_title, .search_event_title {
    float: left;
    font-size: large;
    margin-bottom: 5px;
    margin-right: 5px;
}

.search_article_author, .search_event_location, .search_forum_user_name {
    float: right;
    margin-bottom: 5px;
}

.search_article_more {
    margin-top: 5px;
}

.search_forum_user_name {
    margin: 5px;
}

.search_article_summary, .search_event_details {
    clear: both;
}

.search_article_more {
    float: right;
}

.search_article_image, .search_event_image {
    padding: 0px;
    width: 0px;
}

.system_date_column {
    width: 80px;
}

@media (max-width: 550px) {
    .system_date_column {
        font-size: smaller;
        width: 60px;
    }

    .search_article_author, .search_event_location {
        float: left;
    }

    .search_result_count {
        display: block;
        font-size: smaller;
    }
}

@media (max-width: 400px) {
    .search_article_title, .search_event_title {
        font-size: medium;
    }

    .search_event_details, .search_forum_user_name, .search_article_summary {
        font-size: small;
    }

    .search_result_count {
        display: none;
    }
}
</pre></body></html>