

/* Agency Custom CSS */

.white-text {
    color:#fff !important;
    }
    
#prefooter {
    margin: 2rem;
}

#prefooter-content .subpage-text-container {
    padding: 0;
    max-width: 100%;
    background-color: #eee;
    border-bottom: none;
}

#prefooter-content #content_container_524387 {
    background-color: white;
    padding: 2rem 1rem 1rem 1rem;
    border-radius: .75rem;
}

#prefooter-content .subpage-text-container .subpage-text-inner {
    padding: 2rem 0;
    background-color: #eee;
    max-width: 85rem;
    margin: 0 auto;
    border-bottom: solid 1px #cacaca;
}

#prefooter-content .subpage-text-container:first-child {
    background-color: #fff;
}

#prefooter-content .subpage-text-container:first-child .subpage-text-inner {
    background-color: #fff;
    border-bottom: none;
}

#prefooter-content .subpage-text-container .subpage-text-inner ul#home-events-list {
    margin-left: 0;
}

#prefooter-content .subpage-text-container .subpage-text-inner .row {
    max-width: 85rem;
}

#prefooter-content {
    background: rgb(69,165,255);
    background: linear-gradient(90deg, rgba(69,165,255,1) 50%, rgba(49,117,181,1) 50%);
}

#prefooter-content .orbit {
    margin-bottom: 0 !important;
    max-width: calc(1440px - 7rem);
    margin: 0 auto;
}

@media print, screen and (max-width: 63.99875em) {
    #prefooter-content .orbit {
        max-width: 100%;
    }
}