
@media screen and (max-width: 1023px) {
    #header .inner:before {
        right: 0;
        left: 0;
    }
    .records_list > ul, .records_list.tile_list .tile_list_formatted {
        margin-right: -30px;
    }
    .records_list > ul > li, .records_list.tile_list ul {
        padding-right: 30px;
    }
    .records_list.flow_list .flow_list_formatted ul li {
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .records_list.flow_list.hide_grid_captions:not(.visible_grid_captions) .flow_list_formatted ul li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    #hero_header #hero_heading {
        margin: 0 0 0;
    }
}

@media screen and (max-width: 459px){

    .feature_panels .panel_image_text_adjacent .content h2 {
        font-size: 2.7rem;
        line-height: 3.375rem;
    }

}

