#headerBanner {position: static;transition: width 125ms linear;}#banner-header-container {background-color: var(--banner-background-color);width: auto;color: white;height: 52px;min-width: 900px;transition: width 125ms linear;display: flex;align-items: center;}#banner-flex-space {flex: 1;}#banner-header-main-container {height: 100%;width: 100%;background-color: var(--banner-background-color);align-items: center;min-width: 700px;transition: width 125ms linear;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: row;flex: 1;}#banner-header-text {font-family: "Helvetica", sans-serif;font-weight: lighter;font-size: 25px;line-height: 21px;text-align: end;}#banner-header-text:before {content: "Cash Portal";}#banner-header-subtext {font-family: Calibri, Seravek, Helvetica, sans-serif;margin-left: 8px;font-size: 10px;font-weight: bold;}#banner-header-subtext:before {content: "Powered by ICD";}#banner-header-alt-text {padding-left: 0.5em;letter-spacing: 0.1em;margin-right: .4em;font-family: "Roboto", Calibri, Seravek, Helvetica, sans-serif;font-weight: 400;font-size: 22px;}#banner-header-img-div {width: 100%;}#banner-header-img {display: none;}#header {height: 52px;}