:root{--ra-orange:#ab3300;--ra-white:#fff;--ra-black:#000;--ra-grey-light:#e3e3e3;--ra-grey-vlight:#f3f3f3;--ra-grey-light2:#f4f4f4;--ra-grey-light3:#d8d8d8;--ra-grey-dark:#404040;--ra-grey-vdark:#212223;--ra-grey-dark2:#30343b;--ra-opacity-dark:rgba(0,0,0,.6)}.hero .bgimage{align-items:center;background:var(--ra-grey-vlight);background-position:50%;background-size:cover;display:flex;height:auto;min-height:380px;position:relative}.hero .overlay{background:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%}.hero .content{padding:4rem 0;width:100%}.hero .content .pagetitle{color:var(--ra-white)}.hero .content .description{color:var(--ra-white);margin:0 0 2rem}.hero .content.center{text-align:center}.hero .content.center .cta-group{justify-content:center}@media only screen and (min-width:768px){.hero .bgimage{min-height:460px}.hero .content{padding:6rem 0}.hero .content .description,.hero .content .pagetitle{max-width:600px}.hero .content.center .description,.hero .content.center .pagetitle{margin:0 auto 2rem}}@media only screen and (min-width:1200px){.hero .content{padding:8rem 0}}