

/* Agency Custom CSS */

/* Helper Classes */
.table-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.button-outline-red {
    background-color: white !important;
    border-color: red !important;
    color: red !important;
}
    .button-outline-red:hover {
        background-color: red !important;
        color: white !important;
    }



/* Custom Overrides */
.multi-column-container .columns {
    margin-bottom: 2rem;
}

.marketing-section .marketing-section-image img {
    border-radius: .6rem;
}

.marketing-section .marketing-section-text {
    padding: 1rem 1rem 0 0;
}

.marketing-section .marketing-section-image {
    margin: 1rem;
}


/* Custom CSS Helper Classes */

.gap-rm-t {
    padding-top: 0 !important;
}

.gap-rm-b {
    padding-bottom: 0 !important;
}

[id^="content_container_"] img {
    border-radius: 1rem;
}