/* /css/v3/layout/footer.defer.m.css (0.96 KB) */
.theFooterWrapper { background-size: 775px 677px; background-position: bottom -50px right -140px; } .theFooter { padding-bottom: calc(var(--top-padding-12) + var(--toolbar-height)); } .body-has_landingsFloatBar .theFooter { padding-bottom: 200px; } .theFooter_content, .theFooter_infoDocColumns { flex-direction: column; } .theFooter_contentLeft, .theFooter_contentRight, .theFooter_infoDocColumnsLeft, .theFooter_infoDocColumnsRight { width: 100%; } .theFooter_infoDocColumns { gap: var(--top-gap-3); } @media only screen and (max-width: 600px) { .theFooterWrapper { background-size: 568px 496px; background-position: bottom -30px right -140px; } .theFooter_contentLeft, .theFooter_contentRight, .theFooter_infoDocColumnsLeft, .theFooter_infoDocColumnsRight { flex-direction: column; } .theFooter_infoDocColumnsLeft, .theFooter_infoDocColumnsRight { gap: var(--top-gap-3); } .theFooter_contentColumn, .theFooter_infoDocColumn { width: 100%; } } 