<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header__search-toggle {
        position: absolute;
}
    @media (min-width: 36em) {
.featured-content-panel__contents {
    flex-grow: 1;
   
    }
}

.two_column-video {
    flex-direction: column;
} 


    
@media (min-width: 64rem) {
    .two_column-video {
        display:flex;
        flex-direction: row;
        gap:20px;
    } 
    .two_column-video  p {
        max-width:50%;
}
 
}



.tabs__section .tab__control-link {
    font-size: .9375rem;
    margin-right: 0rem;
    padding: 0 .9375rem .9375rem .9375rem;
    border: 1px solid #e4d1a1;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fbf7ed;
    color: #4f2759;
    font-weight: 500;
    }
    

    
.tabs__section .tab__control-link:focus, .tabs__section .tab__control-link:hover {
    cursor: pointer;
    background: #b39037;
    border: 1px solid #b39037;
    border-bottom: 0px transparent;
}

.tabs__section .tab__control-link--active {
    background-color: #b39037;
}

@media (min-width: 36em) {
   
    .content-tiles__link-indicator-text {
        display: initial;
        font-size: .6875rem;
        font-weight: 500;
        letter-spacing: .125rem;
        max-width: calc(100% - 1.5rem);
        white-space: nowrap;
    }
}
.content-tiles__link-indicator-text {
    display: initial;
}
.content-tiles__link-indicator-icon {
    margin-left: .625rem;
}</pre></body></html>