/* BMT 6584 - Footer block not behaving appropriately */
div.one-third-width {width: calc((100% / 3) - 20px); float: left; margin-left: 10px; display: table;}
div.one-third-width.left {margin-right: 20px; margin-left: 0px; clear: left;}
div.one-third-width.right {float: right; margin-left: 20px; clear: right;}
div.one-third-width > section {margin-bottom: 10px !important;}
div.one-third-width > section > div.card-top-story-list > div.row > div.col-sm-5, div.one-third-width > section > div.card-top-story-list > div.row > div.col-sm-7 {width: 100%;}
div.one-third-width > section > div.card-top-story-list article.card {border-bottom: 0; border-top: 0;}


@media (max-width: 567px) {
    div.one-third-width {width: 100%; margin: 20px 0; float: none; clear: both;}
}