<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Jem
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       MockingBird Development team and the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.04
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


.video-category-section {
    padding: 2rem 0;
    margin-bottom: 3rem;
}

.section-title {
    color: #002E49;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-transform: capitalize;
}

.section-description {
    color: #586973;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 2rem;
}

.category-image-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-featured-image {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.episodes-title {
    color: #002E49;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    text-transform: capitalize;
}

.episode-list {
    overflow: auto;
    max-height: 300px;
    padding-right: 20px;
}

.episode-item {
    
    padding: .8rem 0;
    border-bottom: 1px solid #e9ecef;
    color: #002E49;
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    position: relative;
}

.episode-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.episode-item a:hover {
    color: #994878;
    text-decoration: underline;
}

.episode-item:last-child {
    border-bottom: none;
}

.episode-content {
    flex: 1;
}

.episode-title {
    margin: 0;
    font-size: 1rem;
}

.episode-title a {
    color: #2c5aa0;
    text-decoration: none;
    font-weight: 500;
}

.episode-title a:hover {
    color: #1e3a5f;
    text-decoration: underline;
}

.episode-excerpt {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
}

.episode-link {
    margin-left: 1rem;
}

.play-icon {
    display: inline-block;
    color: #994878;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    font-size: 18px;
    margin-right: 5px;
}

.section-legal-jargon {
    background: url("/wp-content/uploads/2025/06/bg-blue.png") no-repeat center;
    background-size: cover;
}

.section-legal-jargon .section-title, .section-legal-jargon .section-description {
    color: #fff;
}

.category-videos-wrapper {
    background: #fff;
}

.section-seminars .category-videos-wrapper {
    background: #F6FAFE;
}

.section-legal-jargon .category-videos-wrapper {
    padding-top: 1.5rem !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1290px;
    aspect-ratio: 16/9;
    margin-bottom: 2rem;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button {
    background: #0E4868;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    border-radius: 3px;
    padding: 18px 40px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
}

.section-legal-jargon .button {
    background: #994878;
}

.button:hover, .section-legal-jargon .button:hover {
    background: #38b2ae;
    color: #fff;
}

.resources-section:nth-child(odd), .videos-section:nth-child(even) {
    background: #F6FAFE;
}

.page-id-2507 .hero.bg-img header, .page-id-2672 .hero.bg-img header {
    margin: 0 auto;
}


.page-id-2507 .hero.bg-img h1, .page-id-2672 .hero.bg-img h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem !important;
    text-align: center;
}

.page-id-2507 .hero.bg-img .subt, .page-id-2672 .hero.bg-img .subt {
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .page-id-2507 .hero.bg-img h1, .page-id-2672 .hero.bg-img h1 {
        font-size: 38px;
    }
    
    .page-id-2507 .hero.bg-img .subt, .page-id-2672 .hero.bg-img .subt {
        font-size: 16px;
    }
}</pre></body></html>