<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Agency Custom CSS */

/* CUSTOM STYLES */

.dropdown-header {
    background: #0E2A52 ; /* Old browsers */
    background: -moz-linear-gradient(top, #0E2A52 0%, #051733 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0E2A52 0%,#051733 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0E2A52 0%,#051733 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E2A52', endColorstr='#051733', GradientType=0 ); /* IE6-9 */
    
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
}

.dropdown-header a {
    color: #fff !important;
    text-decoration: none !important;
}

.dropdown-section {
    overflow: hidden;
}

.dropdown-section p:first-child {
    margin-top: 0;
}


.dropdown-header1 {
    background: #86bad5 ;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
	margin-bottom: 1px;
}

.dropdown-header1 a {
    color: #676767 !important;
    text-decoration: none !important;
}

.dropdown-header1 a.link.active { 
    color:blue; 
}

.dropdown-header1 a.active {
    color: #321321 !important;
    text-decoration: none !important;
}

.dropdown-section1 {
    background: #FFF ;
    overflow: hidden;
}

.dropdown-section1 p:first-child {
    margin-top: 0;
}

.vidyard_wrapper {
    float: none!important;
}

/*@media print, screen and (max-width: 39.99875em) {
    #webWidget {
        display: none;
    }
}*/


#prefooter, #prefooter-content {
    padding: 0;
}
</pre></body></html>