.contentImageBox{position:relative;background-size:cover;background-position:50%;overflow:hidden;padding:6rem}.contentImageBox .background-image{position:absolute!important;top:0;left:0;z-index:0}.contentImageBox:before{content:"";position:absolute;inset:0;background-color:hsla(0,0%,100%,.75);z-index:1}.contentImageBox.fullHeightShaded{height:calc(100vh - 68px);padding:0;display:flex;align-items:center}.contentImageBox.fullHeightShaded:before{background:linear-gradient(180deg,rgba(28,36,96,.7),rgba(0,119,199,.7));-webkit-backdrop-filter:none;backdrop-filter:none}.contentImageBox.shaded{padding:6rem}.contentImageBox.shaded:before{background:linear-gradient(180deg,rgba(28,36,96,.7),rgba(0,119,199,.7));-webkit-backdrop-filter:none;backdrop-filter:none}.contentImageBox .content{position:relative;z-index:2;margin:auto}.contentImageBox.fullHeight{height:100vh;padding:0;display:flex;align-items:center}.contentImageBox.fullHeight:before{background-color:rgba(28,36,96,.9);-webkit-backdrop-filter:none;backdrop-filter:none}@media(max-width:992px){.contentImageBox{padding:4rem}}@media(max-width:768px){.contentImageBox{padding:2rem}.contentImageBox.shaded{padding:2rem 1rem 3rem}.contentImageBox.fullHeightShaded{padding:1rem}.contentImageBox.fullHeight{padding:2rem}.contentImageBox.fullHeight .content{display:flex;height:100%}}