

.topyenoh{opacity:0;position:absolute;top:0;left:0;height:0;width:0;padding:0;margin:0;z-index:-1}


.form-submit-success,.form-submit-error{opacity:0;transition:none;overflow:hidden}form:not(.success) .form-submit-success,form:not(.error) .form-submit-error{max-height:0;padding:0;margin:0;border-width:0px}form.success .form-submit-success,form.error .form-submit-error{opacity:1;transition:opacity 500ms ease}.form-submit-processing{opacity:0;pointer-events:none;transition:opacity 500ms ease}form:not(.processing) .form-submit-processing{max-height:0}form.processing *{pointer-events:none}form.processing .form-submit-processing{opacity:1;pointer-events:auto}.processing-modal.absolute,.processing-modal.fixed{background-color:var(--overlay-color);border-radius:inherit;position:absolute;top:0;left:0;right:0;bottom:0}.processing-modal.absolute .processing-circle,.processing-modal.fixed .processing-circle{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.processing-modal.fixed{position:fixed}
.processing-circle{margin:0 auto;width:40px;height:40px;border:4px solid var(--white-color);border-top:4px solid var(--primary);border-radius:50%;filter:drop-shadow(0 0 20px rgba(0,0,0,0.6))}.processing-circle.dark{border-color:var(--black-color);border-top-color:var(--primary)}.processing-circle.primary{border-top-color:var(--primary)}.processing-circle.secondary{border-top-color:var(--secondary)}.processing-circle.warning{border-top-color:var(--warning)}.processing-circle.success{border-top-color:var(--success)}.processing-circle.alert{border-top-color:var(--alert)}

.lines{border:0;height:0;width:100%;margin:0;padding:0}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}

:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(61, 141, 168, 1.00);--secondary:rgba(171, 130, 180, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(31, 111, 138, 1.00);--secondary-dark:rgba(141, 100, 150, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(14rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(18rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(16rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(36rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(44rem/16)}h2,.h2{font-size:calc(22rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(20rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  
  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, blockquote, .menu li, li, form, .button,.myclass{font-family:"Open Sans",sans-serif }
            .font-courier{font-family:'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace }
     h4,.h4,       .myclass{font-size:calc(12rem/16) ;font-style:italic ;}@media only screen and (min-width:40em) {     h4,.h4,       .myclass{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {     h4,.h4,       .myclass{font-size:calc(16rem/16) ;line-height:1.50 }}
.greytext{--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(178, 178, 178, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .tabletext{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .tabletext{font-size:calc(13rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .tabletext{font-size:calc(14rem/16) ;line-height:1.50 }}
.myclass{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.myclass{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.myclass{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.border-top-grey{border-color:rgba(178, 178, 178, 1.00) ;border-width:1px 0px 0px 0px ;border-style:solid ;}
.border-bottom-grey{border-color:rgba(178, 178, 178, 1.00) ;border-width:0px 0px 1px 0px ;border-style:solid ;}
.border-bottom-white{border-color:rgba(255, 255, 255, 1.00) ;border-width:0px 0px 1px 0px ;border-style:solid ;}
.light-grey{background-color:rgba(230, 230, 230, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.light-grey{background-attachment:scroll!important}}
.mid-grey{background-color:rgba(204, 204, 204, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.mid-grey{background-attachment:scroll!important}}
.purple{background-color:rgba(171, 130, 180, 0.74) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.purple{background-attachment:scroll!important}}
.layout{margin-top:4.00px ;margin-right:4.00px ;margin-bottom:4.00px ;margin-left:4.00px ;}@media only screen and (min-width:40em){.layout{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.layout{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}
.layout{padding-top:16.00px ;padding-right:4.00px ;padding-bottom:16.00px ;padding-left:4.00px ;}@media only screen and (min-width:40em){.layout{padding-top:32.00px ;padding-right:8.00px ;padding-bottom:32.00px ;padding-left:8.00px }}@media only screen and (min-width:64em){.layout{padding-top:48.00px ;padding-right:16.00px ;padding-bottom:48.00px ;padding-left:16.00px }}
.layoutnobottom{padding-top:16.00px ;padding-right:4.00px ;padding-bottom:0.00px ;padding-left:4.00px ;}@media only screen and (min-width:40em){.layoutnobottom{padding-top:32.00px ;padding-right:8.00px ;padding-bottom:0.00px ;padding-left:8.00px }}@media only screen and (min-width:64em){.layoutnobottom{padding-top:48.00px ;padding-right:16.00px ;padding-bottom:0.00px ;padding-left:16.00px }}
.margintop{margin-top:8.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.margintop{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.margintop{margin-top:32.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}
.margintoplarge{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.margintoplarge{margin-top:32.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.margintoplarge{margin-top:64.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}
.margintopsmall{margin-top:4.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.margintopsmall{margin-top:8.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.margintopsmall{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}
.marginbottom{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:8.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.marginbottom{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.marginbottom{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}
.marginbottomlarge{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.marginbottomlarge{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.marginbottomlarge{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:64.00px ;margin-left:0.00px }}
.marginbottomsmall{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:4.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.marginbottomsmall{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:8.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.marginbottomsmall{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}
.margintopbottom{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:8.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.margintopbottom{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.margintopbottom{margin-top:32.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}
.margintopbottomlarge{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.margintopbottomlarge{margin-top:32.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.margintopbottomlarge{margin-top:64.00px ;margin-right:0.00px ;margin-bottom:64.00px ;margin-left:0.00px }}
.margintopbottomsmall{margin-top:4.00px ;margin-right:0.00px ;margin-bottom:4.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.margintopbottomsmall{margin-top:8.00px ;margin-right:0.00px ;margin-bottom:8.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.margintopbottomsmall{margin-top:16.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}
.width200{min-width:200.00px ;max-width:200.00px ;}
.pos-centre{position:fixed    ;z-index:1 ;top:50% ;bottom:unset ;left:unset ;right:unset ;transform:translateY(-50%) ;}
            .navbar{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .navbar{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .navbar{font-size:calc(12rem/16) ;line-height:1.50 }}
.navbar{height:48.00px ;}@media only screen and (min-width:40em){.navbar{height:48.00px }}@media only screen and (min-width:64em){.navbar{height:48.00px }}
.navbar{background-color:rgba(179, 179, 179, 0.37) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.navbar{background-attachment:scroll!important}}
.stacks_in_6_15{line-height:0}.stacks_in_6_15 svg{display:inline-block;max-width:40px;height:auto;}.stacks_in_6_15.full-width svg{width:100%;height:auto}.stacks_in_6_15 svg *{fill:rgba(255, 255, 255, 1.00)}
.banner{height:440.00px ;}@media only screen and (min-width:40em){.banner{height:480.00px }}@media only screen and (min-width:64em){.banner{height:512.00px }}
.banner{background-color:rgba(171, 130, 180, 0.74) ;background-image:url('') ;background-repeat:no-repeat    ;background-position:right center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.banner{background-attachment:scroll!important}}
.banner{position:relative;z-index:0}.banner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.12 ;background-color:rgba(0, 0, 0, 1.00) ;}
.med-grey{background-color:var(--medium-gray) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.med-grey{background-attachment:scroll!important}}
.fontgreen{--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(17, 137, 146, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.stacks_in_4_2 > .grid-divider-wrapper > .grid-divider{height:calc(0% - 0.0625rem)}
.footy{--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(51, 51, 51, 1.00);--link-color:rgba(51, 51, 51, 1.00);--link-color-hover:rgba(255, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .footy-small{font-size:calc(12rem/16) ;line-height:1.50 ;}@media only screen and (min-width:40em) {            .footy-small{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .footy-small{font-size:calc(12rem/16) ;line-height:1.50 }}
.footy{background-color:rgba(221, 221, 221, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.footy{background-attachment:scroll!important}}


#stacks_in_4_12 {
	letter-spacing: 2px;
	font-size: 115%;
}
.lines.stacks_in_4_17{width:100%;margin:calc(16rem/16) auto calc(0rem/16) auto;border-bottom:1px solid rgba(179, 179, 179, 1.00);background:rgba(0, 0, 0, 0.00);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.lines.stacks_in_4_17.vertical{border-left:1px solid rgba(179, 179, 179, 1.00);border-bottom:none;width:0;height:100%;margin:0 auto;margin-top:calc((100% - 100%)/-2)}


#stacks_in_4_23 {
	letter-spacing: 2px;
	font-size: 115%;
}
.lines.stacks_in_4_46{width:100%;margin:calc(16rem/16) auto calc(0rem/16) auto;border-bottom:1px solid rgba(179, 179, 179, 1.00);background:rgba(0, 0, 0, 0.00);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.lines.stacks_in_4_46.vertical{border-left:1px solid rgba(179, 179, 179, 1.00);border-bottom:none;width:0;height:100%;margin:0 auto;margin-top:calc((100% - 100%)/-2)}


#stacks_in_4_34 {
	letter-spacing: 2px;
	font-size: 115%;
}
