/**handles:citlfp_forms_css,citlfp_main_css,contact-form-7,wpa-style,fusion-styles**/
.acf-field-citlfp-image-choice .acf-input{display:flex;flex-wrap:wrap}.acf-field-citlfp-image-choice .acf-input .check-inline{max-width:300px;height:150px;margin:0 16px 16px 0}.acf-field-citlfp-image-choice .acf-input .check-inline input{position:absolute;top:0;left:0;margin:16px 0 0 16px}form.multistep .controls button{display:none}form.multistep .steps-list{display:flex;list-style:none}form.multistep .steps-list button{background:#d3d3d3}form.multistep .steps-list .active button{background:#fff}form.multistep .steps-list .invalid button{background:red}form.multistep .step{display:none}.citlfp-conditional{display:none}.user-organisation{display:none}.user-organisation.active{display:block}

@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}
.citlfp-modal{display:none;width:100%;max-width:800px;background-color:#fff;position:relative;z-index:10;padding:1rem}.citlfp-modal.login-modal{max-width:400px}.modal__wrapper{display:none;position:fixed;z-index:100;width:100%;height:100%;top:0;left:0}.modal__wrapper.open{display:block}.modal__header{display:flex;border-bottom:2px solid #000;margin-bottom:1rem}.modal__header button.close{height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal__container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.modal__container .citlfp-modal{display:block}.modal__overlay{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}

.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::after,.wpcf7-list-item-label::before{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.longdesc-link span.screen-reader,.wpa-hide-ltr#skiplinks a,.wpa-hide-ltr#skiplinks a:hover,.wpa-hide-ltr#skiplinks a:visited,.wpa-hide-rtl#skiplinks a,.wpa-hide-rtl#skiplinks a:hover,.wpa-hide-rtl#skiplinks a:visited,.wpa-ld button span.screen-reader{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wpa-hide-ltr#skiplinks a:focus,.wpa-hide-rtl#skiplinks a:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpa-alt,.wpa-ld{display:inline-block;position:relative}div.alignleft.wpa-alt,div.alignleft.wpa-ld{float:left}div.alignright.wpa-alt,div.alignright.wpa-ld{float:right}div.aligncenter.wpa-alt,div.aligncenter.wpa-ld{display:block;margin:0 auto;width:fit-content}.wpa-focusable:focus{outline:1px solid;outline-offset:1px}.wpa-alt button.wpa-toggle,.wpa-ld a.wpa-toggle,.wpa-ld button.wpa-toggle{bottom:2px;left:2px;position:absolute;line-height:1.4;min-width:24px}.top-left .wpa-alt a.wpa-toggle,.top-left .wpa-alt button.wpa-toggle,.top-left .wpa-ld a.wpa-toggle,.top-left .wpa-ld button.wpa-toggle{top:2px;bottom:auto}.top-right .wpa-alt a.wpa-toggle,.top-right .wpa-alt button.wpa-toggle,.top-right .wpa-ld a.wpa-toggle,.top-right .wpa-ld button.wpa-toggle{top:2px;right:2px;left:auto;bottom:auto}.bottom-right .wpa-alt a.wpa-toggle,.bottom-right .wpa-alt button.wpa-toggle,.bottom-right .wpa-ld a.wpa-toggle,.bottom-right .wpa-ld button.wpa-toggle{right:2px;left:auto}.wpa-alt .wpa-ld button{left:2.5em}.bottom-right .wpa-alt .wpa-ld button,.top-right .wpa-alt .wpa-ld button{left:auto;right:2.5em}.wpa-alt button.wpa-toggle,.wpa-alt button.wpa-toggle:active,.wpa-alt button.wpa-toggle:focus,.wpa-alt button.wpa-toggle:hover,.wpa-ld button.wpa-toggle,.wpa-ld button.wpa-toggle:active,.wpa-ld button.wpa-toggle:focus,.wpa-ld button.wpa-toggle:hover{border:1px solid #777;border-radius:2px;z-index:10}.wpa-ld .longdesc{position:absolute;width:100%;height:100%;top:0;overflow-y:scroll;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.95);padding:2em 1em;text-align:left}.wpa-alt .wpa-alt-text{position:absolute;width:calc(100% - 2em);height:6em;bottom:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.95);padding:1.5em;margin:1em;border-radius:15px;box-shadow:0 0 6px #333;text-align:left;z-index:10}.top-left .wpa-alt .wpa-alt-text,.top-right .wpa-alt .wpa-alt-text{bottom:auto;top:0;margin-top:2.5em}.rtl .wpa-alt .wpa-alt-text,.rtl .wpa-ld .longdesc{text-align:right}.wpa-alt a.wpa-toggle,.wpa-alt button.wpa-toggle,.wpa-alt button.wpa-toggle:active,.wpa-alt button.wpa-toggle:focus,.wpa-alt button.wpa-toggle:hover,.wpa-ld a.wpa-toggle,.wpa-ld button.wpa-toggle,.wpa-ld button.wpa-toggle:active,.wpa-ld button.wpa-toggle:focus,.wpa-ld button.wpa-toggle:hover{font-size:1rem;background:rgba(255,255,255,.8)!important;padding:0;font-weight:700;font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;color:#000!important;padding:2px 4px;border-radius:3px}.wpa-ld .dashicons,.wpa-ld .dashicons:before{line-height:inherit}.wpa-alt button:focus,.wpa-alt button:hover,.wpa-ld button:focus,.wpa-ld button:hover{background:rgba(0,0,0,.8)!important;color:#fff!important;border:1px solid #000!important;cursor:pointer;outline:2px solid #a00!important;outline-offset:1px}.template-longdesc{text-align:left;line-height:1.5;width:100%;max-width:50em;padding:2em;margin:1em auto;background:#fdfdfd;color:#333;box-shadow:0 0 5px;font-size:1.4em}label.wpa-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.wpa-content-summary{padding:30px;background:rgba(0,0,0,.05);margin-bottom:30px}.wpa-content-summary div p:last-of-type{margin-bottom:0;padding-bottom:0}.wpa-excerpt .wp-block-post-excerpt__more-text,.wpa-excerpt .wp-block-read-more{display:none!important}.wpa-excerpt .wp-block-post-excerpt .continue{margin-top:1rem;display:block}
h1,h2,h3,h4,h5,h6{color:#001c4a;font-weight:600;overflow-wrap:break-word}.heading-h1,h1{font-size:3rem;line-height:1.14}@media (min-width:1024px){.heading-h1,h1{font-size:4rem;line-height:1.25}}.heading-h2,h2{font-size:2.5rem;line-height:1.2}@media (min-width:1024px){.heading-h2,h2{font-size:3rem;line-height:1.166}}.heading-h3,h3{font-size:2rem;line-height:1.25}@media (min-width:1024px){.heading-h3,h3{font-size:2.5rem;line-height:1.2}}.heading-h4,h4{font-size:1.5rem;line-height:1.33}@media (min-width:1024px){.heading-h4,h4{font-size:2rem;line-height:1.25}}.heading-h5,h5{font-size:1.125rem;line-height:1.33}@media (min-width:1024px){.heading-h5,h5{font-size:1.5rem}}.heading-h6,h6{font-size:1rem;line-height:1.5}@media (min-width:1024px){.heading-h6,h6{font-size:1.125rem;line-height:1.33}}p{font-size:1rem;line-height:1.5}@media (min-width:1024px){p{font-size:1.125rem;line-height:1.77}}.heading-20{font-size:1.125rem;line-height:1.2}@media (min-width:1024px){.heading-20{font-size:1.25rem;line-height:1.2}}.heading-40{font-size:1.5rem;line-height:1.33}@media (min-width:1024px){.heading-40{font-size:2.5rem;line-height:1.2}}.heading-56{font-size:2.5rem;line-height:1.2}@media (min-width:1024px){.heading-56{font-size:3.5rem;line-height:1.11}}.heading-64{font-size:2.5rem;line-height:1.2}@media (min-width:1024px){.heading-64{font-size:4rem;line-height:1.25}}.heading-72{font-size:2.5rem;line-height:1.2}@media (min-width:1024px){.heading-72{font-size:3.5rem;line-height:1.11}}.introduction-text p{font-size:1.25rem;line-height:1.4;font-weight:400}@media (min-width:1024px){.introduction-text p{font-size:1.5rem;line-height:1.66}}.text-small{font-size:1rem;line-height:1.5}.caption{font-size:.875rem;line-height:1.14}.title-meta-info{padding:0 .5rem;margin-bottom:.5rem;border-radius:.75rem;display:inline-flex;color:rgba(0,0,0,.8);font-size:.875rem;line-height:1.5rem;font-weight:500;background-color:#eef0ff}@media (min-width:1024px){.title-meta-info{padding:0 1rem;margin-bottom:1rem;font-size:1rem;line-height:1.5rem}}.button-label{font-size:1rem;line-height:1.5}@media (min-width:1024px){.button-label{font-size:1.125rem;line-height:1.33}}body{font-family:Poppins,sans-serif;font-size:1.125rem;line-height:1.77}.inner__wrapper{max-width:1440px;width:100%;padding-right:1rem;padding-left:1rem;margin:0 auto}@media (min-width:1120px){.inner__wrapper{padding-right:4.5%;padding-left:4.5%}}@media (min-width:1024px){.inner__wysiwyg{max-width:826px;padding-right:0;padding-left:0;margin:0 auto}}.insulate-p{padding-top:3.5rem;padding-bottom:3.5rem}@media (min-width:1024px){.insulate-p{padding-top:7.5rem;padding-bottom:7.5rem}}.insulate-p-no{padding-top:0;padding-bottom:0}@media (min-width:1440px){.insulate-p-no{padding-top:0;padding-bottom:0}}.insulate-p-no-top{padding-top:0;padding-bottom:3.5rem}@media (min-width:1024px){.insulate-p-no-top{padding-top:0;padding-bottom:7.5rem}}.insulate-p-no-bottom{padding-top:3.5rem;padding-bottom:0}@media (min-width:1024px){.insulate-p-no-bottom{padding-top:7.5rem;padding-bottom:0}}.increase-p--both.insulate-p{padding-top:4.5rem;padding-bottom:4.5rem}@media (min-width:480px){.increase-p--both.insulate-p{padding-top:5.5rem;padding-bottom:5.5rem}}@media (min-width:768px){.increase-p--both.insulate-p{padding-top:8rem;padding-bottom:8rem}}@media (min-width:1024px){.increase-p--both.insulate-p{padding-top:10.5rem;padding-bottom:10.5rem}}@media (min-width:1440px){.increase-p--both.insulate-p{padding-top:14.5rem;padding-bottom:14.5rem}}.increase-p--bot.insulate-p,.increase-p--bot.insulate-p-no-top{padding-bottom:3.5rem}@media (min-width:480px){.increase-p--bot.insulate-p,.increase-p--bot.insulate-p-no-top{padding-bottom:5.5rem}}@media (min-width:768px){.increase-p--bot.insulate-p,.increase-p--bot.insulate-p-no-top{padding-bottom:8rem}}@media (min-width:1024px){.increase-p--bot.insulate-p,.increase-p--bot.insulate-p-no-top{padding-bottom:10.5rem}}@media (min-width:1440px){.increase-p--bot.insulate-p,.increase-p--bot.insulate-p-no-top{padding-bottom:14.5rem}}.increase-p--top.insulate-p,.increase-p--top.insulate-p-no-bottom{padding-top:3.5rem}@media (min-width:480px){.increase-p--top.insulate-p,.increase-p--top.insulate-p-no-bottom{padding-top:5.5rem}}@media (min-width:768px){.increase-p--top.insulate-p,.increase-p--top.insulate-p-no-bottom{padding-top:8rem}}@media (min-width:1024px){.increase-p--top.insulate-p,.increase-p--top.insulate-p-no-bottom{padding-top:10.5rem}}@media (min-width:1440px){.increase-p--top.insulate-p,.increase-p--top.insulate-p-no-bottom{padding-top:14.5rem}}.decor-border--both::after,.decor-border--both::before,.decor-border--bottom::after,.decor-border--top::before{position:absolute;width:100%;height:1.6rem;content:"";display:block;background-repeat:no-repeat;background-size:cover;background-position:center bottom;z-index:9}.decor-border--both::before,.decor-border--top::before{top:-1.5rem}@media (min-width:480px){.decor-border--both::before,.decor-border--top::before{top:-2.5rem;height:2.5rem}}@media (min-width:768px){.decor-border--both::before,.decor-border--top::before{top:-5rem;height:5rem}}@media (min-width:1440px){.decor-border--both::before,.decor-border--top::before{top:-7rem;height:7rem}}@media (min-width:1536px){.decor-border--both::before,.decor-border--top::before{height:8rem}}@media (min-width:2200px){.decor-border--both::before,.decor-border--top::before{height:10rem}}.decor-border--both::after,.decor-border--bottom::after{bottom:-1.5rem}@media (min-width:480px){.decor-border--both::after,.decor-border--bottom::after{bottom:-2.5rem;height:2.5rem}}@media (min-width:768px){.decor-border--both::after,.decor-border--bottom::after{bottom:-5rem;height:5rem}}@media (min-width:1440px){.decor-border--both::after,.decor-border--bottom::after{bottom:-7rem;height:7rem}}@media (min-width:1536px){.decor-border--both::after,.decor-border--bottom::after{height:8rem}}.sr__only{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(1px 1px 1px 1px)}.grid{display:flex;flex-wrap:wrap}.grid--grid2{margin:0 -1%}.grid--grid2 .card,.grid--grid2 .col{width:48%;margin:0 1% 32px}@media (max-width:768px){.grid--grid2 .card,.grid--grid2 .col{width:100%}}.grid--grid3{margin:0 -1%}.grid--grid3 .card,.grid--grid3 .col{width:31.3333%;margin:0 1% 32px}@media (max-width:768px){.grid--grid3 .card,.grid--grid3 .col{width:100%}}.grid--grid4{margin:0 -1%}.grid--grid4 .card,.grid--grid4 .col{width:23%;margin:0 1% 32px}@media (max-width:1024px){.grid--grid4 .card,.grid--grid4 .col{width:48%}}@media (max-width:768px){.grid--grid4 .card,.grid--grid4 .col{width:100%;margin:0 0 32px}}.grid--grid4 .content-card__title{font-size:1rem;line-height:1.5rem}.grid--grid4 .content-card p{font-size:.875rem;line-height:1.125rem}.grid--sidebar{justify-content:space-between}.grid--sidebar .sidebar{width:25%;word-break:break-word}@media (max-width:1023px){.grid--sidebar .sidebar{width:100%}}.grid--sidebar .main-content{width:70%}@media (max-width:1023px){.grid--sidebar .main-content{width:100%}}.grid--reverse{flex-direction:row-reverse}*,::after,::before{box-sizing:border-box}ol,ul{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.print{visibility:hidden}.slick-loading .slick-list{background:#fff url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ajax-loader.gif") center center no-repeat}@font-face{font-family:slick;src:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/fonts/slick.eot");src:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/fonts/slick.eot?#iefix") format("embedded-opentype"),url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/fonts/slick.woff") format("woff"),url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/fonts/slick.ttf") format("truetype"),url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/fonts/slick.svg#slick") format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;z-index:20;display:block;width:48px;height:48px;line-height:0;font-size:0px;cursor:pointer;background:0 0;color:transparent;top:auto;bottom:-20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{content:"";display:block;font-size:40px;width:48px;height:48px;line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#4b63e6;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-white.svg");background-repeat:no-repeat;background-position:center center;background-size:30%}.slick-prev:before{transform:rotate(180deg)}.slick-prev{left:0}[dir=rtl] .slick-prev{left:auto;right:0}.slick-prev:before{content:""}[dir=rtl] .slick-prev:before{content:""}.slick-next{right:0}[dir=rtl] .slick-next{left:0;right:auto}.slick-next:before{content:""}[dir=rtl] .slick-next:before{content:""}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:12px;list-style:none;display:block;text-align:center;padding:0;margin:0 auto;left:0;right:0;width:80%;z-index:20}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer;text-align:center}.slick-dots li button{border:0;background:0 0;display:block;height:8px;width:8px;outline:0;line-height:0;font-size:0px;color:transparent;padding:5px;cursor:pointer;background:#dce2ff}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li.slick-active button{background:#4b63e6;color:#000;opacity:.75}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}html{font-size:16px;line-height:24px;font-family:Poppins,sans-serif;padding:0;margin:0;text-rendering:auto;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f6f6}body{margin:0;padding:0;overflow-x:hidden}aside,footer,header,main,section{display:block}a{text-decoration:none;transition:all .3s ease-in;color:#0077cf;font-weight:700;outline:0}a:active,a:focus,a:hover{transition:all .3s ease-in;text-decoration:underline;color:#4b63e6}ul{margin:24px 0 40px 24px}ul li{margin-bottom:8px}ol{margin:24px 0 40px 24px}ol li{margin-bottom:8px}img{width:100%;height:auto}figcaption{text-align:center;font-style:italic}#searchsubmit,.button,.pill,.wpcf7-submit{position:relative;padding:.75rem 1.5rem;border:2px solid #fff;border-radius:.5rem;display:inline-block;font-size:1.125rem;line-height:1.33;font-weight:600;color:#000;background-color:#fff;transition:all .3s ease-in;cursor:pointer;outline:0;-webkit-appearance:none}@media only screen and (max-width:767px){#searchsubmit,.button,.pill,.wpcf7-submit{display:block}}#searchsubmit:disabled,.button:disabled,.pill:disabled,.wpcf7-submit:disabled{background-color:#d1d7f9;border:2px solid #d1d7f9;color:#888}#searchsubmit:disabled:active,#searchsubmit:disabled:focus,#searchsubmit:disabled:hover,.button:disabled:active,.button:disabled:focus,.button:disabled:hover,.pill:disabled:active,.pill:disabled:focus,.pill:disabled:hover,.wpcf7-submit:disabled:active,.wpcf7-submit:disabled:focus,.wpcf7-submit:disabled:hover{background-color:#d1d7f9;border:2px solid #d1d7f9;color:#888;cursor:not-allowed}#searchsubmit:hover,.button:hover,.pill:hover,.wpcf7-submit:hover{border-color:#4b66fe;color:#fff;background-color:#4b66fe;text-decoration:none}#searchsubmit--primary,.button--primary,.pill--primary,.wpcf7-submit--primary{border-color:#65fbd2;color:#000;background-color:#65fbd2}#searchsubmit--primary:hover,.button--primary:hover,.pill--primary:hover,.wpcf7-submit--primary:hover{border-color:#001c4a;color:#fff;background-color:#001c4a}#searchsubmit--secondary,.button--secondary,.pill--secondary,.wpcf7-submit--secondary{border-color:#162ba2;color:#fff;background-color:#162ba2}#searchsubmit--secondary:hover,.button--secondary:hover,.pill--secondary:hover,.wpcf7-submit--secondary:hover{border-color:#4b66fe;color:#fff;background-color:#4b66fe}#searchsubmit--accent,.button--accent,.pill--accent,.wpcf7-submit--accent{border-color:#f99a01;color:#000;background-color:#f99a01}#searchsubmit--accent:hover,.button--accent:hover,.pill--accent:hover,.wpcf7-submit--accent:hover{border-color:#001c4a;color:#fff;background-color:#001c4a}#searchsubmit--secondary-hover-dark:hover,.button--secondary-hover-dark:hover,.pill--secondary-hover-dark:hover,.wpcf7-submit--secondary-hover-dark:hover{border-color:#65fbd2;color:#001c4a;background-color:#65fbd2}#searchsubmit--outline,.button--outline,.pill--outline,.wpcf7-submit--outline{background-color:#fff;border:2px solid #000;color:#000}#searchsubmit--outline.button--icon--download:after,.button--outline.button--icon--download:after,.pill--outline.button--icon--download:after,.wpcf7-submit--outline.button--icon--download:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-download-black.svg")}#searchsubmit--outline:active,#searchsubmit--outline:focus,#searchsubmit--outline:hover,.button--outline:active,.button--outline:focus,.button--outline:hover,.pill--outline:active,.pill--outline:focus,.pill--outline:hover,.wpcf7-submit--outline:active,.wpcf7-submit--outline:focus,.wpcf7-submit--outline:hover{background:#fff;color:#4b63e6}#searchsubmit--outline-dark,.button--outline-dark,.pill--outline-dark,.wpcf7-submit--outline-dark{background-color:transparent;border:2px solid #fff;color:#fff}#searchsubmit--outline-dark:active,#searchsubmit--outline-dark:focus,#searchsubmit--outline-dark:hover,.button--outline-dark:active,.button--outline-dark:focus,.button--outline-dark:hover,.pill--outline-dark:active,.pill--outline-dark:focus,.pill--outline-dark:hover,.wpcf7-submit--outline-dark:active,.wpcf7-submit--outline-dark:focus,.wpcf7-submit--outline-dark:hover{background-color:transparent;border-color:#758afe;color:#758afe}#searchsubmit--small,.button--small,.pill--small,.wpcf7-submit--small{height:40px;padding:.5rem 1rem;font-size:1rem;line-height:1.5}#searchsubmit--large,.button--large,.pill--large,.wpcf7-submit--large{height:57px;padding:1rem 2rem}#searchsubmit.prev,.button.prev,.pill.prev,.wpcf7-submit.prev{background-color:#fff;border:2px solid #000;color:#000}#searchsubmit.prev:active,#searchsubmit.prev:focus,#searchsubmit.prev:hover,.button.prev:active,.button.prev:focus,.button.prev:hover,.pill.prev:active,.pill.prev:focus,.pill.prev:hover,.wpcf7-submit.prev:active,.wpcf7-submit.prev:focus,.wpcf7-submit.prev:hover{background:#fff;color:#4b63e6}#searchsubmit--icon,#searchsubmit.next,#searchsubmit.submit,.button--icon,.button.next,.button.submit,.pill--icon,.pill.next,.pill.submit,.wpcf7-submit--icon,.wpcf7-submit.next,.wpcf7-submit.submit{padding-right:56px;position:relative}#searchsubmit--icon:after,#searchsubmit.next:after,#searchsubmit.submit:after,.button--icon:after,.button.next:after,.button.submit:after,.pill--icon:after,.pill.next:after,.pill.submit:after,.wpcf7-submit--icon:after,.wpcf7-submit.next:after,.wpcf7-submit.submit:after{content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-white.svg");background-size:contain;background-repeat:no-repeat;background-position:center;height:14px;width:14px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .3s ease-in}#searchsubmit--icon:active:after,#searchsubmit--icon:focus:after,#searchsubmit--icon:hover:after,#searchsubmit.next:active:after,#searchsubmit.next:focus:after,#searchsubmit.next:hover:after,#searchsubmit.submit:active:after,#searchsubmit.submit:focus:after,#searchsubmit.submit:hover:after,.button--icon:active:after,.button--icon:focus:after,.button--icon:hover:after,.button.next:active:after,.button.next:focus:after,.button.next:hover:after,.button.submit:active:after,.button.submit:focus:after,.button.submit:hover:after,.pill--icon:active:after,.pill--icon:focus:after,.pill--icon:hover:after,.pill.next:active:after,.pill.next:focus:after,.pill.next:hover:after,.pill.submit:active:after,.pill.submit:focus:after,.pill.submit:hover:after,.wpcf7-submit--icon:active:after,.wpcf7-submit--icon:focus:after,.wpcf7-submit--icon:hover:after,.wpcf7-submit.next:active:after,.wpcf7-submit.next:focus:after,.wpcf7-submit.next:hover:after,.wpcf7-submit.submit:active:after,.wpcf7-submit.submit:focus:after,.wpcf7-submit.submit:hover:after{right:12px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-white.svg")}#searchsubmit--icon--dark:after,#searchsubmit.next--dark:after,#searchsubmit.submit--dark:after,.button--icon--dark:after,.button.next--dark:after,.button.submit--dark:after,.pill--icon--dark:after,.pill.next--dark:after,.pill.submit--dark:after,.wpcf7-submit--icon--dark:after,.wpcf7-submit.next--dark:after,.wpcf7-submit.submit--dark:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-black.svg")}#searchsubmit--icon--download:after,#searchsubmit.next--download:after,#searchsubmit.submit--download:after,.button--icon--download:after,.button.next--download:after,.button.submit--download:after,.pill--icon--download:after,.pill.next--download:after,.pill.submit--download:after,.wpcf7-submit--icon--download:after,.wpcf7-submit.next--download:after,.wpcf7-submit.submit--download:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-download-white.svg")}#searchsubmit--icon--download:active:after,#searchsubmit--icon--download:focus:after,#searchsubmit--icon--download:hover:after,#searchsubmit.next--download:active:after,#searchsubmit.next--download:focus:after,#searchsubmit.next--download:hover:after,#searchsubmit.submit--download:active:after,#searchsubmit.submit--download:focus:after,#searchsubmit.submit--download:hover:after,.button--icon--download:active:after,.button--icon--download:focus:after,.button--icon--download:hover:after,.button.next--download:active:after,.button.next--download:focus:after,.button.next--download:hover:after,.button.submit--download:active:after,.button.submit--download:focus:after,.button.submit--download:hover:after,.pill--icon--download:active:after,.pill--icon--download:focus:after,.pill--icon--download:hover:after,.pill.next--download:active:after,.pill.next--download:focus:after,.pill.next--download:hover:after,.pill.submit--download:active:after,.pill.submit--download:focus:after,.pill.submit--download:hover:after,.wpcf7-submit--icon--download:active:after,.wpcf7-submit--icon--download:focus:after,.wpcf7-submit--icon--download:hover:after,.wpcf7-submit.next--download:active:after,.wpcf7-submit.next--download:focus:after,.wpcf7-submit.next--download:hover:after,.wpcf7-submit.submit--download:active:after,.wpcf7-submit.submit--download:focus:after,.wpcf7-submit.submit--download:hover:after{right:16px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-download-brand.svg")}#searchsubmit--icon--arrow-down:after,#searchsubmit.next--arrow-down:after,#searchsubmit.submit--arrow-down:after,.button--icon--arrow-down:after,.button.next--arrow-down:after,.button.submit--arrow-down:after,.pill--icon--arrow-down:after,.pill.next--arrow-down:after,.pill.submit--arrow-down:after,.wpcf7-submit--icon--arrow-down:after,.wpcf7-submit.next--arrow-down:after,.wpcf7-submit.submit--arrow-down:after{transform:rotate(90deg)}#searchsubmit--icon--arrow-down:active:after,#searchsubmit--icon--arrow-down:focus:after,#searchsubmit--icon--arrow-down:hover:after,#searchsubmit.next--arrow-down:active:after,#searchsubmit.next--arrow-down:focus:after,#searchsubmit.next--arrow-down:hover:after,#searchsubmit.submit--arrow-down:active:after,#searchsubmit.submit--arrow-down:focus:after,#searchsubmit.submit--arrow-down:hover:after,.button--icon--arrow-down:active:after,.button--icon--arrow-down:focus:after,.button--icon--arrow-down:hover:after,.button.next--arrow-down:active:after,.button.next--arrow-down:focus:after,.button.next--arrow-down:hover:after,.button.submit--arrow-down:active:after,.button.submit--arrow-down:focus:after,.button.submit--arrow-down:hover:after,.pill--icon--arrow-down:active:after,.pill--icon--arrow-down:focus:after,.pill--icon--arrow-down:hover:after,.pill.next--arrow-down:active:after,.pill.next--arrow-down:focus:after,.pill.next--arrow-down:hover:after,.pill.submit--arrow-down:active:after,.pill.submit--arrow-down:focus:after,.pill.submit--arrow-down:hover:after,.wpcf7-submit--icon--arrow-down:active:after,.wpcf7-submit--icon--arrow-down:focus:after,.wpcf7-submit--icon--arrow-down:hover:after,.wpcf7-submit.next--arrow-down:active:after,.wpcf7-submit.next--arrow-down:focus:after,.wpcf7-submit.next--arrow-down:hover:after,.wpcf7-submit.submit--arrow-down:active:after,.wpcf7-submit.submit--arrow-down:focus:after,.wpcf7-submit.submit--arrow-down:hover:after{right:16px;transform:rotate(90deg)}#searchsubmit--icon--user:after,#searchsubmit.next--user:after,#searchsubmit.submit--user:after,.button--icon--user:after,.button.next--user:after,.button.submit--user:after,.pill--icon--user:after,.pill.next--user:after,.pill.submit--user:after,.wpcf7-submit--icon--user:after,.wpcf7-submit.next--user:after,.wpcf7-submit.submit--user:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-user-white.svg");height:24px;width:24px;top:50%;transform:translateY(-50%)}#searchsubmit--icon--user:active:after,#searchsubmit--icon--user:focus:after,#searchsubmit--icon--user:hover:after,#searchsubmit.next--user:active:after,#searchsubmit.next--user:focus:after,#searchsubmit.next--user:hover:after,#searchsubmit.submit--user:active:after,#searchsubmit.submit--user:focus:after,#searchsubmit.submit--user:hover:after,.button--icon--user:active:after,.button--icon--user:focus:after,.button--icon--user:hover:after,.button.next--user:active:after,.button.next--user:focus:after,.button.next--user:hover:after,.button.submit--user:active:after,.button.submit--user:focus:after,.button.submit--user:hover:after,.pill--icon--user:active:after,.pill--icon--user:focus:after,.pill--icon--user:hover:after,.pill.next--user:active:after,.pill.next--user:focus:after,.pill.next--user:hover:after,.pill.submit--user:active:after,.pill.submit--user:focus:after,.pill.submit--user:hover:after,.wpcf7-submit--icon--user:active:after,.wpcf7-submit--icon--user:focus:after,.wpcf7-submit--icon--user:hover:after,.wpcf7-submit.next--user:active:after,.wpcf7-submit.next--user:focus:after,.wpcf7-submit.next--user:hover:after,.wpcf7-submit.submit--user:active:after,.wpcf7-submit.submit--user:focus:after,.wpcf7-submit.submit--user:hover:after{right:16px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-user-brand.svg")}#searchsubmit--icon--plus:after,#searchsubmit.next--plus:after,#searchsubmit.submit--plus:after,.button--icon--plus:after,.button.next--plus:after,.button.submit--plus:after,.pill--icon--plus:after,.pill.next--plus:after,.pill.submit--plus:after,.wpcf7-submit--icon--plus:after,.wpcf7-submit.next--plus:after,.wpcf7-submit.submit--plus:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-plus-white.svg")}#searchsubmit--icon--plus:active:after,#searchsubmit--icon--plus:focus:after,#searchsubmit--icon--plus:hover:after,#searchsubmit.next--plus:active:after,#searchsubmit.next--plus:focus:after,#searchsubmit.next--plus:hover:after,#searchsubmit.submit--plus:active:after,#searchsubmit.submit--plus:focus:after,#searchsubmit.submit--plus:hover:after,.button--icon--plus:active:after,.button--icon--plus:focus:after,.button--icon--plus:hover:after,.button.next--plus:active:after,.button.next--plus:focus:after,.button.next--plus:hover:after,.button.submit--plus:active:after,.button.submit--plus:focus:after,.button.submit--plus:hover:after,.pill--icon--plus:active:after,.pill--icon--plus:focus:after,.pill--icon--plus:hover:after,.pill.next--plus:active:after,.pill.next--plus:focus:after,.pill.next--plus:hover:after,.pill.submit--plus:active:after,.pill.submit--plus:focus:after,.pill.submit--plus:hover:after,.wpcf7-submit--icon--plus:active:after,.wpcf7-submit--icon--plus:focus:after,.wpcf7-submit--icon--plus:hover:after,.wpcf7-submit.next--plus:active:after,.wpcf7-submit.next--plus:focus:after,.wpcf7-submit.next--plus:hover:after,.wpcf7-submit.submit--plus:active:after,.wpcf7-submit.submit--plus:focus:after,.wpcf7-submit.submit--plus:hover:after{right:16px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-plus-brand.svg")}#searchsubmit--hub,.button--hub,.pill--hub,.wpcf7-submit--hub{display:flex;white-space:nowrap;padding:6px 16px}#searchsubmit--hub span,.button--hub span,.pill--hub span,.wpcf7-submit--hub span{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;position:relative;margin-right:16px;padding-right:8px}#searchsubmit--hub span:after,.button--hub span:after,.pill--hub span:after,.wpcf7-submit--hub span:after{content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-white.svg");background-size:contain;background-repeat:no-repeat;background-position:center;height:14px;width:14px;position:absolute;right:-16px;top:8px;transition:all .3s ease-in;transform:rotate(90deg)}#searchsubmit--hub .avatar,.button--hub .avatar,.pill--hub .avatar,.wpcf7-submit--hub .avatar{border-radius:100%;width:32px;height:32px;padding:0;margin:0 0 0 16px}#searchsubmit--hub:active span:after,#searchsubmit--hub:focus span:after,#searchsubmit--hub:hover span:after,.button--hub:active span:after,.button--hub:focus span:after,.button--hub:hover span:after,.pill--hub:active span:after,.pill--hub:focus span:after,.pill--hub:hover span:after,.wpcf7-submit--hub:active span:after,.wpcf7-submit--hub:focus span:after,.wpcf7-submit--hub:hover span:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-brand.svg")}.facetwp-load-more{padding:14px 24px;border-radius:.5rem;display:inline-block;font-weight:700;font-size:1rem;line-height:1rem;transition:all .3s ease-in;cursor:pointer;outline:0;position:relative;background-color:#fff;border:2px solid #000;color:#000}.facetwp-load-more:active,.facetwp-load-more:focus,.facetwp-load-more:hover{background-color:transparent;color:#4b63e6;text-decoration:none}.button-print{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-print-white.svg");background-repeat:no-repeat;background-position:center center;height:56px;width:56px}.button-print:active,.button-print:focus,.button-print:hover{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-print-brand.svg");background-repeat:no-repeat;background-position:center center}.button-share{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-share-white.svg");background-repeat:no-repeat;background-position:right 20px center;padding-right:60px}.button-share:active,.button-share:focus,.button-share:hover{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-share-brand.svg");background-repeat:no-repeat;background-position:right 20px center}.button-extlink{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-extlink-white.svg");background-repeat:no-repeat;background-position:right 20px center;padding-right:60px}.button-extlink:active,.button-extlink:focus,.button-extlink:hover{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-extlink-brand.svg");background-repeat:no-repeat;background-position:right 20px center}.button-extlink-dark{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-extlink-black.svg");background-repeat:no-repeat;background-position:right 20px center;padding-right:60px}.button-extlink-dark:active,.button-extlink-dark:focus,.button-extlink-dark:hover{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-extlink-brand.svg");background-repeat:no-repeat;background-position:right 20px center}.buttons-bottom{display:flex;flex-wrap:wrap;margin-top:32px}.buttons-bottom:empty{display:none}.buttons-bottom .buttons-bottom__button{width:100%;text-align:center}@media (min-width:480px){.buttons-bottom .buttons-bottom__button{width:auto}}.buttons-bottom .buttons-bottom__button:first-child{margin-bottom:1.5rem}@media (min-width:480px){.buttons-bottom .buttons-bottom__button:first-child{margin-right:1.5rem}}.buttons-bottom .buttons-bottom__button a,.buttons-bottom .buttons-bottom__button button{width:100%;text-align:center;color:#000;text-decoration:none}@media (min-width:480px){.buttons-bottom .buttons-bottom__button a,.buttons-bottom .buttons-bottom__button button{width:auto}}.buttons-bottom .buttons-bottom__button a:hover,.buttons-bottom .buttons-bottom__button button:hover{color:#4b66fe}.wysiwyg_editor .pill--primary:hover{background-color:#001c4a;border-color:#001c4a}.wysiwyg_editor .pill--secondary:hover{background-color:#4b66fe;border-color:#4b66fe}.form .field,.form__row,form .field,form__row{display:block;margin-bottom:24px;border:0;padding:0}.form .field br,.form__row br,form .field br,form__row br{display:none}.form fieldset,form fieldset{display:flex;justify-content:space-between}.form__col,form__col{width:49%}.form a,form a{color:#0077cf}.form label,form label{display:block;font-size:1rem;line-height:1.5rem;color:#000;font-weight:700;margin-bottom:8px}.form .acf-field input[type=email],.form .acf-field input[type=number],.form .acf-field input[type=text],.form input,.form select,.form textarea,form .acf-field input[type=email],form .acf-field input[type=number],form .acf-field input[type=text],form input,form select,form textarea{width:100%;padding:13px 20px;border-radius:8px;border:3px solid #bac4ff;background-color:#f6f7ff;outline:0;font-size:1rem;line-height:1.5}@media (min-width:1024px){.form .acf-field input[type=email],.form .acf-field input[type=number],.form .acf-field input[type=text],.form input,.form select,.form textarea,form .acf-field input[type=email],form .acf-field input[type=number],form .acf-field input[type=text],form input,form select,form textarea{font-size:1.125rem;line-height:1.33}}.form .acf-field input[type=email]::-ms-expand,.form .acf-field input[type=number]::-ms-expand,.form .acf-field input[type=text]::-ms-expand,.form input::-ms-expand,.form select::-ms-expand,.form textarea::-ms-expand,form .acf-field input[type=email]::-ms-expand,form .acf-field input[type=number]::-ms-expand,form .acf-field input[type=text]::-ms-expand,form input::-ms-expand,form select::-ms-expand,form textarea::-ms-expand{display:none}.form .acf-field input[type=email]:focus,.form .acf-field input[type=number]:focus,.form .acf-field input[type=text]:focus,.form input:focus,.form select:focus,.form textarea:focus,form .acf-field input[type=email]:focus,form .acf-field input[type=number]:focus,form .acf-field input[type=text]:focus,form input:focus,form select:focus,form textarea:focus{border-color:#0093ff}.form input[type=checkbox],.form input[type=radio],form input[type=checkbox],form input[type=radio]{width:auto;flex-shrink:0}.form textarea,form textarea{min-height:150px}::-webkit-input-placeholder{color:#000}::-moz-placeholder{color:#000}:-ms-input-placeholder{color:#000}:-moz-placeholder{color:#000}.custom-select{position:relative}.custom-select select{display:none}.custom-select select::-ms-expand{display:none}.select-selected{background-color:#f6f7ff;border:3px solid #bac4ff;border-radius:8px;font-size:1rem;line-height:1.5}@media (min-width:1024px){.select-selected{font-size:1.125rem;line-height:1.33}}.select-selected:after{position:absolute;content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-brand.svg");background-repeat:no-repeat;top:24px;right:24px;height:16px;width:16px;transform:rotate(90deg);background-size:contain;display:block}.select-selected.select-arrow-active:after{transform:rotate(270deg);top:16px}.select-items div{color:#000;padding:8px 16px;border:3px solid #bac4ff;cursor:pointer}.select-selected{color:#000;padding:13px 20px;border:3px solid #bac4ff;cursor:pointer}.select-items{top:100%;left:0;right:0;position:absolute;background-color:#fff;border:3px solid #bac4ff;border-top:0;font-size:1rem;max-height:275px;overflow-y:auto;z-index:99}.select-items div{border:0}.select-hide{display:none}.same-as-selected,.select-items div:hover{background-color:#dce2ff}span.wpcf7-list-item{margin:0}.parsley-errors-list{color:#c60000;margin:16px 0 0 16px;padding:0}.parsley-errors-list li{font-size:.825rem;line-height:1.125rem;font-weight:700}.controls{display:flex;justify-content:space-between;margin-top:40px}@media (max-width:480px){.controls{flex-wrap:wrap}}@media (max-width:480px){.controls .button{margin-bottom:.5rem}}.form-wrapper{padding:1.5rem;margin-bottom:48px;background:#fff;border:3px solid #edf0ff;border-radius:24px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media (min-width:480px){.form-wrapper{padding:3rem}}@media (min-width:1440px){.form-wrapper{padding:4rem}}.form-wrapper .button{width:auto!important}@media only screen and (max-width:767px){.form-wrapper .button{width:100%!important}}.step p{margin-bottom:48px!important}.acf-field-radio.columns ul{column-count:2}@media only screen and (max-width:767px){.acf-field-radio.columns ul{column-count:1}}.columns .field{column-count:2}@media only screen and (max-width:767px){.columns .field{column-count:1}}.columns-flex .field{display:flex}.columns-flex .check-inline{width:50%}@media only screen and (max-width:767px){.columns-flex .check-inline{width:100%}}.wpcf7-response-output{background-color:#e5fcf1;border-color:#e5fcf1!important;text-align:left;color:#444;font-weight:700;margin:0!important;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-check-green.svg");background-repeat:no-repeat;background-position:left 16px center;padding:8px 32px 8px 48px!important}.invalid .wpcf7-response-output{background-color:#fff4e5;border-color:#fff4e5!important;color:#444;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-warning.svg");background-repeat:no-repeat;background-position:left 16px center}.wpcf7-not-valid-tip{color:#c60000;font-size:.875rem;line-height:1.125rem;margin-top:8px;padding-left:24px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-error.svg");background-repeat:no-repeat;background-position:left center}.facetwp-facet input.facetwp-location,.flatpickr-alt{width:100%;height:48px;padding:.75rem 1.5rem;border-radius:.5rem;border:3px solid #bac4ff;outline:0;background-color:#f6f7ff}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.facetwp-facet input.facetwp-location,.flatpickr-alt{padding:13px}}.facetwp-facet input.facetwp-location:focus,.flatpickr-alt:focus{border:2px solid #0093ff}.facetwp-facet{margin-bottom:0!important}.facetwp-icon:before{background-position:center center!important;width:100%!important}.facetwp-facet-search .facetwp-icon:before{margin-left:0!important}.facetwp-radius{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20%;padding:10px 20px;border-radius:.5rem;border:2px solid #bac4ff;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-down-black.svg");background-size:11px;background-repeat:no-repeat;background-position:right 15px center;margin-left:8px;outline:0}.facetwp-radius::-ms-expand{display:none}.facetwp-radius:focus{border:2px solid #0093ff}.facetwp-facet-search .facetwp-search{min-width:auto;width:100%;height:56px;border:3px solid #bac4ff;border-radius:.5rem;padding:.75rem 1.5rem;background-color:#f6f7ff}.fs-dropdown{position:absolute;background-color:#fff;width:100%!important}.fs-dropdown .fs-search{background:#f6f6f6;padding:16px;position:relative}.fs-dropdown .fs-search input{padding:16px;border:2px solid #000!important;padding-right:60px}.fs-dropdown .fs-search:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-search-white.svg");background-repeat:no-repeat;margin-left:12px}.fs-label-wrap,.fs-wrap{width:100%;position:relative}.facetwp-input-wrap{width:100%}.fs-wrap{display:inline-block;cursor:pointer;line-height:1}.facetwp-facet{margin-bottom:0}.facetwp-type-fselect .fs-label-wrap{width:100%;position:relative}.fs-label-wrap{border:3px solid #bac4ff!important}.fs-arrow{display:block;border:0!important}.fs-dropdown{width:100%;margin-top:0;border:0}.fs-optgroup-label,.fs-option,.fs-search{padding:.5rem}.fs-option{font-weight:700}.fs-option:hover{background:#dce2ff}.facetwp-type-fselect label{display:block;font-size:1rem;line-height:1.5rem;color:#000;font-weight:700;margin-bottom:8px}.facetwp-type-fselect .fs-label-wrap,.facetwp-type-fselect .fs-wrap{width:100%;position:relative}.facetwp-type-fselect .fs-open .fs-arrow{transform:rotate(180deg)}.facetwp-type-fselect .fs-label-wrap{padding:.35rem 2.5rem .35rem 1rem;border:3px solid #bac4ff;border-radius:.5rem;background-color:#f6f7ff}.facetwp-type-fselect .fs-arrow{right:1rem;width:1.5rem;height:1.5rem;display:block;border:0;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--chevron-d--blue.svg") no-repeat center/1rem}@media (min-width:1024px){.facetwp-type-fselect .fs-arrow{right:1.125rem;background-size:1.5rem}}.facetwp-type-fselect .fs-dropdown{width:100%;margin-top:0;border:0}.facetwp-type-fselect .fs-optgroup-label,.facetwp-type-fselect .fs-option,.facetwp-type-fselect .fs-search{padding:16px}.facetwp-type-fselect .fs-option{font-weight:700}.facetwp-type-fselect .fs-option:hover{background:#dce2ff}.facetwp-type-fselect .fs-wrap.multiple .fs-option{padding-left:3rem}.facetwp-type-fselect .fs-wrap.multiple .fs-option .fs-checkbox i{width:2rem;height:2rem;border:3px solid #bac4ff;border-radius:.5rem}.facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i{background-size:20px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-check-brand.svg");background-repeat:no-repeat;background-position:center;border:3px solid #bac4ff;background-color:#fff}.facetwp-type-fselect .fs-options{padding:.5rem 1rem;border:3px solid #bac4ff;border-radius:.5rem;background-color:#f6f7ff}.facetwp-type-fselect .fs-option-label{font-weight:600}.facetwp-type-fselect .fs-search{position:relative;background:#f6f6f6;padding:16px;display:none}.facetwp-type-fselect .fs-search input{padding:16px;border:2px solid #000!important;padding-right:60px}.facetwp-type-fselect .fs-search:after{content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-search-brand.svg");width:20px;height:20px;position:absolute;background-size:contain;right:32px;top:32px}.facetwp-type-fselect .facetwp-facet input.facetwp-search{min-width:auto;width:100%;border:2px solid #000;padding:15px 8px;padding-right:60px;outline:0}.facetwp-type-fselect .facetwp-input-wrap{width:100%}.facetwp-type-fselect .facetwp-facet{margin-bottom:0}.facetwp-type-fselect .facetwp-facet.not-active{margin-top:2rem}.facetwp-type-fselect .facetwp-icon{opacity:1;right:2px;top:2px;background-color:#4b63e6;width:54px;height:54px}.facetwp-type-fselect .facetwp-icon:before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-search-white.svg");background-repeat:no-repeat;margin-left:12px}.facetwp-facet input.facetwp-search{outline:0}.facetwp-facet input.facetwp-search:focus{background-color:#dce2ff}.fs-label-wrap .fs-label{color:#1e1b43;background-color:#f6f7ff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:768px){.fs-label-wrap .fs-label{text-align:left}}.facetwp-facet-showing{font-size:1.125rem;line-height:1.33;font-weight:500}.facetwp-facet-date input{width:100%;height:48px;padding:.75rem 1.5rem;border:3px solid #bac4ff!important;border-radius:.5rem;background-color:#f6f7ff;outline:0;font-size:1rem;line-height:1.5;color:#001c4a}@media (min-width:1024px){.facetwp-facet-date input{font-size:1.125rem;line-height:1.33}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.facetwp-facet-date input{padding:13px 8px}}.facetwp-facet-date input:focus{outline:2px solid #0093FF}.facetwp-sort,.facetwp-sort-select,.facetwp-type-dropdown{position:relative}.facetwp-sort select,.facetwp-sort-select select,.facetwp-type-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:2px 32px 2px 8px;border:2px solid #bac4ff;font-weight:700;outline:0}.facetwp-sort select::-ms-expand,.facetwp-sort-select select::-ms-expand,.facetwp-type-dropdown select::-ms-expand{display:none}.facetwp-sort select:focus,.facetwp-sort-select select:focus,.facetwp-type-dropdown select:focus{border:2px solid #0093ff}.facetwp-sort-select:after,.facetwp-sort:after,.facetwp-type-dropdown:after{content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-brand.svg");background-repeat:no-repeat;display:block;position:absolute;right:12px;top:12px;height:12px;width:12px;background-size:contain;transform:rotate(90deg)}.select2-container--default .select2-search--dropdown .select2-search__field{outline:0}.select2-container--default .select2-search--dropdown .select2-search__field:focus{border:2px solid #0093ff}.facetwp-type-fselect.selected .fs-wrap .fs-label{color:#000}.facetwp-type-fselect .fs-wrap:focus{outline:2px solid #0093FF}.search-form .search-form__submit{border-radius:.25rem}a.skip-main{top:-100px;background:#4b63e6;position:absolute;left:0;width:100%;padding:8px;overflow:hidden;z-index:500;color:#fff;text-align:center}a.skip-main:active,a.skip-main:focus{top:0}.site-container{overflow:hidden}.center{text-align:center}.padding{padding:80px 0}@media only screen and (max-width:768px){.padding{padding:40px 0}}.padding--header{padding-top:216px}@media only screen and (max-width:1150px){.padding--header{padding-top:0}}.ie-flex-fix{display:block;width:100%}.padding-top{padding-top:80px}@media only screen and (max-width:768px){.padding-top{padding-top:40px}}.padding-top-less{padding-top:40px}.padding-bottom{padding-bottom:80px}@media only screen and (max-width:768px){.padding-bottom{padding-bottom:40px}}.showable{display:none}.showable.active{display:block}.move-up{margin-top:-124px;position:relative;z-index:25}.move-up--small{margin-top:-80px}@media only screen and (max-width:767px){.move-up{margin-top:0}}hr{border:0;border-top:1px solid rgba(0,0,0,.5);margin:32px 0}.thumbnail{position:relative;overflow:hidden;display:block}.thumbnail img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;font-family:"object-fit: cover; object-position: center";display:block;height:100%;margin:0;padding:0;width:100%}.browserupgrade{background:#000;text-align:center;color:#fff;padding:5px 0}.panel{padding:0 18px;background-color:#fff;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.favourite-button{height:40px;width:40px;background-color:transparent;border:0;border-radius:100%;z-index:4;right:24px;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/heart-white.svg") no-repeat center/1.5rem;transition:all .3s ease-in}.favourite-button.active,.favourite-button.is-favourite,.favourite-button:focus,.favourite-button:hover{background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-heart-yellow.svg") no-repeat center/1.5rem;cursor:pointer}.breadcrumb{font-size:.875rem;font-weight:400}.breadcrumb a{color:#758afe}.secondary-background{background:#dce2ff}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:150px;background-color:#000;color:#fff;text-align:center;padding:8px;border-radius:0;font-size:.825rem;line-height:1.125rem;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-75px;opacity:0;transition:opacity .3s}.tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent}.tooltip:focus .tooltiptext,.tooltip:hover .tooltiptext{visibility:visible;opacity:1}ul.tabs{margin:0 auto;padding:0;list-style:none;display:inline-block}ul.tabs li{display:inline-block;margin-bottom:0}ul.tabs a{background:0 0;color:#222;font-weight:700;padding:24px 48px;cursor:pointer;display:inline-block}@media only screen and (max-width:767px){ul.tabs a{padding:16px;font-size:.875rem}}ul.tabs .current a{color:#4b66fe;text-decoration:underline}.acf-notice.-success,.success-message{border-color:#e5fcf1!important;text-align:left;color:#444;font-weight:700;margin:0;background:#e5fcf1 url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-check-green.svg")!important;background-repeat:no-repeat!important;background-position:left 16px center!important;padding:8px 32px 8px 48px}.acf-notice.-success{margin-bottom:8px!important}.error-message{background-color:#ffeded;border-color:#ffeded;text-align:left;color:#444;font-weight:700;margin:0;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-error.svg");background-repeat:no-repeat;background-position:left 16px center;padding:8px 32px 8px 48px}.warning-message{background-color:#fff4e5;border-color:#fff4e5;text-align:left;color:#444;font-weight:700;margin:0;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-warning.svg");background-repeat:no-repeat;background-position:left 16px center;padding:8px 32px 8px 48px}.info-message{background-color:#ebf9ff;border-color:#ebf9ff;text-align:left;color:#444;font-weight:700;margin:0;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-info.svg");background-repeat:no-repeat;background-position:left 16px center;padding:8px 32px 8px 48px}.form-errors{margin-bottom:24px;list-style:none}.form-errors li:first-child{margin-top:8px}.wrapper{max-width:1312px;width:90%;margin:0 auto;position:relative}@media only screen and (max-width:1280px){.wrapper{max-width:1180px}}@media only screen and (max-width:1024px){.wrapper{max-width:924px}}@media only screen and (max-width:768px){.wrapper{max-width:auto}}.wrapper-wide{max-width:1312px;width:90%;margin:0 auto;position:relative}@media only screen and (max-width:1280px){.wrapper-wide{max-width:1180px}}@media only screen and (max-width:1024px){.wrapper-wide{max-width:924px}}@media only screen and (max-width:767px){.wrapper-wide{max-width:auto;width:100%}}.wrapper-half{width:50%}@media only screen and (max-width:1024px){.wrapper-half{width:70%}}@media only screen and (max-width:767px){.wrapper-half{width:100%}}.grecaptcha-badge{z-index:99999}.share-btn-container{top:90px;right:0;left:0;position:absolute;width:220px;padding:1rem;margin:0 auto;border-radius:.5rem;display:none;justify-content:center;background-color:#060d31;z-index:1}.share-btn-container::before{top:-8px;position:absolute;width:2rem;height:2rem;display:block;background-color:#060d31;content:"";z-index:-1;transform:rotate(45deg)}.share-btn-container li{margin-bottom:0}.share-btn-container.active{display:flex}.pill-tags{padding:0 .5rem;margin-right:.25rem;border-radius:.875rem;display:flex;align-items:center;font-weight:500;font-size:.875rem;color:rgba(0,0,0,.8);background-color:#f6f7ff}.pill-tags::before{content:"";width:.625rem;height:.625rem;margin-right:.5rem;border-radius:50%;display:block;background-color:#4b66fe;flex-shrink:0}.splide .splide__arrow{top:unset;bottom:-5rem;width:3.5rem;height:3.5rem;display:none;border-radius:.5rem;background-color:#4b66fe;opacity:1}@media (min-width:768px){.splide .splide__arrow{display:flex}}.splide .splide__arrow--prev{left:unset;right:5rem}.splide .splide__arrow--next{right:0}.splide .arrow_image{width:1.5rem;height:1.5rem}.splide .splide__pagination{bottom:-1rem;padding:0}@media (min-width:768px){.splide .splide__pagination{bottom:-2rem;right:unset}}.splide .splide__pagination li{display:flex;align-items:center}.splide .splide__pagination .splide__pagination__page{margin:0 1rem 0 0}.splide .splide__pagination .splide__pagination__page.is-active{width:1rem;height:1rem;margin-right:.75rem;transform:scale(1);background-color:#4b66fe}.splide .splide__track{padding:3rem 0}.pagination{margin-top:3rem;display:flex;justify-content:center;align-items:center}.pagination .facetwp-pager{display:flex;align-items:center;cursor:pointer}.pagination .facetwp-page.active{cursor:pointer}.pagination .facetwp-page,.pagination .page-numbers{margin:0 .5rem;font-size:1rem;line-height:1.33;font-weight:700;color:#001c4a}@media (min-width:480px){.pagination .facetwp-page,.pagination .page-numbers{font-size:1.125rem}}.pagination .facetwp-page:first-child,.pagination .page-numbers:first-child{margin-right:.5rem;margin-left:0}@media (min-width:480px){.pagination .facetwp-page:first-child,.pagination .page-numbers:first-child{margin-right:1.5rem}}.pagination .facetwp-page:last-child,.pagination .page-numbers:last-child{margin-right:0;margin-left:.5rem}@media (min-width:480px){.pagination .facetwp-page:last-child,.pagination .page-numbers:last-child{margin-left:1.5rem}}.pagination .facetwp-page{padding:0 2px}@media (min-width:480px){.pagination .facetwp-page{padding:0 4px}}.pagination .facetwp-page.active,.pagination .facetwp-page.next,.pagination .facetwp-page.prev,.pagination .page-numbers.current,.pagination .page-numbers.next,.pagination .page-numbers.prev{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}@media (min-width:480px){.pagination .facetwp-page.active,.pagination .facetwp-page.next,.pagination .facetwp-page.prev,.pagination .page-numbers.current,.pagination .page-numbers.next,.pagination .page-numbers.prev{width:3.5rem;height:3.5rem}}.pagination .facetwp-page.active,.pagination .page-numbers.current{color:#4b66fe;background-color:#fff;filter:drop-shadow(0px 12px 24px rgba(75, 102, 254, .2))}.pagination .facetwp-page.next,.pagination .facetwp-page.prev,.pagination .page-numbers.next,.pagination .page-numbers.prev{background-color:#162ba2}.pagination .facetwp-page.next:hover,.pagination .facetwp-page.prev:hover,.pagination .page-numbers.next:hover,.pagination .page-numbers.prev:hover{background-color:#4b66fe}.pagination .icon--arrow{width:1.25rem;height:1.25rem}@media (min-width:480px){.pagination .icon--arrow{width:1.5rem;height:1.5rem}}.pagination--invert .facetwp-page,.pagination--invert .page-numbers{color:#fff}.pagination--invert .facetwp-page.next,.pagination--invert .facetwp-page.prev,.pagination--invert .page-numbers.next,.pagination--invert .page-numbers.prev{background-color:#4b66fe}.wysiwyg .map-container iframe{width:100%;height:990px}.wysiwyg_editor{position:relative}.wysiwyg_editor h1,.wysiwyg_editor h2,.wysiwyg_editor h3,.wysiwyg_editor h4,.wysiwyg_editor h5,.wysiwyg_editor h6{margin-bottom:1rem}.wysiwyg_editor p{margin-bottom:1.5rem}.wysiwyg_editor p:last-child{margin-bottom:0}.wysiwyg_editor ol,.wysiwyg_editor ul{margin-bottom:1.5rem}.wysiwyg_editor ol li,.wysiwyg_editor ul li{margin-bottom:6px}.wysiwyg_editor ul{margin-right:0;margin-left:0;list-style-type:none}.wysiwyg_editor ul li{position:relative;padding-left:1.5rem;margin-left:0;list-style-position:outside}@media (max-width:1024px){.wysiwyg_editor ul li{font-size:1rem}}.wysiwyg_editor ul li:before{position:absolute;top:10px;left:0;width:12px;height:12px;border-radius:16px;margin-right:.5rem;content:"";display:inline-block;background-color:#4b66fe}.wysiwyg_editor ol{margin-right:0;margin-left:0;list-style:none;counter-reset:step-counter}@media (max-width:1024px){.wysiwyg_editor ol{font-size:1rem}}.wysiwyg_editor ol li:before{margin-right:.5rem;counter-increment:step-counter;content:counter(step-counter);color:#4b66fe;font-weight:600}.wysiwyg_editor blockquote{position:relative;padding:2rem 2rem 2rem 3rem;margin-top:2rem;font-size:1.125rem;line-height:1.25;color:#162ba2;font-weight:600;background-color:grey;clip-path:polygon(calc(100% - 2.5rem) 0px,100% calc(0% + 2.5rem),100% 100%,0px 100%,0px 0px)}@media (min-width:480px){.wysiwyg_editor blockquote{clip-path:polygon(calc(100% - 5rem) 0px,100% calc(0% + 5rem),100% 100%,0px 100%,0px 0px)}}@media (min-width:1024px){.wysiwyg_editor blockquote{padding:5rem 5rem 5rem 10.5rem;margin-top:2.5rem;font-size:2.5rem;line-height:1.2}}.wysiwyg_editor blockquote p:first-child{margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:1.125rem;line-height:1.25}@media (min-width:1024px){.wysiwyg_editor blockquote p:first-child{margin-bottom:2.5rem;font-size:2.5rem;line-height:1.2}}.wysiwyg_editor blockquote p:nth-child(2){margin-bottom:0;font-size:1rem;line-height:1.33;color:#65fbd2}@media (min-width:1024px){.wysiwyg_editor blockquote p:nth-child(2){margin-bottom:.5rem;font-size:1.5rem}}.wysiwyg_editor blockquote p:nth-child(3){font-size:.875rem;line-height:1.5;color:#000}@media (min-width:1024px){.wysiwyg_editor blockquote p:nth-child(3){font-size:1.125rem;line-height:1.33}}.wysiwyg_editor blockquote::before{width:48px;height:52px;margin-bottom:1.5rem;display:block;content:"";background-image:url("/wp-content/themes/western-gateway/images/graphic--80x66--pull-quote--p100.svg");background-repeat:no-repeat;background-size:48px}@media (min-width:1024px){.wysiwyg_editor blockquote::before{left:-80px;width:80px;height:66px;margin-bottom:2.5rem;background-size:80px}}.wysiwyg_editor blockquote::after{position:absolute;top:0;left:1rem;width:1rem;height:calc(100% - 10rem);margin:5rem 0;content:"";display:block;background-color:#65fbd2}@media (min-width:1024px){.wysiwyg_editor blockquote::after{left:3.5rem;width:3.5rem}}.wysiwyg_editor a{position:relative;color:#0077cf;font-weight:600;transition:all .3s ease-in;text-decoration:underline}.wysiwyg_editor a:hover{text-decoration:none}.wysiwyg_editor .pill{margin-bottom:1rem;text-decoration:none}.wysiwyg_editor .pill--secondary{color:#fff}.wysiwyg_editor .shortcode__link{width:fit-content;padding:.875rem 1.5rem}.wysiwyg_editor .shortcode-link{margin-top:2.5rem}@media (max-width:768px){.wysiwyg_editor .shortcode-link{text-align:center}}.wysiwyg_editor .shortcode-link a{text-decoration:none}.wysiwyg_editor img{margin-bottom:1.5rem}.wysiwyg_editor .wp-caption,.wysiwyg_editor img{width:100%!important}.wysiwyg_editor .wp-caption-text{margin-top:1.5rem;font-size:.875rem;line-height:1.14;opacity:.9}.wysiwyg_editor .wp-caption+blockquote{margin-top:5rem}.intro-text p:first-of-type{margin-bottom:2.5rem;font-size:1.5rem;line-height:1.33;font-weight:600;color:#162ba2}.responsive-map{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.responsive-map iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.open-button{display:none}@media only screen and (max-width:1024px){.open-button{height:3rem;width:3rem;border-radius:.5rem;border:none;display:flex;justify-content:center;align-items:center;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;transform-origin:center;flex-shrink:0;background-color:#162ba2;transform:rotate(0);z-index:99999}}.open-button span{display:block;position:absolute;top:14px;left:22px;right:0;margin:0 auto;height:3px;width:20px;background:#fff;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.open-button span:first-child{top:14px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.open-button span:nth-child(2){top:22px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.open-button span:nth-child(3){top:30px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.open-button.open span:first-child{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:15px;left:6px}.open-button.open span:nth-child(2){width:0%;opacity:0}.open-button.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:29px;left:6px}.register-info{margin-top:1rem}.account-button{display:none}@media only screen and (max-width:1024px){.account-button{top:1rem;right:4rem;position:absolute;height:3rem;width:3rem;margin-right:1rem;border-radius:.5rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;filter:drop-shadow(0px 6px 16px rgba(75, 102, 254, .2));transition:all .3s ease-in;background-color:#fff;z-index:999}}.account-button.active{background-color:#f99a01}.account-button.active img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1713%) hue-rotate(283deg) brightness(104%) contrast(107%)}.account-button .account-button__image{width:1.5rem;height:1.5rem}.card{padding:1rem 1rem 1.5rem 1rem;border-radius:1.5rem;overflow:hidden;filter:drop-shadow(0px 12px 24px rgba(75, 102, 254, .2));background:#fff}@media (min-width:768px){.card{padding:2rem}}.card__link{position:absolute;left:0;bottom:0;top:0;right:0;width:100%;height:100%;display:block;border:2px solid transparent}.card__link:focus{border:2px solid #0093ff}.card__listing{background:#dce2ff;padding:4px 16px;font-weight:700;color:#444;display:block;clear:both;font-size:.875rem;line-height:1.125rem}.card__listing--learning-journey{color:#fff;background:#444}.card__listing--organisation{color:#fff;background:#000}.card__listing--page,.card__listing--post{color:#fff;background:#4b63e6}.card__learner-type{margin-bottom:.5rem;font-size:1rem;line-height:1.5;font-weight:500;display:block;color:#000}.card__company{width:100%;margin-top:auto;display:flex;align-items:center}.card__company.padding-top{padding-top:16px}.card__company .card__title{margin:0}.card__logo{width:3rem;height:3rem;border-radius:100%;overflow:hidden;margin-right:8px;flex-shrink:0}.card__logo img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;font-family:"object-fit: cover; object-position: center";display:block;height:100%;margin:0;padding:0;width:100%}.card__name{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;font-size:.875rem;line-height:1.125rem}.card__name a{font-weight:400}.card__name span{color:rgba(0,0,0,.5)}.card .post-categories{list-style-type:none;margin:0;padding:0;display:flex}.card .post-categories li{margin-bottom:0;margin-right:8px}.card .post-categories li a{font-size:.875rem;line-height:1.125rem;font-weight:700;display:block;margin-bottom:8px;color:#4b63e6}.card .card__tag{margin-bottom:.25rem}.card__status{padding:4px 16px;font-weight:700;color:#fff;display:block;clear:both;font-size:.875rem;line-height:1.125rem;position:absolute;right:0}.card__status--draft{background:#ff9800}.card__status--published{background:#00e676;color:#222}.card--listing{position:relative;height:100%}.card--listing .title-meta-info{position:absolute;top:1rem;left:1rem;padding:.25rem .5rem;display:flex;align-items:center;font-size:.875rem;line-height:1.14;z-index:9}@media (min-width:768px){.card--listing .title-meta-info{top:1.5rem;left:1.5rem}}.card--listing .title-meta-info::before{content:"";width:.625rem;height:.625rem;margin-right:.5rem;border-radius:50%;display:block;background-color:#4b66fe;flex-shrink:0}.card--listing .card__image{position:relative;margin-top:-1rem;margin-right:-1rem;margin-left:-1rem;height:194px;background-size:cover;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/fusion-logo.svg");background-color:#222;background-position:center center}@media (min-width:768px){.card--listing .card__image{margin-top:-2rem;margin-right:-2rem;margin-left:-2rem;height:235px}}.card--listing .card__image:after{content:"";display:block;padding-bottom:50%}.card--listing .card__image .fusion-skills-icons{position:absolute;bottom:-26px;left:16px}.card--listing .card__image .fusion-skills-icons .card__icon{margin-bottom:0}.card--listing .card__image .favourite-button{position:absolute;top:1.5rem;right:1.5rem;outline:0}.card--listing .card__content{margin-top:1.5rem}@media (min-width:768px){.card--listing .card__content{margin-top:2rem}}.card--listing .card__title{margin-bottom:.5rem;font-weight:600}.card--listing .card__title a{color:#4b66fe;font-weight:600}.card--listing .card__title a:active,.card--listing .card__title a:focus,.card--listing .card__title a:hover{color:#4b63e6}.card--listing .card__text{margin-bottom:1.5rem;font-size:1rem;line-height:1.5;color:rgba(0,0,0,.8)}.card--listing .card__tags{margin:0 0 1rem 0;display:flex;flex-wrap:wrap;list-style:none;font-size:.875rem}.card--listing .card__tag-label{padding:0 .5rem;margin-right:.25rem;border-radius:.875rem;display:flex;align-items:center;font-weight:500;color:rgba(0,0,0,.8);background-color:#f2f2f2}.card--listing .card__tag-label::before{content:"";width:.625rem;height:.625rem;margin-right:.5rem;border-radius:50%;display:block;background-color:#4b66fe;flex-shrink:0}.card--listing .favourite-button .pill{opacity:0}.card--organisation{transition:all .3s ease-in}.card--organisation:hover{transform:translateY(-8px)}.card--organisation .card__image{margin:-2rem -2rem 0 -2rem}.card--organisation .card__image img{height:235px;object-fit:cover}.card--organisation .card__company{padding-top:2rem}.card--organisation .card__logo{margin-right:1rem}.title-block{margin-bottom:1.5rem;display:flex;justify-content:space-between}@media only screen and (max-width:767px){.title-block{margin-bottom:2.5rem;flex-direction:column}}.title-block__title{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.title-block__title h2{margin-bottom:0}@media only screen and (max-width:767px){.title-block__title h2{font-size:1.25rem;line-height:1.75rem}}@media only screen and (max-width:767px){.title-block__button{display:none}}.title-block__filters{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:768px){.title-block__filters{flex-direction:row}}@media only screen and (max-width:767px){.title-block__filters{margin-top:16px}}.title-block__filters .facetwp-facet{margin-bottom:0}.title-block__filters__field{flex:1;margin-left:8px;margin-bottom:.5rem}@media only screen and (min-width:768px){.title-block__filters__field{margin-bottom:0}}@media only screen and (max-width:767px){.title-block__filters__field{margin-left:0}}.box-jagged{position:relative;margin-bottom:3.25rem}@media only screen and (max-width:767px){.box-jagged{width:100%;padding:16px;margin-bottom:0}}@media only screen and (max-width:767px){.box-jagged:last-of-type{margin-bottom:40px}}.box-jagged--grid{display:flex;flex-wrap:wrap}.box-jagged--grid .featured-slider{margin-bottom:-70px}@media only screen and (max-width:767px){.box-jagged--grid .featured-slider{margin-bottom:0}}.box-jagged--grid .box-jagged__intro{width:25%}@media only screen and (max-width:1024px){.box-jagged--grid .box-jagged__intro{width:100%;margin-bottom:32px}}.box-jagged--grid .featured-slider{width:75%;display:flex}@media only screen and (max-width:1024px){.box-jagged--grid .featured-slider{width:100%}}.box-jagged--grid .featured-slider .card{width:31.3333%;margin:0 1%}@media only screen and (max-width:767px){.box-jagged--grid .featured-slider .card{width:100%;margin:0}}.box-jagged__intro{padding-right:24px}@media only screen and (max-width:767px){.box-jagged__intro{padding-right:0}}.box-jagged__intro h2{color:#fff;font-size:1.5rem;line-height:2rem;margin-bottom:16px}.box-jagged__intro h3{color:#758afe;font-size:1rem;line-height:1.5rem;margin-bottom:16px}.box-jagged__intro p{color:#fff}.box-jagged .grid{margin-bottom:-120px}@media only screen and (max-width:767px){.box-jagged .grid{margin-bottom:0}}.hero-listing{background-color:#000;background-size:cover;background-position:center center;position:relative}@media only screen and (max-width:767px){.hero-listing{background-size:100%;background-position:top;background-repeat:no-repeat;z-index:10;margin-bottom:-56px}}@media only screen and (max-width:767px){.hero-listing .wrapper{width:100%}}.hero-listing__flex{height:600px;padding-top:200px;padding-bottom:30px;display:flex;justify-content:space-between}@media only screen and (max-width:1390px){.hero-listing__flex{height:640px}}@media only screen and (max-width:1170px){.hero-listing__flex{height:680px}}@media only screen and (max-width:1126px){.hero-listing__flex{height:720px}}@media only screen and (max-width:1042px){.hero-listing__flex{height:760px}}@media only screen and (max-width:866px){.hero-listing__flex{height:780px}}@media only screen and (max-width:836px){.hero-listing__flex{height:800px}}@media only screen and (max-width:767px){.hero-listing__flex{height:auto;padding-top:0;padding-bottom:0;display:block;position:relative}}.hero-listing__flex--small{height:400px}@media only screen and (max-width:767px){.hero-listing__flex--small{height:auto}}.hero-listing__flex--small .hero-listing__box{padding:0}@media only screen and (max-width:767px){.hero-listing__flex--small .hero-listing__box{padding:50px 32px 100px}}@media only screen and (max-width:767px){.hero-listing__flex--small .hero-listing__subtitle{margin-bottom:5px}}.hero-listing__flex--small .hero-listing__avatar-mobile{position:relative;top:auto;left:auto;width:auto;margin-bottom:32px}@media only screen and (max-width:767px){.hero-listing__flex--small .hero-listing__avatar-mobile{display:flex}}.hero-listing__flex--small .hero-listing__avatar-mobile p{color:#fff;margin-bottom:0}.hero-listing__flex--small .hero-listing__avatar-mobile a{color:#4b63e6}.hero-listing__flex--small .hero-listing__avatar-mobile div{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.hero-listing__flex--small .hero-listing__avatar-mobile img{width:80px;margin-right:32px}.hero-listing__mobile-image{width:100%;background-size:cover;background-position:center center}.hero-listing__mobile-image:after{content:"";display:block;padding-bottom:56%}.hero-listing__box{background:#000;padding:32px;display:inline-block;position:absolute;width:60%;bottom:96px}@media only screen and (max-width:767px){.hero-listing__box{position:relative;bottom:0}}.hero-listing__box:before{content:"";display:block;position:absolute;left:0;bottom:-20px;width:0;height:0;border-left:0 solid transparent;border-right:32px solid transparent;border-top:20px solid #000}@media only screen and (max-width:767px){.hero-listing__box:before{display:none}}.hero-listing__box:after{content:"";background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/border-bottom.svg") top left;background-repeat:repeat-x;height:30px;width:100%;display:block;position:absolute;bottom:-29px;z-index:-1;pointer-events:none;left:0}@media only screen and (max-width:767px){.hero-listing__box:after{background-size:contain}}@media only screen and (max-width:767px){.hero-listing__box{width:100%;padding:32px 16px}}.hero-listing__content{width:60%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:767px){.hero-listing__content{width:100%;display:block}}.hero-listing__breadcrumb{margin-bottom:100px}@media only screen and (max-width:767px){.hero-listing__breadcrumb{margin-bottom:0;display:none}}.hero-listing__breadcrumb p{background:#000;color:#fff;padding:8px 16px;position:relative;display:inline-block}.hero-listing__breadcrumb p:before{content:"";display:block;position:absolute;left:0;bottom:-8px;width:0;height:0;border-left:0 solid transparent;border-right:16px solid transparent;border-top:8px solid #000}.hero-listing__subtitle{color:#758afe;font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:16px;display:block}.hero-listing__text,.hero-listing__title{color:#fff;margin-bottom:0}.hero-listing__text{margin-top:16px}.hero-listing .button{margin-right:24px}.hero-listing__image{width:50%;padding-left:10%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.hero-listing__image img{height:auto;width:auto}.hero-listing__listing-type{background:#444;color:#fff;padding:4px 16px;font-weight:700;display:inline-block;position:absolute;top:-26px;left:0;font-size:.875rem;line-height:1.125rem}@media only screen and (max-width:767px){.hero-listing__listing-type{padding:4px 16px}}.hero-listing__listing-type--listing{background:#dce2ff;color:#222}.hero-listing__type{background:#4b63e6;color:#fff;padding:4px 16px;font-weight:700;display:inline-block;position:absolute;top:-26px;left:77px;font-size:.875rem;line-height:1.125rem}.hero-listing__type:active,.hero-listing__type:focus,.hero-listing__type:hover{background:#1f3ddf;color:#fff}@media only screen and (max-width:767px){.hero-listing__type{padding:4px 16px}}.hero-listing__org-link{display:inline-block}@media only screen and (max-width:767px){.hero-listing__org-link{margin-left:0}}.hero-listing__org-link:active,.hero-listing__org-link:focus,.hero-listing__org-link:hover{color:#758afe}.hero-listing__org-title{margin-left:8px;color:#fff;font-weight:700;margin-top:16px;margin-bottom:-4px;display:inline-block}@media only screen and (max-width:767px){.hero-listing__org-title{margin-left:0}}.hero-listing__avatar__wrapper{display:flex;align-self:center}.hero-listing__avatar .avatar__title{color:#001c4a;font-weight:600}.hero-listing__avatar a{color:#758afe;font-size:.875rem;left:1.125rem}.hero-listing__avatar__content{display:flex;justify-content:center;flex-direction:column;align-items:flex-start;margin-right:32px;align-items:flex-end}@media only screen and (max-width:767px){.hero-listing__avatar{display:none}}.hero-listing__avatar__image{border-radius:100%;width:120px;overflow:hidden;background-size:contain;background-repeat:no-repeat;background-position:center center;height:120px;flex-shrink:0}.hero-listing__avatar__image img{width:100%;height:100%;border-radius:100%}.hero-listing__avatar-mobile{display:none}@media only screen and (max-width:767px){.hero-listing__avatar-mobile{display:block;width:80px;position:absolute;top:-122px;left:16px;border-radius:100%;padding:12px}}.hero-listing__avatar-mobile img{width:100%}.hero-listing .org-type-icon{background-color:#fff;border:10px solid #fff}.hero-listing.my-hub .hero-listing__avatar{width:42%}.content-card{background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 6px 4px -4px rgba(0,0,0,.08)}.content-card__image{position:relative;width:100%;background-size:cover;background-position:center center}.content-card__image:after{content:"";display:block;padding-bottom:56%}.content-card__inner{padding:24px}.content-card__mini-title{color:#4b63e6;font-size:.875rem;line-height:1.125rem;font-weight:700;display:block;margin-bottom:8px}.content-card__title{font-size:1.5rem;line-height:2rem;margin-bottom:8px}.content-card p{margin-bottom:0}.sidebar__title{font-size:1.5rem;line-height:2rem;border-bottom:1px solid rgba(0,0,0,.5);padding:32px 0 24px;margin:0 32px 0}.sidebar__menu{margin-bottom:32px;box-shadow:0 0 6px 0 rgba(0,0,0,.08),0 10px 16px -4px rgba(0,0,0,.1);background:#fff}@media only screen and (max-width:767px){.sidebar__menu{background:#dce2ff;margin-bottom:0;padding:24px 16px}}@media only screen and (max-width:767px){.sidebar__menu .button{display:block;width:100%;text-align:left}}.sidebar__menu .button.active{background-color:#fff;color:#4b63e6}.sidebar__menu .button.active:after{content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-plus-brand.svg");background-size:contain;background-repeat:no-repeat;background-position:center;height:14px;width:14px;position:absolute;right:16px;top:15px;transition:all .3s ease-in}.sidebar__menu ul{padding:16px 0 40px;margin:0;list-style-type:none;display:block}@media only screen and (max-width:767px){.sidebar__menu ul{padding:0}}.sidebar__menu ul li{display:block;margin:0;padding:0;position:relative}.sidebar__menu ul li a{padding:16px 32px;display:block;color:#222;font-weight:700}.sidebar__menu ul li.current,.sidebar__menu ul li.current-menu-item{background-color:#edf0fe}.sidebar__menu ul li.current-menu-item:before,.sidebar__menu ul li.current:before{content:"";width:4px;background:#4b63e6;position:absolute;left:0;top:0;height:100%}.sidebar__box .button-share,.sidebar__sidebar__box-links .button-share{flex:1;margin-right:10px}.sidebar__box h2,.sidebar__box h3,.sidebar__box h4,.sidebar__sidebar__box-links h2,.sidebar__sidebar__box-links h3,.sidebar__sidebar__box-links h4{margin-bottom:16px}.sidebar__box{padding:1.5rem;border-radius:1.5rem;background:#fff}@media (min-width:768px){.sidebar__box{padding:2rem}}.sidebar__box .action-form{margin-bottom:1rem}.sidebar__box .action-form .pill{text-align:left}.sidebar__box a{width:100%;margin-bottom:1rem}.sidebar__box a:last-child{margin-bottom:0}.sidebar__box .tags{margin-bottom:10px}.sidebar__box--contact a{margin-bottom:8px;display:block}.sidebar__box-links{background:#f6f7ff;margin-bottom:2.5rem;position:relative}.sidebar__box-links .pill__link{position:relative;width:100%;height:70px;display:flex;align-items:center;justify-content:space-between}.sidebar__box-links .pill__link::after{width:1.5rem;height:1.5rem;display:block;content:""}.sidebar__box-links .pill__link--access::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--external-link--white.svg")}.sidebar__box-links .action-form .pill{height:70px;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--heart--white.svg") #162ba2 no-repeat center right 2rem/1.5rem}.sidebar__box-links .action-form .pill:hover{background-color:#4b66fe}.sidebar__box-links .pill__link--resources::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--link--black.svg")}.sidebar__box-fusion-skills{background-color:#4b66fe}.sidebar__box-fusion-skills .box-fusion-skills__title{color:#fff}.sidebar__box--contact{margin-bottom:2.5rem;background-color:#4b66fe}.sidebar__box--contact ul{margin:0;list-style:none}.sidebar__box--contact .pill{text-decoration:underline}.sidebar__box--contact .pill:hover{border:2px solid #fff;text-decoration:none;color:#001c4a;background-color:#fff}.sidebar .sidebar__box-title{color:#fff}.sidebar .list__container{margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:wrap;flex-direction:column}.sidebar .list__item{margin-bottom:1rem}.sidebar .list__item:last-child{margin-bottom:0}.sidebar .list__item .pill{height:70px;display:flex;align-items:center}.sidebar .sidebar__box--organisation{background-color:#edf0ff}.sidebar .sidebar__box-fusion-skills{margin-bottom:2.5rem}.sidebar .fusion-skills__item{padding:0 2rem;display:flex;align-items:center;font-weight:700;background-color:#fff;border-radius:.5rem;height:70px}.sidebar__buttons{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width:1320px){.sidebar__buttons .button-share{flex:initial;margin-right:0}}@media only screen and (max-width:1023px){.sidebar__buttons .button-share{flex:1;margin-right:10px}}@media only screen and (max-width:767px){nav.sidebar-menu{display:none}}nav.sidebar-menu.active{display:block;background:#fff}.main-content__inner{padding:64px 112px 32px 112px;position:relative;margin-bottom:64px}@media only screen and (max-width:1280px){.main-content__inner{padding:48px}}@media only screen and (max-width:1023px){.main-content__inner{padding:56px 32px 24px;margin-bottom:32px}}.main-content__inner p:last-of-type{margin-bottom:0}.page-template-page-register{background-color:#f6f7ff}.page-template-page-register #maincontent{position:relative}.page-template-page-register main.decor-border--top{position:relative}.page-template-page-register main.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-white-bottom.svg");background-color:#f6f7ff}.page-template-page-register .main-content__inner{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/Graphic--Ellipse--Left--Orange.svg"),url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/Graphic--Ellipse--Right--Orange.svg");background-repeat:no-repeat,no-repeat;background-position:left -50px top 200px,right -100px top 200px;position:relative;background-clip:border-box,border-box;padding:0 224px 32px 224px;position:relative;margin-bottom:64px;margin:0 auto}@media only screen and (max-width:1023px){.page-template-page-register .main-content__inner{padding:0 32px 24px;margin-bottom:32px}}.page-template-page-register .main-content__inner p:last-of-type{margin-bottom:0}.page-template-page-no-hero .main-content__inner .button{width:auto!important}@media only screen and (max-width:767px){.page-template-page-no-hero .main-content__inner .button{width:100%!important}}.header-find-menu{position:absolute;background:#fff;text-align:left;padding:24px;justify-content:space-between;margin-top:20px;left:50%;transform:translateX(-50%)}.header-find-menu.active{display:flex}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-find-menu.active{width:700px}}.header-find-menu:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-10px;display:block;position:absolute;left:50%}.header-find-menu__wrapper{position:relative;display:inline-block}.header-find-menu__wrapper .button:active,.header-find-menu__wrapper .button:focus,.header-find-menu__wrapper .button:hover{background:0 0;border-color:#758afe;color:#758afe}.header-find-menu .col{min-width:224px;margin-right:16px}.header-find-menu .col h3{color:#4b63e6;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:16px;margin-bottom:16px}.header-find-menu .col h3 a{color:#4b63e6}.header-find-menu .col:first-child{width:30%}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-find-menu .col:first-child{min-width:150px}}.header-find-menu .col:nth-child(2){width:65%}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-find-menu .col:nth-child(2){min-width:450px}}.header-find-menu ul{list-style-type:none;margin:0;padding:0;display:inline-block;width:auto}.header-find-menu ul li{padding:0;margin:0 0 8px 0}.header-find-menu ul li a{color:#000;font-weight:700;text-decoration:none!important}.header-find-menu ul li a:active,.header-find-menu ul li a:focus,.header-find-menu ul li a:hover{color:#4b63e6;text-decoration:none!important}.header-find-menu #menu-learning-journeys{column-count:2}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-find-menu #menu-learning-journeys{column-count:2}}.header-find-menu #menu-learning-journeys li{min-width:200px}.search-form{display:flex;padding:0;margin:0}.search-form__input{border:0;max-height:48px}.search-form__input:focus{background:#dce2ff}.search-form__submit{width:auto;padding:0;border:0}.search-form__submit:focus{opacity:.8}.searchform input{margin-bottom:8px;padding:8px}.header-account-menu{position:absolute;background:#000;text-align:left;padding:0;justify-content:space-between;margin-top:20px;top:85%}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-account-menu{min-width:220px}}.header-account-menu.active{display:flex}.header-account-menu:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #000;top:-10px;display:block;position:absolute;left:50%}.header-account-menu__wrapper{position:relative;display:inline-block;height:50px;padding:.75rem 1.5rem;margin-right:1.5rem;display:flex;align-items:center;border-radius:.5rem;background-color:#fff;filter:drop-shadow(0 6px 16px rgba(75, 102, 254, .2));z-index:2}.header-account-menu__wrapper a{font-size:1.125rem;line-height:1.33;font-weight:400}.header-account-menu__wrapper a:first-child::after{content:"";margin:0 .75rem;display:inline-block;width:1px;height:18px;background-color:#000;vertical-align:middle}.header-account-menu__wrapper .button:active,.header-account-menu__wrapper .button:focus,.header-account-menu__wrapper .button:hover{background:0 0;border-color:#758afe;color:#758afe}.header-account-menu ul{list-style-type:none;margin:0;padding:0;display:block}.header-account-menu ul li{margin:0;display:block;padding:0 24px}.header-account-menu ul li:last-child a{border-bottom:0}.header-account-menu ul li a{color:#fff!important;display:block;padding:16px 0;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.2)}.header-account-menu ul li a:first-child::after{content:none}.header-account-menu ul li a:active,.header-account-menu ul li a:focus,.header-account-menu ul li a:hover{color:#4b63e6;text-decoration:underline}.header-account-login{height:50px;padding:.75rem 1.5rem;margin-right:1.5rem;display:flex;align-items:center;border-radius:.5rem;background-color:#fff;filter:drop-shadow(0 6px 16px rgba(75, 102, 254, .2));z-index:9}.header-account-login ul{list-style-type:none;margin:0;padding:0;display:flex}.header-account-login li{margin-bottom:0;display:flex;align-items:center}.header-account-login li:first-child::after{content:"";margin:0 .75rem;display:inline-block;width:2px;height:18px;background-color:#000}.header-account-login a{font-size:1.125rem;line-height:1.33;font-weight:400;color:#001c4a}.header-account-login a:hover{text-decoration:underline}.header-account-login .register__submenu,.hero__content .register__submenu{top:72px;left:0;position:absolute;min-width:300px;margin:0;padding:1.5rem;display:none;flex-direction:column;background-color:#000;z-index:99}.header-account-login .register__submenu::before,.hero__content .register__submenu::before{top:-8px;right:0;left:0;position:absolute;content:"";width:24px;height:24px;margin:0 auto;display:block;background-color:#000;transform:rotate(45deg)}.header-account-login .register__submenu li:first-of-type,.hero__content .register__submenu li:first-of-type{margin-bottom:.5rem}.header-account-login .register__submenu a,.hero__content .register__submenu a{color:#fff;font-weight:400}.header-account-login .active .register__submenu,.hero__content .active .register__submenu{display:flex}.hero__content .register__submenu{top:162px;left:0;right:0}@media (min-width:555px){.hero__content .register__submenu{top:82px;left:unset}}.hero__content .active .register-btn{color:#fff}.header-create-menu{position:absolute;background:#000;text-align:left;padding:0;justify-content:space-between;margin-top:20px;top:85%;transform:translateX(-50%)}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-create-menu{min-width:250px}}.header-create-menu.active{display:flex}.header-create-menu:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #000;top:-10px;display:block;position:absolute;left:50%}.header-create-menu__wrapper{position:relative;display:inline-block}.header-create-menu__wrapper .button{background:#758afe;border-color:#758afe}.header-create-menu__wrapper .button:active,.header-create-menu__wrapper .button:focus,.header-create-menu__wrapper .button:hover{background:0 0;color:#758afe}.header-create-menu ul{list-style-type:none;margin:0;padding:0;display:block;width:100%}.header-create-menu ul li{margin:0;padding:0 24px;display:block}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-create-menu ul li{padding:0 32px}}.header-create-menu ul li:last-child a{border-bottom:0}.header-create-menu ul li a{color:#fff!important;display:block;padding:16px 0;width:100%;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.2)}.header-create-menu ul li a:first-child::after{content:none}.header-create-menu ul li a:active,.header-create-menu ul li a:focus,.header-create-menu ul li a:hover{color:#4b63e6;text-decoration:underline}.sidebar-cta{background:#000;padding:32px}.sidebar-cta__subtitle{font-size:.875rem;line-height:1.125rem;color:#4b63e6;font-weight:700;margin-bottom:16px;display:block}.sidebar-cta__title{font-size:1.5rem;line-height:2rem;color:#fff;margin-bottom:24px}.sidebar-cta .button{display:block;text-align:center}.steps{padding:80px 0 104px;position:relative;z-index:20;background:#bac5ff}@media only screen and (max-width:1024px){.steps{padding:40px 0 80px}}.steps__col{font-weight:700;display:flex}@media only screen and (max-width:1023px){.steps__col{width:100%!important}}.steps__col h3{font-size:.875rem;line-height:1.125rem;color:#000;margin-bottom:16px;font-weight:900}.steps__icon{width:80px;margin-right:32px}.steps__content{flex:1}.box-border{border:3px solid #bac4ff;border-radius:.5rem}@media only screen and (max-width:767px){.box-border{border:0;margin-bottom:0}}.box-border__inner{padding:32px 24px 8px}.box-border__inner .card{margin-bottom:24px}@media only screen and (max-width:1023px){.box-border__inner .card{margin-bottom:24px}}.filter{position:relative;width:100%;z-index:99}.filter .filter-menu{position:relative}@media only screen and (max-width:767px){.filter .filter-menu{display:none}}@media only screen and (max-width:767px){.filter .filter-menu.active{display:block}}@media (min-width:768px){.filter .filter-menu .reset{top:14px;right:0;position:absolute}}@media only screen and (max-width:767px){.filter__flex{background:#fff;margin-top:1.5rem}}.filter__flex.showable{display:none}.filter__flex.showable.active{display:flex}.filter .filter__bottom,.filter .filter__top{display:flex;flex-direction:column}@media (min-width:768px){.filter .filter__bottom,.filter .filter__top{flex-direction:row}}@media (min-width:768px){.filter .filter__bottom .facetwp-facet{margin-top:2rem}}.filter .center{margin-bottom:20px}.filter .button{width:100%;text-align:left;display:none;margin-bottom:10px}.filter .button.filters__more{display:inline-block;width:auto;background:#222;border:2px solid #222;padding:12px 32px 12px 16px}.filter .button.filters__more:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-plus-white.svg");content:"";background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px;position:absolute;right:8px;top:13px;transition:all .3s ease-in}.filter .button.filters__more:active,.filter .button.filters__more:focus,.filter .button.filters__more:hover{color:#fff;background:#4b63e6}.filter .button.filters__more:focus{border-color:#0093ff}.filter .button.filters__more.active{background:#fff;color:#222}.filter .button.filters__more.active:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-minus-black.svg")}@media only screen and (max-width:767px){.filter .button{display:block}.filter .button.filters__more{display:none}}@media only screen and (max-width:767px){.filter__extras{display:block}}.filter__field{display:block;border:0;padding:0;width:100%;margin-right:1.5rem;margin-bottom:.5rem}@media (min-width:768px){.filter__field{width:220px;margin-bottom:0}}@media (min-width:1024px){.filter__field{width:260px}}@media (min-width:1440px){.filter__field{width:326px}}.filter__field--wide{width:48%}.filter__field label{display:block;font-size:1rem;line-height:1.5rem;color:#000;font-weight:700;margin-bottom:8px}.filter__field--wide{width:48%}.filter .fs-label{font-size:1rem;line-height:1.5}@media (min-width:1024px){.filter .fs-label{font-size:1.125rem;line-height:1.33}}.filter .facetwp-facet-date{position:relative;display:flex;align-items:center}.filter .facetwp-facet-date::after{position:absolute;right:1.125rem;content:"";width:1.5rem;height:1.5rem;display:flex;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--calendar--blue.svg") no-repeat center/1rem}@media (min-width:768px){.filter .facetwp-facet-date::after{background-size:1.5rem}}.filter .fs-option-label{font-size:.875rem;line-height:1.5}.filter .reset{position:relative;border:none;outline:0;display:flex;align-items:center;background-color:transparent;color:#1e1b43;cursor:pointer;transition:all .3s ease-in}.filter .reset:active,.filter .reset:focus,.filter .reset:hover{text-decoration:underline}.filter .reset:focus{border-color:#0093ff}.filter .reset::before{content:"";width:1.5rem;height:1.5rem;margin-right:.5rem;display:block;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--close--red.svg")}.fusion-skills-icons{margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:wrap;flex-direction:column;z-index:4}.fusion-skills-icons li{margin-bottom:1.125rem;padding:1rem 0;border-radius:.5rem;display:flex;background-color:#fff}.fusion-skills-icons li:last-child{margin-bottom:0;margin-right:0}.fusion-skills-icons a{padding-left:2rem;display:flex;align-items:center}.fusion-skills-icons a:hover{text-decoration:none}.fusion-skills-icons a:focus .fusion-skills-icons__icon{background-color:#444}.fusion-skills-icons__icon{width:40px;height:40px;margin-right:.75rem;display:block;border-radius:100%;transition:.3s}.fusion-skills-icons__icon img{filter:brightness(0) saturate(100%)}.fusion-skills-icons .fusion-skills-icons__title{color:#001c4a}.favourites-menu{background:#fff;position:absolute;z-index:15;right:16px;padding:8px;top:72px}.favourites-menu:after{content:"";width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:14px solid #fff;top:-12px;right:18px;position:absolute}.favourites-menu ul{list-style-type:none;margin:0;padding:0}.favourites-menu ul li{display:block;margin:0;padding:0 8px}.favourites-menu ul li:last-child .button,.favourites-menu ul li:last-child a{border-bottom:0}.favourites-menu ul li .button,.favourites-menu ul li a{display:block;color:#222;padding:8px 0;font-weight:700;border:none;border-bottom:1px solid rgba(0,0,0,.4);width:100%;text-align:left;line-height:1.5rem;background-color:transparent}.favourites-menu ul li .button:active,.favourites-menu ul li .button:focus,.favourites-menu ul li .button:hover,.favourites-menu ul li a:active,.favourites-menu ul li a:focus,.favourites-menu ul li a:hover{color:#4b63e6;text-decoration:none}.interest-types{margin:0 0 2.5rem 0;padding:0;list-style-type:none}.interest-types--padding{padding:16px}.interest-types li{margin-bottom:0;display:inline-block}.interest-types li:last-of-type:after{content:""}ul.tags{list-style-type:none;margin:0;padding:0;display:inline-block}ul.tags li{margin:0;padding:0;display:inline-block}ul.tags li a{display:block;border:2px solid #4b63e6;font-weight:700;padding:2px 8px;font-size:.825rem;margin:0 8px 10px 0}ul.tags__wrapper{display:flex;background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 6px 4px -4px rgba(0,0,0,.08);padding:32px;padding-bottom:22px;flex-wrap:wrap}@media only screen and (max-width:1023px){ul.tags__wrapper{background:0 0;box-shadow:none;padding:0 16px 16px}}ul.tags__wrapper h3{margin:0 5.3333333333px 0 0;font-size:1rem;line-height:1.5rem}@media only screen and (max-width:767px){ul.tags__wrapper h3{width:100%;margin-bottom:16px}}.partners{list-style-type:none;margin:0;padding:0;flex-wrap:wrap;display:flex}.partners li{margin:0 8px 0 0}.partners li a:active,.partners li a:focus,.partners li a:hover{transform:translateY(-3px)}.partners li img{border-radius:100%;border:1px solid rgba(0,0,0,.2)}.listing-info{background:#bac5ff;padding:28px 32px 0;position:relative;display:flex}@media only screen and (max-width:1280px){.listing-info{padding:24px 24px}}@media only screen and (max-width:1023px){.listing-info{padding:24px 16px 16px}}.listing-info:before{content:"";background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/border-top-blue.svg") center bottom;background-repeat:repeat-x;height:30px;width:100%;display:block;position:absolute;bottom:-29px;left:0;background-size:cover;z-index:1;pointer-events:none;transform:rotate(180deg)}.listing-info h3{font-size:1rem;line-height:1.5rem;margin-bottom:0;margin-right:32px}.listing-info ul{list-style-type:none;margin:0;padding:0;display:flex;flex:1}.listing-info ul li{flex:1;position:relative}.listing-info ul li.icon{padding-left:56px}.listing-info ul li.icon:before{content:"";height:40px;width:40px;display:block;background-size:contain;position:absolute;left:0;top:2px}.listing-info ul li.cost:before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-cost.svg")}.listing-info ul li.date:before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-cal.svg")}.listing-info ul li.learner-type:before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-user-bg.svg")}@media only screen and (max-width:1023px){.listing-info ul{display:block}}@media only screen and (max-width:767px){.featured-slider{padding-bottom:70px}}.modal__wrapper{z-index:9999}.modal__header{border:0}.modal__header button.close{background-color:#162ba2;height:48px;width:48px;border:0;border-radius:8px;position:absolute;top:24px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-close-white.svg");background-repeat:no-repeat;background-position:center center;right:24px;transition:all .3s ease-in;cursor:pointer}.modal__header button.close:active,.modal__header button.close:focus,.modal__header button.close:hover{background-color:#4b66fe}.modal__header button.close span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modal__container{padding:80px;position:relative;width:100%}@media only screen and (max-width:767px){.modal__container{padding:32px;width:100%}}.modal__container .citlfp-modal{border-radius:24px;padding:48px;max-width:640px}.modal__container p{font-size:18px;color:#001c4a;margin-top:24px}.modal__container a{color:#0077cf}.modal__container form .button{width:auto!important}@media only screen and (max-width:767px){.modal__container form .button{width:100%!important}}@media only screen and (max-width:767px){.modal__container .forgotten-password{float:none;display:block;margin-top:10px}}.modal__footer{margin-top:32px}form.multistep .steps-wrapper{position:relative;width:50%;padding:0;margin:0 auto 40px}@media only screen and (max-width:767px){form.multistep .steps-wrapper{width:90%}}form.multistep .steps-wrapper:after{content:"";position:absolute;width:100%;height:2px;background:#4b66fe;display:block;top:19.2px;left:0;z-index:1}form.multistep ul.steps-list{list-style-type:none;padding:0;margin:0;display:flex;justify-content:space-between;position:relative}form.multistep ul.steps-list li{position:relative;z-index:2}form.multistep ul.steps-list li button{border-radius:100%;border:3px solid #4b66fe;width:48px;height:48px;background:#fff;font-weight:700;color:#162ba2}form.multistep ul.steps-list li.invalid button{background:#c60000;border-color:#c60000}form.multistep ul.steps-list li.active button{outline:3px solid #4B66FE;border:6px solid #fff;background-color:#65fbd2;color:#162ba2}.acf-true-false label{display:flex!important}.acf-true-false label .message{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.acf-field-true-false,.check-inline{margin:8px 0}.acf-field-true-false label,.check-inline label{display:inline-block}.acf-field-true-false .acf-input,.acf-field-true-false .acf-label,.check-inline .acf-input,.check-inline .acf-label{display:inline-block}.acf-field-true-false p,.check-inline p{font-size:.875rem;font-weight:400;margin-top:8px}.check-inline{display:flex!important;margin:0}.check-inline input[type=radio]{margin-right:16px;margin-bottom:0}.check-inline label{padding-top:8px}.select2-container.-acf .select2-selection{border:0;min-height:48px}.select2-container.-acf .select2-selection:active,.select2-container.-acf .select2-selection:focus{outline:2px solid #0093FF}.select2-container{border-radius:8px;border:3px solid #bac4ff;min-height:48px}.select2-container .select2-selection--single .select2-selection__rendered{height:48px;padding:8px}.select2-container .select2-selection{min-height:48px}.select2-container--open .select2-dropdown{top:-4px;left:-2px!important}body.admin-bar .select2-container--open .select2-dropdown{top:28px;left:-2px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:32px!important}.select2-container--default .select2-selection--single .select2-selection__arrow{top:20px!important;right:16px!important;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/arrow-right-brand.svg") no-repeat;background-size:contain!important;transform:rotate(90deg);height:16px!important;width:16px!important}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-dropdown{border:2px solid #bac4ff!important}.select2-selection--multiple{padding:6px}.select2-container--default.select2-container--focus .select2-selection--multiple{border:0!important}.select2-search--dropdown{position:relative}.select2-search--dropdown input{border:2px solid #bac4ff!important;padding:13px 20px!important;padding-right:60px}.select2-search--dropdown:after{content:"";background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-search-brand.svg");width:20px;height:20px;position:absolute;background-size:contain;right:24px;top:20px}.acf-flexible-content .layout .acf-fc-layout-controls{top:0!important}.acf-url input[type=url]{padding:13px 20px 13px!important}.acf-url i{top:15px!important;left:8px!important}.image-preview{width:160px;margin-bottom:24px}.acf-hl>li{float:none!important;margin-bottom:8px!important}.acf-checkbox-list li{float:none}a.acf-icon{right:8px;top:8px;border:1px solid #000!important;color:#4b63e6!important;line-height:20px;text-decoration:none}.acf-icon.grey{background:#4b63e6!important;border-radius:0;font-size:1.5rem}.acf-radio-list li{margin-bottom:16px!important}.acf-checkbox-list li,.acf-radio-list li,.check-inline{display:block;position:relative;margin-bottom:12px;cursor:pointer;font-size:22px;user-select:none}.acf-checkbox-list li:last-child,.acf-radio-list li:last-child,.check-inline:last-child{margin-bottom:0!important}.categorychecklist-holder .acf-checkbox-list{column-count:2}@media only screen and (max-width:767px){.categorychecklist-holder .acf-checkbox-list{column-count:1}}.categorychecklist-holder .acf-checkbox-list li{padding-top:3px}.acf-checkbox-list li input[type=radio],.acf-radio-list li input[type=radio],.check-inline input[type=radio]{padding:0;position:relative;height:32px;width:32px;min-width:32px;display:inline-block;border:0;-webkit-appearance:none;border-radius:100%;cursor:pointer}.acf-checkbox-list li input[type=radio]:before,.acf-radio-list li input[type=radio]:before,.check-inline input[type=radio]:before{content:"";position:absolute;top:0;left:0;height:32px;width:32px;background-color:#fff;pointer-events:none;border-radius:100%;border:3px solid #bac4ff}.acf-checkbox-list li input[type=radio]:after,.acf-radio-list li input[type=radio]:after,.check-inline input[type=radio]:after{content:"";position:absolute;top:8px;left:8px;height:16px;width:16px;background-color:#fff;pointer-events:none;border-radius:100%}.acf-checkbox-list li input[type=radio]:focus:before,.acf-radio-list li input[type=radio]:focus:before,.check-inline input[type=radio]:focus:before{border-color:#0093ff}.acf-checkbox-list li input[type=radio],ul.acf-radio-list li input[type=radio]{margin-right:10px!important}.acf-checkbox-list li input[type=radio]:hover:before,.acf-radio-list li input[type=radio]:hover:before,.check-inline input[type=radio]:hover:before{background-color:#dce2ff}.acf-checkbox-list li input[type=radio]:hover:after,.acf-radio-list li input[type=radio]:hover:after,.check-inline input[type=radio]:hover:after{background-color:#dce2ff}.acf-checkbox-list li input[type=radio]:checked:before,.acf-radio-list li input[type=radio]:checked:before,.check-inline input[type=radio]:checked:before{background-color:#fff}.acf-checkbox-list li input[type=radio]:checked:after,.acf-radio-list li input[type=radio]:checked:after,.check-inline input[type=radio]:checked:after{background-color:#4b66fe}form.multistep .check-inline{display:flex;margin-bottom:11px}form.multistep .check-inline label{margin-bottom:0;padding-top:8px;margin-left:8px;display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.radio.columns{column-count:2}@media only screen and (max-width:767px){.radio.columns{column-count:1}}.acf-checkbox-list li,.acf-true-false,.check-inline,.checkbox-list-item,.wpcf7-acceptance .wpcf7-list-item{display:block;position:relative;margin-bottom:12px;cursor:pointer;font-size:22px;user-select:none;overflow:auto}.acf-field-true-false .parsley-errors-list{position:relative;left:-32px}.wpcf7-acceptance .wpcf7-list-item label{display:flex}.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.acf-checkbox-list li input[type=checkbox],.acf-true-false input[type=checkbox],.check-inline input[type=checkbox],.checkbox-list-item input[type=checkbox],.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]{padding:0;position:relative;height:32px;width:32px;display:inline-block;margin:0 16px 0 0;border:0;-webkit-appearance:none;border-radius:8px;cursor:pointer}.acf-checkbox-list li input[type=checkbox]:before,.acf-true-false input[type=checkbox]:before,.check-inline input[type=checkbox]:before,.checkbox-list-item input[type=checkbox]:before,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:before{content:"";position:absolute;top:0;left:0;height:32px;width:32px;background-color:#fff;pointer-events:none;border-radius:8px;border:3px solid #bac4ff}.acf-checkbox-list li input[type=checkbox]:after,.acf-true-false input[type=checkbox]:after,.check-inline input[type=checkbox]:after,.checkbox-list-item input[type=checkbox]:after,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:after{content:"";position:absolute;top:8px;left:8px;height:16px;width:16px;background-color:#fff;pointer-events:none;border-radius:0}.acf-checkbox-list li input[type=checkbox]:focus:before,.acf-true-false input[type=checkbox]:focus:before,.check-inline input[type=checkbox]:focus:before,.checkbox-list-item input[type=checkbox]:focus:before,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus:before{border-color:#0093ff;background-color:#dce2ff}.acf-checkbox-list li input[type=checkbox]:focus:after,.acf-true-false input[type=checkbox]:focus:after,.check-inline input[type=checkbox]:focus:after,.checkbox-list-item input[type=checkbox]:focus:after,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus:after{background-color:transparent}ul.acf-checkbox-list li{margin-bottom:16px!important}ul.acf-checkbox-list li input[type=checkbox]{margin-right:16px!important;margin-top:0!important}ul.acf-checkbox-list li label,ul.acf-radio-list li label{display:inline-block}.acf-checkbox-list li input[type=checkbox]:hover:before,.acf-true-false input[type=checkbox]:hover:before,.check-inline input[type=checkbox]:hover:before,.checkbox-list-item input[type=checkbox]:hover:before,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:hover:before{background-color:#dce2ff}.acf-checkbox-list li input[type=checkbox]:hover:after,.acf-true-false input[type=checkbox]:hover:after,.check-inline input[type=checkbox]:hover:after,.checkbox-list-item input[type=checkbox]:hover:after,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:hover:after{background-color:transparent}.acf-checkbox-list li input[type=checkbox]:checked:before,.acf-true-false input[type=checkbox]:checked:before,.check-inline input[type=checkbox]:checked:before,.checkbox-list-item input[type=checkbox]:checked:before,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked:before{background-color:transparent}.acf-checkbox-list li input[type=checkbox]:checked:after,.acf-true-false input[type=checkbox]:checked:after,.check-inline input[type=checkbox]:checked:after,.checkbox-list-item input[type=checkbox]:checked:after,.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-check-brand.svg");background-repeat:no-repeat;background-position:center center;background-color:transparent}.acf-field.acf-field-true-false .acf-label label{padding-top:6px!important}.checkbox-list-item input,.checkbox-list-item label{display:inline-block}.checkbox-list-item label{max-width:calc(100% - 48px)}.checkbox-list-item input{float:left;margin-right:20px}.acf-field .acf-label{margin:0 0 8px!important}.acf-true-false label,form.multistep .acf-field-true-false .acf-label{margin-bottom:0!important}.acf-field{margin:0 0 24px!important}.acf-field .acf-label label{margin:0 0 0!important}.acf-field-true-false .acf-input{float:left}.acf-taxonomy-field .categorychecklist-holder{border:0 solid rgba(0,0,0,.5)!important;max-height:initial!important}.acf-taxonomy-field{border:0}.acf-fields.-border{border:0 solid rgba(0,0,0,.5)!important}.acf-fields.-border .acf-field{margin:0!important}.acf-field p.description{font-size:.825rem;line-height:1.125rem;margin-bottom:16px!important}.facetwp-facet input.facetwp-location,.facetwp-facet input.facetwp-search{min-width:100%!important}.acf-field.hr{border-top:1px solid rgba(0,0,0,.5);margin-top:32px!important;padding-top:20px}.acf-field-true-false .acf-label{max-width:calc(100% - 48px);margin-bottom:0}.acf-field-true-false .acf-label p.description{margin-bottom:0!important}.delete-account{margin-top:32px;background:#f6f6f6;padding:32px;border:1px solid rgba(0,0,0,.5)}.filters-top{display:flex;margin:32px 0;justify-content:space-between}.filters-top .facetwp-type-fselect .fs-label-wrap{padding:2px!important}.filters-top .fs-label-wrap .fs-label{padding:4px 40px 4px 8px!important}.filters-top .facetwp-type-fselect .fs-arrow{top:7px!important;right:12px!important}.icon-checkbox-grid{display:flex;flex-wrap:wrap}.icon-checkbox-grid .checkbox-icon{background:#000;position:relative;width:33.3333%;padding:32px;text-align:center;transition:.5s;display:flex;flex-direction:column-reverse}@media only screen and (max-width:767px){.icon-checkbox-grid .checkbox-icon{width:50%}}.icon-checkbox-grid .checkbox-icon:hover{background:#4b63e6;cursor:pointer}.icon-checkbox-grid .checkbox-icon__label{color:#fff}.icon-checkbox-grid .checkbox-icon__input{padding:0;position:absolute;left:16px;top:16px;height:32px;width:32px;display:inline-block;margin:0 16px 0 0;border:0;-webkit-appearance:none;border-radius:0;cursor:pointer}.icon-checkbox-grid .checkbox-icon__input:before{content:"";position:absolute;top:0;left:0;height:32px;width:32px;background-color:#fff;pointer-events:none;border-radius:0;border:2px solid #000}.icon-checkbox-grid .checkbox-icon__input:after{content:"";position:absolute;top:8px;left:8px;height:16px;width:16px;background-color:#fff;pointer-events:none;border-radius:0}.icon-checkbox-grid .checkbox-icon__input:checked:before{background-color:#fff}.icon-checkbox-grid .checkbox-icon__input:checked:after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-check-brand.svg");background-repeat:no-repeat;background-position:center center}.icon-checkbox-grid .checkbox-icon__img{width:50%;margin:32px auto}.faq button.accordion{background-color:transparent;padding:0 0 0 32px;-webkit-appearance:none;font-weight:700;font-size:1.5rem;line-height:2rem;margin-bottom:32px;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-plus-black.svg");background-repeat:no-repeat;background-position:left center;transition:0s}@media only screen and (max-width:767px){.faq button.accordion{font-size:1.25rem;line-height:1.75rem}}.faq button.accordion.active{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-minus-black.svg")}.faq button.accordion:hover{color:#4b63e6}.faq .panel__inner{padding:32px;background:#f6f6f6;margin-bottom:32px}.faq .panel__inner p:last-child{margin-bottom:0}.widget-title{color:#222;border-bottom:1px solid rgba(0,0,0,.5);padding-bottom:8px}.widget{margin-bottom:32px}.widget ul{list-style-type:none;margin:0;padding:0}.widget ul li a{color:#4b63e6}.posted-in{display:flex;margin-bottom:8px}.posted-in a{margin-left:4px;color:#4b63e6}.posted-by a{color:#4b63e6}.welcome-message .button-wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.welcome-message .button-wrapper .button{display:block;width:calc(50% - 8px);margin-top:16px;margin-left:8px;margin-right:8px;text-align:center}.welcome-message .button-wrapper .button:nth-child(odd){margin-left:0}.welcome-message .button-wrapper .button:nth-child(2n){margin-right:0}@media only screen and (max-width:767px){.welcome-message .button-wrapper .button{width:100%;margin-left:0;margin-right:0}}.additional-content-item.button{margin-bottom:32px}.notyf{padding:40px}.notyf-announcer{background-color:#00f}.embed-wrapper iframe{width:100%}.social-media{display:flex;list-style:none;margin:0}.social-media .social-media__icon{filter:brightness(0) saturate(100%) invert(37%) sepia(57%) saturate(5292%) hue-rotate(225deg) brightness(105%) contrast(101%);transition:all .3s ease-in}.social-media .social-media__item:last-child .social-media__link{margin-right:0}.social-media .social-media__icon{width:1.5rem;transition:all .3s ease-in}.social-media .social-media__link{width:3rem;height:3rem;margin-right:1rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;background-color:#fff}.social-media .social-media__link:hover{background-color:#4b66fe}.social-media .social-media__link:hover .social-media__icon{filter:brightness(0) invert(1)}.modal__container{padding:1rem}.modal__container .citlfp-modal.welcome-message{padding:1.5rem}@media (min-width:480px){.modal__container .citlfp-modal.welcome-message{padding:3rem}}@media (min-width:1440px){.modal__container .citlfp-modal.welcome-message{padding:4rem}}.modal__container .citlfp-modal.welcome-message .welcome-message-label{font-size:1.5rem;line-height:1.33}@media (min-width:1024px){.modal__container .citlfp-modal.welcome-message .welcome-message-label{font-size:2rem;line-height:1.25}}.modal__container .citlfp-modal.welcome-message .modal__body{font-size:1rem}@media (min-width:1024px){.modal__container .citlfp-modal.welcome-message .modal__body{font-size:1.125rem}}.modal__container .citlfp-modal.welcome-message .button--secondary{color:#fff!important}.modal__container .citlfp-modal.welcome-message .dismiss-welcome-message{border:2px solid #000}.footer.insulate-p{padding-bottom:3.5rem}@media (min-width:1024px){.footer.insulate-p{padding-bottom:2.5rem}}.footer{position:relative;width:100%;color:#fff;background:url("/wp-content/themes/fusionhub/assets/img/ellipse-footer.svg") no-repeat #060d31 bottom -25rem right -20rem;z-index:99}@media (min-width:768px){.footer{background-position:top 10rem right -15rem}}@media (min-width:1024px){.footer{background-position:top -5rem right -2rem}}@media (min-width:1536px){.footer{background-position:top -4rem right -2rem}}@media (min-width:1800px){.footer{background-position:top -2rem right -2rem}}.footer:before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/dark-blue-bottom-divider.svg")}.footer .footer__col{display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:768px){.footer .footer__col{text-align:left;align-items:flex-start}}.footer p{color:rgba(255,255,255,.8)}.footer .site-logo{width:6.25rem;margin-bottom:2rem;margin-right:auto;margin-left:auto;filter:brightness(0) invert(1)}@media (min-width:768px){.footer .site-logo{width:14rem;margin-bottom:2.5rem}}@media (min-width:1024px){.footer .site-logo{margin-right:unset;margin-left:unset}}.footer .footer__site-intro{font-size:1.25rem;line-height:1.6;color:#fff;font-weight:600}@media (min-width:768px){.footer .footer__site-intro{text-align:center}}@media (min-width:1024px){.footer .footer__site-intro{font-size:1.875rem;line-height:1.33;text-align:left}}.footer .footer__title{margin-bottom:2rem;color:#fff}@media (min-width:768px){.footer .footer__title{margin-bottom:1.5rem}}.footer .footer__nav-items ul{list-style:none}.footer .footer__nav-items .menu-item{margin-bottom:1rem;font-size:1rem;line-height:1.5}@media (min-width:768px){.footer .footer__nav-items .menu-item{font-size:1.125rem;line-height:1.33}}.footer .footer__nav-items .menu-item:last-of-type{margin-bottom:0}.footer .footer__nav-items .menu-item a{color:#fff;text-decoration:none;opacity:.8}.footer .footer__nav-items .menu-item a:hover{text-decoration:underline}.footer .footer__nav-items .menu-item.current-menu-item>a,.footer .footer__nav-items .menu-item.current-menu-parent>a{color:#4b66fe;text-decoration:underline}.footer .footer__nav-items a{font-weight:400}.footer ul{margin:0;padding:0}.footer ul li{margin-bottom:0}.footer ul li a{text-decoration:underline}.footer__flex{display:flex;flex-wrap:wrap}.footer__col{margin-bottom:2.5rem;flex:1}@media only screen and (max-width:1280px){.footer__col{width:18%;flex:none}}@media only screen and (max-width:1024px){.footer__col{width:30%;flex:none}}@media only screen and (max-width:767px){.footer__col{flex:none;padding-right:0;width:100%}}.footer__col:first-child{margin-right:70px;width:40%;min-width:400px}@media only screen and (max-width:1440px){.footer__col:first-child{width:30%;min-width:250px}}@media only screen and (max-width:1280px){.footer__col:first-child{width:35%;min-width:350px;margin-right:48px}}@media only screen and (max-width:1024px){.footer__col:first-child{width:100%;min-width:auto;marin-right:0;border-right:0}}@media only screen and (max-width:767px){.footer__col:first-child{width:100%;min-width:auto;margin-right:0;border-right:0}}.footer__col:last-of-type{margin-right:0;padding-right:0}.footer .pill{margin-top:2rem;max-width:300px;width:100%}@media (min-width:768px){.footer .pill{max-width:fit-content}}.footer .social-media{margin-top:2rem}.footer .footer__logo{width:3.75rem;margin:0 auto 2rem auto;order:1}@media (min-width:768px){.footer .footer__logo{margin:0;order:2}}.footer .footer__logo .footer-logo__icon{width:3.75rem}.footer__bottom{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.footer__bottom{flex-direction:row}}.footer__bottom .site-info{width:100%;margin-bottom:0;display:flex;flex-direction:column;align-self:flex-start;order:2;font-size:.875rem;text-align:center}@media (min-width:768px){.footer__bottom .site-info{align-self:flex-end;order:1}}@media (min-width:767px){.footer__bottom .site-info{flex-direction:row;align-self:flex-end}}.footer__bottom .web-agency{margin-top:1.5rem;margin-left:0}@media (min-width:768px){.footer__bottom .web-agency{margin-top:0;margin-left:2rem}}.footer__bottom .web-agency a{color:#fff;font-weight:400;text-decoration:underline}.footer__bottom .web-agency a:hover{color:#4b66fe}.footer__bottom p{font-size:.875rem;line-height:1.125rem}.header .menu-toggle,.mobile-header .menu-toggle{width:1.25rem;height:1.25rem;margin-left:1rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in;background:url("/wp-content/themes/fusionhub/assets/img/icon-arrow-white-down.svg") no-repeat #4b66fe center;cursor:pointer;flex-shrink:0}.header .menu .menu-item,.mobile-header .menu .menu-item{position:relative;display:flex;align-items:center}@media (max-width:1024px){.header .menu .menu-item,.mobile-header .menu .menu-item{padding:1.5rem 0}}.header .menu .menu-item a,.mobile-header .menu .menu-item a{font-size:1.125rem;line-height:1.2;font-weight:600;color:#000;cursor:pointer}.header .menu .menu-item a:hover,.mobile-header .menu .menu-item a:hover{color:#4b66fe}.header .menu .menu-item.current-menu-item>a,.header .menu .menu-item.current-menu-parent>a,.mobile-header .menu .menu-item.current-menu-item>a,.mobile-header .menu .menu-item.current-menu-parent>a{color:#4b66fe;text-decoration:underline}@media (max-width:1024px){.header .menu .menu-item .sub-menu .menu-item,.mobile-header .menu .menu-item .sub-menu .menu-item{padding:0}}.header .menu .menu-item .sub-menu a,.mobile-header .menu .menu-item .sub-menu a{font-size:1.125rem;line-height:1.33;color:#fff}.header,.mobile-header{position:fixed;top:0;left:0;padding:1.5rem 0;width:100%;display:flex;align-items:center;background-color:transparent;transition:all .3s ease-in;z-index:9999}@media only screen and (max-width:1024px){.header,.mobile-header{display:none}}.header.header-scroll--active,.mobile-header.header-scroll--active{top:-12rem}.header.nav-sticky--active,.mobile-header.nav-sticky--active{background-color:#fff}.header .inner__wrapper,.mobile-header .inner__wrapper{display:flex;justify-content:space-between;align-items:center}.header .site-logo,.mobile-header .site-logo{width:12.5rem}.header .main-nav,.mobile-header .main-nav{margin-bottom:1.5rem}.header .main-nav .header-account-menu__wrapper a,.mobile-header .main-nav .header-account-menu__wrapper a{color:#1e1b43}.header .main-nav .header-account-menu__wrapper a:hover,.mobile-header .main-nav .header-account-menu__wrapper a:hover{color:#4b66fe}.header .pill,.mobile-header .pill{display:flex;align-items:center}@media only screen and (max-width:1024px){.header__menus,.mobile-header__menus{display:none}}.main-nav{display:flex;justify-content:flex-end}.top-menu{position:relative;list-style-type:none;margin:0;padding:0;z-index:1}.top-menu ul{padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-end;list-style:none}.top-menu ul li{padding:0;margin:0;margin-left:3rem;display:flex;align-items:center}.top-menu ul li:first-child{margin-left:0}.top-menu .sub-menu{top:0;position:absolute;width:260px;padding-top:3rem;display:none;text-align:left}.top-menu .sub-menu a{margin-bottom:1.25rem;font-size:1.125rem;line-height:1.33;color:#fff}.top-menu .sub-menu li{padding:0 1.5rem;margin-left:0;background-color:#000}.top-menu .sub-menu li:first-child{padding-top:1.5rem;border-top:2px solid #387feb}.top-menu .sub-menu li:last-child{padding-bottom:1.5rem}.top-menu .menu-item:hover>a{color:#387feb}.top-menu .menu-item:hover .sub-menu{display:block}.top-menu .menu-item:hover .menu-toggle{transform:rotate(180deg)}.mobile-header{padding:1rem 0;display:none}@media only screen and (max-width:1024px){.mobile-header{display:flex;align-items:center;background-color:#fff;z-index:9999}}.mobile-header .inner__wrapper{display:flex;justify-content:space-between}.mobile-header .mobile-navigation__container{display:flex;align-items:center}.mobile-header__logo{width:100px;display:block}.mobile-header__logo h2{color:#fff;display:block;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/fusion-logo.svg") no-repeat;background-size:contain;width:210px;height:72px;margin-bottom:0}@media only screen and (max-width:1024px){.mobile-header__logo h2{width:120px;height:52px}}@media only screen and (max-width:1024px){.mobile-header__logo h2{height:24px;width:68px}}.mobile-menu{position:relative}.mobile-menu h3{margin-bottom:1rem}.mobile-menu ul{margin:0;padding:0;list-style-type:none}.mobile-menu ul li{flex-wrap:wrap;margin:0;transition:all .3s ease-in}.mobile-menu ul li a{transition:all .3s ease-in}.mobile-menu ul li a.button{color:#fff}.mobile-menu ul li a.button:active,.mobile-menu ul li a.button:focus,.mobile-menu ul li a.button:hover{color:#4b63e6}.mobile-menu .sub-menu{width:calc(100% + 6rem);margin-top:1.5rem;margin-bottom:-1.5rem;margin-right:-3rem;margin-left:-3rem;padding:2rem 3rem;display:none;background:#060d31}.mobile-menu .sub-menu li{padding:0;margin-bottom:1.5rem}.mobile-menu .sub-menu li:last-child{margin-bottom:0}.mobile-menu .sub-menu a{font-size:1.125rem;line-height:1.33;color:#fff}.mobile-menu .sub-menu--active{color:#001c4a;background-color:#f6f7ff}.mobile-menu .sub-menu--active .menu-toggle{transform:rotate(180deg)}.mobile-menu .sub-menu--active .sub-menu{display:block}.mobile-menu-slide,.mobile-menu-slide-account,.mobile-menu-slide-find,.mobile-menu-slide-search{position:absolute;left:0;top:5rem;width:100%;height:100vh;padding-top:3rem;padding-right:1rem;padding-left:1rem;background-color:#fff;visibility:hidden;transition:.5s all ease-in-out;transform:translateX(-100%);z-index:100}.mobile-menu-slide-account.open,.mobile-menu-slide-find.open,.mobile-menu-slide-search.open,.mobile-menu-slide.open{transform:translateX(0);transition:.5s all ease-in-out;visibility:visible}.mobile-menu-slide .pill{text-align:center}.mobile-menu-slide .pill--find-opportunities{max-width:220px;width:100%}.mobile-menu-slide-account .button{margin:16px}.hero{position:relative;padding-top:80px;display:flex;align-items:flex-start;background:#fff;background-size:cover}@media (min-width:1024px){.hero{padding-top:148px;align-items:center}}.hero .inner__wrapper{position:relative;display:flex;flex-direction:column}@media (min-width:768px){.hero .inner__wrapper{flex-direction:row;align-items:center}}.hero .hero__content{max-width:757px;width:100%;order:2;display:flex;justify-content:center;flex-direction:column;align-items:flex-start}@media (min-width:768px){.hero .hero__content{width:50%;order:1}}@media (min-width:850px){.hero .hero__content{width:60%}}.hero .hero__logo{display:none}@media (min-width:768px){.hero .hero__logo{margin-bottom:2rem;display:block}}.hero .hero__logo-image{width:3rem}@media (min-width:1024px){.hero .hero__logo-image{width:5rem}}.hero .hero__title{margin-bottom:1.5rem}@media (min-width:768px){.hero .hero__title{margin-bottom:2rem}}.hero .hero__title strong{color:#4b66fe;font-weight:inherit}.hero .hero__text{margin-bottom:24px}.hero .hero__text p{margin-bottom:24px}.hero .hero__links{position:relative;display:flex;flex-wrap:wrap}.hero .pill{margin-bottom:0}@media (max-width:554px){.hero .pill{width:100%}}@media (min-width:554px){.hero .pill{margin-right:1rem}.hero .pill:last-child{margin-right:0}}@media (max-width:768px){.hero .pill{text-align:center}}@media (max-width:1024px){.hero .pill{margin-bottom:1.5rem}}.hero .pill:last-child{margin-bottom:0}@media (min-width:1024px){.hero .pill:last-child{margin-left:2rem;margin-bottom:0}}.hero .hero__oval{top:0;right:0;position:absolute;width:100%}@media (min-width:768px){.hero .hero__oval{right:-50px;width:520px}}@media (min-width:1024px){.hero .hero__oval{width:620px}}@media (min-width:1440px){.hero .hero__oval{width:720px}}@media (min-width:1800px){.hero .hero__oval{right:-200px;width:820px}}@media (min-width:2000px){.hero .hero__oval{right:-300px;width:1020px}}.hero .hero__image{position:relative;margin-right:-1rem;margin-left:-1rem;margin-bottom:1.5rem;order:1}@media (min-width:768px){.hero .hero__image{width:50%;margin-right:0;margin-left:0;margin-bottom:0}}.hero .hero__image .hero__image-wrapper{margin-right:-120px}@media (min-width:768px){.hero .hero__image .hero__image-wrapper{margin-right:-220px}}@media (min-width:1440px){.hero .hero__image .hero__image-wrapper{margin-right:-320px}}@media (min-width:1800px){.hero .hero__image .hero__image-wrapper{margin-right:-520px}}@media (min-width:2000px){.hero .hero__image .hero__image-wrapper{margin-right:-620px}}.hero .hero__image .hero__image-wrapper img{width:100%;height:100%;mask-image:url("/wp-content/themes/fusionhub/assets/img/oval-mask.svg");mask-position:center center;mask-repeat:no-repeat;mask-size:contain}.hero-page.hero-image--active .inner__wrapper,.hero-page.hero-intro--active .inner__wrapper{padding-bottom:0}.hero-page.hero-image--active .hero-page__box,.hero-page.hero-intro--active .hero-page__box{background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--ellipse--50-50-left--orange.svg") no-repeat top 3rem right -10rem/400px}@media (min-width:480px){.hero-page.hero-image--active .hero-page__box,.hero-page.hero-intro--active .hero-page__box{background-position:top 3rem right -10rem}}@media (min-width:768px){.hero-page.hero-image--active .hero-page__box,.hero-page.hero-intro--active .hero-page__box{background-size:600px;background-position:top -3rem right 5rem}}@media (min-width:1024px){.hero-page.hero-image--active .hero-page__box,.hero-page.hero-intro--active .hero-page__box{background-position:top -3rem right 8rem}}@media (min-width:1120px){.hero-page.hero-image--active .hero-page__box,.hero-page.hero-intro--active .hero-page__box{background-position:top -3rem right 15rem}}.hero-page{background-color:#fff}@media (max-width:1024px){.hero-page{padding-top:96px}}@media (min-width:1024px){.hero-page{padding-top:200px}}.hero-page .filter{margin-top:1.5rem}@media (min-width:768px){.hero-page .filter{margin-top:2rem}}.hero-page--contact{background:#f6f7ff}.hero-page--contact .hero-page__breadcrumb{margin-bottom:0}.hero-page--contact .hero-page__box{display:inline-block}.hero-page--contact .hero-page__flex{height:auto;padding-top:0!important;padding-bottom:0!important}@media only screen and (max-width:767px){.hero-page--contact .hero-page__flex{height:auto}}.hero-page--no-hero{background:#fff}.hero-page--no-hero .hero-page__breadcrumb{margin-bottom:0}.hero-page--no-hero .hero-page__box{display:inline-block}.hero-page--no-hero .hero-page__flex{height:auto;padding-top:0!important;padding-bottom:0!important}@media only screen and (max-width:767px){.hero-page--no-hero .hero-page__flex{height:auto}}.hero-page--register{background:#fff}.hero-page--register .hero-page__breadcrumb{margin-bottom:0}.hero-page--register .hero-page__flex{height:auto;padding-top:0;padding-bottom:0}@media only screen and (max-width:767px){.hero-page--register .hero-page__flex{height:auto}}.hero-page--register .hero-page__box{display:inline-block;background:0 0;width:100%;padding-bottom:0}.hero-page--register .hero-page__box:before{content:none}.hero-page--register .hero-page__box:after{content:none}.hero-page--small .hero-page__flex{height:500px}@media only screen and (max-width:767px){.hero-page--small .hero-page__flex{height:auto}}.hero-page--smallest .hero-page__flex{height:320px}@media only screen and (max-width:767px){.hero-page--smallest .hero-page__flex{height:auto}}.hero-page__box{width:100%;display:flex;flex-direction:column}@media (min-width:768px){.hero-page__box{flex-direction:row}}.hero-page__box .lh-col,.hero-page__box .rh-col{display:flex;flex-direction:column;width:100%}@media (min-width:1024px){.hero-page__box .lh-col,.hero-page__box .rh-col{width:calc(50% - 2rem)}}.hero-page__box .rh-col{position:relative;margin-top:2rem;z-index:999}@media (min-width:1024px){.hero-page__box .rh-col{margin-top:0;margin-left:2rem}}@media (min-width:1024px){.hero-page__box .lh-col{margin-right:2rem}}.hero-page__image{height:16rem;margin-bottom:2rem;border-radius:1.5rem;object-fit:cover}@media (min-width:768px){.hero-page__image{height:24rem;margin-bottom:0}}.hero-page__content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:767px){.hero-page__content{width:100%;display:block}}.hero-page__breadcrumb p{color:#001c4a;position:relative;display:inline-block}.hero-page__breadcrumb a{font-weight:500}.hero-page__subtitle{margin-top:2.5rem;align-self:flex-start}.hero-page__text,.hero-page__title{margin-bottom:0}.hero-page__text{margin-top:16px}.hero-page__text p{color:#fff;margin-bottom:24px}.hero-page .button{margin-right:24px}.hero-page--with-image .hero-page__flex{padding:160px 0 70px;display:flex;height:auto}@media only screen and (max-width:767px){.hero-page--with-image .hero-page__flex{padding-top:40px;padding-bottom:32px}}.hero-page--with-image .hero-page__content{align-items:flex-start;justify-content:center}@media only screen and (max-width:767px){.hero-page--with-image .hero-page__content{padding:16px}}@media only screen and (max-width:767px){.hero-page--with-image .hero-page__image{display:none}}.hero-intro{margin-top:-3.5rem;position:relative;background-color:#4b66fe}.hero-intro::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-blue-top.svg")}.hero-intro::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--curve--bottom--blue--1440x48.svg")}.hero-intro .insulate-p{padding-top:3.5rem;padding-bottom:3.5rem}@media (min-width:768px){.hero-intro .insulate-p{padding-top:5rem;padding-bottom:5rem}}.hero-intro .hero-intro__title,.hero-intro p{color:#fff}.hero-intro .hero-intro__title{width:100%;max-width:700px;margin-bottom:2rem}.hero-intro .intro-section__container{display:flex;flex-direction:column}@media (min-width:1024px){.hero-intro .intro-section__container{flex-direction:row}}.hero-intro .lh-col,.hero-intro .rh-col{width:100%}@media (max-width:1024px){.hero-intro .lh-col{margin-bottom:2rem}}@media (min-width:1024px){.hero-intro .lh-col{width:50%}}@media (min-width:1024px){.hero-intro .rh-col{width:calc(50% - 9rem);margin-left:9rem}}@media (min-width:1120px){.hero-intro .rh-col{margin-left:9rem}}.hero-page--taxonomy{position:relative;background-color:#f6f7ff}.hero-page--taxonomy.decor-border--bottom::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--light-blue-1.svg")}.hero-page--taxonomy .hero-page__box{background-image:none}@media (min-width:480px){.hero-page--taxonomy .hero-page__box{margin-bottom:-160px}}.hero-page--taxonomy .hero-taxonomy__title{margin-bottom:0}@media (min-width:480px){.hero-page--taxonomy .hero-taxonomy__title{margin-bottom:3rem}}.hero-page--taxonomy .taxonomy-icon{max-width:200px;margin-left:auto;margin-right:auto}@media (min-width:480px){.hero-page--taxonomy .taxonomy-icon{max-width:400px;margin-right:unset}}.hero-page--opportunities{position:relative;background-color:#f6f7ff}.hero-page--opportunities.decor-border--bottom::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--light-blue-1.svg")}.hero-banner--secondary .hero-page__box{background:0 0}@media (min-width:1024px){.hero-banner--secondary .hero-page__box{padding-bottom:3rem}}@media (max-width:768px){.hero-banner--secondary .lh-col{order:2}}@media (max-width:768px){.hero-banner--secondary .rh-col{order:1}}.hero-banner--secondary .hero__image{position:relative;margin-right:-1rem;margin-left:-1rem;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--ellipse--50-50-left--orange.svg") no-repeat top -1rem right -1.5rem/320px}@media (min-width:480px){.hero-banner--secondary .hero__image{background-size:480px;background-position:top 0 right 0}}@media (min-width:1024px){.hero-banner--secondary .hero__image{top:0;right:0;position:absolute;background-size:560px;background-position:top -2.5rem right -1rem}}.hero-banner--secondary .hero__image .hero__image--container{width:260px;margin-left:auto}@media (min-width:320px){.hero-banner--secondary .hero__image .hero__image--container{width:320px}}@media (min-width:480px){.hero-banner--secondary .hero__image .hero__image--container{width:480px}}@media (min-width:1120px){.hero-banner--secondary .hero__image .hero__image--container{width:680px}}.hero-banner--secondary .hero__image .hero__image-wrapper{clip-path:ellipse(40% 60% at 60% 35%);transform:rotate(60deg);pointer-events:none}@media (min-width:320px){.hero-banner--secondary .hero__image .hero__image-wrapper{clip-path:ellipse(35% 70% at 60% 35%)}}@media (min-width:1024px){.hero-banner--secondary .hero__image .hero__image-wrapper{clip-path:ellipse(35% 60% at 55% 35%)}}@media (min-width:1120px){.hero-banner--secondary .hero__image .hero__image-wrapper{clip-path:ellipse(22% 60% at 50% 32%)}}.hero-banner--secondary .hero__image .hero__image-wrapper img{width:100%;height:300px;object-fit:cover;transform:rotate(-60deg)}@media (min-width:480px){.hero-banner--secondary .hero__image .hero__image-wrapper img{height:480px}}.hero-page--404 .hero-page__box{flex-direction:column}.text-two-col{position:relative;background-color:#162ba2}.text-two-col.decor-border--both::before,.text-two-col.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--dark-blue.svg")}.text-two-col.decor-border--both::after,.text-two-col.decor-border--bottom::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--bottom--dark-blue.svg")}.text-two-col .text-two-col__text-area,.text-two-col .text-two-col__title,.text-two-col .title-meta-info{color:#fff}.text-two-col .title-meta-info{background-color:rgba(255,255,255,.05)}.text-two-col .lh-col,.text-two-col .rh-col{width:100%}@media (min-width:768px){.text-two-col .lh-col,.text-two-col .rh-col{width:calc(50% - 2rem)}}.text-two-col .lh-col{margin-bottom:2rem}@media (min-width:768px){.text-two-col .lh-col{margin-right:2rem;margin-bottom:0}}@media (min-width:768px){.text-two-col .rh-col{margin-left:2rem}}.text-two-col .text-two-col__header{max-width:568px;width:100%;margin-bottom:1.5rem}@media (min-width:768px){.text-two-col .text-two-col__header{margin-bottom:2rem}}.text-two-col .text-two-col__content{display:flex;flex-direction:column}@media (min-width:768px){.text-two-col .text-two-col__content{flex-direction:row}}.text-two-col .wysiwyg_editor a{color:#fff}.text-two-col.theme--light{background-color:#fff}.text-two-col.theme--light .introduction-text p,.text-two-col.theme--light .text-two-col__title,.text-two-col.theme--light .wysiwyg_editor p{color:#001c4a}.text-two-col.theme--light .wysiwyg_editor a{color:#4b66fe}@media (min-width:768px){.text-two-col.offset--left-column .lh-col{width:50%;margin-right:0}}@media (min-width:768px){.text-two-col.offset--left-column .rh-col{width:calc(50% - 9rem);margin-left:9rem}}.text-icon-image{position:relative;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--right--and--left--yellow.svg") no-repeat top 2rem center/500px}@media (min-width:768px){.text-icon-image{background-size:800px;background-position:top 3rem center}}@media (min-width:1024px){.text-icon-image{background-position:top 3rem left -10rem}}@media (min-width:1536px){.text-icon-image{background-position:top 3rem left 12rem}}.text-icon-image p{color:#fff}.text-icon-image .inner__wrapper{display:flex;align-items:center;flex-wrap:wrap}.text-icon-image .lh-col,.text-icon-image .rh-col{width:100%}@media (min-width:1024px){.text-icon-image .lh-col,.text-icon-image .rh-col{width:calc(50% - 3rem)}}.text-icon-image .lh-col{margin-bottom:3.5rem}@media (min-width:1024px){.text-icon-image .lh-col{margin-right:3rem;margin-bottom:0}}@media (max-width:1024px){.text-icon-image .rh-col{margin-bottom:3.5rem}}@media (min-width:1024px){.text-icon-image .rh-col{margin-left:3rem}}.text-icon-image .text-image__title{margin-bottom:2rem;color:#fff}@media (max-width:768px){.text-icon-image .text-image__title{font-size:2rem;line-height:1.25}}.text-icon-image .introduction-text{margin-bottom:2rem}.text-icon-image .introduction-text p{line-height:1.66}.text-icon-image .text-image__contianer-image{position:relative;max-width:320px;width:100%;margin:0 auto;display:flex;flex-direction:column}@media (min-width:768px){.text-icon-image .text-image__contianer-image{max-width:640px}}@media (min-width:1024px){.text-icon-image .text-image__contianer-image{max-width:100%}}.text-icon-image .text-image__bottom,.text-icon-image .text-image__top{display:flex}.text-icon-image .image-one,.text-icon-image .image-two{width:100%;object-fit:cover;flex-shrink:1}.text-icon-image .image-one{max-width:165px;height:165px;margin-left:1rem;border-radius:1.5rem}@media (min-width:768px){.text-icon-image .image-one{max-width:306px;height:306px;margin-left:2rem}}.text-icon-image .image-two{max-width:207px;height:207px;margin-top:-2rem;border-radius:1.5rem}@media (min-width:768px){.text-icon-image .image-two{max-width:382px;height:382px;margin-top:-4rem}}.text-icon-image .icon-one__container,.text-icon-image .icon-two__container{width:102px;height:102px;border-radius:1.5rem;display:flex;flex-shrink:1;justify-content:center;align-items:center;object-fit:cover;background-color:rgba(0,0,0,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:9}@media (min-width:768px){.text-icon-image .icon-one__container,.text-icon-image .icon-two__container{width:192px;height:192px}}.text-icon-image .icon-one__container{margin-top:auto;margin-left:auto;margin-bottom:0}@media (min-width:768px){.text-icon-image .icon-one__container{margin-bottom:1rem}}.text-icon-image .icon-two__container{margin-top:1rem;margin-left:-2rem}@media (min-width:768px){.text-icon-image .icon-two__container{margin-top:2rem;margin-left:-3rem}}.text-icon-image .icon-one,.text-icon-image .icon-two{width:3.375rem;height:3.375rem;flex-shrink:1}@media (min-width:768px){.text-icon-image .icon-one,.text-icon-image .icon-two{width:6.25rem;height:6.25rem}}.step-cards--active .insulate-p-no-top{padding-bottom:0}.step-cards--active+section .inner__wrapper{padding-top:7rem}@media (min-width:768px){.step-cards--active+section .inner__wrapper{padding-top:14.5rem}}.step-cards{width:100%;margin-bottom:-7rem;z-index:999}@media (min-width:768px){.step-cards{margin-bottom:-10rem}}@media (min-width:1024px){.step-cards{margin-top:5.5rem;margin-bottom:-15rem}}.step-cards .card{padding:1rem}.step-cards .step-cards__title{margin-bottom:2rem;color:#fff;text-align:center}@media (min-width:768px){.step-cards .step-cards__title{margin-bottom:2.5rem;text-align:left}}.step-cards .step-cards__container{display:grid;grid-column-gap:2rem;grid-row-gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.step-cards .step-cards__container{grid-column-gap:2rem;grid-template-columns:1fr 1fr}}.step-cards .step-cards__container .card{display:flex;align-items:center}.step-cards .step-cards__container .card__content{display:flex;flex-direction:column;justify-content:center}.step-cards .card__image{width:4.5rem;height:4.5rem;margin-right:1rem;border-radius:1rem}@media (min-width:768px){.step-cards .card__image{width:5.5rem;height:5.5rem;margin-right:1.5rem}}.step-cards .title-meta-info{margin-bottom:.75rem;align-self:flex-start}@media (min-width:768px){.step-cards .title-meta-info{margin-bottom:1rem}}.step-cards .card__title{font-weight:600;color:#4b66fe}.text-icon-image.theme--light{background-color:#f6f7ff}.text-icon-image.theme--light .title-meta-info{color:#030621;background-color:rgba(75,102,254,.05)}.text-icon-image.theme--light .text-image__title{color:#4b66fe}.text-icon-image.theme--light .text-image__title strong{color:#030621;font-weight:600}.text-icon-image.theme--light .wysiwyg_editor p{color:rgba(3,6,33,.8)}.text-icon-image.bg-colour--blue{background-color:#4b66fe}.text-icon-image.bg-colour--blue.decor-border--both::before,.text-icon-image.bg-colour--blue.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-blue-top.svg")}.text-icon-image.bg-colour--blue.decor-border--both::after,.text-icon-image.bg-colour--blue.decor-border--bottom::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-blue-bottom.svg")}.text-icon-image.bg-colour--dark-blue{background-color:#162ba2}.text-icon-image.bg-colour--dark-blue.decor-border--both::before,.text-icon-image.bg-colour--dark-blue.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--dark-blue.svg")}.text-icon-image.bg-colour--dark-blue.decor-border--both::after,.text-icon-image.bg-colour--dark-blue.decor-border--bottom::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--bottom--dark-blue.svg")}.text-image{background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--ellipse--50-50-left--orange.svg") #f6f7ff no-repeat bottom left 10rem}.text-image .inner__wrapper{display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.text-image .inner__wrapper{flex-direction:row}}.text-image .lh-col,.text-image .rh-col{width:100%}@media (min-width:768px){.text-image .lh-col,.text-image .rh-col{width:calc(50% - 1rem)}}@media (min-width:1024px){.text-image .lh-col,.text-image .rh-col{width:calc(50% - 4.5rem)}}@media (min-width:768px){.text-image .lh-col{margin-right:1rem}}@media (min-width:1024px){.text-image .lh-col{margin-right:4.5rem}}@media (min-width:768px){.text-image .rh-col{margin-left:1rem}}@media (min-width:1024px){.text-image .rh-col{margin-left:4.5rem}}.text-image .text-image__image{height:340px;margin-bottom:2.5rem;border-radius:1.5rem;object-fit:cover}@media (min-width:768px){.text-image .text-image__image{height:640px;margin-bottom:0}}.text-image .introduction-text,.text-image .text-image__title,.text-image .wysiwyg_editor{color:#001c4a}.text-image .introduction-text{margin-top:2rem}.text-image .wysiwyg_editor{margin-top:2rem}.text-image .pill{margin-top:2.5rem}@media (max-width:1536px){.text-image .pill{text-align:center}}.switch--columns.text-image{background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--ellipse--50-50-right--orange.svg") #f6f7ff no-repeat bottom right 10rem}@media (min-width:768px){.switch--columns.text-image .lh-col{margin-left:1rem;margin-right:0;order:2}}@media (min-width:1024px){.switch--columns.text-image .lh-col{margin-left:4.5rem;margin-right:0}}@media (min-width:768px){.switch--columns.text-image .rh-col{margin-right:1rem;margin-left:0;order:1}}@media (min-width:1024px){.switch--columns.text-image .rh-col{margin-right:4.5rem;margin-left:0}}.default-cta{background-color:#f6f7ff}.default-cta .inner__wrapper{position:relative;z-index:999}.default-cta .default-cta__bottom,.default-cta .default-cta__top{display:grid;grid-template-columns:1fr;grid-column-gap:2rem;grid-row-gap:1rem}@media (min-width:768px){.default-cta .default-cta__bottom,.default-cta .default-cta__top{grid-template-columns:1fr 1fr;grid-row-gap:2.5rem}}.default-cta .default-cta__top{margin-bottom:2.5rem}.default-cta .default-cta__bottom{grid-row-gap:2rem}.default-cta .default-cta__title strong{color:#4b66fe}.default-cta .default-cta__text-area{color:rgba(0,0,0,.8)}.default-cta .cta-card{padding:2rem;border-radius:1.5rem}@media (min-width:1024px){.default-cta .cta-card{padding:2.5rem}}.default-cta .cta-card:first-child{background-color:#65fbd2}.default-cta .cta-card:first-child .cta-card__sub-title,.default-cta .cta-card:first-child .cta-card__text-area p,.default-cta .cta-card:first-child .cta-card__title{color:#001c4a}.default-cta .cta-card:last-child{background-color:#162ba2}.default-cta .cta-card:last-child .cta-card__sub-title,.default-cta .cta-card:last-child .cta-card__text-area p,.default-cta .cta-card:last-child .cta-card__title{color:#fff}.default-cta .cta-card .cta-card__sub-title{display:block;font-size:1.25rem;line-height:1.2;font-weight:600}@media (min-width:768px){.default-cta .cta-card .cta-card__sub-title{margin-bottom:.5rem;font-size:1.5rem;line-height:1.33}}.default-cta .cta-card .cta-card__title{margin-bottom:.5rem;font-size:3.5rem;line-height:1.4;font-weight:600}@media (min-width:768px){.default-cta .cta-card .cta-card__title{font-size:4.5rem;line-height:1.11}}.default-cta .cta-card .cta-card__text-area{margin-bottom:2rem}@media (min-width:1120px){.default-cta .cta-card .cta-card__text-area{margin-bottom:2.5rem}}.default-cta .cta-card .cta-card__text-area p{font-size:1rem;line-height:1.5}@media (min-width:1120px){.default-cta .cta-card .cta-card__text-area p{font-size:1.25rem;line-height:1.6}}@media (max-width:768px){.default-cta .cta-card .pill{text-align:center}}.bulleted-list{position:relative;background-color:#162ba2;color:#fff}.bulleted-list .inner__wrapper{display:flex;flex-direction:column;align-items:center}@media (min-width:1024px){.bulleted-list .inner__wrapper{flex-direction:row}}.bulleted-list .lh-col{width:100%;margin-right:0}@media (min-width:1024px){.bulleted-list .lh-col{width:calc(35% - 2.5rem);margin-right:2.5rem}}@media (min-width:1120px){.bulleted-list .lh-col{width:calc(35% - 4.5rem);margin-right:4.5rem}}.bulleted-list .rh-col{width:100%;margin-left:0}@media (min-width:1024px){.bulleted-list .rh-col{width:calc(65% - 2.5rem);margin-left:2.5rem}}@media (min-width:1120px){.bulleted-list .rh-col{width:calc(65% - 4.5rem);margin-left:4.5rem}}.bulleted-list .title-meta-info{margin-bottom:.5rem;color:#fff;background-color:rgba(255,255,255,.1019607843)}.bulleted-list .bulleted-list__title{margin-bottom:1rem;color:#fff}@media (min-width:768px){.bulleted-list .bulleted-list__title{margin-bottom:1.5rem}}.bulleted-list .bulleted-list__text-area p{color:#fff;opacity:.8}@media (max-width:1024px){.bulleted-list .bulleted-list__text-area p{margin-bottom:2rem;font-size:1rem;line-height:1.5}}.bulleted-list .bulleted-list__list{margin:0;font-size:1rem;line-height:1.5;font-weight:500;list-style:none}@media (min-width:768px){.bulleted-list .bulleted-list__list{font-size:1.5rem;line-height:1.33}}.bulleted-list .list__list-item{margin-bottom:.75rem;display:flex;align-items:center}.bulleted-list .list__list-item::before{content:"";width:2rem;height:2rem;margin-right:1rem;border-radius:50%;display:block;flex-shrink:0;background:url("/wp-content/themes/fusionhub/assets/img/icon-awesome-check.svg") #f99a01 no-repeat center/.875rem}@media (min-width:768px){.bulleted-list .list__list-item::before{width:3.5rem;height:3.5rem;margin-right:1.5rem;background-size:1.25rem}}.bulleted-list .list__list-item:last-child{margin-bottom:0}.bulleted-list.theme--light{background-color:#f6f7ff}.bulleted-list.theme--light .title-meta-info{color:#030621;background-color:rgba(75,102,254,.05)}.bulleted-list.theme--light .bulleted-list__title{color:#4b66fe}.bulleted-list.theme--light .bulleted-list__title strong{color:#030621;font-weight:600}.bulleted-list.theme--light .bulleted-list__text-area p{color:rgba(3,6,33,.8)}.bulleted-list.theme--light .bulleted-list__list{color:#030621}.featured-listing{position:relative;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat bottom 70px left -120px,url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat top right -200px,#f6f7ff;background-size:500px}@media (min-width:768px){.featured-listing{background-position:bottom 20px left -120px,top 120px right -260px}}@media (min-width:1024px){.featured-listing{background-size:auto}}@media (min-width:1536px){.featured-listing{background-position:bottom left,top right}}.featured-listing::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/light-grey-bottom-divider.svg");z-index:99}.featured-listing .box-jagged{filter:drop-shadow(0px 12px 24px rgba(75, 102, 254, .2))}.featured-listing .featured-listing__header{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.featured-listing .featured-listing__header{flex-direction:row}}@media (max-width:768px){.featured-listing .featured-listing__header .lh-col{margin-bottom:2rem}}.featured-listing .featured-listing__header .rh-col{display:flex;align-items:flex-end}@media (max-width:768px){.featured-listing .featured-listing__header .rh-col{text-align:center}}.featured-listing .featured-listing__title{margin-bottom:1rem}.featured-listing .featured-listing__title strong{color:#4b66fe}.featured-listing .card{flex-direction:column;filter:none}.accordion-component{position:relative;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat bottom 70px left -120px,url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat top right -200px,#f6f7ff;background-size:500px}@media (min-width:768px){.accordion-component{background-position:bottom 20px left -120px,top 120px right -260px;background-size:auto}}@media (min-width:1536px){.accordion-component{background-position:bottom left,top right}}.accordion-component.decor-border--both::before,.accordion-component.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--light-blue.svg")}.accordion-component .introduction-text{margin-bottom:3.5rem;color:rgba(3,6,33,.8)}.accordion-component .accordion .accordion__item{padding:1.5rem 2rem;margin-bottom:1rem;border-radius:24px;display:flex;flex-direction:column;align-self:flex-start;background-color:#fff;transition:all .3s ease-in;cursor:pointer;filter:drop-shadow(0px 12px 24px rgba(75, 102, 254, .2))}@media (min-width:768px){.accordion-component .accordion .accordion__item{margin-bottom:1rem}}.accordion-component .accordion .accordion__item .accordion__title{margin-bottom:0}.accordion-component .accordion .accordion__item .accordion__title span{display:block}.accordion-component .accordion .accordion__item .heading-h5{font-weight:600}.accordion-component .accordion .accordion__title{position:relative;transition:all .3s ease-in}.accordion-component .accordion .accordion__title .heading-h5{padding-right:2rem}.accordion-component .accordion .accordion__title h3{margin-bottom:0;font-weight:400;font-size:1rem;color:#fff}.accordion-component .accordion .accordion__title .accordion__control{position:absolute;top:50%;right:-1rem;width:2.5rem;height:2.5rem;padding:0;border-radius:.5rem;border:none;display:flex;align-items:center;justify-content:center;background-color:#162ba2;transform:translateY(-50%) rotate(0);transition:all .3s ease-in}@media (min-width:768px){.accordion-component .accordion .accordion__title .accordion__control{width:3rem;height:3rem}}.accordion-component .accordion .accordion__title .accordion__control::after{content:"";width:2.5rem;height:2.5rem;display:block;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-plus-black.svg") no-repeat center/1rem;transition:all .3s ease-in;filter:brightness(100)}.accordion-component .accordion .accordion__content{margin-top:1.5rem;display:none}@media (min-width:768px){.accordion-component .accordion .accordion__content{margin-top:2rem}}.accordion-component .accordion .accordion__content p{color:rgba(3,6,33,.8)}.accordion-component .accordion .accordion__content p:last-child{margin-bottom:0}.accordion-component .accordion .accordion__content .pill{height:32px;padding:.5rem 1rem}.accordion-component .accordion .wysiwyg-editor li::after{background-color:#fff}.accordion-component .accordion .accordion--open.accordion__item{background-color:#fff}.accordion-component .accordion .accordion--open .accordion__control::after{transform:rotate(45deg)}.fusion-skills{position:relative;background-color:#f6f7ff}.fusion-skills.decor-border--both::before,.fusion-skills.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--l--light-blue.svg")}.fusion-skills .fusion-skills__title{margin-bottom:2.5rem}.fusion-skills .fusion-skills__title strong{color:#4b66fe;font-weight:600}.fusion-skills .fusion-skills-accordion{position:relative;display:grid;grid-template-columns:1fr;column-gap:2rem;row-gap:2rem}@media (min-width:480px){.fusion-skills .fusion-skills-accordion{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.fusion-skills .fusion-skills-accordion{grid-template-columns:repeat(3,1fr)}}@media (min-width:1440px){.fusion-skills .fusion-skills-accordion{grid-template-columns:repeat(4,1fr)}}.fusion-skills .fusion-skills-accordion .fusion-skill__title{text-decoration:underline;text-align:left}.fusion-skills .fusion-skills-accordion .fusion-skill__title .fusion-skill__link{color:#030621}.fusion-skills .fusion-skills-accordion .card{position:relative;padding:1.5rem 1.125rem 2rem 1.5rem}.fusion-skills .fusion-skills-accordion__button{display:flex;justify-content:center;flex-direction:column;font-size:1rem;text-decoration:none;border:0;font-weight:700;cursor:pointer}.fusion-skills .fusion-skills-accordion__button img{width:54px;margin-bottom:1rem}.fusion-skills .fusion-skills-accordion__button:hover .fusion-skill__info-icon img{transform:scale(1.2)}.fusion-skills .fusion-skills-accordion__panel{display:none;background:#fff;position:relative;width:100%}.fusion-skills .fusion-skills-accordion__panel.active{position:absolute;left:0;border-radius:1.5rem;display:block;overflow:hidden;z-index:9}.fusion-skills .fusion-skills-accordion__panel-inner{padding:2.5rem;display:flex}@media (min-width:1024px){.fusion-skills .fusion-skills-accordion__panel-inner{padding:4rem}}.fusion-skills .fusion-skills-accordion__panel-inner h2,.fusion-skills .fusion-skills-accordion__panel-inner h3,.fusion-skills .fusion-skills-accordion__panel-inner h4,.fusion-skills .fusion-skills-accordion__panel-inner p{color:#000}.fusion-skills .fusion-skills-accordion__panel-inner h3{color:#4b63e6}.fusion-skills .fusion-skills-accordion__image{width:100%;display:flex;flex-direction:column;align-items:center}.fusion-skills .fusion-skills-accordion__image img{width:50%}@media only screen and (max-width:767px){.fusion-skills .fusion-skills-accordion__image{display:none}}.fusion-skills .fusion-skills-accordion__text{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.fusion-skills .fusion-skills-accordion__text .title{margin-bottom:1rem}.fusion-skills .fusion-skills-accordion__text .introduction-text{margin-bottom:1.5rem}@media only screen and (max-width:767px){.fusion-skills .fusion-skills-accordion__text{width:100%}}.fusion-skills .fusion-skills-accordion__buttons{margin-top:3rem;display:flex}@media only screen and (max-width:767px){.fusion-skills .fusion-skills-accordion__buttons{display:block;width:100%}}.fusion-skills .fusion-skills-accordion__buttons .button{margin-right:10px}@media only screen and (max-width:767px){.fusion-skills .fusion-skills-accordion__buttons .button{width:100%;display:block;text-align:center;margin-bottom:16px}}.fusion-skills .fusion-skills-accordion .fusion-skill__info-icon{position:absolute;top:1.5rem;right:1.125rem;background-color:transparent;border:0;outline:0}.fusion-skills .fusion-skills-accordion .fusion-skill__info-icon img{width:1.25rem;height:1.25rem;transition:all .3s ease-in;cursor:pointer}.fusion-skills .fusion-skills-accordion__close{position:absolute;top:0;right:0;background:#4b63e6;height:48px;width:48px;border:0;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-close-white.svg");background-repeat:no-repeat;background-position:center center;background-size:16px;cursor:pointer}.error404 .header,.error404 .mobile-header{position:relative;background-color:#f6f7ff}.error404 .hero-page--404{position:relative;padding-top:0}.error404 .hero-page--404:before{top:0;position:absolute;width:100%;height:1.6rem;content:"";display:block;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-grey-bottom.svg") center bottom;background-repeat:repeat-x;background-size:cover;pointer-events:none}@media (min-width:480px){.error404 .hero-page--404:before{height:2.5rem}}@media (min-width:768px){.error404 .hero-page--404:before{height:5rem}}@media (min-width:1440px){.error404 .hero-page--404:before{height:7rem}}@media (min-width:480px){.error404 .hero-page--404 .hero-page__box{margin-top:1.5rem}}@media (min-width:768px){.error404 .hero-page--404 .hero-page__box{margin-top:1rem}}@media (min-width:768px){.error404 .hero-page--404 .hero-page__box{margin-top:2.5rem}}@media (min-width:1440px){.error404 .hero-page--404 .hero-page__box{margin-top:5rem}}.error404 .main-page-content{padding-top:2.5rem;background-color:#fff}.error404 .main-page-content::before{display:none}.main-page-content{background-color:#f6f7ff}.main-page-content.decor-border--top{position:relative}.main-page-content.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--l--light-blue.svg")}.page-template-page-contact .contact-form{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/Graphic--Ellipse--Right--Orange.svg");background-repeat:no-repeat;background-position:right -200px top 200px}.page-template-page-contact .contact-form .inner__wrapper{display:flex;flex-direction:column}@media (min-width:1024px){.page-template-page-contact .contact-form .inner__wrapper{flex-direction:row}}.page-template-page-contact .contact-form .lh-col{width:100%;margin-bottom:1.5rem}@media (min-width:1024px){.page-template-page-contact .contact-form .lh-col{width:35%;margin-bottom:3rem}}.page-template-page-contact .contact-form .rh-col{width:100%}@media (min-width:1024px){.page-template-page-contact .contact-form .rh-col{width:calc(65% - 6rem);margin-left:6rem}}@media (min-width:1440px){.page-template-page-contact .contact-form .rh-col{margin-left:14rem;margin-bottom:0}}.page-template-page-contact .contact-form .contact-form__title{margin-bottom:1.5rem}@media (min-width:1024px){.page-template-page-contact .contact-form .contact-form__title{margin-bottom:2rem}}.page-template-page-contact .contact-form .social-media__link{width:3rem;height:3rem;margin-right:1rem;border-radius:.5rem;display:inline-flex;justify-content:center;align-items:center;background-color:#fff;filter:drop-shadow(0 6px 16px rgba(75, 102, 254, .2));padding:14px 12px}.page-template-page-contact .contact-form .social-media__link:hover{background-color:#4b66fe}.page-template-page-contact .contact-form .social-media__link:hover .social-media__icon{filter:brightness(0) invert(1)}.page-template-page-contact .contact-form .contact__email{margin-bottom:1.5rem;display:flex;flex-wrap:wrap}@media (min-width:1024px){.page-template-page-contact .contact-form .contact__email{margin-bottom:3rem}}.page-template-page-contact .contact-form .contact__email h3{margin-bottom:16px;font-size:.875rem;line-height:1.125rem}@media only screen and (max-width:767px){.page-template-page-contact .contact-form .contact__email h3{margin-bottom:0}}.page-template-page-contact .contact-form .contact__email a{font-size:1rem;line-height:1.5;color:#162ba2;font-weight:400}@media (min-width:480px){.page-template-page-contact .contact-form .contact__email a{font-size:1.125rem;line-height:1.33}}.page-template-page-contact .contact-form .contact__email-info{display:flex;align-items:center}.page-template-page-contact .contact-form .contact__email-info a{color:#001c4a}.page-template-page-contact .contact-form .contact__icon{width:40px;padding:8px 8px;margin-right:.5rem;margin-bottom:.5rem;background:#162ba2;border-radius:8px;display:flex;flex-shrink:0}@media (min-width:320px){.page-template-page-contact .contact-form .contact__icon{margin-bottom:0}}@media (min-width:480px){.page-template-page-contact .contact-form .contact__icon{width:48px;padding:14px 12px;margin-right:1rem}}.page-template-page-contact .contact-form .contact__contact-form{background:#fff;padding:1.5rem;border:3px solid #edf0ff;border-radius:24px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media (min-width:480px){.page-template-page-contact .contact-form .contact__contact-form{padding:3rem}}@media (min-width:1440px){.page-template-page-contact .contact-form .contact__contact-form{padding:4rem}}@media only screen and (max-width:767px){.page-template-page-contact .contact-form .contact__contact-form{width:100%;margin-bottom:0}}.page-template-page-contact .header,.page-template-page-contact .mobile-header{background:#f6f7ff}.page-template-page-contact .border-top{background-color:#fff;position:relative;z-index:5}.page-template-page-contact .border-top:before{top:0;position:absolute;width:100%;height:1.6rem;content:"";display:block;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-grey-bottom.svg") center bottom;background-repeat:repeat-x;background-size:cover;pointer-events:none;z-index:99}@media (min-width:480px){.page-template-page-contact .border-top:before{height:2.5rem}}@media (min-width:768px){.page-template-page-contact .border-top:before{height:5rem}}@media (min-width:1440px){.page-template-page-contact .border-top:before{height:7rem}}.search-results .filters-top{margin-top:0}.fusion-assets{position:relative;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat top right -200px #f6f7ff;background-size:500px}@media (min-width:768px){.fusion-assets{background-position:top 120px right -260px}}@media (min-width:1024px){.fusion-assets{background-size:auto}}@media (min-width:1536px){.fusion-assets{background-position:top right}}.fusion-assets .fusion-assets__title{margin-bottom:1.5rem}@media (min-width:1024px){.fusion-assets .fusion-assets__title{margin-bottom:2.5rem}}.fusion-assets .fusion_assets__header{display:flex;justify-content:space-between;align-items:center}.fusion-assets #items-count{font-weight:500}.fusion-assets .fusion-assets__container{display:grid;grid-template-columns:1fr;column-gap:2rem;row-gap:2.5rem}@media (min-width:1024px){.fusion-assets .fusion-assets__container{grid-template-columns:1fr 1fr}}.fusion-assets .card{padding:1.5rem;display:flex}.fusion-assets .card__image-wrap{margin-right:1.5rem;flex-shrink:0}@media (max-width:480px){.fusion-assets .card__image-wrap{display:none}}.fusion-assets .card__title{margin-bottom:1rem;color:#4b66fe}.fusion-assets .card__text{margin-right:1.5rem}.fusion-assets .card__text p{font-size:1rem;opacity:.8}.fusion-assets .card__image{width:7.5rem;height:7.5rem;border-radius:.5rem;object-fit:cover}.fusion-assets .pill{width:3rem;height:3rem;margin-left:auto;align-self:flex-start;background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon-download-white.svg");background-repeat:no-repeat;background-position:center}.post-type-archive-citl_listing .hero-page{padding-bottom:3.5rem}@media (min-width:480px){.post-type-archive-citl_listing .hero-page{padding-bottom:5.5rem}}@media (min-width:768px){.post-type-archive-citl_listing .hero-page{padding-bottom:8.5rem}}@media (min-width:1024px){.post-type-archive-citl_listing .hero-page{padding-bottom:10.5rem}}.post-type-archive-citl_listing .hero-page .hero__title{position:relative;z-index:99}.post-type-archive-citl_listing .hero-page__oval{top:200px;right:0;position:absolute;width:600px}@media (min-width:1024px){.post-type-archive-citl_listing .hero-page__oval{top:20px;right:-280px}}.post-type-archive-citl_listing .featured-listing .inner__wrapper{padding-top:0;padding-bottom:3.5rem}@media (min-width:1024px){.post-type-archive-citl_listing .featured-listing .inner__wrapper{padding-bottom:3.5rem}}.post-type-archive-citl_listing .featured-listing::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--light-blue-1.svg")}.post-type-archive-citl_listing .featured-listing .featured-listing__header .pill{display:none}.post-type-archive-citl_listing .fusion-skills{background-color:#fff}.post-type-archive-citl_listing .fusion-skills .insulate-p{padding-top:3.5rem}@media (min-width:480px){.post-type-archive-citl_listing .fusion-skills .insulate-p{padding-top:5.5rem}}@media (min-width:768px){.post-type-archive-citl_listing .fusion-skills .insulate-p{padding-top:8rem}}@media (min-width:1024px){.post-type-archive-citl_listing .fusion-skills .insulate-p{padding-top:10.5rem}}@media (min-width:1440px){.post-type-archive-citl_listing .fusion-skills .insulate-p{padding-top:14.5rem}}.post-type-archive-citl_listing .default-cta{background-color:#fff}.find-opportunities-archive{position:relative;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat top 980px left -120px,url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat top -30px right -280px,#f6f7ff;background-size:500px}@media (min-width:768px){.find-opportunities-archive{background-position:top 1000px left -120px,top -40px right -260px}}@media (min-width:1024px){.find-opportunities-archive{background-size:auto}}@media (min-width:1536px){.find-opportunities-archive{background-position:top 500px left,top -50px right}}@media (min-width:1800px){.find-opportunities-archive{background-position:top 500px left,top 0 right}}.find-opportunities-archive .inner__wrapper{padding-top:3rem}.find-opportunities-archive.decor-border--both::before,.find-opportunities-archive.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--l--light-blue.svg")}.find-opportunities-archive.decor-border--both::after,.find-opportunities-archive.decor-border--bottom::after{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--bottom--white.svg");background-color:#f6f7ff}.find-opportunities-archive .listing-grid{display:grid;grid-template-columns:repeat(1,1fr);column-gap:2rem;row-gap:2.5rem}@media (min-width:768px){.find-opportunities-archive .listing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.find-opportunities-archive .listing-grid{grid-template-columns:repeat(3,1fr)}}.hero-page--providers .hero-page__box{background-image:none}.providers{position:relative;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat bottom 70px left -120px,url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/ellipse--20--blue.svg") no-repeat top right -200px,#162ba2;background-size:500px}@media (min-width:768px){.providers{background-position:bottom 200px left -120px,top 120px right -260px;background-size:auto}}@media (min-width:1536px){.providers{background-position:bottom 400px left,top right}}.providers .inner__wrapper{padding-top:3rem}.providers.decor-border--both::before,.providers.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--bottom--dark-blue.svg");transform:rotate(180deg)}.providers .providers__container{display:grid;grid-template-columns:repeat(1,1fr);column-gap:2rem;row-gap:2rem}@media (min-width:480px){.providers .providers__container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.providers .providers__container{grid-template-columns:repeat(3,1fr)}}.providers .card__title a{color:#001c4a}.tax-citl_fusion_skills .header,.tax-citl_fusion_skills .mobile-header{background-color:#f6f7ff}.single-citl_listing .event-meta{margin-top:1rem;display:flex;flex-direction:column;font-size:1rem;line-height:1.33}.single-citl_listing .event-meta__title{font-weight:600}.single-citl_listing .header,.single-citl_listing .mobile-header{background-color:#f6f7ff}.single-citl_listing .hero-page__title{margin-bottom:2rem}.single-citl_listing .hero-listing__org-link{color:#001c4a}.single-citl_listing .learner-type{position:relative;display:flex;font-weight:500;text-decoration:underline;color:#001c4a}.single-citl_listing .learner-type::before{content:"";width:1.5rem;height:1.5rem;margin-right:.5rem;display:block;background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/icon--24--person--purple.svg")}.single-citl_listing .opportunities-single__content{background-color:#fff}.single-citl_listing .opportunities-single__content .inner__wrapper{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width:480px){.single-citl_listing .opportunities-single__content .inner__wrapper{flex-direction:row}}.single-citl_listing .opportunities-single__content .main-content,.single-citl_listing .opportunities-single__content .sidebar{width:100%}@media (max-width:1024px){.single-citl_listing .opportunities-single__content .main-content{margin-bottom:2.5rem}}@media (min-width:1024px){.single-citl_listing .opportunities-single__content .main-content{width:calc(65% - 7rem);margin-right:7rem}}@media (min-width:1024px){.single-citl_listing .opportunities-single__content .sidebar{width:35%}}.single-citl_listing .featured-listing::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--1440x80--wave--top--l--light-blue.svg");z-index:9}.single-citl_listing .featured-listing .inner__wrapper{padding-top:3.5rem;padding-bottom:3.5rem}@media (min-width:480px){.single-citl_listing .featured-listing .inner__wrapper{padding-bottom:5.5rem}}@media (min-width:768px){.single-citl_listing .featured-listing .inner__wrapper{padding-bottom:8rem}}@media (min-width:1024px){.single-citl_listing .featured-listing .inner__wrapper{padding-bottom:10.5rem}}@media (min-width:1440px){.single-citl_listing .featured-listing .inner__wrapper{padding-bottom:14.5rem}}.single-citl_organisation .header,.single-citl_organisation .mobile-header{background-color:#f6f7ff}.single-citl_organisation .hero-page--providers-single .hero-page__box{margin-bottom:unset}.single-citl_organisation .hero-page--providers-single .hero-listing__title{color:#001c4a}.single-citl_organisation .hero-page--providers-single .hero__provider-logo{width:80px;margin-top:1rem}.single-citl_organisation .default-cta,.single-citl_organisation .providers__content{background-color:#fff}.providers__content{background-image:url(http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/graphic--ellipse--providers-orange.svg);background-repeat:no-repeat;background-position:right -100px top 200px}.providers__content .inner__wrapper{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width:480px){.providers__content .inner__wrapper{flex-direction:row}}.providers__content .main-content,.providers__content .sidebar{width:100%}.providers__content .main-content{padding:2.5rem 2rem 2rem 2rem;border:3px solid #edf0ff;border-radius:1.5rem;background-color:#fff}@media (max-width:1024px){.providers__content .main-content{margin-bottom:2.5rem}}@media (min-width:1024px){.providers__content .main-content{width:calc(65% - 7rem);margin-right:7rem}}@media (min-width:1024px){.providers__content .sidebar{width:35%}}.providers__content .sidebar a{color:#001c4a;text-decoration:underline}.providers__content .sidebar a:hover{text-decoration:none}.page-template-template-my-hub .hero-page .rh-col{align-items:flex-end}.page-template-template-my-hub .hero-page .lh-col{justify-content:flex-end}.page-template-template-my-hub .hero-page__box{background-image:none}.page-template-template-my-hub main.decor-border--top{position:relative}.page-template-template-my-hub main.decor-border--top::before{background-image:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/primary-white-bottom.svg");background-color:#f6f7ff}.page-template-template-my-hub main{background-color:#f6f7ff}.page-template-template-my-hub .tab-filters{margin-bottom:2rem;display:flex;flex-direction:column;justify-content:space-between;text-align:center}@media (min-width:768px){.page-template-template-my-hub .tab-filters{align-items:flex-start}}@media (min-width:1024px){.page-template-template-my-hub .tab-filters{margin-bottom:5rem;flex-direction:row;align-items:center}}.page-template-template-my-hub .tab-filters .tabs{margin-bottom:1.5rem}@media (min-width:768px){.page-template-template-my-hub .tab-filters .tabs{margin-right:unset;margin-left:unset}}.page-template-template-my-hub .tab-filters .tabs a{padding:1rem}.forgotten-password{margin-top:1rem;margin-bottom:1rem;display:block}.register-page{background:url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/Graphic--Ellipse--Left--Orange.svg") no-repeat top 300px left -50px/500px,url("http://findfusion.org.uk/wp-content/themes/fusionhub/assets/img/Graphic--Ellipse--Right--Orange.svg") no-repeat center right -80px/600px}@media (min-width:1024px){.register-page{background-position:top 300px left 100px,center right -80px}}@media (min-width:1536px){.register-page{background-position:top 300px left 260px,center right 160px}}.hide-text{text-indent:-9999px}.clear{clear:both;display:block;color:#000}.hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.hide-desktop{display:none}@media only screen and (max-width:767px){.hide-desktop{display:block}}.hide-mobile{display:block}@media only screen and (max-width:767px){.hide-mobile{display:none}}.hide-tablet{display:block}@media only screen and (max-width:1023px){.hide-tablet{display:none}}.show-tablet{display:none}@media only screen and (max-width:1023px){.show-tablet{display:block}}.lock-scroll{overflow:hidden}