@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}
@charset "UTF-8";[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{display:block;line-height:inherit;padding:0;width:100%}h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility}address,blockquote,body,caption,dd,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,table,td,th,ul{margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#58595b;font-size:18px;line-height:1.5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main{background:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main button:not(.c-input):not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main input:not(.c-input):not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main select:not(.c-input):not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main textarea:not(.c-input):not(.c-button){color:#58595b;font-size:18px;line-height:1.5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ::selection{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ::-moz-selection{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main h1,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main h4,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main h5,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main h6{clear:both;font-weight:400!important;margin:.83em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main p{margin:0 0 1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main cite,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main dfn,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main em{font-style:italic}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main blockquote{margin:0 1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main address{margin:0 0 1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main code,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main kbd,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main tt,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:15px;font-size:.9375rem}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main abbr,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main acronym{border-bottom:1px dotted #666;cursor:help}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ins,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main mark{background:#fff9c0;text-decoration:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main big{font-size:125%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main *,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main :after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main :before{-webkit-box-sizing:inherit;box-sizing:inherit}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main blockquote:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main blockquote:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main q:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main q:before{content:""}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main blockquote,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main q{quotes:"" ""}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ol,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ul{margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ul{list-style:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main ol{list-style:decimal}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main li>ol,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main li>ul{margin-bottom:0;margin-left:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main dt{font-weight:700}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main dd{margin:0 1.5em 1.5em}.is-quarantine img:not([class]){height:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main figure{margin:1em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main table{margin:0 0 1.5em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:visited{color:#00a4e6;text-decoration:none;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:active,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:focus,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:hover{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:focus{outline:thin dotted}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:active,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) main a:hover{outline:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top{background:#00a4e6;padding:.2em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top .one-half{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top .social ul li{display:inline}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top .social a{color:#fff;font-size:14px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top .social a .fa-inverse{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top .social li a:hover .fa-inverse{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top .top-menu{float:right}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu{margin-top:.15em;text-align:right}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li{display:inline;font-size:14px;margin-left:1.3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li a{color:#fff;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li a:after{background:#fff;content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li a:hover:after{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li.current_page_item a:after{background:#fff;content:"";display:block;height:1px;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding .inner{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h1.site-title a{display:block;padding-top:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h1.site-title img{display:block;margin:0;max-width:360px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation{height:4em;margin:0;padding:0;position:relative;text-align:center;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%;z-index:30}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation .donate,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation .mini,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation .roundel{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation button{-webkit-box-shadow:none;box-shadow:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul{display:none;height:4em;list-style:none;margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul li{display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul li a{border-radius:4px;color:#58595b;display:block;height:4em;line-height:4em;padding:0 2em;text-decoration:none;-webkit-transition:none;transition:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul li.menu-item-has-children a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).home .main-navigation ul li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual .main-navigation ul li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual-form .main-navigation ul li a{border-radius:4px 4px 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single-post main .entry-content{text-align:left}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul li:hover a{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul ul{background:#00a4e6;display:block;left:0;opacity:0;overflow:hidden;padding:0;position:absolute;text-align:center;top:3.99em;visibility:hidden;width:100%;z-index:-1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul ul li a{border-bottom:2px solid transparent;border-radius:0;color:#fff;font-size:.8em;height:2em;line-height:2em;margin:1.5em 1.25em;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul ul li a:hover{border-color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation ul li:hover>ul{opacity:1;visibility:visible;z-index:30}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation.toggled ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .menu-toggle{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-main .comment-navigation,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-main .post-navigation,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-main .posts-navigation{margin:3em 0 1.5em;overflow:hidden}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-navigation .nav-previous,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .post-navigation .nav-previous,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .posts-navigation .nav-previous{float:left;width:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-navigation .nav-next,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .post-navigation .nav-next,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .posts-navigation .nav-next{float:right;text-align:right;width:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li.donate-btn a{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-btn a{background:#fff;border:1px solid #fff;border-radius:5px;padding:.2em .5em .15em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li.donate-btn a:hover:after{width:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-btn a:hover{background:transparent;border:1px solid #fff;color:#fff!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .screen-reader-text:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #content[tabindex="-1"]:focus{outline:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alignleft{display:inline;float:left;margin-right:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alignright{display:inline;float:right;margin-left:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .clear-multi:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .clear-multi:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .clear:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .clear:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-content:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-content:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-content:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-content:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-footer:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-footer:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-header:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-header:before{content:"";display:table;table-layout:fixed}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .clear-multi:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .clear:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-content:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-content:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-footer:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-header:after{clear:both}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widget{margin:0 0 1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widget select{max-width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-half{width:47%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-third{width:30%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third{width:65.33%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-fourth{width:22%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-fourth{width:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .three-fourth{width:74%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-fifth{width:16.8%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-fifth{width:37.6%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .three-fifth{width:58.4%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .four-fifth{width:79.2%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-sixth{width:13.33%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .five-sixth{width:82.67%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .five-sixth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .four-fifth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-fifth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-fourth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-half,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-sixth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .one-third,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .three-fifth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .three-fourth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-fifth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-fourth,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third{float:left;margin-bottom:2em;margin-right:3%;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .column-last{clear:right;margin-right:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .inner{margin:0 auto;max-width:1100px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .inner-post{margin:0 auto;max-width:800px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .inner-post img{display:block;height:auto;margin:0 auto;max-width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-post .inner-post ul{list-style:disc outside;margin-bottom:1.5em;padding-left:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero{background-position:50%;background-size:cover;min-height:600px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro{background:#fff3d3;font-size:1.5em;padding:1em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro h2{color:#00a4e6;font-size:1.5em;font-weight:400!important;line-height:1.3}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro h2 span{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro p{margin:0 auto 1.5em;max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links{margin:3em auto 2em;max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .one-third{border-radius:50%;color:#fff;font-size:21px;height:280px;margin:0;-webkit-transition:.3s;transition:.3s;vertical-align:middle;width:280px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links a{background:rgba(0,0,0,.35);border-radius:50%;color:#fff;display:block;font-size:1.5em;height:100%;padding:3.8em 0;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .donate{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/donate.jpg?6a21ddfa2aaff241ad373ccddd2a175b);background-position:50%;background-size:150%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .fundraise{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/fundraise.jpg?c8603a2c9337701a6b241704504af149);background-position:bottom;background-size:150%;margin:0 30px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .vacancies{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/vacancies.jpg?ba211434671e5c2cfcbfb14dc04c2de2);background-position:0;background-size:150%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .events{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/events.jpg?50d67f2c7cf6f61746f78d2042b820af);background-position:0;background-size:150%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .donate:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .events:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .fundraise:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .links .vacancies:hover{background-size:160%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #latestnews{background:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .image{background-position:50%;background-repeat:no-repeat;background-size:cover}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .one-half{margin:0;min-height:450px;width:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .inner-content{font-size:1.25em;margin:0 auto;max-width:400px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .inner-content .flex{padding:2em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .inner-content .flex :last-child{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .inner-content h2{font-size:1.5em;margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #latestnews .inner-content p{margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #latestnews .inner-content h2{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-alerts-block,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-block{background:#8f589e;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #img-caption-block{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/events-bg.jpg?5c37c780f749362660da2bcb64bc4d21) no-repeat top;background-size:cover;padding:3em 0 4em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .inner{max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events h2{color:#fff;font-size:2em;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .event-list-wrapper{overflow:hidden;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .slick-dots{bottom:3.75em;left:30%;width:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .slick-dots li{display:inline-block;height:auto;margin:0;padding:0 .5em 0 0;width:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .slick-dots li button{background:#58595b!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .slick-dots li button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .slick-dots li.slick-active button{opacity:.5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .event-list{height:250px;overflow:hidden}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .slick-list li{min-height:0;position:relative;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border:5px solid #fff;border-radius:100%;height:250px;left:0;position:absolute;top:0;width:250px;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail{background:#fff;color:#58595b;height:160px;margin:45px 0 45px 10%;padding:1em 5% 1em 20%;text-align:left;width:90%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .date{color:#00a4e6;font-size:1.5em;line-height:1.2;margin-bottom:0;text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .date b{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .two-third{height:100%;margin-bottom:0;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .info a{color:#235096;display:block;font-size:1.2em;line-height:1.2;margin-bottom:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .info a:hover{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .info span{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .info .location span{display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .icons{bottom:0;left:0;position:absolute;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .icons .icon-list{float:left;list-style:none;margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .icons .icon-list>div{background-position:50%;background-repeat:no-repeat;background-size:cover;float:left;height:1.5em;margin:0 .5em 0 0;width:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .icons a{color:#00a4e6;float:right}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .detail .icons a:hover{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery .inner-content h2{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner{background:#fff3d3;min-height:450px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner .inner-content{font-size:1.25em;margin:0 auto;text-align:center;width:500px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit h2{color:#235096;font-size:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon{background:#235096;color:#fff;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .home #lottery{position:relative!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .home #lottery .ball-3a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #lottery .ball-3a{float:left;left:45%;max-width:80px;position:absolute;top:400px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .home #lottery .ball-24a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #lottery .ball-24a{float:left;left:37%;max-width:90px;position:absolute;top:330px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .home #lottery .ball-15,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #lottery .ball-15{float:left;left:48%;max-width:110px;position:absolute;top:-25px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner{overflow:hidden;position:relative!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner .inner-content{position:relative;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .pig{position:absolute;right:2em;top:2em;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .st0{stroke-dasharray:1000;stroke-dashoffset:1000;-webkit-animation:dash 5s linear forwards;animation:dash 5s linear forwards}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate svg{width:330px}@-webkit-keyframes dash{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:0}}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #slider{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-list li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-list li{-webkit-backface-visibility:hidden;margin:0!important;overflow:hidden;position:relative;width:100%;z-index:9}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides{max-height:800px;min-height:600px;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-list li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-list li{background-position:50%;background-size:cover;float:left;overflow:hidden;position:relative;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-list li{max-height:800px;min-height:600px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-list li.imgcaption{padding-bottom:4.75em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-list li.imgcaption #img-caption-block{bottom:0;left:0;position:absolute;width:100%;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-list li .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-list li .inner{height:100%;z-index:5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content{background-color:rgba(35,80,150,.9);border-radius:50%;color:#00a4e6;height:325px;position:relative;text-align:center;width:325px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content:hover{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content p{font-size:2em;line-height:1;margin:0 0 .5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content .flex{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content b,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content strong{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content span.small{font-size:.7em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-dots,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-dots{bottom:1em;display:block;left:0;margin:0;position:absolute;text-align:center;width:100%;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-crisis-appeal .slides .slick-dots,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-home .slides .slick-dots{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-dots li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-dots li{height:auto;margin:0;padding:0 6px;width:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-dots li button{background:#fff!important;border-radius:100%;-webkit-box-shadow:none;box-shadow:none;height:15px!important;padding:0!important;width:15px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-dots li button:before{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-dots li button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-dots li.slick-active button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-dots li button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slides .slick-dots li.slick-active button{opacity:.5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li .inner{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li p{font-size:3em;line-height:1.2;margin-bottom:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li p b{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li .button{font-size:1.25em;margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiona a{display:block;height:100%;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optionb .inside,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optionc .inside,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optione .inside{bottom:10em;left:0;position:absolute;width:100%;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optionb{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .circle-wrap{height:450px;position:absolute;right:.5em;top:1em;width:400px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle{background:#f9a01b;border:1px solid #f9a01b;border-radius:50%;height:220px;left:0;position:absolute;top:0;width:220px;z-index:30}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle{color:#fff;display:block;font-size:1.7em;height:100%;line-height:1;padding:0 .8em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle{background:#8f589e;border:1px solid #8f589e;border-radius:50%;bottom:0;height:300px;position:absolute;right:0;text-align:center;width:300px;z-index:40}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle{color:#fff;display:block;height:100%;padding:0 2.5em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle p{font-size:2.5em;line-height:1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle b{color:#f9a01b;display:block;padding-top:.2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fundraise .slides .slick-list li a{display:block;height:100%;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .flex{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .icon-link,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .icon-link:hover{color:#fff!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .icon-link .fa{font-size:4em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram{background:#dd2a7b;background:#feda77;background:#f58529;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .facebook,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram #sb_instagram{margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram #sb_instagram .sbi_photo{height:400px!important;width:400px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .facebook .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter .button{margin:1.5em 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram .button:hover{color:#f58529}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .facebook a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .instagram a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter a{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter a:hover{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf .ctf-tweet-media{float:none;margin:1em 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf .ctf-tweet-media a{border-radius:0;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf .ctf-tweet-media .ctf-screenreader,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf .ctf-tweet-media a:after{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf .ctf-tweet-media img,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .twitter #ctf .ctf-tweet-media video{border-radius:0;display:block;float:none;margin:0 auto!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .facebook{background:#235096;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .facebook .cff-wrapper{margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #social-feed .facebook .button:hover{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon h3{color:#00a4e6;font-size:1.2em;margin:2.3em 0 2em;text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon h3 span{color:#fff;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social{margin-bottom:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li{display:inline;font-size:14px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social a{color:#00a4e6;font-size:14px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social a .fa-inverse,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li a:hover .fa-inverse{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon hr{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/orange_dots.png?3d44decdd6fb11a7f64145abd8ee20ee) 50% no-repeat;background-size:auto 5px;height:5px;margin:0 auto;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon #footer-menu{margin:1.5em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon #footer-menu li{border-right:1px solid #fff;display:inline;font-size:14px;padding:0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon #footer-menu li:last-of-type{border-right:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon #footer-menu li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .lottery-disclaimer a{color:#fff;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon #footer-menu li a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .lottery-disclaimer a:after{background:#fff;content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon #footer-menu li a:hover:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .lottery-disclaimer a:hover:after{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .copyright{font-size:14px;margin-bottom:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .credits{color:#6c8bc1;font-size:12px;margin-bottom:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .credits a:first-of-type{color:#6c8bc1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .credits a.made{color:#6c8bc1;font-family:Made;font-size:14px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .credits a:hover{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .breadcrumb,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .woocommerce .woocommerce-breadcrumb{font-size:14px;padding:.6em 0 .4em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .breadcrumb p{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #breadcrumbs a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .woocommerce .woocommerce-breadcrumb a{color:#333;font-size:14px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #breadcrumbs a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .woocommerce .woocommerce-breadcrumb a:hover{color:#064290}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #breadcrumbs li{display:inline}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #breadcrumbs{color:#333;margin:0 0 20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #breadcrumbs .c-icon{padding:0 15px 0 5px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about .about{background:#e5f3fc;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about .about hr{background:#235096;margin:2.5em auto;max-width:60%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about h4{color:#00a4e6;font-size:1.5em;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values{margin-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs{max-width:100%!important;text-align:center!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li{height:6em;margin:0 1.5em;position:relative;width:5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.aiming .overlay{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon01.png?5a2d88a2690bc56a8e96c68f6783cb3e)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.aiming .overlay.orange{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon01-orange.png?5a0f851543717e174bfa9c3b6abba38f)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.courageous .overlay{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon02.png?e860ffb177c9a69b59b4add82a4fd71c)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.courageous .overlay.orange{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon02-orange.png?1185afc5ca692bd4ded2d0c67bb7b5a7)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.together .overlay{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon03.png?c5029efd42387b0fe2789c12c6b6bde7)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.together .overlay.orange{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon03-orange.png?7261dc2819d8e5bd7f89482202ec7c76)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.heart .overlay{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon04.png?168a1cbc6e56a2d18595c876dd590965)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.heart .overlay.orange{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon04-orange.png?70426d515240567c2337c8d704469c63)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.right .overlay{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon05.png?c3d02b8bdfc35b58ed85fb622f63c28e)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.right .overlay.orange{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon05-orange.png?17eaa634bd521ace932cc3d20298dad0)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li .overlay{background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:block;height:100%;left:0;opacity:1;position:absolute;top:0;-webkit-transition:.5s;transition:.5s;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li .overlay.orange,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.current .overlay,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li:hover .overlay{opacity:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.current .overlay.orange,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li:hover .overlay.orange{opacity:1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs img,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs svg{width:90px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li .st0{-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values ul.tabs li.current .st0{fill:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values h3{color:#235096;font-size:1.7em;margin:0 0 .5em;text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values h4{color:#f05523;font-size:1.5em;margin:.5em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .values .tab-content p{margin:0 auto 2em;max-width:60%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .hero,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about .hero,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-funding .hero,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .hero{background-position:50%;background-size:cover;min-height:600px;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .header-img{margin-top:1em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h1.title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-default h1.entry-title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about h1.title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-faqs h1.title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-funding h1.title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h1.title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h4{color:#00a4e6;font-size:2em;margin-bottom:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h3{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .c-article__copy h3{color:inherit;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.125rem;font-weight:500;letter-spacing:.001em;line-height:3.1875rem}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content.page,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul{display:block;margin:2em auto 3em!important;max-width:800px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content ul{display:block;margin-bottom:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content ul li:before{content:"-";display:block;margin:0 auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #winners .entry-content ul li:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content ul li:first-child:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .pickup .entry-content ul li:before{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content .gform_wrapper ul{list-style:none;max-width:100%;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content-sub{display:block;margin:0 auto!important;max-width:640px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content-alt{display:block;margin:0 auto;max-width:800px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h3{color:#00a4e6;margin:1em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h4{font-size:20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .key_individuals_contact a{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count h2 span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended h2 span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .share .title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h1.title span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h3 span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about h1.title span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-funding h1.title span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h1.title span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h4 span{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) h1.entry-title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about h1.entry-title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-faqs h1.entry-title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-funding h1.entry-title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team h1.entry-title{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-default h1.entry-title,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).post-template-default h1.entry-title{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about .entry-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-faqs .entry-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-funding .entry-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .entry-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul{margin:3em 0 3.5em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content{margin:3em 0 3.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-faqs .hentry{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) p.bold,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about .entry-content p.bold,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-funding .entry-content p.bold,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .entry-content p.bold{font-size:20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact{font-size:13px;margin:4em 3em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .graph{background:#00a4e6;color:#fff;padding:4em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .graph .inner{max-width:800px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .graph h3{color:#fff;font-size:1.7em;margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .entry-content{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .image{background-color:#fff!important;background-position:top;background-repeat:no-repeat;background-size:cover;border:0!important;border-radius:50%;min-height:80px;min-width:60px;padding:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .one-fourth{background-size:cover;height:150px;margin:0 3% 3em 0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-corporate .page-links,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-corporate-sponsor .page-links{margin-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-charity-partner .page-links{margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-charity-partner .two-third h2{color:#00a4e6;font-size:35px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) p.big{font-size:20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-charity-partner .one-third,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-policies .one-third{padding-right:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-charity-partner .one-third h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-policies .one-third h3{color:#00a4e6;font-size:19px;margin-bottom:1em;margin-top:1.7em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved .hentry{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro h3{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-policies .entry-content{text-align:left}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-policies p.big{margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third ul{list-style:disc outside;margin-bottom:1.5em;padding-left:15px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third ul li{margin:.25em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third ul ul{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-charity-partner .content-inner{max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #policies,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-links{margin-bottom:2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #policies li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-links li{color:#58595b;font-size:.8em;margin-bottom:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li.current-menu-item .sub-menu li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #policies li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-links li a{color:#58595b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li.current-menu-item .sub-menu li a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li.current-menu-item .sub-menu li.current-menu-item a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li.current-menu-item a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #policies li a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #policies li.current-menu-item a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-links li a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-links li.current a{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services .sub-menu{border-left:1px solid #00a4e6;display:none;margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li>ul{margin-left:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services .sub-menu li a{padding-left:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li.current-menu-item .sub-menu,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #care-services li.current-menu-parent .sub-menu{display:block!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .sub-links{list-style:none!important;padding-left:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .sub-links b{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third .contact{margin:4em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .links p{margin-bottom:.25em;min-width:217px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .phone,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit{color:#fff;padding:3em 0 2em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .phone h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit h3{color:#fff;font-size:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply{background:#00a4e6;padding-bottom:.1em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply a{color:#fff;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .phone{background:#235196}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit{background:#8f589d}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply h2,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit h2{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruit .inner{font-size:22px;width:500px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .pickup{padding:.1em 0;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes{background:#00a4e6;color:#fff;max-height:1000px;min-height:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .slick-dots{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes li{max-height:10000px;min-height:0;padding:3em 0 2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes img{float:none;width:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes hr{background:#fff;margin:1em auto;width:10%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes p{font-size:1.25em;margin:0;text-align:center;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes p.author{font-size:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .quotes .close{float:right}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .content-inner{margin:0 auto;max-width:800px;padding:1em 0 2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .content-inner .table{margin-bottom:1em;overflow:auto;padding-bottom:1em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .content-inner .table table{border:1px solid #ccc;font-size:.8em;margin:0;text-align:left}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .content-inner .table table tr{border-bottom:1px solid #ccc}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .content-inner .table table td,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .content-inner .table table th{border-right:1px solid #ccc;padding:.75em;vertical-align:top}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery.alt{padding:3em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved .entry-content{margin-bottom:1em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-service1 .hero,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-services .hero{background-position:top}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-service4 .hero{background-position:0 -140px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #main{background:#fff3d3}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-policies #main .faqs,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-service-hospice-care #main .faqs{margin-bottom:1.7em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) p.blue{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery .entry-content{margin:0 auto!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery .balls{left:15%;max-width:130px;position:absolute}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery h2{color:#f9a01b;margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-giftaid #main{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-giftaid #main h3{color:#00a4e6;margin-top:2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-giftaid #main img{margin:1em 0;max-width:300px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-giftaid #main p.small{font-size:13px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-giftaid #main li:before{content:"•";margin-right:.3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-giftaid #main li{display:block;margin-bottom:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-volunteering h3{color:#00a4e6;margin-top:2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-clearance .entry-content hr,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-volunteering .entry-content hr{background:#00a4e6;max-width:20%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-clearance .bubble{background:#00a4e6;border-radius:50%;bottom:-10%;color:#fff;font-size:14px;height:170px;left:70%;padding:3.2em 2em 2em;position:absolute;text-align:center;width:170px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-clearance .bubble a{color:#ffc91f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-clearance .bubble-alt{background:#00a4e6;border-radius:50%;bottom:-10%;height:20px;left:81.5%;position:absolute;width:20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #main{background:#8f589e}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #main .entry-content.page.alt{color:#fff;margin-bottom:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #main .alt.content-bottom{background:#00a4e6;color:#fff;padding:.5em 0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #main .alt.content-bottom h3{color:#fff;font-size:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .slides .slick-list li:first-of-type{background-position:top}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .hero{background-position:top;min-height:600px;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .hero .inner{height:100%;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #main h1.image img{max-width:180px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery p.bold{font-size:24px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery span.orange{color:#f9a01b;font-size:20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery h3{color:#f9a01b;font-size:30px;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .join-circle{background:#8f589e;border:1px solid #8f589e;border-radius:50%;height:300px;position:absolute;right:10%;text-align:center;top:10%;-webkit-transition:.5s;transition:.5s;width:300px;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .join-circle a{color:#fff;display:block;font-size:2.2em;height:100%;line-height:1;padding:65px 0;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .join-circle a span{color:#f9a01b;display:block;padding-top:.2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .join-circle:hover{background:none;border-color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .winner-circle{background:#f9a01b;border:1px solid #f9a01b;border-radius:50%;height:200px;position:absolute;right:5%;text-align:center;top:48%;-webkit-transition:.5s;transition:.5s;width:200px;z-index:30}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .winner-circle a{color:#fff;display:block;font-size:1.8em;height:100%;line-height:1;padding:45px 0;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .winner-circle:hover{background:none;border-color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .winner-circle .inner-circle{-ms-transform:rotate(7deg);-webkit-transform:rotate(7deg);transform:rotate(7deg)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widgets .one-half{min-height:300px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widgets .events{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widgets .inner-content{font-size:18px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widgets .volunteer{background:#f05523;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head{background-color:#00a4e6;color:#fff;cursor:pointer;font-size:.8em;margin:0 0 .5em;padding:.5em 1em;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_body{font-size:.8em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_body p{margin:0;padding:0 1em 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_body.blue{background:#c2eeff;padding:2em 1em 2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head.red{background:#f15623;margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_body.red{background:#fff3d3;padding:2em 2.5em 2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head .fa{font-size:1em;position:absolute;right:1em;top:.75em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head .fa.fa-chevron-up.active{opacity:1;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head .fa.fa-chevron-down.inactive,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head .fa.fa-chevron-up{opacity:0;z-index:-10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .accordion_head{background:none;font-size:1em;margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .accordion_head .button{background-color:#00a4e6;border-color:#00a4e6;color:#fff;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .accordion_head .button:hover{background:none;color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .accordion_body{font-size:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .accordion_body p{margin-bottom:1.5em;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) ul.tabs{list-style:none;margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) ul.tabs li{background:none;cursor:pointer;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) ul.tabs li:before{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .tab-content{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .tab-content.current{display:inherit}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .container.entry-content{text-align:left}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .hero{background-position:top;background-size:cover;min-height:600px;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info{background-color:#235096;color:#fff;margin:0 auto;padding-top:1em;text-align:center;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info h2{font-size:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info h2 span{color:#ffc91f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info p.bold{margin:0 auto 1em;max-width:700px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info li{display:inline;line-height:30px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info li:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li.tel:before{color:#ffc91f;font-family:fontawesome;margin-right:10px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info li.tel:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li.tel:before{content:"\f095"}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info li.email:before{content:"\f003"}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info li:first-of-type{margin-right:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info a{color:#fff;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info a:after{background:#fff;content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info a:hover:after{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-form{background:#235096;color:#fff;padding:2em 0 3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-form a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .makeawill-form a{display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-form a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .makeawill-form a{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social h3{color:#235096;font-size:30px;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social h3 span{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social hr{background:#00a4e6;height:2px;margin:0 auto;max-width:80%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social h4{font-size:17px;margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social p{font-size:14px;margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social a.tel{font-size:16px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li{float:left;text-align:center;width:33.3333333%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li.fundraising,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li.fundraising a{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li.shops,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li.shops a{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li.lottery,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social li.lottery a{color:#8f589e}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses{background:#00a4e6;color:#235096;padding:2em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses h3{color:#ffc91f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses h4{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses ul{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses li{display:inline-block;float:none;vertical-align:top;width:30%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-social.addresses a{color:#ffc91f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .contact-form{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .contact-form .gform_wrapper input.button{background-color:#f9a01b;border-color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .contact-form .gform_wrapper input.button:hover{background-color:#00a4e6;border-color:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .contact-form h3{color:#fff;font-size:34px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .contact-form h3 a{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .social-bar .entry-content{margin-bottom:0!important;margin-top:3em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-resources .entry-content{margin-bottom:2em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources{margin:0 auto;max-width:800px;text-align:left}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources .left img{border:1px solid #eee;display:block;width:90%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources h4{color:#235096;font-size:1.2em;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources .meta{display:block;font-size:.8em;padding-bottom:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-filter-nav li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .posts-navigation a{background:#fff;border:1px solid #00a4e6;border-radius:4px;color:#235096;display:block;max-width:180px;padding:.3em .9em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-filter-nav li a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-filter-nav li.active a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .posts-navigation a:hover{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .posts-navigation a{margin:0 auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources ul{list-style:disc outside;margin-bottom:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources ul li{border:0;list-style:disc outside;margin:0;padding:0 0 0 15px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-filter-nav{margin-bottom:4em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-filter-nav li{display:inline-block;font-size:.8em;margin:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-filter-nav li a{max-width:1000px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .sticky{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .hentry{margin:0 0 2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .byline,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .updated:not(.published){display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .group-blog .byline,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single .byline{display:inline}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-summary,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-content{margin:1.5em 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-links{clear:both;margin:0 0 1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .edit-link{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .error404 .entry-content{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-news #main .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-stories #main .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-volunteer-stories #main .inner{max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-news .entry-content{margin-bottom:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content.news-title{margin-bottom:1em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item{border-bottom:1px solid #ccc;color:#58595b;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin:0 0 2em;padding:0 0 2em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .left{float:left;width:25%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .right{float:right;width:70%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_image{height:225px;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_image a{background-position:top;background-repeat:no-repeat;background-size:cover;border:5px solid #235096;border-radius:100%;display:block;height:100%;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .wmle_post_title h4{color:#235096;font-size:1.2em;margin:0;padding:.5em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .wmle_post_meta{font-size:.8em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .wmle_post_excerpt p{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2) .wmle_image a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2n+4) .wmle_image a{border-color:#7d4c8a}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3) .wmle_image a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3n+4) .wmle_image a{border-color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4) .wmle_image a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4n+4) .wmle_image a{border-color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2) .wmle_post_title h4,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2n+4) .wmle_post_title h4{color:#7d4c8a}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3) .wmle_post_title h4,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3n+4) .wmle_post_title h4{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4) .wmle_post_title h4,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4n+4) .wmle_post_title h4{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alm-btn-wrap{padding:0 0 2em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.alm-load-more-btn{background:none!important;border:1px solid #454545!important;border-radius:4px!important;-webkit-box-shadow:none;box-shadow:none;color:#454545!important;font-size:1em!important;height:auto!important;line-height:1.5!important;margin:1.5em 0!important;padding:.3em .9em!important;text-transform:lowercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.alm-load-more-btn:hover{background:#454545!important;color:#fff!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.alm-load-more-btn.loading:before{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.alm-load-more-btn.done{background:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.alm-load-more-btn.done:hover{color:#454545!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single h1.entry-title{color:#00a4e6;font-size:1.5em;margin:1.5em 0 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-post article{margin-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single span.cat-links{display:block;font-size:14px;padding:2em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single span.cat-links a{color:#58595b;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single span.cat-links a:after{background:#58595b;content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).single span.cat-links a:hover:after{width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-content a{word-wrap:break-word}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .bypostauthor{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .infinite-scroll .posts-navigation,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .infinite-scroll.neverending .site-footer{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .infinity-end.neverending .site-footer{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .comment-content .wp-smiley,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content .wp-smiley,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) embed,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) iframe,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) object{max-width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wp-caption{margin-bottom:1.5em;max-width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wp-caption .wp-caption-text{margin:.8075em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wp-caption-text{text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery{margin-bottom:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-2 .gallery-item{max-width:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-3 .gallery-item{max-width:33.33%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-4 .gallery-item{max-width:25%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-5 .gallery-item{max-width:20%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-6 .gallery-item{max-width:16.66%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-7 .gallery-item{max-width:14.28%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-8 .gallery-item{max-width:12.5%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-columns-9 .gallery-item{max-width:11.11%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gallery-caption{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .twitter-share-button{width:71px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fb-like span{height:27px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .sharing{margin-bottom:5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .sharing h3{color:#00a4e6;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline{background:#00a4e6;color:#fff;font-size:16px;line-height:20px;padding:2em 0 3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline h3{color:#fff;font-size:28px;margin:0;padding:1em 0 1.5em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline h3 span{color:#ffc91f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline .moments{position:relative;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline .slick-next,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline .slick-prev{top:49.5%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).is_gecko #timeline .slick-next,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).is_gecko #timeline .slick-prev{top:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline .moments .line{background:#fff;height:2px;left:0;opacity:.2;position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;z-index:1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline .moments ul{z-index:2}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li{height:600px;outline:0;padding:0 1em;position:relative;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li .polaroid{background-position:50%;background-repeat:no-repeat;background-size:100% auto;height:206px;left:50%;position:absolute;-ms-transform:translate(-50%);-webkit-transform:translate(-50%);transform:translate(-50%);width:199px;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:nth-child(2n) .polaroid{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/polaroid-left.png?f47e70a839139b407470bbe2dd56b0bf);top:30px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:nth-child(odd) .polaroid{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/polaroid-right.png?828e07b29d08439d22e37d0e7c54d7d5);bottom:30px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li .polaroid .sticker{background-position:50%;background-repeat:no-repeat;background-size:100% auto;height:100%;left:0;position:absolute;top:0;width:100%;z-index:30}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:nth-child(2n) .polaroid .sticker{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/sticker-right.png?a90bccd41e08140235e2667f3e66c578)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:nth-child(odd) .polaroid .sticker{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/sticker-left.png?700a72f37bf4d910786fe9179ef8bebe)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li .polaroid .image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:150px;overflow:hidden;position:absolute;top:25px;width:150px;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:nth-child(2n) .polaroid .image{left:15px;-ms-transform:rotate(4.8deg);-webkit-transform:rotate(4.8deg);transform:rotate(4.8deg)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:nth-child(odd) .polaroid .image{right:15px;-ms-transform:rotate(-4.8deg);-webkit-transform:rotate(-4.8deg);transform:rotate(-4.8deg)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li .content{height:220px;left:0;position:absolute;width:100%;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li .content p{margin:0 auto;width:90%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(odd) .content p{bottom:0;left:5%;position:absolute;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(2n) .content{bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(odd) .content{top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li .year{background:#00a4e6;border:2px solid #ffc91f;border-radius:50%;font-size:24px;height:90px;left:50%;padding-top:33px;position:absolute;top:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90px;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:hover .year{background:#ffc91f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+0) .year{border-color:#235096!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+1) .year{border-color:#8f589d!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+0):hover .year{background:#235096!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+1):hover .year{background:#8f589d!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li .year:before{color:#ffc91f;content:"|";left:46%;position:absolute;top:-.95em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li .year:after{bottom:-.15em;color:#ffc91f;content:"•";font-size:30px;left:86%;position:absolute}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+0) .year:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+0) .year:before{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+1) .year:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(3n+1) .year:before{color:#8f589d}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li{cursor:default}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li .content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li .polaroid{opacity:.5;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:hover .content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li:hover .polaroid{opacity:1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(2n) .year:before{bottom:-.95em;top:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .timeline li:nth-child(2n) .year:after{bottom:auto;top:-.15em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-prev:before{content:"<"!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-next:before{content:">"!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.slick-next,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) button.slick-prev{-webkit-box-shadow:inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 rgba(0,0,0,.05)!important;box-shadow:inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 rgba(0,0,0,.05)!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-next:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-prev:before{font-size:54px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-next,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slick-prev{height:55px!important;width:40px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main{position:relative;word-break:keep-all}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro h3{color:#414042;font-size:24px;margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .bubbles{display:none!important;float:left;position:absolute}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .bubble1{color:#235096;font-size:60px;line-height:20px;padding:0 0 0 20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .bubble2{color:#00a4e6;font-size:45px;line-height:22.5px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .bubble3{color:#ffc91f;font-size:40px;line-height:22.5px;padding:15px 0 0 27.5px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-home .bubbles{margin-top:10em;right:5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-services .bubbles,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-volunteering .bubbles{margin-top:4em;right:10em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .post-type-archive-tribe_events .bubbles,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-about .bubbles,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-join .bubbles,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-organise-event .bubbles,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .bubbles,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training .bubbles{left:7em;margin-top:9em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved .bubbles{left:7em;margin-top:22em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fundraise .bubbles{margin-top:45em;right:10em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-volunteering .entry-content{margin-bottom:.5em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-volunteering .entry-content ul{list-style:disc outside}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-volunteering .entry-content ul li:before{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .apply,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .phone,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .recruit{color:#fff;padding:3em 0;position:relative;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop #main h3{margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .object{background-position:50%;background-repeat:no-repeat;background-size:100% auto;position:absolute;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .object.chair{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chair.png?388effceb1f49840c2555a0e9e741d81);height:279px;right:1em;top:-2em;width:284px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .object.lamp{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lamp.png?8b2b64485b6e943b77e7f9efce6f4604);bottom:-5em;height:247px;left:2em;width:218px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .object.clock{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/clock.png?e1d078c86afb1ce3e4221ae66524a90e);height:182px;right:2em;top:.5em;width:162px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop .object.bed{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/bed.png?a1a0bb71dd1ae28cc6c57f5433bbcde8);bottom:.5em;height:295px;left:1em;width:284px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop-clearance .bubble p{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .pickup{background:#00a4e6;color:#fff;padding:2em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .pickup .form-wrap h3{color:#235096;font-size:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .pickup .form-wrap h3 span{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .pickup img{margin-bottom:1.5em;max-width:160px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-form a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .makeawill-form a:after{background:#fff;content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-form a:hover:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .makeawill-form a:hover:after{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue a:hover:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue a:hover:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow a:hover:after{width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion h3{font-size:30px;margin-bottom:1em;margin-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion ul.contact{margin:1em auto;max-width:100%;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion .contact li{display:inline}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion .contact li:first-of-type{margin-right:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion .contact li:before{color:#00a4e6;display:inline-block!important;font-family:fontawesome;margin:0 10px 0 0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion li.tel:before{content:"\f095"!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion li.email:before{content:"\f003"!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-accordion .contact li a{font-size:18px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .contact-info{bottom:0;top:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar .inner{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar ul{text-align:center!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li{display:inline-block!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li a{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li:before{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar .fa-stack{height:2em;line-height:2em;width:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar .fa-lg{font-size:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li .fa-inverse{-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li:hover a{color:#fff!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.facebook a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.facebook:hover .fa-inverse{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.twitter a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.twitter:hover .fa-inverse{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.linkedin a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.linkedin:hover .fa-inverse{color:#0077b5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.youtube a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.youtube:hover .fa-inverse{color:red}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.instagram a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social-bar li.instagram:hover .fa-inverse{color:#050707}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li.facebook a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social li.facebook a:hover{color:#3b5998}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li.twitter a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social li.twitter a:hover{color:#1dcaff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li.instagram a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social li.instagram a:hover{color:#050707}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li.youtube a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social li.youtube a:hover{color:red}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #colophon .social li.linkedin a:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .social li.linkedin a:hover{color:#007bb5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses h1{margin-top:0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training-courses #main .two-third ul.courses{list-style:none;margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training-courses #main .two-third ul.courses li{border-top:1px solid #ccc;margin:0 0 1em;padding:2em 0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul li:first-child{border-top:0;padding-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul li h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training-courses #main .two-third ul.courses li h3{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul li p{margin-left:auto;margin-right:auto;max-width:500px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses ul li .event-date-cost,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training-courses #main .two-third ul.courses li .event-date-cost{font-size:.8em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .button{margin-left:auto;margin-right:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #main{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .entry-content.page.alt{margin-bottom:1em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply a:after{background:#fff;content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .apply a:hover:after{width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) div#ui-datepicker-div{display:none;left:50%!important;-ms-transform:translate(-50%);-webkit-transform:translate(-50%);transform:translate(-50%);width:auto!important;z-index:11!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) p.lottery-logo{margin-bottom:0!important;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) p.lottery-logo img{max-width:170px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners{color:#fff;padding:2em 0 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners .entry-content{margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners h3{font-size:1.75em;line-height:1;margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners hr{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/orange_dots.png?3d44decdd6fb11a7f64145abd8ee20ee) 50% no-repeat;background-size:auto 5px;height:5px;margin:1em auto;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li{border-radius:50%;cursor:default;display:inline-block;height:160px;margin:0 1em 1em;padding-top:2em;-webkit-transition:.5s;transition:.5s;vertical-align:top;width:160px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li.one{background:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li.two{background:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li.three{background:#72447f}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li.one:hover{background:#db8d18}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li.two:hover{background:#0091cb}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li.three:hover{background:#583562}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li span{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li span.amount{color:#ffc91f;font-size:36px;line-height:32px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li span.numbers{font-size:24px;text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners li span.name{font-size:12px;line-height:15px;margin:0 auto;text-transform:uppercase;width:70%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners .draw-date{text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners .draw-date span{display:block;text-transform:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #winners .sub{font-size:24px;margin:2em 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery .lottery-disclaimer{font-size:.75em;margin:3.75em auto 2.5em;max-width:750px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lottery #colophon h3{margin-top:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-15{float:left;left:13%;max-width:140px;position:absolute;top:550px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-3{float:left;left:26%;max-width:100px;position:absolute;top:720px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-3a{float:left;left:75%;max-width:80px;position:absolute;top:1550px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-24{float:left;left:76%;max-width:120px;position:absolute;top:680px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-15a{float:left;left:70%;max-width:90px;position:absolute;top:1400px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-24a{float:left;left:20%;max-width:90px;position:absolute;top:1400px;z-index:99999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/back0.jpg?31fc60d3068b8a9b868d7ba94d2b399e) no-repeat 50%;background-size:cover;min-height:900px;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero .inner{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero p{margin:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/tree_of_life_twinkle.gif?26a2ea152fc4b7877e99e2ba4bc5b2fe);background-position:top;background-repeat:no-repeat;background-size:cover;min-height:40em;position:relative;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .donate2{padding:2em 1.5em;top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .donate2 h3{color:#fff;font-size:1.25em;line-height:1.2;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .donate2 h3 b{color:#ffcb00;display:block;font-size:1.4em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .share{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/yellow_circle.png?8e78b4f06c4d96035e5d8a77918c4acc);background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:block;font-size:1em;height:15em;padding:3em 1em;text-align:center;top:6em;width:15em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .share .title{font-size:1.5em;line-height:1.2;margin-bottom:.25em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .share a{background:none;border:0;border-radius:0;display:inline-block;margin:0 .25em;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .share a.fb{margin-left:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .share a:hover{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-donate-lual-thanks #hero .share a:hover .fa-inverse{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-size:1.2em;height:200px;line-height:1.2em;padding:2em 1.5em 2em 1.2em;position:absolute;text-align:center;width:210px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate1{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/donate1.png?b6d94265a687fc1c7f389f8940d9f461);height:234px;left:12em;top:18em;width:245px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate2{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/donate2.png?afafc4b2357d8e8e2c90bb00a7a52067);height:261px;left:0;top:26em;width:274px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate3{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/donate3.png?d6bac0f4779e97f9432c4796be778c23);height:191px;left:18em;top:30em;width:200px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble.donate{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/donate.png?61ac18269b3ae85d0f602e5c9f121309);height:458px;padding:3em;right:0;top:2.4em;width:480px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble.donate h3{color:#ffcb00;font-size:3em;line-height:1em;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble.donate a{background-color:#ffcb00;border:1px solid #ffcb00;border-radius:5px;color:#235096;display:block;font-size:20px;line-height:2;margin:0 auto;padding:0 .9em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble.donate a:hover{background:#fff;border-color:#fff;color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .lual-logo{display:block;margin-top:2.4em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #remember{background:#f9a01b;color:#fff;font-size:16px;padding:1em 0 5em;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .woman{bottom:0;height:auto;position:absolute;right:5em;width:471px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .woman img{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #remember h3{color:#fff;font-size:3em;line-height:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations{background-color:#00a4e6;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lual-light-bg.jpg?04f80d906e2c2547eaa4cbd0ba83200a);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#2b53a0;font-size:16px;padding:1em 0 2.5em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations h3{color:#2b53a0;font-size:3em;line-height:1em;margin:1em auto .5em;max-width:90%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .inner{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lual-lights.png?b154122be8767bce0bdf030d3a4f2675);background-position:center 5em;background-repeat:no-repeat;background-size:auto;min-height:35em;overflow:hidden;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .lights{left:50%;position:absolute;top:10.25em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1100px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third{margin:0;padding:0;width:12em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third:first-child{margin-left:13.25em;margin-right:4em;margin-top:6em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third:nth-child(2){margin-top:8.75em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third:last-child{margin-left:2.25em;margin-top:4.75em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations span.amount{display:block;font-size:2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third:first-child span.amount{margin-bottom:2.1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third:nth-child(2) span.amount{margin-bottom:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donations .one-third:last-child span.amount{margin-bottom:2.6em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations{background:#2b53a0;color:#fff;font-size:16px;overflow:hidden;padding:0 0 2.83em;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .one-half{width:55%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations a{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations a:hover{opacity:.6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations h3{color:#ffcb00;font-size:3em;line-height:1em;margin-bottom:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .dates{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;clear:both;-webkit-column-count:3;-moz-column-count:3;column-count:3;page-break-inside:avoid;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .dates .date{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;width:90%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .dates .link{color:#f9a01b;font-size:1.25em;margin:0;text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .dates b,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .dates strong{text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #celebrations .side-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:567px;position:absolute;right:-4em;text-align:right;top:-8em;width:567px;z-index:9999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #torch{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/back2.jpg?4a9b7e6ad6ac4912b86936284a4bc50e) no-repeat bottom;background-size:cover;-webkit-box-shadow:inset 46px -79px 52px 30px rgba(0,0,0,.75);box-shadow:inset 46px -79px 52px 30px rgba(0,0,0,.75);height:556px;padding:2em 0;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #torch .logo{position:absolute;right:7em;top:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #torch .logo img{width:310px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #torch .join{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/join.png?f2aea01fc5dba09e7f7d95028bc02189) no-repeat 50%;background-size:cover;color:#fff;font-size:1.5em;height:239px;left:43%;line-height:1.2em;padding:1.5em 1em;position:absolute;text-align:center;text-transform:uppercase;top:8em;width:250px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #torch .man-image{height:732px;left:5em;position:absolute;top:-100px;width:452px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming{background:#00a4e6;color:#fff;font-size:16px;padding:0 0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming h3{color:#ffcb00;font-size:3em;line-height:1em;margin-bottom:.5em;text-transform:uppercase}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming .event-list li{display:inline-block;margin:0 4% 2em 0;vertical-align:top;width:30%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming .event-list li:nth-child(3){margin-right:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming .event-list p{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming .event-list p a{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #upcoming .event-list p a .yellow{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .pie{display:block;margin:3.5em auto;max-width:60%!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow a:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual-form #main{background:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual-form .entry-content.page.alt{color:#fff;margin:0 auto!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual-form h1.image{margin-bottom:0!important;margin-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual-form .entry-content.page.alt p{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .benefits{font-size:.7em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .benefits td,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .benefits th{border:1px solid #ccc;padding:.5em;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .benefits td{border-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .benefits .fa{color:#00a4e6;font-size:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .benefits sup{font-size:100%;position:absolute;right:.5em;top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options{background:#235096;color:#fff;padding:4em 0 3em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .tab-content{padding-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .tab-content h2{color:#f9a01b;font-size:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .tab-content#tab-2 h2{margin-bottom:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-crisis-appeal #donate-options{background:#f4202b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-crisis-appeal #donate-options ul.tabs li{background:#fff!important;border-color:#fff!important;color:#f4202b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-crisis-appeal #donate-options ul.tabs li:hover{background:none!important;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count{padding:3em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count .inner{max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count h2{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count ul{margin-top:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count ul li{display:inline-block;margin:0 1%;width:22%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count ul li .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;display:block;height:196px;margin:0 auto 2em;width:196px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count ul li h3{color:#00a4e6;font-size:2em;line-height:1;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count ul li h4{line-height:1;margin:.5em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #count ul li p{font-size:.85em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-events-registration #count .button{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-events-registration #count .button.display{display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended{background:#00a4e6;display:none;padding:3em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended .inner{max-width:900px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended h2{color:#fff;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul{margin-top:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li{display:inline-block;height:300px;margin:0 0 1em;position:relative;width:32%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li:nth-child(2){margin-left:1%;margin-right:1%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li a{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:125px;left:0;position:absolute;top:0;width:125px;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .image a{border:5px solid #235096;border-radius:100%;display:block;height:100%;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details{border:5px solid #235096;border-radius:100%;bottom:0;height:250px;padding:0 2em;position:absolute;right:0;-webkit-transition:.5s;transition:.5s;width:250px;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details:hover{background:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details .date{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details a{border-radius:100%;display:block;font-size:1.25em;height:100%;line-height:1.25;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .thanks{background:#00a4e6;color:#fff;padding:2em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .thanks p{margin:0 auto;max-width:30em;max-width:45em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .thanks .share{padding-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .thanks .share a{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .thanks .share a:hover{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top input[type=submit]{background:transparent;border:0 solid;border-radius:0;-webkit-box-shadow:inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 rgba(0,0,0,.05);box-shadow:inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 hsla(0,0%,100%,.5),inset 0 0 0 rgba(0,0,0,.05);color:#fff;font-family:fontawesome;font-size:15px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .top #top-menu li.search{float:right!important;margin-top:-4px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search{height:100%;left:0;opacity:0;position:fixed!important;top:0;-webkit-transition:opacity .5s linear;transition:opacity .5s linear;width:100%;z-index:-10!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search.open{opacity:1;position:fixed;visibility:visible;z-index:999999!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form{height:100%;position:relative;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search button.close{color:#999;color:transparent!important;cursor:pointer;font-size:30px;font-weight:300;position:absolute;right:25px!important;top:25px!important;-webkit-transition:.5s;transition:.5s!important;z-index:999999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search button.close:after{color:#fff!important;content:"\f00d"!important;font-family:fontawesome!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search button.close:hover{opacity:.5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div{height:100px;left:50%;margin:-50px 0 0 -25%;position:absolute;top:50%;width:50%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div:after{color:#fff!important;content:"\f002"!important;float:right;font-family:fontawesome!important;font-size:40px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div input::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div input:-moz-placeholder,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div input::-moz-placeholder{color:hsla(0,0%,100%,.5)!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div input:-ms-input-placeholder{color:hsla(0,0%,100%,.5)!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #full-screen-search form div input{background:transparent!important;border-bottom:2px solid #fff!important;color:#fff!important;font-size:40px;height:100px;line-height:60px;padding:20px;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).search-results #full-screen-search{overflow:hidden!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .results{list-style:none;padding-left:15px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .results li{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .results li:before{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).search-results .posts-navigation .nav-previous a{float:left;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).search-results .posts-navigation .nav-next a{float:right;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-wrap{margin:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-gmap{height:600px!important;width:100%;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-result-list{background:#fff3d3;border-radius:4px;left:5%;margin:0;padding:1em;position:absolute;top:5%;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores h2{color:#235096;font-size:1.5em;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores h3{color:#58595b;font-size:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores h4{color:#235096;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .wpsl-search{background:none;margin:0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-stores{display:none;margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-wrap #wpsl-result-list ul li{border:0;font-size:.9em;list-style:none!important;margin:0 1em 2em 0;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores p{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores a{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores a:hover{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .stores a.tel{display:block;font-size:1.5em;margin:.2em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .wpsl-search-btn-wrap{float:right;margin-right:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-search-btn{background:#235096!important;border-color:#235096!important;color:#fff;font-size:1em!important;line-height:1.5;margin-right:0;padding:.3em .9em!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-search-btn:hover{background:#00a4e6!important;border-color:#00a4e6!important;color:#fff!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-search-input{padding:.3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-search-btn,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-search-wrap input{border-radius:4px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .extra{font-size:.8em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .wpsl-gmap-canvas .wpsl-infobox{font-size:1.3em;line-height:1.5;max-width:300px!important;padding:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main .wpsl-gmap-canvas .wpsl-infobox img{display:block!important;margin:0!important;position:absolute!important;right:1em;top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #main #wpsl-gmap .wpsl-info-window{max-width:300px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-organise-event .entry-content{margin-bottom:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fundraising-resources{padding-top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fundraising-resource{border-bottom:1px solid #ccc;margin-bottom:2em;padding-bottom:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fundraising-resource .left{float:left;width:25%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fundraising-resource .right{float:right;width:70%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fundraising-resource h3{margin:0 0 2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider span.lightblue{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider span.navyblue{color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider span.orange{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider span.red{color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider span.yellow{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider span.white{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle.lightblue,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle.lightblue{background-color:#00a4e6;border-color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle.navyblue,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle.navyblue{background-color:#2b53a0;border-color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle.orange,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle.orange{background-color:#f9a01b;border-color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle.red,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle.red{background-color:#f05523;border-color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle.yellow,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle.yellow{background-color:#ffcb00;border-color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle.white,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle.white{background-color:#fff;border-color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.textonly{font-size:16px;padding:1em 0 5em;position:relative;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.textonly h3{font-size:3em;line-height:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block .inner-content{font-size:1em;max-width:70%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block .content{font-size:16px;overflow:hidden;padding:0 0 2.83em;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block .content h3{font-size:3em;line-height:1em;margin-bottom:.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block.navyblue{background:#2b53a0;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.orange{background:#f9a01b;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.purple{background:#8f589e;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.burgundy{background:#68294b;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.red{background:#f05523;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow{background:#ffcb00;color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.white{background:#fff;color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.lightblue h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.white h3{color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.navyblue h3{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.orange h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.red h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block.orange .content a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block.purple .content a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block.red .content a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block.navyblue .content a:not(.button):hover{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.split-block.yellow .content a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block.yellow h3{color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block h3.lightblue{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block h3.navyblue{color:#2b53a0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block h3.orange{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block h3.red{color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block h3.yellow,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block.navyblue h2{color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .block h3.white{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .footer-images{margin-bottom:5em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .footer-images li{background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:auto;margin:0 2%;width:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .footer-images li img{display:inline-block;max-height:150px;max-width:200px;vertical-align:middle}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).home .footer-images{margin:1.5em 0 .5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).home .footer-images li img{max-width:250px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #cqc .cqc-widget{background:none!important;border:0!important;text-align:center!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #cqc .cqc-widget .cqc-container{background:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #cqc .cqc-widget .cqc-widget-overall.good,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #cqc .cqc-widget a.widget-button-new-style{display:inline-block!important;float:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter{overflow:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup{background:rgba(0,0,0,.8);opacity:1;visibility:visible;z-index:999999}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup .split-block{left:50%;position:absolute;top:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:55em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup .split-block .content{background:#8f589e;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup .split-block .inner-content{max-width:350px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup .split-block .inner-content h2{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup .split-block .inner-content .button{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-popup .split-block .image img{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #img-caption-block,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-alerts-block,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-questions-block,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-block,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #work-experience-block{padding:1em 0;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #img-caption-block .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-alerts-block .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-questions-block .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-block .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #work-experience-block .inner{max-width:1100px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #img-caption-block h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-alerts-block h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-questions-block h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-block h3,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #work-experience-block h3{color:#fff;display:inline-block;line-height:1.9;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #img-caption-block h3{line-height:1.5}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-alerts-block .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-questions-block .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-block .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #work-experience-block .button{margin:0 0 0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-alerts-block .button.white:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #newsletter-block .button.white:hover{color:#8f589e}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #work-experience-block{background:#f9a01b;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #work-experience-block .button:hover{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-questions-block{background:#f05523;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-questions-block .button:hover{color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timetocare-block{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/time-to-care-bg.jpg?dc2b433f4e8aa4693859d6902d7f8abc);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#dcb100;left:0;padding:.9em 0 .8em;position:absolute;text-align:center;top:0;width:100%;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timetocare-block .inner{max-width:1100px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timetocare-block h3{color:#dcb100;display:inline-block;line-height:1.9;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timetocare-block .button{background:#dcb100;border-color:#dcb100;color:#cd1719;margin:0 0 0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timetocare-block .button.white:hover{background:none;color:#dcb100}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .sitemap h2{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .hideme{opacity:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .visible{opacity:1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles{margin:0 auto 4em;max-width:70%;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team .image,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs li{background-color:#00a4e6;border-radius:50%;border-style:solid;border-width:1px;color:#fff;height:175px;margin:0 .5em;padding:3.85em 0;text-align:center;-webkit-transition:.5s;transition:.5s;width:175px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles li{cursor:pointer;display:block;margin:0 1% 1em;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles li:before,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs li:before{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles li a{color:#fff;display:block;height:100%;padding:1em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles li a span{margin:0 auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .b1{background-color:#00a4e6;border-color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .b1:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .b1:hover a{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .b2{background-color:#235096;border-color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .b2:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .b2:hover a{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .r{background-color:#f05523;border-color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .r:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles .r:hover a{color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third .circles{margin:3em auto 0;max-width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third .circles ul{margin-bottom:0!important;padding-left:0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .two-third .circles ul li{border-style:solid;border-width:1px;font-size:.75em;height:145px;margin:0 2% 1em!important;padding:0 2%;width:145px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li{border-color:#00a4e6;padding:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li:hover{background:none;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li.current{background-color:#8f589e;border-color:#8f589e}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li.current:hover{background:none;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li .flex{height:100%;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li .flex b{text-align:center;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs{margin-bottom:3em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs li{background-color:#00a4e6;border-color:#00a4e6;display:inline-block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs li:hover{background:none;color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs li.current{background-color:#f05523;border-color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-team ul.tabs li.current:hover{background:none;color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-services .circles{max-width:60%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles{margin:3em auto 2em;max-width:930px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li{background-position:50%;background-repeat:no-repeat;background-size:150%;border:0;font-size:.8em;height:280px;margin:0 15px 1em;-webkit-transition:.5s;transition:.5s;width:280px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li a{background:rgba(0,0,0,.35);border-radius:50%;font-size:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li.shop{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lottery-image.jpg?eedbc385919dcfd047feeed12f00227c)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li.volunteer{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/volunteer.jpg?5217c44fa1550673de411810b1583557)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li.corporate{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/corporate.jpg?0624ca883553dbb2349068fda22bfcdd)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li.fundraise{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/fundraise.jpg?c8603a2c9337701a6b241704504af149)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li.events{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/events.jpg?50d67f2c7cf6f61746f78d2042b820af)}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-get-involved #intro .circles li:hover{background-size:160%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #ticket-wrapper .ticket-selector-submit-btn:not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button:not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button:not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation button:not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation.mini .donate:not(.c-button),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruitment .login-block .button:not(.c-button){background:none;border-radius:4px;border-style:solid;border-width:1px;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;font-size:1em;line-height:1.5;margin-bottom:1em;padding:.3em .9em;-webkit-transition:.5s!important;transition:.5s!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button:after{display:none!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.lightblue,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruitment .vacanciestop,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruitment div.job_listings .load_more_jobs{border-color:#00a4e6;color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.lightblue.fill,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.lightblue:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruitment .vacanciestop:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .recruitment div.job_listings .load_more_jobs:hover{background-color:#00a4e6;border-color:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.lightblue.fill:hover{background-color:#235096;border-color:#235096;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #ticket-wrapper .ticket-selector-submit-btn,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.navyblue{border-color:#235096;color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #ticket-wrapper .ticket-selector-submit-btn:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.navyblue:hover{background-color:#235096;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.navyblue.fill,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation button{background-color:#235096;border-color:#235096;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.navyblue.fill:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation button:hover{background-color:#00a4e6;border-color:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.orange{border-color:#f9a01b;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.orange:hover{background-color:#f9a01b;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.orange.fill{background-color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.orange.fill:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.red{border-color:#f05523;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.red:hover{background-color:#f05523;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.red.fill{background-color:#f05523}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.red.fill:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.white,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content .button{border-color:#fff;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .button:focus,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.white:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button:focus,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button:focus,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content .button:hover{background-color:#fff;border-color:#fff;color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.white.fill{background-color:#fff;color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.white.fill:hover{background:none;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.yellow{border-color:#ffcb00;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.yellow:hover{background-color:#ffcb00;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.yellow.fill{background-color:#ffcb00}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .button.yellow.fill:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.donate.button{display:block;margin:0;padding:.3em .9em;position:absolute;right:0;top:3.125em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.donate.corona.button{right:6em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation a.refer.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.refer.button{display:block;left:0;margin:0;position:absolute;text-align:center;top:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation a.refer.button span,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.refer.button span{display:block;font-size:.75em;line-height:1.1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation a.refer.button .number,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.refer.button .number{font-size:2.25em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.cdash.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.fmn.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.light.button{background:none;border:0;display:block;margin:0;padding:0;position:absolute;right:0;top:.5em;width:10em;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.fmn.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.light.button{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.cdash.button img,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.fmn.button img,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .site-branding a.light.button img{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .main-navigation button{margin:0;position:absolute;right:4em;top:2.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .slide-content .button{font-size:1.25em;margin-bottom:0;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #intro .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery .button{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #home-events .button{font-size:1.25em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widgets .events .button:hover{background:#fff;border-color:#fff;color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .widgets .volunteer .button:hover{color:#c1441c}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .button{background-color:#235096;border-color:#235096;color:#fff;margin:1.5em 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item .button:hover{background:none!important;color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2) .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2n+4) .button{background-color:#7d4c8a;border-color:#7d4c8a}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3) .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3n+4) .button{background-color:#00a4e6;border-color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4) .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4n+4) .button{background-color:#f9a01b;border-color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2) .button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(2n+4) .button:hover{color:#7d4c8a}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3) .button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(3n+4) .button:hover{color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4) .button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .wmle_item:nth-child(4n+4) .button:hover{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources .wmle_container .wmle_item .button{background:none!important;border-color:#235096!important;color:#235096!important;margin-top:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .resources .wmle_container .wmle_item .button:hover{background:#235096!important;color:#fff!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button{background:transparent;margin-top:1.5em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button{background-color:#f9a01b;border-color:#f9a01b;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button:hover,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button:hover{background-color:#00a4e6;border-color:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .chq.button:after,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .directdebit.button:after{display:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .lotterydocs.button{max-width:26em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery-form{background-color:rgba(143,88,158,.95);overflow:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery-form h3.title{color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #lottery-form h3.title span{color:#f9a01b;display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .single-tribe_events .links p .button{max-width:200px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .links .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .courses .button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training-courses #main .button{display:block;max-width:180px;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-shop #main .recruit .button:hover{color:#f15623}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .entry-content .button{border-color:#00a4e6;color:#00a4e6;margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-training #main .entry-content .button:hover{background:#00a4e6;color:#fff}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-events-registration #count .button{margin:1em 0 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign .slides .slick-dots{bottom:6em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/bg-fmn.png?7f1b1a8290f4ece280aabd038f3fb503);background-position:50%;background-repeat:repeat;background-size:auto 100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .inner{position:relative;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .inner h1{color:#235096;font-size:5em;line-height:1em;margin:.5em 0 .25em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .inner h1 img{display:block;width:300px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .inner h2{color:#00a4e6;font-size:2em;line-height:1em;margin:0 0 1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .inner .button{background-color:#235096;border-color:#235096;color:#fff;margin-bottom:2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .inner .button:hover{background-color:#00a4e6;border-color:#00a4e6}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main h3{color:#235096;font-size:1.5em;margin:1.5em 0 1em;text-align:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .tanglewood,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .waterside{display:block;margin:0 auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .tanglewood{width:300px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .waterside{margin-top:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .one-half.column-last{float:right;margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .circle{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;float:right;height:500px;margin-top:2em;position:relative;width:500px;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .quote{background:#00a4e6;border-radius:100%;color:#fff;display:block;float:left;height:200px;margin:-5em 0 0 3em;position:relative;text-align:center;width:200px;z-index:20}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main .quote b{left:0;padding:1em;position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-fmn #main img.flowers{display:block;float:right;margin:0 2em 0 0;position:relative;width:225px;z-index:10}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .top{padding:6em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .top h1{font-size:4em;line-height:1;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .top .one-third{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .top .two-third{float:right;margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .top .two-third img{float:right;margin-top:4em;max-width:30em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .quote .inner{position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .quote .one-third{bottom:0;float:none;left:0;margin:0;position:absolute;width:40%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .quote .one-third img{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .quote .two-third{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/quote-open.png?4ade1dbd5133eb14a21f5dabdf292c18);background-position:0 1.5em;background-repeat:no-repeat;background-size:1.25em auto;float:right;font-size:2.5em;line-height:1.25;margin:0;padding:1.5em 0 1.5em 2em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .quote .two-third p{margin:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .quote .two-third p img{display:inline-block;margin-left:.75em;width:1.25em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .infographic{padding:2em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third{margin-bottom:0;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .quote .top-circle{background:#00a4e6;border-radius:100%;height:15em;width:15em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .quote .top-circle p{font-size:1.5em;line-height:1.25;margin:0;padding:1.75em 2.25em 1.75em 1.75em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .quote .bottom-circle{border:8px solid #00a4e6;border-radius:100%;bottom:0;height:8em;overflow:hidden;position:absolute;right:0;width:8em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .quote .bottom-circle img{display:block}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third.logo img{display:block;float:right;max-width:12em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .top-circle{border-radius:100%;height:8em;position:absolute;right:0;top:0;width:8em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .top-circle a{background:#ffcb00;border:2px solid #ffcb00;border-radius:100%;color:#fff;display:block;font-size:2em;height:100%;line-height:1;padding:1.25em .25em;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .top-circle a:hover{background:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .dot{background:#ffcb00;border-radius:100%;height:1em;position:absolute;right:0;top:7em;width:1em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .bottom-circle{background:#e8490f;border-radius:100%;height:12em;margin-top:2em;width:12em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .bottom-circle p{font-size:2.5em;line-height:1;margin:0;padding:1.4em .6em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg{color:#cd1719}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg .one-half{min-height:35em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg.split-block .inner-content{max-width:30em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg.split-block .inner-content .flex{padding:2em 6em;position:relative}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg.split-block .inner-content .flex p:last-of-type{margin-bottom:0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg.split-block .inner-content .flex img{left:2em;position:absolute;top:1em;width:3em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #nurse-msg.split-block .inner-content .flex img.close{bottom:1em;left:auto;position:absolute;right:4em;top:auto}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .form-wrap,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .form-wrap .gform_wrapper,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .inner .slide-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details a .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .events .wmle_container .wmle_item .wmle_event .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .events .wmle_container .wmle_item .wmle_event a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .featured-events li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .featured-events li .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .content .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .alm-reveal{display:-webkit-box;display:-ms-flexbox;display:flex}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .form-wrap{min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .form-wrap .gform_wrapper,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .inner .slide-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details a .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .events .wmle_container .wmle_item .wmle_event .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .featured-events li .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .content .inner-content{-ms-flex-align:center;-webkit-box-align:center;align-items:center}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options .form-wrap .gform_wrapper,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .inner,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #hero .inner .slide-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #recommended ul li .details a .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul li a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .events .wmle_container .wmle_item .wmle_event .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .featured-events li .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .content .inner-content,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .alm-reveal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).home .slides li:nth-child(2n) .inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle{-ms-flex-line-pack:end;-webkit-box-pack:center;-ms-flex-pack:center;align-content:flex-end;justify-content:center}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #current-vacancies-banner .inner-content .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate .inner-content .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs .flex b,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #events-calendar-banner .inner-content .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #job-benefits-banner .inner-content .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul li a .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .donate-bubble .flex,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .content .inner-content .flex{display:block;max-width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .alm-reveal{display:block;width:100%}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate-options ul.tabs li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .circles ul li,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .wmle_container .alm-reveal .wmle_item{display:inline-block;vertical-align:top}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #donate{padding:5em 0}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .form-overlay .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .form-overlay .gform_wrapper .gform_footer input[type=submit],body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .form-overlay .gform_wrapper .top_label input,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .gform_wrapper .gform_footer input.button{height:42px;padding:0 18px!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-15a,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .ball-24a{top:1500px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero .donate p{margin:1em 0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero .donate1 p{margin:1.5em 0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero .donate2 p{margin:2.5em 0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-lual #hero .donate3 p{margin:.5em 0!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .bottom-circle .inner-circle,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .landing-slider li.optiond .top-circle .inner-circle{padding-top:60px}}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).is_IE .main-navigation ul ul{top:3.98em}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alt .entry-content a{color:#fff;font-weight:700;text-decoration:underline}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .alt .entry-content a:hover{color:#235096}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .inner-content ul{list-style:disc;margin:20px 0;padding-left:20px}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .inner strong,body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .inner-content strong{font-weight:700!important}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .fs-wrap>.fs-label-wrap{width:100%}body.st-barnabas #full-screen-search{background:rgba(6,66,144,.95);overflow:hidden}body.st-barnabas #full-screen-search form div:after{color:#fff;content:"\f002";font-family:fontawesome;font-size:2.5rem;position:absolute;right:20px;top:30px}body.st-barnabas #full-screen-search form div input{background:transparent;border-bottom:2px solid #fff;color:#fff}body.st-barnabas #full-screen-search form div input::-webkit-input-placeholder{color:#fff}body.st-barnabas #full-screen-search form div input::-moz-placeholder{color:#fff}body.st-barnabas #full-screen-search form div input:-ms-input-placeholder{color:#fff}body.st-barnabas #full-screen-search form div input::-ms-input-placeholder{color:#fff}body.st-barnabas #full-screen-search form div input::placeholder{color:#fff}body.st-barnabas #full-screen-search,body.st-barnabas #full-screen-search button,body.st-barnabas #full-screen-search button.close,body.st-barnabas #full-screen-search form,body.st-barnabas #full-screen-search form div,body.st-barnabas #full-screen-search form div input,body.st-barnabas #full-screen-search form div input.search{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}body.st-barnabas #full-screen-search button.close{color:transparent}body.st-barnabas #full-screen-search button.close:after{color:#fff;content:"\f00d";font-family:fontawesome;left:-3px;position:absolute;top:-3px}.wt-cli-cookie-bar-container .cli-bar-container{margin-left:auto;margin-right:auto;max-width:1260px;width:90%}.wt-cli-cookie-bar-container .c-article{max-width:100%}.wt-cli-cookie-bar-container .c-article__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:.001em;line-height:1.6875rem;margin-bottom:10px}.wt-cli-cookie-bar-container .c-article__title>p{color:#fff}.wt-cli-cookie-bar-container .c-article__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.wt-cli-cookie-bar-container .c-article__copy>p{color:#fff}.wt-cli-cookie-bar-container .c-article__actions{margin:0 0 0 40px;width:370px}.wt-cli-cookie-bar-container .cli_action_button,.wt-cli-cookie-bar-container .cli_settings_button{white-space:nowrap}@media screen and (max-width:58.99em){.wt-cli-cookie-bar-container .c-article__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.wt-cli-cookie-bar-container .c-article__actions{margin:20px 0 0}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .post-type-archive-espresso_events #main .entry-content{margin-bottom:0!important;margin-top:0!important;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .slick-arrow{color:#fff;cursor:pointer;display:block;font-size:2em;line-height:1;margin-top:-.5em;opacity:.5;position:absolute;top:50%;-webkit-transition:.5s!important;transition:.5s!important;z-index:9999}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .slick-arrow:hover{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .slick-arrow.fa-chevron-left{left:5%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .slick-arrow.fa-chevron-right{right:5%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .slick-track{height:350px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item{border:0;height:325px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n){top:190px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(odd) .wmle_date{right:-52.5px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(odd) .wmle_event{left:75px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n) .wmle_date{left:-52.5px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n) .wmle_event{right:75px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_date.divided.dates{padding:1.3em 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_date span.divider{font-size:.75em;line-height:.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_image a{border:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event{border:2px solid #235096;height:300px;width:300px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event a{padding:2em 3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event:hover a .espresso-address-dv,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event:hover a p{color:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event .espresso-address-dv,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event p{color:#58595b;font-size:.9em;margin:0;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event .time{font-size:1.1em;padding:.5em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jan .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.May .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Sep .wmle_event{border-color:#00a4e6!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jan .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jan .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.May .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.May .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Sep .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Sep .wmle_event:hover{background:#00a4e6!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jan .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.May .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Sep .wmle_event .title{color:#00a4e6!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Feb .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jun .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Oct .wmle_event{border-color:#235096!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Feb .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Feb .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jun .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jun .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Oct .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Oct .wmle_event:hover{background:#235096!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Feb .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jun .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Oct .wmle_event .title{color:#235096!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jul .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Mar .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Nov .wmle_event{border-color:#ffd140!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jul .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jul .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Mar .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Mar .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Nov .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Nov .wmle_event:hover{background:#ffd140!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Jul .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Mar .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Nov .wmle_event .title{color:#ffd140!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Apr .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Aug .wmle_event,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Dec .wmle_event{border-color:#f15524!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Apr .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Apr .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Aug .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Aug .wmle_event:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Dec .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Dec .wmle_event:hover{background:#f15524!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Apr .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Aug .wmle_event .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.Dec .wmle_event .title{color:#f15524!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event:hover .title{color:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events #event-detail .content-inner{max-width:900px;padding-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events #ticket-wrapper .content-inner{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .one-third{width:32%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .two-third{float:right;width:65%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links.mobile{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:200px;margin-bottom:2em;width:200px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links p{margin-bottom:2em;min-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links p .button{max-width:200px;width:200px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links h3{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-share{margin-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers span{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers .title{color:#00a4e6;font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers .event-organiser{margin-top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers .event-organiser-contact{font-size:.8em;word-break:break-all}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers .event-organiser-contact a{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .links .event-organisers .event-organiser-contact a:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-location{color:#235096;font-size:1.2em;margin-bottom:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-location .event-date{display:block;font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-location .tribe-country-name{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-location a{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-meta{font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-meta span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).single-espresso_events .event-terms a{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper p.large{font-size:.9em;margin-bottom:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl-wrap-dv{font-size:1em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl tr.ticket-pending{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_price{border:0;padding-bottom:1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_name{width:60%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_name .ticket-desc{color:#777;display:block;font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_price{width:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_price .currency-code{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_price{color:#58595b;font-size:1em;padding:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tickets_price .smaller-text{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity label.screen-reader-text{color:#777;display:block;font-size:.7em;height:auto;position:relative!important;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity .select-wrapper{background:#fff;border-radius:4px;margin:5px auto;position:relative;width:70px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity .select-wrapper:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent;content:"\f347";display:inline-block;font-family:dashicons;font-weight:400;height:auto;line-height:inherit;margin:0;position:absolute;right:.25em;top:.25em;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);width:auto;z-index:5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:70px;outline:none;padding:5px 1.25em 5px 5px;position:relative;text-align:center;-moz-text-align-last:center;text-align-last:center;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity select::-ms-expand{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity select:focus{outline:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity input{border:0;border-radius:4px;margin:5px 0;min-width:70px;padding:5px;text-align:center;-moz-text-align-last:center;text-align-last:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity input:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity select.disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity select:disabled{background-color:#ccc}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .qty .quantity select.disabled option{display:none!important;position:relative!important;z-index:-9999!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ticket-selector-submit-btn-wrap{display:block;float:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ticket-selector-submit-btn{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:block;float:none;margin:1em auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ee-event-expired-notice{margin:0 auto 1em;max-width:800px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ee-ticket-free-adult-ticket-with-0-donation,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ee-ticket-free-child-ticket-with-0-donation,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ee-ticket-no-donation{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .no-donation{margin-bottom:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .no-donation input{margin-right:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ee-reg-form-qstn-grp-gp-agreement .ee-required-label.ee-reg-qstn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ee-reg-form-qstn-grp-health-safety .ee-required-label.ee-reg-qstn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ee-reg-form-qstn-grp-sponsorship-agreement .ee-required-label.ee-reg-qstn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ee-reg-form-qstn-grp-terms-conditions .ee-required-label.ee-reg-qstn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-reg-form-qstn-grp-personal-information-1516404298 .highlight-bg,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-reg-form-qstn-grp-personal-information-1516404298 br,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-steps-big-hdr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-reg-qstn-30-input-dv label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-ticket-info-dv.small-text h5,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main input.ee-reg-qstn-30{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-steps-display-dv{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv .spco-step-big-nmbr{font-weight:400}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #reg-page-totals-hdr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #reg-page-totals-hdr .drk-grey-text,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .big-event-title-hdr{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-details-wrapper td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-details-wrapper th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-ticket-info-dv.small-text td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-ticket-info-dv.small-text th{padding:.5em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table td:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table th:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-ticket-info-dv.small-text td:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-ticket-info-dv.small-text th:first-child{text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table td.jst-cntr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table th.jst-cntr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table tr.total_tr td{text-align:right}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table td.event-header{color:#235096;text-align:left!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-payment-info-table .spco-grand-total td{text-align:right}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .smaller-text{letter-spacing:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-reg-form-attendee-dv{border:1px solid silver;border-radius:5px;margin-left:auto;margin-right:auto;padding-bottom:1.5em;width:75%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-reg-form-qstn-grp-dv{margin:0;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-reg-form-qstn-grp-dv div.ee-reg-qstn{margin-bottom:1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv .ee-input-error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv .ee-required-text{color:#235096!important;font-weight:400;line-height:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv .ee-asterisk{color:#58595b!important;font-weight:400;margin:0 0 0 .15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv select{background:#ddd;border:1px solid #ddd!important;border-radius:5px;-webkit-box-shadow:none!important;box-shadow:none!important;color:#666!important;font-size:16px;margin:8px 0 0;padding:.4em .6em;text-align:center;-moz-text-align-last:center;text-align-last:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv select:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv select:hover{background:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus{color:#111!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-question-option-desc{display:block;letter-spacing:0;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-reg-form-qstn-grp-gp-agreement .ee-checkbox-label-after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-reg-form-qstn-grp-health-safety .ee-checkbox-label-after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-reg-form-qstn-grp-sponsorship-agreement .ee-checkbox-label-after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-reg-form-qstn-grp-terms-conditions .ee-checkbox-label-after{font-size:1em;line-height:1.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #ee-reg-form-qstn-grp-contact .micro-lbl{margin-bottom:1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #ee-reg-form-qstn-grp-contact .micro-lbl:nth-child(2){margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-copy-attendee-dv{background:hsla(0,0%,50%,.15);border-radius:5px;line-height:1.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-copy-attendee-dv .spco-copy-attendee-pg{letter-spacing:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-copy-attendee-dv #display-more-attendee-copy-options,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #spco-copy-attendee-dv #hide-more-attendee-copy-options{float:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #more-attendee-copy-options-dv{margin-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-whats-next-buttons{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input-lbl h4{margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit{display:block;left:0!important;margin:0 auto!important;position:relative;top:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-input{width:50%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-promotion-code-submit:first-letter{text-transform:capitalize}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #method-of-payment-hdr{margin:0 0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv .spco-payment-method-input-dv label{float:none;margin:1em 2em;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-ajax-notices-attention,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-ajax-notices-error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-ajax-notices-success,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-notices-attention,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-notices-error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-notices-success{border-color:#ffcb00;border-radius:5px;color:#235096;padding:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .spco-payment-method-info-dv{border:0;margin:0 0 3em;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-attention{border-color:#ffcb00;border-radius:5px;color:#235096;margin:1em auto!important;width:70%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-details-wrapper{padding:3em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-details-wrapper h3{font-size:1.5em;margin:0 0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-details-wrapper h5{color:#235096;font-size:1em;margin:0 0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-details-wrapper .small-text{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .ee-registration-details-dv .event-share{padding-top:5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-thank-you-page-payment-details-dv td.jst-rght{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-thank-you-page-payment-details-dv .currency-code,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #espresso-thank-you-page-transaction-details-dv .currency-code{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main .important-notice{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-stripe-button-btn{float:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #stripe-payment-intent-and-elements-form label{text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #stripe-payment-intent-and-elements-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #stripe-payment-intent-and-elements-form select{background-color:#fff;border:1px solid transparent!important;border-radius:5px;-webkit-box-shadow:0 1px 3px 0 #e6ebf1!important;box-shadow:0 1px 3px 0 #e6ebf1!important;-webkit-box-sizing:border-box;box-sizing:border-box;color:#666!important;height:40px;margin:0 auto 1em;max-width:100%;padding:10px 12px;text-align:left;-moz-text-align-last:left;text-align-last:left;-webkit-transition:box-shadow .15s ease;-webkit-transition:-webkit-box-shadow .15s ease;transition:-webkit-box-shadow .15s ease;transition:box-shadow .15s ease;transition:box-shadow .15s ease,-webkit-box-shadow .15s ease}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #stripe-payment-intent-and-elements-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #main #ee-single-page-checkout-dv #stripe-payment-intent-and-elements-form select:focus{-webkit-box-shadow:0 1px 3px 0 #cfd7df;box-shadow:0 1px 3px 0 #cfd7df}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .ticket-on-sale .tickets_name .remaining{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active{text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr.ticket-sales-sold-out:not(.ee-hidden-ticket-tr),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr:not(.ee-hidden-ticket-tr){display:inline-block;width:49%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr .tickets_price{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr .qty{display:inline-block;text-align:center;width:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr .tickets_name{display:inline-block;text-align:left;width:80%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr .tickets_name .remaining{display:block!important;font-size:.75em;opacity:.75}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .checkbox-dropdown-selector{margin:0 auto 2em!important;position:relative!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .checkbox-dropdown-selector li{display:inline-block;margin:.5em 0!important;text-align:left;vertical-align:top;width:49%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .checkbox-dropdown-selector li+li{margin-top:.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block ::-webkit-input-placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block ::-webkit-input-placeholder{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block ::-moz-placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block ::-moz-placeholder{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block :-ms-input-placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block :-ms-input-placeholder{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block ::-ms-input-placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block ::-ms-input-placeholder{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block ::placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block ::placeholder{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block{background:#235096;color:#fff;padding:1.75em 0 2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block div.job_listings{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block{margin:0;padding:0 1em 0 0;width:16%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block .fs-wrap .fs-dropdown,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .location-results{background:#235096;border-color:#fff;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .location-results{border-top:1px solid #fff;top:calc(2em + 2px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block .facetwp-facet select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block .fs-wrap .fs-label-wrap{background:none;border-color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block .fs-wrap .fs-label-wrap .fs-label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location input.facetwp-location{padding-bottom:.7em;padding-top:.7em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .location-result{background:none!important;border-color:#fff;color:#fff;font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .location-result .result-main{color:#fff;font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .location-result .result-secondary{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block .fs-wrap .fs-label-wrap .fs-arrow{border-top-color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location{padding-right:1.25em;width:calc(32.5% - .25em)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap{border:1px solid #fff;border-radius:4px;width:47.25%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap .locate-me{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap .locate-me:before{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon-locate-white.png?b1dbd1e71b7f8961d893aa7b566ec230)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap .locate-me.f-reset:before{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/icon-close-white.png?9107f70884afb7961c2c462acf55ebf9)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location input.facetwp-location{border:0;color:#fff;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .search_jobs .block.search_location input.facetwp-location::-webkit-input-placeholder{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .button{background:#fff;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;color:#235096;display:block;font-size:.75em;line-height:1.5;margin:35px 0 0;padding:.75em;width:19.75%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-search-block .job_filters .button:hover{background:#00a4e6;border-color:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment h1{color:#235096!important;margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .navyblue{background:#235096;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .lightblue{background:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .lightblue .button:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .lightblue .inner-content{position:relative;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner svg#parcel,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .lightblue svg#parcel{bottom:1em;display:block;position:absolute;right:1em;width:15em;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .facts,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .skyblue,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:nth-child(odd),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:nth-child(odd) .accordion_head{background:#e5f3fc}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .facts h2{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .facts svg{display:block;margin:1em auto;width:5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .facts svg#thumbs-up .cls-2{fill:#00a4e6!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .skyblue h2{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .skyblue a.navy{border-color:#235096;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .skyblue a.navy:hover{background:#235096;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets.alt .lightblue svg#parcel{left:1em;right:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #current-vacancies-banner,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #events-calendar-banner{min-height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #current-vacancies-banner .inner-content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #events-calendar-banner .inner-content{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #current-vacancies-banner .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #events-calendar-banner .inner-content .flex{padding:4em 0 4.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #current-vacancies-banner .inner-content h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #events-calendar-banner .inner-content h2{font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #current-vacancies-banner .inner-content .button{margin:0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #events-calendar-banner{background:#e5f3fc}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #employee-stories-block{background:#e5f3fc;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #employee-stories-block .inner-content{font-size:1em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #employee-stories-block .inner-content img{float:left;margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #employee-stories-block .inner-content img.close{float:right;margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #employee-stories-block .inner-content p{clear:both;margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #employee-stories-block .inner-content .button{clear:both;display:block;margin:0 auto;width:10em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner{background:#00a4e6;color:#fff;min-height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner svg#parcel{bottom:3em;right:6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner .inner-content{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner .inner-content .flex{padding:4em 0 4.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner .inner-content .flex :last-child{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-banner .inner-content h2{font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-split-block .flex{padding:4em 0 4.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-split-block h2{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-benefits-split-block svg#parcel{bottom:1.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-questions-split-block .one-half,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #meet-the-team-block .one-half{min-height:20em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #meet-the-team-block .one-half.image{background-position:top;background-repeat:no-repeat}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-questions-split-block .one-half .inner-content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #meet-the-team-block .one-half .inner-content{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-questions-split-block .one-half .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #meet-the-team-block .one-half .inner-content .flex{padding:4em 0 4.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #meet-the-team-block .one-half h2{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-questions-split-block .one-half.content{background:#f9a01b;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-questions-split-block .one-half h2{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-questions-split-block .one-half .button:hover{color:#f9a01b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left{float:left;margin:3em 0;padding-right:10%;width:35%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left>section{margin-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block{background:#00a4e6;color:#fff;padding:1.75em 2em 2em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block h3{color:#fff;margin:0 0 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block .lwa,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block .lwa,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block p{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block .lwa-status,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block .lwa-status{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block br,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block br{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block input{background:none;border:1px solid #fff;border-radius:5px;color:#fff;display:block;font-size:.75em;margin-bottom:.5em!important;padding:.75em;text-align:center;width:calc(100% - 2px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block input[type=submit]{background:#fff;-webkit-box-shadow:none;box-shadow:none;color:#00a4e6;line-height:1.5;margin-bottom:1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block input[type=submit]{margin-bottom:.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block .button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block input[type=submit]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block .button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block input[type=submit]:hover{background:#235096;border-color:#235096;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block a{color:#235096;display:block;font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-login-block a:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block a:hover{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-categories-block{border-bottom:2px solid #00a4e6;padding-bottom:calc(1.5em - 2px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-categories-block a{color:#58595b;display:block;line-height:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-categories-block a:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-details-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-questions-block h3{color:#235096;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-questions-block .button{margin:.5em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .image{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:10em;margin-bottom:1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .content{display:block;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .content img{width:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .content img.close{float:right;margin-top:-3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .content p{font-size:.9em;margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .content b{display:block;margin-top:.5em;width:70%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-employee-stories-block .content .button{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-work-experience-block{background:#f9a01b;color:#fff;padding:1.75em 2em 2em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-work-experience-block h3{color:#fff;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-work-experience-block p{margin-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-work-experience-block .button{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-work-experience-block .button:hover{color:#f9a01b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-share-block h3{color:#58595b;margin:0 0 .25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-alerts-block{background:#8f589e;color:#fff;padding:1.75em 2em 2em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-alerts-block h3{color:#f9a01b;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-alerts-block p{margin-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-alerts-block .button{border-color:#f9a01b;margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-alerts-block .button:hover{background:#f9a01b;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left .sidebar-facts-block{background:#e5f3fc;padding:1.75em 1.5em 2em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left .sidebar-facts-block h3{color:#00a4e6;font-size:1.5em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left .sidebar-facts-block svg{display:block;margin:1em auto;width:5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left .sidebar-facts-block p{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-details-block{border-bottom:2px solid #00a4e6;padding-bottom:2.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-details-block p{font-size:.9em;margin:0;padding:.5em 0 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-details-block p span{display:block;line-height:1.75}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .left #sidebar-job-details-block a{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .right{float:right;margin:2.5em 0;position:relative;width:65%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro svg#hand-heart{bottom:1em;display:block;position:absolute;right:0;width:35em;z-index:-10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content{max-width:inherit}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content :last-child{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment:not(.clinical) .intro .entry-content b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment:not(.clinical) .intro .entry-content h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment:not(.clinical) .intro .entry-content strong{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content h3{font-size:1.75em;margin:0 0 .75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:30em;margin-bottom:2em;overflow:hidden;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner .message{bottom:0;height:60%;left:0;position:absolute;width:60%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner .message svg{bottom:-.25em;display:block;left:0;position:absolute;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner .message svg#hand-heart-alt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner .message svg#rosette-white{bottom:.75em;left:21em;width:3.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner .message svg#hand-heart-alt{bottom:1em;width:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .intro-banner .message h2{bottom:.75em;color:#fff;font-size:2em;left:1.25em;line-height:1.25;margin:0;position:absolute;text-align:left;width:7em;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .intro .entry-content .intro-banner .message h2{bottom:1em;font-size:1.5em;left:1.65em;width:8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .intro .entry-content .content-wrap{margin:0 auto;max-width:560px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .equal{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .equal svg#thumbs-up{bottom:-5em;display:block;left:-5em;position:absolute;width:35em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .facetwp-sort .facetwp-sort-select{background:transparent;color:#fff;padding:7px;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .facetwp-facet-job_location.facetwp-type-proximity .facetwp-location{border:1px solid #fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .facetwp-facet-job_location.facetwp-type-proximity .facetwp-input-wrap{margin-right:10px;width:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .facetwp-radius.facetwp-radius-dropdown{color:#fff;width:40%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters{background:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block{float:left;margin-right:5%;padding:0 0 1em;width:30%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block h4{font-size:1em;margin:0 0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs div label{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block input{background:transparent;border-color:#aaa;border-radius:4px;color:#444;display:block;font-size:.75em!important;padding:.7em .5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .facetwp-facet{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap{display:block;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-label-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .facetwp-facet select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-label-wrap{border-color:#aaa;border-radius:4px;cursor:pointer;font-size:.75em;line-height:1.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-label-wrap .fs-arrow,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-label-wrap .fs-arrow{right:.7em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .facetwp-facet select{padding:.65em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-label-wrap .fs-label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-label-wrap .fs-label{padding:.65em 2em .65em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-dropdown,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-dropdown{border-color:#aaa;border-radius:0 0 4px 4px;margin-top:-4px;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-dropdown .fs-search,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-dropdown .fs-search{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-dropdown .fs-options,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-dropdown .fs-options{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap .fs-dropdown .fs-options .fs-option,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap .fs-dropdown .fs-options .fs-option{line-height:1.5;padding:.65em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-manager-form fieldset .fs-wrap.multiple .fs-dropdown .fs-options .fs-option .fs-option-label{padding-left:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .facetwp-search-wrap{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .facetwp-search-wrap .facetwp-btn{right:.5em;top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .facetwp-search-wrap input{padding-right:2.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_keywords,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_sort{margin-right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location{width:65%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location h4.location{float:left;margin-right:7.75%;width:46%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location h4.distance{clear:none;float:left;width:40%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location input.facetwp-location{min-width:0;padding-right:2.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location input.facetwp-location::-webkit-input-placeholder{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap{width:46%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location .location-results{border-color:#aaa;border-radius:0 0 4px 4px;top:2em;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location .location-result{padding:.65em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location .location-result:last-child{border-color:#aaa}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location .facetwp-facet .fs-wrap{float:right;width:46.25%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_tags{margin-right:0;padding-bottom:1.5em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_tags .facetwp-facet{padding-left:.125em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_tags .facetwp-checkbox{background:none;color:#58595b;display:inline-block;font-size:.75em!important;margin:0 2% .25em 0;padding:0;width:23%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_tags .facetwp-checkbox:nth-child(4n){margin-right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_tags .facetwp-checkbox:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .submit{background:#00a4e6;border-color:#00a4e6;color:#fff;display:block;padding:.5em 1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .submit:hover{background:#235096;border-color:#235096;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .job_types,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_location .fs-wrap .fs-dropdown .fs-search,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block.search_sort .fs-wrap .fs-dropdown .fs-search,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .showing_jobs a.rss_link{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment div.job_listings{margin:0;padding-bottom:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings ul.job_listings{border:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings .facetwp-template{border-bottom:2px solid #58595b!important;padding-bottom:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings .facetwp-template .facetwp-loading{margin:1em auto .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings ul.job_listings li{font-size:.85em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li{border:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li a{background:none!important;padding:0!important;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li b{float:left!important;line-height:1.5!important;padding:.5em .5em .5em 0!important;width:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li b.title{width:34%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li b.area{padding-right:1em!important;text-align:left!important;width:24%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li b.posted{width:22%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li a b.area,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li a b.level,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li a b.posted{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li a:hover{background:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings .job_headings{border-bottom:2px solid #58595b;margin-bottom:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings .job_headings li b{padding:1em 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings span.gjm-distance-wrapper{border-radius:.5em;display:block;font-size:.75em;margin-top:.5em;padding:.25em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment div.job_listings .facetwp-type-pager{bottom:0;display:block;left:0;margin:0;position:absolute}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment div.job_listings .facetwp-type-pager button{background:none;border-color:#00a4e6;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;color:#00a4e6;display:block;font-size:1em;line-height:1.5;margin:0;padding:.3em .9em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment div.job_listings .facetwp-type-pager button:hover{background:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .vacanciestop{border-radius:100%;border-style:solid;border-width:2px;bottom:0;height:calc(2em + 2px);padding:.35em .45em .65em;position:absolute;right:0;width:calc(2em + 2px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .vacanciestop .fa{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .tabs{margin-bottom:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .tabs li{color:#00a4e6;cursor:pointer;margin-right:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .tabs li.current,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .tabs li:hover{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_head{color:#235096;font-family:inherit;margin:0;padding:1.5em 3em 1.5em 1em;position:relative;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_head .fa{font-size:1.5em;top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_head .fa.fa-chevron-up.active{opacity:1;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_head .fa.fa-chevron-down.inactive,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_head .fa.fa-chevron-up{opacity:0;z-index:-10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_container:nth-child(odd) .accordion_head,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:nth-child(2n),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:nth-child(2n) .accordion_head{background:#d7e1ef}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_container:nth-child(2n) .accordion_head{background:#e9eef6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_body{padding:1.5em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_body p{margin-bottom:1.5em;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .accordion_body :last-child{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .intro-banner{height:20em;margin:0 auto;width:40em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .intro-content{margin:2em auto 3em;max-width:40em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:4em;-moz-column-gap:4em;column-gap:4em;margin-top:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;display:block;padding-bottom:3em;page-break-inside:avoid;text-align:left;vertical-align:top}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit .icon,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit .icon{float:left;padding-right:1em;width:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit .icon img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit .icon svg,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit .icon img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit .icon svg{display:block;margin:.5em auto;max-height:2.5em;width:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit .detail,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit .detail{float:left;width:80%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit h4{color:#235096;font-size:1.125em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit:nth-child(2n) h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit:nth-child(2n) h4{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit p{margin-bottom:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit ul,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit ul{list-style:disc outside;margin-bottom:.75em;padding-left:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body .benefits-icons .benefit :last-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .intro .entry-content .benefits-icons .benefit :last-child{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote{display:block;padding:1em 6em;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .quote{float:left;padding:2em 4em 0 0;text-align:left;width:45%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .quote img{display:block;margin-bottom:1em;width:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .quote p b{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .image{background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:100%;float:left;height:18em;position:relative;width:18em;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .name{background:#00a4e6;border-radius:100%;color:#fff;float:left;height:12em;margin:7em 0 0 -6em;position:relative;width:12em;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .name p{left:50%;margin:0;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .name p b{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.clinical .entry-content .clinical-quote .name p .role{color:#fff;display:block;font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values .title{font-size:1.5em;padding:0 10em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values .title b{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .intro .entry-content .values h3{color:#00a4e6;text-transform:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li{height:4em;width:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs svg{display:block;height:4em;left:0;opacity:0;position:absolute;top:0;width:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg.active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg.active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs svg.notactive{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg.notactive,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg.notactive{opacity:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg#childcare .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg#time .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg#childcare .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg#time .cls-1{fill:#f05523}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg#quote .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg#suitcase .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li.current svg#training .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg#quote .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg#suitcase .cls-1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values ul.tabs li:hover svg#training .cls-1{stroke:#f05523}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .values .tab-content p{max-width:inherit;padding:0 14em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container{padding:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container .accordion_head{font-size:1em;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:last-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:last-child .accordion_head{background:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:nth-child(odd) .accordion_head{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container:nth-child(2n) .accordion_head{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container .inner{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_container .accordion_head b{font-size:1.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_head .fa{right:0;top:.375em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .accordion_body{font-size:1em;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .footer-images{margin:4em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.benefit .circles{margin:2em auto 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .entry-content .clinical-quote .name{background:#f9a01b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .faqs{margin:3em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_head{padding-right:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body{padding:3em 6em;text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body img{display:block;margin-bottom:2em;max-width:calc(50% - 3em)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body img.alignleft{margin-right:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body img.alignright{margin-left:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body h5,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .accordion_body h6{clear:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .intro .entry-content .accordion_body h3{font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .banner{background-position:50%;background-position:center 20%;background-repeat:no-repeat;background-size:cover;display:block;height:20em;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .entry-content{max-width:600px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .entry-content :last-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.volunteering .entry-content :last-child{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper{margin:0 auto;max-width:800px;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item{border:0;color:#235096;display:inline-block;margin:0 0 4em;padding:0 1em;position:relative;width:33%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .image{background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:100%;display:block;height:12em;margin:0 auto 1em;position:relative;width:12em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .name{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .name h3{color:#235096;font-size:1.125em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .name h3 .role{display:block;font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .quote img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .story-bubble{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .quote{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .quote .button{background:none;border-color:#00a4e6;color:#00a4e6;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item .quote .button:hover{background:#00a4e6!important;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3){border-bottom:2px solid #00a4e6;margin-bottom:3em;padding:0 0 3em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .image{float:left;height:18em;margin:0;width:18em;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .image{float:right;margin-right:6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .name{border-radius:100%;height:11.25em;left:12.4em;margin:0;position:absolute;top:7.2em;width:11.25em;z-index:30}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .name{left:auto;right:.4em;top:6.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .name h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .name h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .name h3{color:#fff;left:50%;line-height:1.25;padding:0 1em;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .name h3 .role,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .name h3 .role,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .name h3 .role{color:#fff;margin-top:.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .story-bubble,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .story-bubble,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .story-bubble{height:12em;left:12em;position:absolute;top:6.5em;width:12em;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .story-bubble{left:auto;right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .story-bubble.navyblue,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .story-bubble.yellow,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .story-bubble.lightblue{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .quote,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .quote,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .quote{float:right;margin-top:1em;text-align:left;width:40%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .quote{float:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .quote img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .quote img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .quote img{display:block;margin-bottom:1em;width:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .quote b{color:#00a4e6;display:block;padding-bottom:2em;text-transform:uppercase}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail{margin:3em auto;max-width:700px;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .image-wrap{display:block;margin-bottom:2em;overflow:hidden;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .image-wrap .image{background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:100%;display:block;height:20em;margin:0 auto;position:relative;width:20em;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .image-wrap .bubbles{bottom:1em;display:block!important;float:none;height:16em;left:calc(50% + 7em);position:absolute;width:12em;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .detail{padding:0 3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail h1{font-size:1.75em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail h2{color:#235096;font-size:1.5em;margin:0 0 .75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .detail .quote{color:#00a4e6;padding-top:1em;text-transform:uppercase}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .detail .quote img{display:block;margin:0 auto 2em;width:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .detail .quote b{font-size:1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .sharing{margin:0;padding-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .story-detail .sharing h3{color:#58595b;margin:0 0 .25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right h1{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right h2{color:#00a4e6;font-size:1.75em;margin:0 0 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right h3{font-size:1.25em;margin:0 0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right h3:last-of-type{margin-bottom:1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .job-details{border-top:2px solid #00a4e6;padding-top:1.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .job-details p:first-child{font-size:1.25em;margin-bottom:1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .job-details .job-field{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .job-details ul{list-style:disc outside;margin-bottom:1.5em;padding-left:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links p{margin-bottom:.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links b{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul{margin-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li:first-child{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .contact-details a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .contact-details a:visited,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li a:visited{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .contact-details a:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li a:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li a{display:block;padding:.25em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .download-links ul li a .fa{margin-right:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .apply-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .map_block .button{margin-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .apply-button a{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .apply-button .external-link{margin-left:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .map_block .acf-map{display:block;height:25em;margin-bottom:1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .contact-details h3{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_listing .recruitment .right .contact-details .title{display:block;font-size:1.125em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block{background:#00a4e6;padding:4em 0;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block{background:#fff;border-radius:5px;color:#58595b;display:inline-block;margin:0 .5%;padding:1em;width:23%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block .image{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:12em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block .content{display:block;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block .content h3{color:#235096;margin:.75em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block .content p{font-size:.8em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block:nth-child(2n){background:#f9a01b;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #job-footer-block .block:nth-child(2n) .content h3{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).page-template-template-recruitment-apply .recruitment .right h1{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .right h2.job-title{color:#00a4e6;font-size:1.5em;margin:0 0 1.25em;text-transform:uppercase}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .right h2.gsection_title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .application-section h4{color:#235096;font-size:1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .gsection{border-bottom:0;border-top:2px solid #00a4e6;margin-top:1.75em!important;padding-top:1.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper h3{font-size:1.125em;margin:0 0 .5em;padding-top:.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper form,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper form input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper li.gfield_html p{text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .top_label .gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper form input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper li.gfield_html p{font-size:.85em;line-height:1.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .top_label li ul.gfield_checkbox,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .top_label li ul.gfield_radio{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .description_above .gfield_description{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper li.gfield_html p{margin:0 0 1.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper ul.gfield_checkbox{text-align:left!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper ul.gfield_checkbox li{margin:0 0 8px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper ul.gfield_checkbox li label{margin:2px 0 0 4px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .gform_footer,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .gform_page_footer{margin:2em 0;padding:2em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .gform_footer{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment #main .gform_wrapper .form_saved_message{background:none;color:inherit;line-height:1.5;margin:0;padding:0;text-align:left;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .widgets .login-block .lwa{min-width:15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin label{display:block;font-size:.85em;margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin input[type=password],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin input[type=text]{background:#ddd;border:1px solid #ddd;border-radius:5px;display:block;font-size:.9em;line-height:1.5;margin:0 auto;padding:.4em .6em;text-align:center;width:25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block input[type=password]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin input[type=text]:hover{background:#fff;border-color:#ddd}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin .button{min-width:15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin .login-submit{margin-bottom:4.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin .login-submit .lwa-link-remember{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks{padding-top:1.5em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a{color:#58595b;display:block;margin-bottom:3em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a:hover{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a:nth-child(2n):hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a:before{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a .image{display:block;float:left;margin-right:1em;width:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a .image svg{display:block;height:3em;margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a p{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .navigation-blocks a p b{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .content-inner{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .application-section{border-top:2px solid #58595b;padding:1.5em 0 2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application :last-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .application-section :last-child{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right h3{color:#235096;font-size:1.25em;margin:0 0 .75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application h3 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right h3 span{color:#00a4e6;display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application .job-details,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .job-details{line-height:1.75}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application .button{float:left;margin:0 1em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job-application .closing{float:right;line-height:2.25}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .application-section h4{font-size:1.125em;margin:0 0 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .application-section p{font-size:.85em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .application-section p span{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-job_application .recruitment .right .button{margin:1em 0 2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings#job-manager-alerts li b{width:20%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings#job-manager-alerts li.alert-disabled b{opacity:.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings#job-manager-alerts .job-alert-actions{margin:0;opacity:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings#job-manager-alerts li:hover .job-alert-actions{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings#job-manager-alerts .job-alert-actions li{display:block;float:left;margin-right:4%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings#job-manager-alerts .job-alert-actions li:after{content:"\2023";padding-left:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings .addalert{margin:2em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .job-manager-form fieldset{border:0;clear:both;margin:0 0 1em;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .job-manager-form fieldset#gjm-alerts-location{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .job-manager-form fieldset#gjm-alerts-location.gjm-alerts-location-alt{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .job-manager-form fieldset label{clear:both;display:block;float:none;font-size:.85em;line-height:1.5;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .job-manager-form fieldset div.field{display:block;float:none;margin-top:.5em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .post-type-archive-tribe_events #main .blue-gradient{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,243,202,0)),color-stop(150%,#00a4e6));background:linear-gradient(180deg,rgba(255,243,202,0) 0,#00a4e6 150%);bottom:0;height:50%;left:0;position:absolute;width:100%;z-index:-10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events-archive #main .entry-content{margin-bottom:0!important;margin-top:0!important;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events{height:100%;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .rslides_nav{font-size:2em;line-height:1;margin-top:-.5em;position:absolute;top:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .rslides_nav.prev{left:-10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .rslides_nav.next{right:-10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .rslides_nav i{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events ul{height:350px;list-style:none!important;margin-bottom:0!important;overflow:hidden;position:relative;width:100%;z-index:9}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events li{-webkit-backface-visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;display:none;float:left;height:100%;min-height:0;overflow:hidden;position:relative;text-align:center;width:100%;z-index:9}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .flex{background-color:rgba(0,0,0,.5);height:100%;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events .flex-wrap{margin:0 auto;width:70%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events h3{color:#fff;font-size:2em;line-height:1.2;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .featured-events p{color:#ffc91f;display:block;font-size:1.5em;margin:.5em 0 .8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events{overflow:hidden;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter{background:#235096;color:#fff;padding:1.5em 0;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .inner{max-width:800px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .select-wrap{background:#fff url(/wp-content/themes/stbarnabas/root-studio/assets/images/bkg-select.png?c3c8b0d0104785c48e0ac62ae4e08dc2) 100% no-repeat;border-radius:5px;float:left;height:auto;margin:0 5%;overflow:hidden;width:40%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;margin:0;padding:1px 5px;width:110%;width:calc(100% + 20px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .select-wrap option{padding:5px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter h4{font-size:.8em;margin:0;text-transform:uppercase}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .alm-filter-nav{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .alm-filter-nav li a{background:none;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .alm-filter-nav li a:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #events-filter .alm-filter-nav li.active a{background:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .event-type{font-size:.8em;margin:4em 0 2em;width:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .event-type li{display:block;float:left;margin-right:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .event-type li .bull{background:#235096;border-radius:100%;float:left;height:18px;margin-right:.5em;width:18px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .event-type li.pub .bull{background:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .event-type li.comm .bull{background:#f05523}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .line{background:#235096;height:100%;left:50%;margin-left:1px;position:absolute;top:-157px;width:1px;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .alm-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3em 0 225px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .alm-btn-wrap{border-color:#235096;margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events button.alm-load-more-btn{border-color:#235096;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events button.alm-load-more-btn:hover{background:#235096;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item{background:none;color:#58595b;height:400px;margin:0 0 50px;padding:0;position:relative;text-align:center;width:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:last-child{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n){top:225px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(odd) .wmle_date{right:-50px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(odd) .wmle_image{right:25px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(odd) .wmle_event{left:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n) .wmle_date{left:-50px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n) .wmle_image{left:25px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item:nth-child(2n) .wmle_event{right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_date{background:#235096;border-radius:100%;bottom:110px;color:#fff;font-size:1.5em;height:105px;line-height:1;padding:.7em 0;position:absolute;width:105px;z-index:30}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_date.divided{font-size:1.2em!important;padding:1.1em 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_date.divided.dates{font-size:1em!important;padding:1.6em 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_date span{display:block;font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;bottom:0;height:200px;position:absolute;width:200px;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_image a{border-radius:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event{border:1px solid #235096;border-radius:100%;bottom:25px;height:375px;line-height:1.2;position:absolute;-webkit-transition:.5s;transition:.5s;width:375px;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event .flex-wrap{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event a{border-radius:100%;display:block;height:100%;padding:3.5em;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event:hover{background:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event:hover a p{color:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event p{color:#58595b;margin:0;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event .title{color:#235096;font-size:1.3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item .wmle_event .time{font-size:1.2em;padding:1em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.public .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.public .wmle_event:hover{background:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.public .wmle_event{border-color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.public .wmle_event .title{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.community .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.community .wmle_event:hover{background:#f05523}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.community .wmle_event{border-color:#f05523}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .events .wmle_container .wmle_item.event.community .wmle_event .title{color:#f05523}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events #event-detail .content-inner{padding-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events #ticket-wrapper .content-inner{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .two-third{float:right}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:200px;margin-bottom:2em;width:200px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links p{margin-bottom:2em;min-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links h3{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-share{margin-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers span{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers .title{color:#00a4e6;font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers .event-organiser{margin-top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers .event-organiser-contact{display:block;font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers .event-organiser-contact a{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .links .event-organisers .event-organiser-contact a:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-location{color:#235096;font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-location .event-date{display:block;font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-location .tribe-country-name{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-location a{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-meta{font-size:1.2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-meta span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .single-tribe_events .event-terms a{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper{background:#fff3d3;padding:3em 0;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper h2{color:#235096;font-size:2em;margin:0 0 1em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper h2 span{color:#00a4e6;display:block;font-size:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets{background:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_description,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_name p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_price{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_description,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_price,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .woocommerce,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets td.woocommerce{border:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_description,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_name p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .tickets_price{font-size:1em;padding:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .woocommerce .quantity label.screen-reader-text{color:#777;display:block;font-size:.7em;height:auto;position:relative!important;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .woocommerce .quantity input{border:0;border-radius:4px;margin:5px 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .accordion_head{background:none;color:#00a4e6;margin:-2em auto 1em;padding:0;width:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .accordion_head:hover{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-event-tickets-plus-meta-missing-required .tribe-event-tickets-meta-required-message{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .accordion_body .tribe-event-tickets-meta-required-message{display:block!important;padding:0 1em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-button{background:transparent;-webkit-box-shadow:none;box-shadow:none;margin:1em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-events-tickets .attendee-no{background:none;border:0;color:#00a4e6;cursor:pointer;font-size:1.2em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-tickets-meta{display:inline-block;font-size:1em;margin-bottom:1em;width:33%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-tickets-meta.mailing-statement,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-tickets-meta.tribe-tickets-meta-checkbox{margin:0 10% 1em;width:60%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-tickets-meta label{line-height:1.3;margin:.625em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-tickets-meta-required header:first-child:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-tickets-meta-required label:first-child:after{color:#58595b;margin-left:.15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-event-tickets-plus-meta input[type=email],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-event-tickets-plus-meta input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-event-tickets-plus-meta select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-event-tickets-plus-meta textarea{background:#fff;border:0;border-radius:5px;font-size:1em!important;margin-top:.375em;padding:.4em .6em!important;text-align:center;-webkit-transition:.5s;transition:.5s;width:90%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .tribe-event-tickets-plus-meta-attendee{border:1px solid #ccc!important;border-radius:5px;margin:0 0 1em;padding:.5em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #ticket-wrapper .ui-accordion .ui-accordion-content{background:none;border:0;color:#58595b;margin:0;padding:0;top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-MyAccount-navigation h3{margin-top:0;text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-MyAccount-navigation li{font-size:14px;margin-bottom:1em;text-align:left!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-MyAccount-navigation li a{color:#959595}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-MyAccount-navigation li a:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-MyAccount-navigation li.is-active a{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-account .woocommerce-MyAccount-content{text-align:left!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-account a.side-button{background:none;border:1px solid #00a4e6;border-radius:4px;color:#00a4e6;display:block;margin-top:3em;max-width:180px;padding:.3em .9em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-account a.side-button:hover{background-color:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row .select2-container .selection .select2-selection,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row input.input-text,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row textarea{background:#ddd;border:1px solid #ddd;border-radius:5px;font-size:16px!important;line-height:1.5;padding:.4em .6em;text-align:center;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row .select2-container .selection .select2-selection{height:2.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row .select2-container .selection .select2-selection:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row .select2-container .selection .select2-selection:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row input.input-text:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row input.input-text:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row textarea:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row textarea:hover{background-color:#fff;border-color:#ddd}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-dedication-label{color:#235096;font-weight:700}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-dedication-input{border:1px solid #9a9a9a;border-radius:8px;margin:5px 0 20px;padding:8px 12px;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row label{font-size:15px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) td.label{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row .required{color:#58595b!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row#billing_gazchaps_getaddress_io_postcode_lookup_button_field,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row#billing_postcode_field{clear:both;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form .form-row#billing_gazchaps_getaddress_io_postcode_lookup_button_field br{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form fieldset{border-color:#dbdbdb;margin:1.5em 0;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form fieldset:hover{border-color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form legend{font-size:15px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form address{font-size:15px;margin-right:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-account .addresses .title .edit{background:#fff;border:1px solid #00a4e6;border-radius:2.5px;color:#00a4e6;font-size:15px;margin-top:1.45em;padding:.15em .9em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-account .addresses .title .edit:hover{background:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-account .woocommerce-order-details .order-again{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #customer_login .u-column1{float:left;width:45%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #customer_login .u-column2{float:right;width:45%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #customer_login form .form-row label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .lost_reset_password .form-row label{display:block;margin:0 auto .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #customer_login form .form-row input.input-text,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .lost_reset_password .form-row input.input-text{display:block;margin:0 auto;text-align:center;width:80%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-password-strength{border-radius:5px;font-weight:400;margin-top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form.lost_reset_password .form-row-first,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form.lost_reset_password .form-row-last{float:none;margin-left:auto;margin-right:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form.lost_reset_password .form-row-first input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce form.lost_reset_password .form-row-last input{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product div.images{margin-top:1.5em;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product div.images img{position:relative;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs{margin-top:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs ul.tabs{margin:0;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs ul.tabs li:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs ul.tabs li{background:none;border-bottom:0;border-color:#ebebeb;border-radius:4px 4px 0 0;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#ebebeb;border-color:#ebebeb;color:#515151}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs .panel{border:1px solid #ebebeb;border-radius:0 4px 4px 4px;margin:0;padding:1.5em 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs .panel :last-child{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs .panel ol{padding-left:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .woocommerce-tabs .panel ol li{padding-left:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .product_title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product .product_title>b{color:#235096;display:inline-block;font-family:museo-sans-rounded;font-size:2rem;font-weight:500;margin:0;text-align:left;text-transform:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product p.price,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product span.price{color:#235096;font-family:museo-sans-rounded;font-size:1.75em;font-weight:900;margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-product-details__short-description{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table td{line-height:2em;padding:.25em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table textarea{border-color:#ebebeb;border-radius:5px;display:block;font-size:15px;line-height:2;padding:.15em .6em;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table select:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table select:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table textarea:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table textarea:hover{border-color:#bbb}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart table td .description{display:block;line-height:1.5;padding-top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart .variations td.label{width:40%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart .variations td.value{width:60%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product form.cart .woocommerce-variation-price{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .quantity .qty{border-color:#ebebeb;border-radius:5px;line-height:1.5;-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .quantity .qty:hover{border-color:#bbb}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .content-inner .table table td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .content-inner .table table th{border-right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-cart-form .cart .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-cart-form .cart input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-cart-form .cart input.button:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-cart-form .cart input.button:disabled[disabled]{padding:.9em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-account h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-cart h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-checkout h1.entry-title{color:#00a4e6;display:block;font-size:2em;margin:1.67em 0 0;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-account h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-cart h1.entry-title{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-account .entry-content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-cart .entry-content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) body.woocommerce-checkout .entry-content{margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #content table.cart td.actions .input-text#coupon_code,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce table.cart td.actions .input-text#coupon_code,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #content table.cart td.actions .input-text#coupon_code,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page table.cart td.actions .input-text#coupon_code{border-color:#ddd!important;border-radius:5px;padding:.6em;width:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-terms-and-conditions{background:#fff;-webkit-box-shadow:none;box-shadow:none;font-size:.8em;text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-terms-and-conditions ul{list-style:disc outside;margin-bottom:1.5em;padding-left:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-terms-and-conditions ul ul{margin-bottom:0}.woocommerce-order-received body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.order_details li{display:inline-block;float:none;margin:0 0 0 2em;padding:0 2em 0 0;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-customer-details address{border-bottom-width:1px!important;border-right-width:1px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce{padding-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-info,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-message{border:0!important;border-radius:10px;line-height:35px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button{background-color:#ffc91f;border:1px solid #ffc91f;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;color:#235096;font-family:museo-sans-rounded;font-size:1em;font-weight:500!important;line-height:1.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button:hover{background:#fff;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-info:before{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product .woocommerce-loop-category__title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product .woocommerce-loop-product__title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product .woocommerce-loop-product__title>b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product h3{font-family:museo-sans-rounded;font-weight:500;text-transform:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page ul.products{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product .price{color:#58595b;font-size:14px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt{background-color:#ffc91f;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt:hover{background:none;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt.disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt.disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt:disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt:disabled[disabled],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce #respond input#submit.alt:disabled[disabled]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt.disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt.disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt:disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt:disabled[disabled],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce a.button.alt:disabled[disabled]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt.disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt.disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt:disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt:disabled[disabled],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce button.button.alt:disabled[disabled]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt.disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt.disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt:disabled:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt:disabled[disabled],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button.alt:disabled[disabled]:hover{background-color:#ffc91f;color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-message a.button{background:#8fae1b;border-color:#8fae1b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-message a.button:hover{background:#f7f6f7;color:#8fae1b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-info a.button:hover{background:#f7f6f7;color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .woocommerce-error a.button{background:#b81c23;border-color:#b81c23;color:#f7f6f7}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-error a.button:hover{background:#f7f6f7;color:#b81c23}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product a img{-webkit-transition:.5s;transition:.5s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce ul.products li.product a img:hover{opacity:.8}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button:disabled,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce input.button:disabled[disabled]{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list{grid-column-gap:50px;grid-row-gap:50px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:100px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product{border:2px solid #ebebeb;height:-webkit-max-content;height:-moz-max-content;height:max-content}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product:nth-child(3n){margin-right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:2px solid #ebebeb;display:block;height:15em;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .image .ribbon,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce div.product div.images .ribbon{display:block;left:0;position:absolute;top:0;width:30%;z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:1em 1.5em 1.5em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content h3{font-size:2em;line-height:1.25;margin:0 0 25px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content h3>b{display:inline-block;font-family:museo-sans-rounded;font-weight:500}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content p{margin-bottom:50px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content .product-footer{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content .product-footer .price{float:left;font-size:1.75em;line-height:1.25;margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content .product-footer .button{float:right;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content .product-footer .button:hover{background:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content{font-font:MuseoSansW01-Rounded500;background:#fff;color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content .product-footer .button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content .product-footer .price,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product .content h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).page-template-default.page-id-12505 h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count .button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count h2 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count ul li h3{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .custom-product-list .product.content .product-footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count .button{background-color:#235096;border-color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) #nurse-msg,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/time-to-care-bg-yellow.jpg?7593433b9839af1a6583d129d86372c3);background-position:50%;background-repeat:no-repeat;background-size:cover}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count ul li h4{text-transform:uppercase}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count .button{color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce-page #count .button:hover{background:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields fieldset{border:0;margin:0;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields fieldset legend{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields fieldset input[type=radio]{margin-right:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields #consent_email_field{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields span.consent{display:block;font-size:15px;line-height:2;margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields span.consent img{display:block;margin:1em auto;max-width:35%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields #consent_text_field span.consent{margin-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields #consent_email_field .optional,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node).woocommerce .woocommerce-additional-fields #consent_text_field .optional{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon #footer-menu,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper ul.gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .widgets .login-block a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top #top-menu,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main body,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea{font-family:museo-sans-rounded;font-style:normal!important;font-weight:300}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #full-screen-search form div input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #full-screen-search form div input::-moz-placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .wpsl-gmap-canvas .wpsl-infobox,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .ui-accordion .ui-accordion-content{font-family:museo-sans-rounded!important;font-style:normal!important;font-weight:300}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon .copyright,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count ul li h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations span.amount,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events .detail .date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events .detailevents .detail .icons a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events .detailevents .detail .two-third,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events-filter h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-single-page-checkout-dv #ee-reg-form-qstn-grp-contact .micro-lbl,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input-lbl h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #espresso-ajax-notices-attention,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #espresso-ajax-notices-error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #espresso-ajax-notices-success,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #espresso-notices-attention,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #espresso-notices-error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #espresso-notices-success,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #method-of-payment-hdr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #spco-payment-info-table .spco-grand-total td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #spco-payment-info-table th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #wpsl-search-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-attention,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-details-wrapper h5,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-details-wrapper th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .important-notice,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-attendee-lgnd,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-ticket-info-dv.small-text th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .stores a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .woocommerce table.shop_table tbody th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .woocommerce table.shop_table tfoot td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .woocommerce table.shop_table tfoot th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .woocommerce table.shop_table th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #recommended ul li .details a .date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .event-tickets .tickets_name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .no-donation,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .ticket-selector-submit-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .alm-filter-nav li a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .benefits td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.split-block .content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.textonly,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .chq.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-info h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-info p.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-social h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-social li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .content-inner .table table th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .directdebit.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-btn a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble.donate a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .error404 h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .event-type li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_event a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .featured-events h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap h3.orange,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper span.ginput_total,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .job-manager-form fieldset label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .links a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini .donate,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .posts-navigation a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-footer-block .block .content h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .searchandfilter input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .top_label .gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .validation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags .facetwp-checkbox,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left #sidebar-job-details-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail .sharing h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .widgets .facts h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .widgets .login-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment div.job_listings .facetwp-type-pager button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment form.gjm-features-enabled div.gjm-filters-wrapper div.gjm-filter-wrapper h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_body .benefits-icons .benefit h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .intro .entry-content .benefits-icons .benefit h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item .name h3 .role,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-charity-partner .one-third h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .event-location,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links .event-organisers,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links p .join,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_application .recruitment .right h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .contact-details a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .contact-details h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .download-links ul li a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .job-details p:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-tribe_events .event-location,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-tribe_events .links .event-organisers,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-tribe_events .links p .join,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .inner-content a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .sub-links b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .timeline li .year,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_container .wmle_item .wmle_post_meta,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woo-vou-recipient-fields label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product .product_title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product .woocommerce-tabs ul.tabs li a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product form.cart .variations label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce td.product-name .wc-item-meta dt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce td.product-name dl.variation dt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce-account a.side-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce-page #count h2 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button.alm-load-more-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main footer h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main p.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about .entry-content p.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .quote,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-funding .entry-content p.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners .sub,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners li span.amount,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners li span.name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners li span.numbers,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery span.orange,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-policies p.big,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-recruitment-apply .recruitment .right h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-shop-clearance .bubble a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-shop-clearance .entry-content span.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-shop-giftaid #main p.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-shop-volunteering span.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .accordion_head .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .entry-content p.bold,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team ul.tabs li{font-family:museo-sans-rounded;font-style:normal!important;font-weight:500}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .dates .link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .dates b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .dates strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon .credits a:first-of-type,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count ul li h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #current-vacancies-banner h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .tab-content h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options ul.tabs li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options ul.tabs li b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations span.amount,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events-calendar-banner h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .date b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .info a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #img-caption-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro .links .one-third a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-alerts-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-benefits-banner h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-questions-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #reg-page-totals-hdr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #reg-page-totals-hdr .drk-grey-text,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .big-event-title-hdr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .extra b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-payment-method-hdr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .stores a.tel,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .stores h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .stores h4 strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #recommended h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .event-tickets .tickets_price,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #torch .join,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #upcoming .event-list p a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #upcoming h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #work-experience-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .accordion_head,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .accordion_head span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .apply h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .benefits th,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.split-block .content h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.textonly h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .circles li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-social h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .custom-product-list .product .content .product-footer .price,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .custom-product-list .product .content h3 b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-accordion h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble.donate h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate1 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate2 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate3 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_event .time,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_confirmation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .join-circle a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li p b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .bottom-circle .inner-circle p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .top-circle,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation a.refer.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-10,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-12,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-13,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-16,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-20,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-21,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-28,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-31,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-32,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-5,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie .cls-9,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruit h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .right h2.gsection_title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail .detail .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item .name h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .resources h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .share .title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .sharing h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-charity-partner .two-third h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .event-date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_application .recruitment .right .application-section h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-tribe_events .event-location .event-date,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-tribe_events .links h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.refer.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .inner-content h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .st6,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .timeline h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .two-third.column-last .blue strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .values h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .values h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .widgets h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .winner-circle a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_container .wmle_item .wmle_post_title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product .product_title b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product p.price b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product span.price b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce table.shop_table td a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce-page #count ul li h4 b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main body.woocommerce-account h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main body.woocommerce-cart h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main body.woocommerce-checkout h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h3 b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h3 strong,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-default h1.entry-title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about h4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .bottom-circle p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .top-circle a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-faqs h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-fmn #main .inner h1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-fmn .inner h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-funding h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #main .alt.content-bottom h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners li span.prize,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team ul.tabs li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-training-courses #main .two-third ul.courses li h3 a{font-weight:700}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main em{font-family:museo-sans-rounded;font-style:italic;font-style:normal!important;font-style:italic!important;font-weight:700;font-weight:300}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:not(.c-button){color:rgba(0,0,0,.8)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=color],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=date],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime-local],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=email],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=month],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=number],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=password],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=range],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=search],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=tel],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=time],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=url],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=week],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea{color:#666}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main select:-moz-focusring{color:transparent}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=color]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=date]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime-local]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=email]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=month]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=number]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=password]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=range]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=search]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=tel]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=text]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=time]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=url]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=week]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea:focus{color:#111}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li input[type=radio]:checked+label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li label:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li input[type=radio]:checked+label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li label:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form.form-overlay .gform_wrapper .validation_message:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_error .gfield_label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .validation_message:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .gform_footer input.button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .gform_footer input.button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .close:after:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gfield_error .gfield_label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gfield_required:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input.button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input.button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input[type=submit]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input[type=submit]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .validation_message:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield_error ul.gfield_checkbox:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield_error ul.gfield_radio:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay h3 span:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_15 a:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li.disclaimer a:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .directdebit:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_radio li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_required:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper li.gfield_html p:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul.gfield_checkbox li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul.gfield_radio li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gforms_confirmation_message:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_checkbox li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_radio li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .top_label .gfield_list:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper li.gfield_html p:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper span.ginput_total:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form a:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .getaddress button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_next_button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_previous_button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image]:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit]:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .gfield_required:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_10 a:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap .gform_wrapper .gfield_checkbox li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap .gform_wrapper .gfield_radio li label:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap .gform_wrapper li.gfield_html p:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap a:not(.c-button){color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form input.button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form input.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label .gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .makeawill-form .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .gform_wrapper .gform_footer input.button{color:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap h3.orange,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap span.orange,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li label:hover{color:#f9a01b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress input{color:#666!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap .gforms_confirmation_message{color:#ffc91f}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form h3{color:#ffcb00}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .form-wrap.white-form .gform_wrapper .validation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .getaddress button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .getaddress button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .validation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .getaddress button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .getaddress button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gform_page_footer .button.gform_next_button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gform_page_footer .button.gform_next_button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gform_page_footer .button.gform_previous_button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gform_page_footer .button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gform_page_footer .button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gforms_confirmation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit]{color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gfield_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gfield_error .gfield_label{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gfield_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .validation_message{color:#790000!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_date_day label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_date_month label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_date_year label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_time_hour label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_time_minute label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .top_label .gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper li.gfield_html p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper ul.gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper ul.gfield_radio li label{color:#58595b!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.split-block.yellow .content a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper li.gfield_html p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper ul.gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow h3{color:#2b53a0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper .gfield_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper .gfield_date_day label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper .gfield_date_month label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper .gfield_date_year label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper .gfield_time_hour label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper .gfield_time_minute label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.yellow .form-wrap .gform_wrapper .top_label .gfield_label{color:#2b53a0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button:hover{color:#8f589e}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:not(.c-button){background:#e6e6e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]{background:#8f589e}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield input[type=email],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_15 a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li.disclaimer a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half input.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half select.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half select.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half input.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half select.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half select.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_10 a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap a:after{background:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label textarea{background-color:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .form-wrap .ginput_container_creditcard input[type=text]{background:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input.button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input[type=submit]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .getaddress button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_next_button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_previous_button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form a:after:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image]:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit]:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button:focus:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button:hover:not(.c-button){background-color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]:checked{background-color:#235096!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input{background:#ddd}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap{background:#8f589e}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li label:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li label:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .makeawill-form .gform_wrapper .gform_footer input.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .gform_wrapper .gform_footer input.button:hover{background:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form input.button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form input.button:hover{background:#2b53a0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .getaddress select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .job-manager-form fieldset .field input{background:#ebebeb}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay{background:rgba(0,165,230,.95)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input{background:transparent}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper li.gfield.gfield_error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield.gfield_error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button{background:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:not(.c-button){border-color:#ccc #ccc #bbb}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:hover:not(.c-button){border-color:#ccc #bbb #aaa}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:focus{border-color:#aaa #bbb #bbb}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=color],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=date],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime-local],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=email],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=month],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=number],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=password],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=range],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=search],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=tel],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=time],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=url],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=week],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea{border-color:#ccc}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield input[type=email],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text]:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half input.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half select.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half select.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half input.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half select.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half select.medium{border-color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .form-wrap .ginput_container_creditcard input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper textarea{border-color:#fff!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gform_page_footer .button.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button{border-color:#235096}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .gform_footer input.button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .gform_footer input.button:hover{border-color:#235096!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress select{border-color:#ddd}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input:not(.button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input{border-color:#ddd!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .block.yellow .gform_wrapper form input.button{border-color:#2b53a0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .getaddress select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .job-manager-form fieldset .field input{border-color:#dbdbdb}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper textarea:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper textarea:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input{border-color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .makeawill-form .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .gform_wrapper .gform_footer input.button{border-color:#00a4e6!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield_error textarea{border-color:#f9a01b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:not(.c-button){border:1px solid;border-radius:0;-webkit-box-shadow:inset 0 0 0 hsla(0,0%,100%,.5),inset 0 15px 17px hsla(0,0%,100%,.5),inset 0 -5px 12px rgba(0,0,0,.05);box-shadow:inset 0 0 0 hsla(0,0%,100%,.5),inset 0 15px 17px hsla(0,0%,100%,.5),inset 0 -5px 12px rgba(0,0,0,.05);font-size:12px;font-size:.75rem;line-height:1;padding:10px 10px 8px;text-shadow:0;-webkit-transition:.5s!important;transition:.5s!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main button:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=button]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=reset]:hover:not(.c-button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=submit]:hover:not(.c-button){-webkit-box-shadow:0;box-shadow:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=color]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=date]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime-local]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=datetime]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=email]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=month]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=number]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=password]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=range]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=search]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=tel]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=text]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=time]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=url]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input[type=week]:not(.c-input),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea:not(.c-input){border-radius:0;border-style:solid;border-width:1px;padding:3px;-webkit-transition:.1s;transition:.1s}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main select{border-style:solid;border-width:1px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main select:-moz-focusring{text-shadow:0 0 0 #58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main textarea{outline:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_radio li label{cursor:pointer}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_checkbox li input{margin-top:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_radio li input[type=radio],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_radio li input[type=radio],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags li input[type=checkbox]{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_checkbox li input[type=checkbox]+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_radio li input[type=radio]+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_checkbox li input[type=checkbox]+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_radio li input[type=radio]+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags .facetwp-checkbox:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags li input[type=checkbox]+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0c8";display:inline-block;font-family:FontAwesome;font-size:1em;font-style:normal;font-weight:900;line-height:1;padding-right:2em;width:23px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_radio li input[type=radio]:checked+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_radio li input[type=radio]:checked+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags .facetwp-checkbox.checked:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags li input[type=checkbox]:checked+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a.active:before{content:"\f14a"}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .form-wrap .gform_wrapper .gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block.search_tags li input[type=checkbox]:checked+label{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap h3.orange,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap span.orange{font-size:20px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap h3{font-size:30px;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap h3.orange{margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper form{padding-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul.gfield_radio li{display:inline!important;float:left;margin:0 1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_radio li label{display:inline!important;font-size:15px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul.gfield_radio{margin:0;padding:1em 0;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]{border-radius:2.5px;border-style:solid;border-width:1px;padding:.4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]:checked{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap a:after{content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form a:hover:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form a:hover:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap a:hover:after{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper{margin:0 auto!important;max-width:50%!important;width:50%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label .gfield_label{font-size:1em;font-weight:400!important;margin:0 auto!important;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute label{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_required{margin-left:.15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper ul li.gfield{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_container_textarea textarea.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label input:not(.button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input{border-radius:5px;font-size:16px!important;padding:.4em .6em;-webkit-transition:.5s;transition:.5s;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress{margin-top:2em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap input#input_2_4,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap input#input_2_4_2{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex .ginput_left,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .ginput_complex .ginput_right{margin:0!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print{font-size:13px;margin:0 auto;max-width:50%;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print a{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print a:after{content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print a:hover:after{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .directdebit{margin:2.5em 0 3.5em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .directdebit p{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gforms_confirmation_message{margin:0 auto;max-width:50%;padding:6em 0 4em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form h3{font-size:1.5em;margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form h3.margin-top{margin-top:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap a{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper.gf_browser_gecko .gfield_checkbox li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_checkbox li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_checkbox li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_gecko .gfield_checkbox li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_checkbox li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper.gf_browser_gecko .gfield_checkbox li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap .gform_wrapper.gf_browser_gecko .gfield_checkbox li{display:block!important;margin-bottom:.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type=checkbox]{display:inline-block;float:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .form-wrap .gform_wrapper .gfield_checkbox li label{cursor:pointer;display:inline-block;margin-left:10px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .ginput_container_textarea textarea.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .ginput_container_textarea textarea.large{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul li.gfield.gfield_html img{display:block;margin:0 auto;max-width:50%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .top_label .hidelabel label.gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .top_label .hidelabel label.gfield_label{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .top_label .gfield_list{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper table.gfield_list thead th{font-size:15px;font-weight:400;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .gfield_list td.gfield_list_cell input{font-size:16px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .top_label .giftaid .gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper li.gfield.gf_list_inline label.gfield_label{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper .top_label .ginput_container_total{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper span.ginput_total{font-size:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li{display:block!important;float:none;margin:0 0 .5em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li label{display:inline-block!important;font-size:1em;margin:0 .5em;-webkit-transition:.5s;transition:.5s;width:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li label:hover{cursor:pointer}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper ul.gfield_radio{margin-left:0!important;padding:0!important;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .form-wrap.blue-form .gform_wrapper ul.gfield_radio li input[type=radio]{float:none;margin-left:.5em;margin-right:.5em;margin-top:.25em!important;vertical-align:top}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]{border-radius:2.5px;border-style:solid;border-width:1px;padding:.4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.blue-form .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio]:checked{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form{margin-bottom:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form h3{font-size:20px;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form .gform_wrapper .top_label .gfield_description{font-size:.8em;font-style:italic;padding:0;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap.white-form a{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer input{margin-top:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .getaddress select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label input:not(.button),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper textarea,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .job-manager-form fieldset .field input{border-radius:5px;border-style:solid;border-width:1px;font-size:16px!important;padding:.4em .6em!important;-webkit-transition:.5s;transition:.5s;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress select{margin-top:.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .top_label .gfield_label{font-size:15px;font-weight:400!important;margin-bottom:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gfield_required{margin-left:-.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul li.gfield{margin:0 0 1em!important;padding:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul li.gfield.gf_left_half,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul li.gfield.gf_right_half{width:49%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul li.gfield.gf_left_half{margin-right:1.6%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper li.gfield_html{max-width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper li.gfield_html p{font-size:1em;margin-bottom:0!important;margin-right:0!important;margin-top:1em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper li.gfield.gf_list_inline label.gfield_label{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gfield_checkbox li label{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gfield_checkbox li{display:inline-block;display:block;margin:0 1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]{border-style:solid;border-width:1px;padding:.4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]:checked{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul.gfield_checkbox{text-align:center!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper select{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_month,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_year{float:left;margin:0 2%;max-width:100%!important;width:29%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_date_day{margin-left:2.5%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_minute{float:left;margin:.375em 5% 0!important;max-width:100%!important;width:40%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gfield_time_hour i{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .g-recaptcha>div{margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper div.validation_error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper div.validation_error{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .top_label .gfield_error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label .gfield_error{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin-bottom:1em!important;margin-top:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper li.gfield.gfield_error,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield.gfield_error{border:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .validation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .validation_message{font-size:1em;font-style:normal;font-weight:400!important;line-height:2;margin:0!important;max-width:100%;padding:0!important;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .validation_message{font-size:.85em;text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=image],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper .gform_footer input[type=submit],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button{border-radius:4px;border-style:solid;border-width:1px;-webkit-box-shadow:none;box-shadow:none;font-size:1em;line-height:1.5;padding:.3em .9em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper{margin:0 auto;max-width:50em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper form,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper form input{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .gform_footer input.button{display:block;margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{letter-spacing:0;margin:.25em .125em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options .ee-promo-combo-submit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #ee-stripe-button-btn,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #stripe-card-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .spco-whats-next-buttons input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input{border-radius:4px;border-style:solid;border-width:1px;-webkit-box-shadow:none!important;box-shadow:none!important;display:inline-block;font-size:1em;line-height:1.5;margin:0 5% 1em!important;padding:.3em .9em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-qstn-30-input-dv button#getaddress_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button{margin-bottom:0!important;margin-top:.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress button{margin:.5em 0 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .getaddress #getaddress_dropdown{margin-top:.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input{margin:0 1em 0 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper #gform_page_41_1 .gform_page_footer a.gform_save_link,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper #gform_page_44_1 .gform_page_footer a.gform_save_link{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link{float:right;margin:0 0 0 1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_footer input.button{border-radius:4px;border-style:solid;border-width:1px;-webkit-box-shadow:none;box-shadow:none;display:inline-block;margin-left:40%;margin-top:0;padding:.3em .9em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .form-wrap .StripeElement{border:0;border-radius:5px;height:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap{padding:2em 0;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap .ball-15{top:-30px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap .ball-3{top:100px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap .ball-24{top:80px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap .ball-24a{top:550px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-get-involved .form-wrap .ball-15a{top:500px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual-form #main .form-wrap{padding-bottom:6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap .gform_wrapper{max-width:60%!important;width:60%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap .gform_wrapper form{padding-top:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper .top_label li.radio label.gfield_label{margin-bottom:1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li{display:inline-block!important;margin:0 1%!important;max-width:90px;width:18%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li{max-width:120px;vertical-align:middle}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li input[type=radio],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li input[type=radio]+label:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_50 ul.gfield_radio li input[type=radio],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_50 ul.gfield_radio li input[type=radio]+label:before{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li label{border-radius:100%;display:block!important;font-size:1.5em;height:75px;line-height:75px;margin:.5em auto 0;width:75px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li label{font-size:.8em;height:100px;line-height:1.3;margin:0 auto;padding:2em .5em;width:100px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li:first-child label{padding:2em .75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li:nth-child(4) label{padding:1.5em .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li:last-child label{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form .form-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap{padding-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form .form-wrap .gform_wrapper form,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper form{padding-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form .form-wrap .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter .form-wrap .gform_wrapper .getaddress button{margin:.5em 0 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form.form-overlay .gform_wrapper,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter.form-overlay .gform_wrapper{max-width:75%!important;overflow:hidden;width:75%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form.form-overlay .gform_wrapper .ginput_complex label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter.form-overlay .gform_wrapper .ginput_complex label{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form.form-overlay .gform_wrapper ul.gfield_radio li{display:inline-block!important;float:none;margin:0;width:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .gform_wrapper .gform_footer input.button{display:block!important;margin:0 auto!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gforms_confirmation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .makeawill-form .gforms_confirmation_message{padding:4em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gform_wrapper ul li.gfield:nth-child(2),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gform_wrapper ul li.gfield:nth-child(3),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gform_wrapper ul li.gfield:nth-child(4){clear:none!important;float:left;text-align:left!important;width:48%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gform_wrapper ul li:first-of-type{margin-right:4%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gform_wrapper textarea{min-height:260px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form .gform_wrapper li#field_1_5 label.gfield_label+div.ginput_container{margin-top:-.3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .gform_wrapper .gfield_checkbox li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .gform_wrapper .gfield_radio li label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .gform_wrapper li.gfield_html p{font-size:.7em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper label.gfield_label+div.ginput_container_text{margin-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper li.gfield.gfield_error label.gfield_label+div.ginput_container_text{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper ul li.gfield{margin-bottom:0!important;margin-top:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper ul li.gfield:first-child{float:right;margin-right:0!important;width:48%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper ul li.gfield.hidelabel{margin-top:1.5em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_confirmation_wrapper .gform_confirmation_message,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .makeawill-form .gform_confirmation_wrapper .gform_confirmation_message{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .makeawill-form .gform_confirmation_wrapper .gform_confirmation_message{font-size:1.25em;margin:0 auto;max-width:35em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .makeawill-form .gform_confirmation_wrapper .gform_confirmation_message strong{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .makeawill-form .gform_confirmation_wrapper .gform_confirmation_message .button:after{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper li.gfield_html{max-width:100%!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper li.gfield_html p{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper li.gfield_html p.bold{font-size:1.1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label .gfield_label{font-size:15px;font-weight:400!important;margin-bottom:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .gfield_required{margin-left:.15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half input.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half select.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_left_half select.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half input.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half input.medium,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half select.large,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .top_label li.gfield.gf_right_half select.medium{border-radius:5px;font-size:16px!important;padding:.4em .6em;text-align:center;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper textarea{border-radius:5px;font-size:16px!important;padding:.4em .6em;text-align:center;width:99%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress input{display:inline-block;width:99%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress button{margin-left:0!important;margin-right:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress select{margin-top:1em;text-align:center;width:99%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button:nth-of-type(2),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .getaddress input:nth-of-type(2){display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_10 p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_8 p{font-size:15px;margin-right:0!important;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_10 a{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_10 a:after{content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup li#field_4_10 a:hover:after{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper li.gfield.gf_list_inline label.gfield_label{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper .gfield_checkbox li label{display:inline!important;font-size:15px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup ul#input_4_9.gfield_checkbox{text-align:center!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]{border-style:solid;border-width:1px;padding:.4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]:checked{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button{display:block;margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup .getaddress button{margin-left:0;margin-top:1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:opacity .5s linear;transition:opacity .5s linear;visibility:hidden;width:100%;z-index:-10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .close{cursor:pointer;font-size:30px;line-height:1;position:absolute;right:25px;top:25px;-webkit-transition:.5s;transition:.5s;z-index:999999}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .close:after{content:"\f00d";font-family:fontawesome}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .close:hover{opacity:.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay h3{font-size:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper{height:100%;margin:0;overflow:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_body{margin:0 auto;max-width:60%;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label .gfield_label{font-size:15px;font-weight:400!important;margin-bottom:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gfield_required{margin-left:.15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield input[type=email],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield input[type=text],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .top_label li.gfield select{border-radius:5px;font-size:16px!important;padding:.4em .6em;text-align:center;-moz-text-align-last:center;text-align-last:center;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper ul.gfield_radio{width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper ul.gfield_radio li{display:inline-block;width:10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper ul li.field_description_below div.ginput_container_radio{margin-top:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper ul.gfield_radio li label{font-size:15px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper textarea{border-radius:5px;font-size:16px!important;padding:.4em .6em;text-align:center;width:99%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input{display:inline-block;width:99%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress select{margin-top:1em;text-align:center;width:99%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:nth-of-type(2),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:nth-of-type(3),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:nth-of-type(4),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .getaddress button:nth-of-type(5),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input:nth-of-type(2),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input:nth-of-type(3),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input:nth-of-type(4),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .getaddress input:nth-of-type(5){display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_14 p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_15 p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li.disclaimer p{font-size:15px;margin-right:0!important;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_15 a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li.disclaimer a{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_15 a:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li.disclaimer a:after{content:"";display:block;height:1px;-webkit-transition:all .4s;-moz-transition:all .4s;width:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li#field_9_15 a:hover:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay li.disclaimer a:hover:after{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.gfield.gf_list_inline label.gfield_label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.terms .gfield_label{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gfield_checkbox li label{display:inline!important;font-size:15px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper li.terms li label{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay ul#input_9_16.gfield_checkbox{text-align:center!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_confirmation_wrapper{margin:5em auto;max-width:400px;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_confirmation_wrapper .large{font-size:1.5em;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_confirmation_wrapper br{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_confirmation_wrapper hr{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/orange_dots.png?3d44decdd6fb11a7f64145abd8ee20ee) 50% no-repeat;background-size:auto 5px;height:5px;margin:2em auto;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]{border-style:solid;border-width:1px;padding:.4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input:checked,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox]:checked{font-weight:400!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer input[type=submit]{display:block;margin:0 auto 4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) article,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) aside,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) details,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) figcaption,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) figure,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) footer,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) header,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) main,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) menu,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) nav,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) section,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) summary{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) audio,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) canvas,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) progress,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) video{display:inline-block;vertical-align:baseline}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) audio:not([controls]){display:none;height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) [hidden],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) template{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) a{background-color:transparent}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) a:active,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) a:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) a:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) a:visited{outline:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) abbr[title]{border-bottom:1px dotted}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) dfn{font-style:italic}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) h1{font-size:2em;margin:.67em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) mark{background:#ff0;color:#000}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) small{font-size:80%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) sub,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) sup{top:-.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) sub{bottom:-.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) img{border:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) svg:not(:root){overflow:hidden}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) figure{margin:1em 40px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) pre{overflow:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) code,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) kbd,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) pre,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) samp{font-family:monospace,monospace;font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) optgroup,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) textarea{-webkit-appearance:none;border-radius:0;color:inherit;font:inherit;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=checkbox]{-webkit-appearance:checkbox}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=radio]{-webkit-appearance:radio}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button{overflow:visible}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) select{text-transform:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) html input[type=button],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=reset],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=submit]{-webkit-appearance:button;cursor:pointer}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button[disabled],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) html input[disabled]{cursor:default}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button::-moz-focus-inner,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input::-moz-focus-inner{border:0;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input::-moz-placeholder,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) textarea::-moz-placeholder{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input{line-height:normal}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=checkbox],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=number]::-webkit-inner-spin-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=number]::-webkit-outer-spin-button{height:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=search]::-webkit-search-cancel-button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input[type=search]::-webkit-search-decoration{-webkit-appearance:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) legend{border:0;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) textarea{overflow:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) optgroup{font-weight:700}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) table{border-collapse:collapse;border-spacing:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) th{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .clear-multi:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .clear-multi:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .clear:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .clear:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .comment-content:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .comment-content:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .entry-content:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .entry-content:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-content:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-content:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-footer:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-footer:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-header:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-header:before{content:"";display:table;table-layout:fixed}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .clear-multi:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .clear:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .comment-content:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .entry-content:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-content:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-footer:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-header:after{clear:both}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) textarea{color:#58595b;font-size:18px;line-height:1.5!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) ::selection{background:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) ::-moz-selection{background:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-branding{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .site-branding .inner{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) h1.site-title img{margin:.5em 0 0;max-width:360px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .screen-reader-text:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) #content[tabindex="-1"]:focus{outline:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) #main{position:relative;word-break:keep-all}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .inner{margin:0 auto;max-width:1100px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .hentry{margin:0 0 2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) h1.entry-title{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .entry-content{margin:0 0 3.5em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form{color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form #mj-cart hr{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form .question,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form .trip-inputs .mj-ccv,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form .trip-inputs .mj-month,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form .trip-inputs .mj-year{display:block;float:none;margin-right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form .trip-inputs .mj-year label{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form select{background:#ddd;border-color:#ddd!important;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px!important;padding:.4em .6em;text-align:center;-moz-text-align-last:center;text-align-last:center;-webkit-transition:.5s;transition:.5s;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form input#order_billing_same_as_shipping{margin-right:.5em;width:auto!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form input:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form select:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form select:hover{background:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form input:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form select:focus{color:#111}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form #mj-contact{margin-bottom:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form select{padding:.6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form #mj-place-order{background:#235096;border:1px solid #235096!important;border-radius:4px;-webkit-box-shadow:none!important;box-shadow:none!important;box-shadow:none;clear:both;color:#fff;display:block;float:none;font-size:1em!important;font-weight:700;line-height:1.5;margin:0 auto!important;padding:.5em 1em;text-shadow:none;width:auto!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form #mj-place-order:hover{background:none;color:#235096}@media screen and (min-width:1025px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) html{min-width:1200px}}@media screen and (max-width:1024px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .inner{max-width:748px!important}}@media screen and (max-width:767px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .inner{max-width:460px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) h1.site-title img{max-width:240px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form #mj-contact,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .mijireh_order_form aside{margin-right:0!important;width:100%!important}}@media screen and (max-width:479px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) html{min-width:320px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-mijireh section:not(.t-studio) .inner{max-width:300px!important}}@media screen and (min-width:1150px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main html{min-width:1200px}}@media screen and (min-width:1025px) and (max-width:1199px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul li a{padding:0 1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini ul ul{height:auto;padding:0 10%}}@media screen and (min-width:1025px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation a.refer.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .menu-toggle{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul{display:block!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.donate.button{z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini{background:#fff;display:block!important;left:0;position:fixed;top:0;-webkit-transition:none;transition:none;width:100%;z-index:999999}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini ul li a{border-radius:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini .roundel{display:block!important;left:2em;margin:0;position:absolute;top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini .roundel img{display:block;height:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.mini .donate{display:block!important;margin:0;position:absolute;right:2em;top:16px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #content.mini{margin-top:72px!important}}@media screen and (max-width:1024px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #img-caption-block .inner,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .inner,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .inner{padding:0 .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main a{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-title{float:left;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h1.site-title a{padding-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.donate.button{float:right;margin-top:1.675em;position:relative;right:5.25em;top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.donate.corona.button{right:6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation a.refer.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.cdash.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.fmn.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.light.button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.refer.button{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation.toggled a.refer.button{display:block;position:relative;top:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul{height:auto;text-align:left}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation .inner{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation button{right:.5em;top:-4.1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul li{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul li a{font-size:1.25em;height:auto;line-height:2;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul ul{background:none;margin-bottom:.5em;opacity:1;padding-left:2em;position:relative;text-align:left;top:0;visibility:visible}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul ul li a{border:0;color:#58595b;font-size:1em;height:auto;line-height:2;margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul li:hover a{background:none;color:#58595b}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation ul li a:hover{color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro p{max-width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro .links .one-third{height:230px;width:230px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro .links .fundraise{margin:0 29px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro .links a{padding:3em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .image{height:200px;width:200px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail{height:180px;margin:10px 0 10px 10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .slick-dots{bottom:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #img-caption-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block{padding:1em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper .gform_body{float:none;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper ul li.gfield,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper ul li.gfield:first-child{float:none;margin:0 auto!important;width:70%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper ul li.gfield input{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper .gform_footer{clear:both;float:none;margin:.5em auto;width:70%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper .gform_footer input{line-height:1.5;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .inner-content .flex{padding:2em 1em 2.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .hero,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about .hero,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-funding .hero,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .hero{max-height:400px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .circles,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .values .tab-content p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-services .circles{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .timeline h3{line-height:1.5}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #timeline .moments{margin:0 auto;width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .one-fourth{float:none;margin:0 auto 1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .three-fourth{text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_image{height:187px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-form{overflow:hidden}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper ul li.gfield{float:none;margin-right:0!important;text-align:center!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper textarea.medium{margin-bottom:1em;min-height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper ul li.gfield input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .contact-form .gform_wrapper ul li.gfield textarea{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .social-bar .inner{padding-top:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .social-bar .arrow{left:15%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #wpsl-result-list{left:0;position:relative;top:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main #wpsl-gmap{height:400px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-corporate-sponsor .two-third{overflow:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .line{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .alm-listing{padding:3em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item{height:350px;margin:0;top:0!important;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_event{bottom:50px;height:300px;left:50%!important;margin-left:-150px!important;width:300px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_date{top:10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item:nth-child(odd) .wmle_date{right:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item:nth-child(odd) .wmle_image{left:10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item:nth-child(2n) .wmle_date{left:20%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item:nth-child(2n) .wmle_image{left:63%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners li{display:inline-block;float:none;margin:0 10px 2em!important;vertical-align:top}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .join-circle{right:5%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .winner-circle{right:0;top:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-donate .entry-content .bold br{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count ul{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count ul li{vertical-align:top;width:160px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count ul li .image{height:160px;width:160px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap .gform_wrapper,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-donate .form-wrap .gform_wrapper{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:100%!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble.donate{background-size:100% auto;font-size:1em;height:400px;top:1em;width:380px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember{padding-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember .inner{padding-bottom:5em;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember .three-fifth{z-index:20}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woman{right:0;width:380px;z-index:10}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #torch .inner{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #torch .logo{right:0;top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #torch .join{top:9em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .one-half{margin-right:0;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .side-image{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .dates{-webkit-column-count:2;-moz-column-count:2;column-count:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual-form .gform_wrapper ul.gfield_checkbox li{margin:0!important;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon hr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners hr{width:216px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-info li{display:block;font-size:.9em;margin:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .circle-wrap{right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #main .ee-reg-form-attendee-dv{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #recommended ul li .details{height:230px;width:230px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #care-services .sub-menu{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-fmn #main .circle{height:350px;width:350px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #social-feed .instagram #sb_instagram .sbi_photo{width:350px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top{padding:3em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top h1{font-size:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top .two-third img{max-width:20em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .quote .two-third{font-size:1.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:last-child{width:45%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third.logo{margin-left:10%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:last-child{margin-top:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .custom-product-list{grid-column-gap:30px;grid-row-gap:30px;grid-template-columns:repeat(2,1fr)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message{height:17em;width:38em}}@media screen and (max-width:1023px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top .one-half.social{width:30%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top .one-half.top-menu{width:65%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual-form .gform_wrapper table.gfield_list tr{background:none;border:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual-form .gform_wrapper table.gfield_list td,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual-form .gform_wrapper table.gfield_list td input{margin:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual-form .gform_wrapper table.gfield_list tr td.gfield_list_icons{background:none;padding:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.split-block .inner-content{max-width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #social-feed{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #social-feed .one-half{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-popup .split-block{width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-popup .one-half{min-height:0;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-popup .image{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-popup .split-block .inner-content{max-width:80%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #nurse-msg{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #nurse-msg .one-half{min-height:450px;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr .tickets_name{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .datetime_selector-dv .checkbox-dropdown-selector label{font-size:.75em!important;padding-top:.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .right{float:none;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left{float:none;margin:0;padding-right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left #sidebar-job-categories-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left>section{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left #sidebar-employee-stories-block .image{height:15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left #sidebar-employee-stories-block .content p{margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left #sidebar-employee-stories-block .content b{margin-left:auto;margin-right:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .left #sidebar-employee-stories-block .content img.close{display:block;float:none;margin:0 auto 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block{padding:.75em 0 .25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .search_jobs .block{margin:0 5% 1em 0;padding:0;width:30%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .search_jobs .block:nth-child(3){margin-right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .search_jobs .block.search_location{padding:0;width:65%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap{width:46.25%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .search_jobs .block.search_sort{margin:0;position:absolute;right:0;top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .button{float:left;margin-left:5%;width:30%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .footer-images li{margin:1em 2%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-footer-block{padding:2em 0 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-footer-block .block{margin-bottom:1em;width:48%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .split-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .split-block .one-half{display:block;min-height:0;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .split-block .one-half.content{min-height:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #current-vacancies-banner .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #events-calendar-banner .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-questions-split-block .one-half .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #meet-the-team-block .one-half .inner-content .flex{margin:0 auto;padding:2em 0 2.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .widgets .inner-content .flex{margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .values .tab-content p,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .values .title{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_body .benefits-icons,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .intro .entry-content .benefits-icons{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;margin-top:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_body .benefits-icons .benefit,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .intro .entry-content .benefits-icons .benefit{padding-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-benefits-banner svg#parcel,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .widgets .lightblue svg#parcel{width:10em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote{padding:2em 1em 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .name{float:none;position:absolute;right:.5em;top:2em}}@media screen and (max-width:767px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .hidden{opacity:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top .one-half{text-align:center;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top #top-menu{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top #top-menu li{margin-left:.5em;margin-right:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top #top-menu li.tel{display:block;margin-top:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top #top-menu li.search{float:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top #top-menu li.search form{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .top .social a{font-size:12px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h1.site-title img{max-width:240px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.donate.button{font-size:.8em!important;margin-top:1.6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.donate.corona.button{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation button{font-size:.8em!important;top:-4.05em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro .links{margin:2em auto 1em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro .links .one-third{display:inline-block;float:none;margin:1em 5%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #latestnews,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .widgets{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .one-half{min-height:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .one-half.image{min-height:250px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #current-vacancies-banner .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #events-calendar-banner .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-benefits-banner .inner-content .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-benefits-split-block .flex,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .inner-content .flex{padding:2em .5em 2.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #img-caption-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-alerts-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-questions-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #work-experience-block{padding:1em 0 1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .event-list{height:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events li{max-height:2000px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .image{margin:1em auto 0;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail{height:auto;margin:-.5em auto 1em;min-height:400px;padding:1em 1em 3em;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .one-third,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .two-third{margin-left:0;margin-right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .info{margin:1em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .icons{position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .icons .icon-list{float:none;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .icons .icon-list>div{display:inline-block;float:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .detail .icons a{display:block;float:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .slick-dots{left:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #home-events .slick-dots li{padding:0 .25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate{min-height:0;padding:2em 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .inner-content{max-width:90%;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .graph h3{font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pie{max-width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_container .wmle_item .left,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_container .wmle_item .right{text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_container .wmle_item .left{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .wmle_image{height:200px;margin:0 auto;width:200px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .resources .left img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .resources a.button{margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-services .entry-content br{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .one-third.links{margin-right:0;padding-right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-training-courses #main a.button{margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .content-inner .two-third{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #care-services .sub-menu{border:0;padding-left:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #care-services .sub-menu li a{padding-left:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-contact .hero{height:350px!important;max-height:350px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact{margin:2em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul li.gfield.gf_left_half,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .gform_wrapper ul li.gfield.gf_right_half{margin-left:0!important;margin-right:0!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup input#gform_submit_button_4.gform_button.button{display:block;margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .two-third ul ul{margin:0;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-social li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .contact-social.addresses li{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-tribe_events .links .image{margin:0 auto 2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events-filter .select-wrap{margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #events-filter .select-wrap:first-child{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .alm-listing{padding-top:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item{height:525px;margin-top:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_date{left:50%!important;margin-left:-52px;top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_image{left:50%!important;margin-left:-100px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .events .wmle_container .wmle_item .wmle_event{bottom:175px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .featured-events .flex-wrap{width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper{max-width:100%!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .getaddress button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_next_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button{margin:0 0 1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .small-print{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual #hero{min-height:800px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate3{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble.donate{top:20em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count ul li .image{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember .inner{padding-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember .three-fifth{margin-right:0;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #remember .woman{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations{padding-bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations h3{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations .one-third{margin-bottom:0;margin-right:0;padding:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations{padding-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .dates{-webkit-column-count:1;-moz-column-count:1;column-count:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #celebrations .dates .date{text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #torch .man-image{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #torch .join{left:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #upcoming{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #upcoming .event-list li{margin-right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li#field_7_36 ul.gfield_radio li{width:40%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery .ball-15,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery .ball-24a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery .ball-3a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery .balls,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .ball-15,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .ball-15a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .ball-24,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .ball-24a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-wrap .ball-3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .pickup img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .ball-15,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .ball-15a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .ball-24,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .ball-24a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery .ball-3{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon hr,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lottery #winners hr{width:216px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .footer-images li,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .footer-images li{display:block;margin:1em 0!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main body.home .footer-images{margin:1em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main body.home .footer-images li:nth-child(2){margin:1em 0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .button{display:block;margin:.5em auto 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay h3{margin-top:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_body{max-width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay .gform_wrapper .gform_footer{margin-left:auto;margin-right:auto;width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li p{font-size:2.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .circle-wrap{height:475px;top:5%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .top-circle{left:auto;right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #recommended ul li{display:block;margin-left:auto!important;margin-right:auto!important;width:240px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links p.signup{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links.mobile,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links.mobile .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-espresso_events .links.mobile p.signup{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce #customer_login .u-column1,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce #customer_login .u-column2{float:none;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .block.split-block .inner-content{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-fmn #main .one-half{margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-fmn #main .circle{float:none;height:300px;margin:0 auto;width:300px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-popup .split-block .inner-content .flex{padding:3em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations .inner{background:none;min-height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations .lights{left:auto;position:relative;top:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations .one-third{float:none;margin:0 auto!important;width:12em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donations span.amount{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/bulb.png?6d832ab4320c02f75228dde2481ca9c6);background-position:50%;background-repeat:no-repeat;background-size:3em auto;margin-bottom:0!important;padding:1.75em 0 1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top .one-third,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top .two-third{text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top .two-third img{display:block;float:none;margin:2em auto 0;max-width:10em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .quote .one-third{width:30%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .quote .two-third{font-size:1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:last-child{width:18em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:first-child{margin-left:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:last-child{margin-left:4em;margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third.logo{margin:1em 0 0 2em;width:14em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-donate-lual-thanks #hero{min-height:50em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-donate-lual-thanks #hero .donate2{display:-webkit-box;display:-ms-flexbox;display:flex;top:16em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-donate-lual-thanks #hero .share{top:32em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .custom-product-list{grid-template-columns:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce-order-received .woocommerce ul.order_details li{border:0;display:block;margin:0 0 1em;padding:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #nurse-msg .one-half.content{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #timetocare-block .button{display:block;margin:0 auto .75em;width:15em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slides .slick-list li.imgcaption #img-caption-block{font-size:.75em;padding:.5em 0 .75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign #main #img-caption-block h3{font-size:1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr.ticket-sales-sold-out:not(.ee-hidden-ticket-tr),body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .event-tickets .tkt-slctr-tbl.datetime_selector_active .tckt-slctr-tbl-tr:not(.ee-hidden-ticket-tr){width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #ticket-wrapper .checkbox-dropdown-selector li{text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block h4{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-manager-form fieldset .fs-wrap .fs-dropdown .fs-options,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-manager-form fieldset .fs-wrap .fs-label-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-manager-form fieldset input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-manager-form fieldset select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block .facetwp-facet select,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block .fs-wrap .fs-dropdown .fs-options,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block .fs-wrap .fs-label-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job_filters .search_jobs .block input{font-size:.6em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block .job_filters .button{margin-top:26px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_location .facetwp-facet .fs-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_location h4.location{margin-right:0;width:48%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_contract,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_location .facetwp-facet .location-wrap,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_location h4.location{margin-right:4%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_keywords{margin-right:52%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_location{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #vacancies-top .job_filters .search_jobs .block.search_sort{position:absolute;right:0;top:4.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner{height:20em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message{height:20em;width:25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message h2{font-size:1.5em;left:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .intro .entry-content .intro-banner .message h2{bottom:.5em;font-size:1.125em;left:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message svg#hand-heart-alt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message svg#rosette-white{left:15em;width:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-alerts-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-questions-block h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #work-experience-block h3{display:block;line-height:1.25;margin-bottom:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-alerts-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #job-questions-block .button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #work-experience-block .button{display:inline-block;margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .values .tabs li{height:3em;margin:0 .5em;width:2.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .values ul.tabs li{height:2em;margin:0 .5em;width:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .values ul.tabs svg{height:2em;width:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .equal svg#thumbs-up{width:20em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .vacancies-wrap{overflow:auto;padding-bottom:1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .vacancies-wrap .vacancies-inner-wrap{min-width:40em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-footer-block .block{margin:0 0 1em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .apply-button{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .apply-button a{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .single-job_listing .recruitment .right .apply-button .external-link{display:block;margin:.5em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_container .accordion_head b{font-size:1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .quote,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .quote,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .quote{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail .detail{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .intro .entry-content .intro-banner{height:16em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .quote{float:none;padding-right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .image{float:none;margin:1em auto 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .name{bottom:0;left:calc(50% + 6.5em);right:auto;top:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.volunteering .accordion_body{padding:2em 1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.volunteering .faqs{margin-bottom:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input{margin-right:0!important;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_footer input.gform_previous_button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input.gform_previous_button{margin-bottom:1em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .navigation-blocks{text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .navigation-blocks a .image{float:none;margin:0 auto .5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper .gform_page_footer a.gform_save_link{margin:1em 0!important;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-application .job-details{margin-bottom:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-application .button{float:none;margin:.5em 0 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .job-application .closing{display:block;float:none;margin-top:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .tabs.faqtabs li{display:block;margin-right:0;padding:.25em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .accordion_head .fa{font-size:1em;top:1.75em}}@media screen and (max-width:479px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main html{min-width:320px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #full-screen-search form div{left:10%!important;margin-left:0!important;width:80%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #full-screen-search form div input{font-size:2em!important;line-height:2!important;padding-right:2em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-title{width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h1.site-title img{margin:0 auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding{padding-bottom:3em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .site-branding a.donate.button{margin:.5em 0 0;right:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation button{left:.6em;top:-3em;width:calc(100% - 1.2em)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation a.refer.button span{font-size:.65em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .main-navigation a.refer.button span.number{font-size:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #hero{min-height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slides,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slides .slick-list li{max-height:300px;min-height:300px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content{height:150px;width:150px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content p{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slide-content .button{font-size:.7em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro h2{margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #intro p{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #latestnews .inner-content h2{font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper .gform_footer,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper ul li.gfield,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block .gform_wrapper ul li.gfield:first-child{width:90%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #newsletter-block h3{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon #footer-menu li{font-size:.6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #colophon .copyright{font-size:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .hero,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about .hero,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-funding .hero,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team .hero{max-height:300px;min-height:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count h2,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-faqs h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-funding h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team h1.title,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team h4{margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about ul.tabs li{height:5em;margin:0 .5em;width:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .split-block .inner-content{max-width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #timeline .moments{width:86%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team ul.tabs li{height:125px;padding:2.5em 0;width:125px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .join-circle{height:150px;top:5%;width:150px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .join-circle a{font-size:1em;padding:35px 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .winner-circle{height:100px;top:60%;width:100px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .winner-circle a{font-size:1em;padding:20px 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options ul.tabs li{font-size:.8em;height:130px;width:130px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign #main h3,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual #main h3{font-size:2.4em!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-lual #hero{min-height:700px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-bubble.donate{font-size:.8em;height:315px;top:25em;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li label{font-size:1em;height:45px;line-height:45px;width:45px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #donate-options .form-wrap.blue-form .gform_wrapper li.amount ul.gfield_radio li:last-child label{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .donate-accordion .contact li{display:block;margin-right:0!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .form-overlay h3{font-size:1.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optionb .inside,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optionc .inside,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optione .inside{bottom:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li p{font-size:1.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optione p{font-size:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .circle-wrap{height:250px;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .top-circle{height:110px;width:110px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .top-circle .inner-circle{font-size:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .bottom-circle{height:150px;width:150px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .landing-slider li.optiond .bottom-circle .inner-circle{font-size:.5em;padding:0 1.25em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #count h2 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h1.title span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main h3 span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-about h1.title span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-funding h1.title span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team h1.title span,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-team h4 span{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form h3.title span{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #lottery-form.form-overlay .gform_wrapper{max-width:100%!important;width:100%!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-fmn #main .inner h1 img{width:200px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #social-feed .instagram #sb_instagram .sbi_photo{height:300px!important;width:275px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #social-feed .button{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .infographic,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top{padding:1em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .top h1{font-size:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .quote .two-third{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third:last-child{margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third .quote .top-circle p{font-size:1.25em;padding:2.5em 4em 2em 2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third.logo{margin-left:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main.page-template-template-campaign-sues-wish-list #main .bottom .one-third .donate .bottom-circle p{font-size:2.25em;padding:1.75em .6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product form.cart .variations td.label,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product form.cart .variations td.value,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product form.cart table td{display:block;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product .woocommerce-tabs .panel,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .woocommerce div.product .woocommerce-tabs ul.tabs li{font-size:.8em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #nurse-msg.split-block .inner-content .flex{padding:2em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main #nurse-msg.split-block .inner-content .flex img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-search-block{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro svg#hand-heart{width:20em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner{height:16em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message{height:16em;width:20em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message h2{bottom:.5em;font-size:1.25em;left:.75em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .intro .entry-content .intro-banner .message h2{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message svg#hand-heart-alt,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .intro .entry-content .intro-banner .message svg#rosette-white{left:11.75em;width:1.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #current-vacancies-banner .inner-content .button:first-of-type{margin-bottom:.5em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #job-questions-split-block .one-half,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #meet-the-team-block .one-half{min-height:16em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_container{padding:1.5em 0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_container .accordion_body .inner{padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_body .benefits-icons .benefit .icon,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .intro .entry-content .benefits-icons .benefit .icon{float:none;margin:0 auto;padding:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.benefit .accordion_body .benefits-icons .benefit .detail,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .intro .entry-content .benefits-icons .benefit .detail{float:none;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .login-block.ajaxlogin input[type=password],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .login-block.ajaxlogin input[type=text]{width:17em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .banner{height:16em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .image,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .image{height:12em;width:12em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .story-bubble,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .story-bubble,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .story-bubble{height:10em;left:7em;top:4em;width:10em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:first-child .name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .name,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(3) .name{height:9.5em;left:7.5em;top:4.5em;width:9em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item .name h3{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .image{float:left;margin-right:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.stories .stories-wrapper .wmle_container .wmle_item:nth-child(2) .name{top:4em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail .image-wrap .image{height:10em;width:10em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail .image-wrap .bubbles{height:8em;left:calc(50% + 2em);width:6em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment .story-detail .detail .quote b,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .quote p{font-size:1em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .image{height:14em;width:14em}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment.clinical .entry-content .clinical-quote .name{height:9em;left:calc(50% + 5em);width:9em}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-list:focus{outline:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-list.dragging{cursor:pointer;cursor:hand}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slider .slick-list,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-track:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-track:before{content:"";display:table}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-track:after{clear:both}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-loading .slick-track{visibility:hidden}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slide{display:none;float:left;height:100%;min-height:1px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main [dir=rtl] .slick-slide{float:right}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slide img{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slide.slick-loading img{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-slide.dragging img{pointer-events:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-initialized .slick-slide{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-loading .slick-slide{visibility:hidden}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-arrow.slick-hidden{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-loading .slick-list{background:#fff url(/wp-content/themes/stbarnabas/root-studio/assets/images/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) 50% no-repeat}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev{background:transparent;border:none;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;outline:none;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev:hover{background:transparent;color:transparent;outline:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next:focus:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next:hover:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev:focus:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev:hover:before{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next.slick-disabled:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev.slick-disabled:before{opacity:.25}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev{left:-25px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main [dir=rtl] .slick-prev{left:auto;right:-25px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-prev:before{content:"←"}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main [dir=rtl] .slick-prev:before{content:"→"}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next{right:-25px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main [dir=rtl] .slick-next{left:-25px;right:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-next:before{content:"→"}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main [dir=rtl] .slick-next:before{content:"←"}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dotted.slick-slider{margin-bottom:30px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li{cursor:pointer;display:inline-block;height:20px;margin:0 5px;padding:0;position:relative;width:20px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li button{background:transparent;border:0;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;outline:none;padding:5px;width:20px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li button:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li button:hover{outline:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li button:focus:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li button:hover:before{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .slick-dots li.slick-active button:before{color:#000;opacity:.75}@-webkit-keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;z-index:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr audio,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr iframe,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr video{display:block;height:100%;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr button{font:inherit;line-height:inherit;width:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:focus{outline:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui{-webkit-box-sizing:border-box;box-sizing:border-box}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui *,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui :after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui :before{-webkit-box-sizing:inherit;box-sizing:inherit}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui a,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui button,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui ::-webkit-media-text-track-container{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__captions span:empty{display:none}@media (min-width:480px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--captions-active .plyr__captions{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4));-ms-transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4));transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__caption div{display:inline}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control{-ms-flex-negative:0;background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control:focus{outline:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main a.plyr__control{text-decoration:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control.plyr__control--pressed .icon--not-pressed,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control.plyr__control--pressed .label--not-pressed,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control:not(.plyr__control--pressed) .icon--pressed,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control:not(.plyr__control--pressed) .label--pressed,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main a.plyr__control:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main a.plyr__control:before{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui ::-webkit-media-controls{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;text-align:center}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__progress__container{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item.plyr__progress__container:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item.plyr__time+.plyr__time,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr [data-plyr=airplay],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr [data-plyr=captions],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr [data-plyr=fullscreen],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr [data-plyr=pip],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls:empty{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--airplay-supported [data-plyr=airplay],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--captions-enabled [data-plyr=captions],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-enabled [data-plyr=fullscreen],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--pip-supported [data-plyr=pip]{display:inline-block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;-webkit-box-shadow:0 1px 2px #00000026;box-shadow:0 1px 2px #00000026;-webkit-box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container [role=menuitem],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container [role=menuitemradio]{margin-top:2px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container [role=menuitem]:first-child,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--forward:focus-visible:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--back:focus-visible:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]:after,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]:before{-ms-flex-negative:0;background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;-webkit-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__menu__container .plyr__menu__value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,currentColor),color-stop(0,#0000));background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:-webkit-gradient(linear,left top,right top,from(currentColor),to(#0000));background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;-webkit-user-select:none;user-select:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;-webkit-box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;-webkit-box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-ms-track{color:#0000}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-ms-fill-upper,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-ms-tooltip{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]::-moz-focus-outer{border:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]:focus{outline:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__time+.plyr__time{display:none}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;-webkit-box-shadow:0 1px 2px #00000026;box-shadow:0 1px 2px #00000026;-webkit-box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;-webkit-transform:translate(-50%,10px) scale(.8);-ms-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;white-space:nowrap;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr .plyr__control:focus-visible .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr .plyr__control:hover .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%) scale(1);-ms-transform:translate(-50%) scale(1);transform:translate(-50%) scale(1)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr .plyr__control:hover .plyr__tooltip{z-index:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translateY(10px) scale(.8);-ms-transform:translateY(10px) scale(.8);transform:translateY(10px) scale(.8);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child .plyr__tooltip:before,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translateY(10px) scale(.8);-ms-transform:translateY(10px) scale(.8);transform:translateY(10px) scale(.8);-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{-webkit-transform:translate(0) scale(1);-ms-transform:translate(0) scale(1);transform:translate(0) scale(1)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress input[type=range],body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress input[type=range]{position:relative;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__buffer::-webkit-progress-bar{background:#0000}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio .plyr__control:focus-visible,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio .plyr__control:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;-webkit-box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video{overflow:hidden}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video.plyr--menu-open{overflow:visible}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-embed,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-embed,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-embed iframe,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);-ms-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video .plyr__controls{background:-webkit-gradient(linear,left top,left bottom,from(#0000),to(#000000bf));background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}@media (min-width:480px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video .plyr__control:focus-visible,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video .plyr__control:hover,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control--overlaid svg{left:2px;position:relative}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control--overlaid:focus,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control--overlaid:hover{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;-webkit-box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-webkit-full-screen video{height:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-ms-fullscreen video{height:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:fullscreen video{height:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-fallback video{height:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__ads>div,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__ads>div iframe{height:100%;position:absolute;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__ads:empty:after{display:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:3px;z-index:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;-webkit-box-shadow:0 1px 2px #00000026;box-shadow:0 1px 2px #00000026;-webkit-box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translateY(10px) scale(.8);-ms-transform:translateY(10px) scale(.8);transform:translateY(10px) scale(.8);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0) scale(1);-ms-transform:translate(0) scale(1);transform:translate(0) scale(1)}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__image-container img,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__image-container:after{border-radius:inherit;-webkit-box-shadow:inset 0 0 0 1px #00000026;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__image-container img{max-height:none;max-width:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__time-container{background:-webkit-gradient(linear,left top,left bottom,from(#0000),to(#000000bf));background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%;z-index:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-scrubbing--is-shown{opacity:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr--no-transition{-webkit-transition:none!important;transition:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr [hidden]{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .plyr__control{-webkit-box-shadow:none!important;box-shadow:none!important}

/*
!* Icons *!
*/@font-face{font-family:slick;font-style:normal;font-weight:400;src:font("slick.eot");src:font("slick.eot?#iefix") format("embedded-opentype"),font("slick.woff") format("woff"),font("slick.ttf") format("truetype"),font("slick.svg#slick") format("svg")}html{-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden;scroll-behavior:smooth;scroll-padding:100px}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{-webkit-font-smoothing:antialiased;color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.3125rem;overflow-x:hidden;scroll-behavior:smooth}::-moz-selection{background:#1ba4e7;color:#fff}::selection{background:#1ba4e7;color:#fff}body:after,body:before{content:none}.fancybox-bg{background:rgba(var(--colour-background),.8)!important}.fancybox-bg:after,.fancybox-bg:before{content:"";height:930px;left:calc(50% - 465px);position:absolute;top:calc(50% - 465px);width:930px;z-index:-1}.fancybox-bg:before{background:radial-gradient(closest-side,#000 0,rgba(0,0,0,.6) 60%,rgba(0,0,0,0))}.fancybox-bg:after{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/dedication-background-lights.png?e05f36775240ac94ba39d0e0ac468412);background-position:50%;background-size:contain}.fancybox-navigation{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;left:50%;max-width:1000px;position:absolute;top:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:90%;z-index:99999}@media screen and (max-width:44.99em){.fancybox-navigation{top:90%}}.gform_ajax_spinner{margin-left:calc(280px - 100%);opacity:0;width:0}.js-no-scroll{overflow:hidden}.page-template-template-events-registration #idpc_context{margin-top:10px}.page-template-template-events-registration .idpc-button,.page-template-template-events-registration .idpc-input{margin:0!important}.plyr__video-embed{width:100%}.contact-social.addresses li p{color:#fff;margin:10px 0}div:has(#contact-wellbeing):not(.js-hide)~*{opacity:30%;pointer-events:none}body.st-barnabas #full-screen-search button.close:focus:after{color:#f7643c}body.st-barnabas #full-screen-search form div input:focus{border-bottom:2px solid #f7643c}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .accordion_head.red{background-color:#d43e0c}button.fwp-submit.button:focus-visible,input.facetwp-location:focus-visible,input.facetwp-search:focus-visible,select.facetwp-radius-dropdown:focus-visible,select.facetwp-sort-select:focus-visible{outline:1px solid #f15623;outline-offset:3px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_filters .search_jobs .block .fs-wrap:focus-visible{outline:1px solid #f15623;outline-offset:3px}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .job_listings li a:focus-visible{outline:2px solid #064290;outline-offset:4px;-webkit-transition:none;transition:none}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .vacanciestop:focus-visible{border-radius:50%;outline:2px solid #064290;outline-offset:4px;-webkit-transition:none;transition:none}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication).page-template-template-contact .contact-form h3 a{color:#f9a01b}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) #timeline li .content{opacity:1}body:not(.t-studio):not(#kss-node):not(.page-template-template-event_landing):not(.single-dedication) .split-block .volunteer .inner-content .flex :last-child{color:#fff;text-decoration:underline}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin input[type=password]:focus-visible,body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin input[type=text]:focus-visible{background-color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .login-block.ajaxlogin .login-submit .lwa-link-remember:focus-visible{outline:2px solid #064290;outline-offset:3px}#gform_page_58_1 a.gform_save_link{display:none!important}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer>:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer>:nth-child(2){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer>:nth-child(3){-webkit-box-ordinal-group:2;-ms-flex-order:1;margin:0 auto 0 0!important;order:1}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input.gform_next_button{background-color:#00a4e6;color:#fff}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) main .recruitment #main .gform_wrapper form .gform_page_footer input.gform_next_button:hover{background-color:#fff;color:#00a4e6}body:not(.t-studio):not(.page-template-template-event_landing):not(.single-dedication):not(#kss-node) .recruitment .tabs{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.tab-link--styled{border:1px solid #235096;border-radius:4px 0 0 4px;color:#235096;margin-right:0!important;padding:6px 16px}.tab-link--styled.current{background-color:#235096!important;color:#fff!important}.tab-link--styled+.tab-link--styled{border-left:none;border-radius:0 4px 4px 0}.is-quarantine p:not([class]){margin:0 0 30px}.is-quarantine p:not([class]):last-child{margin-bottom:0}.is-quarantine b:not([class]),.is-quarantine strong:not([class]){font-weight:700}.is-quarantine em:not([class]),.is-quarantine i:not([class]){font-style:italic}.is-quarantine a:not([class]){color:#1ba4e7;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.is-quarantine a:not([class]):focus,.is-quarantine a:not([class]):hover{color:#f7643c}.is-quarantine h1:not([class]),.is-quarantine h2:not([class]),.is-quarantine h3:not([class]),.is-quarantine h4:not([class]),.is-quarantine h5:not([class]),.is-quarantine h6:not([class]){color:#064290;font-size:1.375rem;font-weight:900;line-height:1.625rem;margin-bottom:30px}.is-quarantine img:not([class]){display:block;margin-bottom:30px;max-width:100%}.is-quarantine blockquote:not([class]){background-color:rgba(var(--colour-article-title),.9);border-left:4px solid rgba(var(--colour-article-title),1);margin-bottom:30px;padding:20px}.is-quarantine q:not([class]){font-style:italic}.is-quarantine q:not([class]):after,.is-quarantine q:not([class]):before{display:inline-block}.is-quarantine q:not([class]):before{content:open-quote}.is-quarantine q:not([class]):after{content:close-quote}.is-quarantine ul:not([class]){margin-bottom:30px}.is-quarantine ul:not([class]) li{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}.is-quarantine ul:not([class]) li:before{background:#ffc425;border-radius:50%;content:"";height:10px;margin:5px 20px 0 0;min-height:10px;min-width:10px;width:10px}.is-quarantine ul:not([class]) li::marker{color:#f7643c;font-size:.5625rem}.is-quarantine ol:not([class]),.is-quarantine ul:not([class]) li:not(:last-child){margin-bottom:30px}.is-quarantine ol:not([class]) li{list-style-position:inside}.is-quarantine ol:not([class]) li+li{margin-top:5px}.is-quarantine dl:not([class]){margin-bottom:30px}.is-quarantine dl:not([class]) dt{font-weight:700;text-decoration:underline}.is-quarantine dl:not([class]) dd{margin-bottom:5px}.is-quarantine table:not([class]){border:1px solid rgba(var(--colour-article-title),.75);border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:30px}.is-quarantine table:not([class]) tr:nth-child(2n){background-color:rgba(var(--colour-article-title),.9)}.is-quarantine table:not([class]) td,.is-quarantine table:not([class]) th{padding:6px 12px;text-align:left}.is-quarantine table:not([class]) th{background-color:rgba(var(--colour-primary),1);color:#fff}.is-quarantine table:not([class]) td{color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:300;line-height:1.3125rem}.is-quarantine address:not([class]){font-style:italic}.is-quarantine hr:not([class]){background:#fff;border:0;border-bottom:2px solid rgba(var(--colour-secondary),1);margin-bottom:30px}.o-duo{-webkit-box-align:center;-ms-flex-align:center;grid-column-gap:100px;align-items:center;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:-webkit-min-content;grid-template-rows:min-content;justify-items:center;margin-left:auto;margin-right:auto;max-width:1260px;width:90%}.o-duo--form-hotlinks{grid-column-gap:40px;margin-left:50%;max-width:90vw;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:933px}.o-duo--form-hotlinks .c-hotlink{padding:40px}.o-duo--narrow{grid-column-gap:40px}.o-duo--service,.o-duo--start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.o-duo--service{grid-template-columns:1fr 360px}.o-duo--service .c-article{max-width:630px}.c-section--form .o-duo{grid-template-columns:repeat(2,50%)}@media screen and (max-width:72.99em){.o-duo{grid-row-gap:50px;grid-template-rows:-webkit-min-content;grid-template-rows:min-content}.c-section--form .o-duo,.o-duo{grid-template-columns:100%}}.o-container{margin-left:auto;margin-right:auto;max-width:1260px;position:relative;width:90%}.o-container+.o-container{margin-top:50px}.o-container--wide{max-width:1355px}.o-container--narrow{max-width:1010px}.o-container--thin{max-width:570px}.o-container--page{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:-75px;max-width:1130px;padding:100px 0;position:relative}.o-container--page:before{background:#fff;border-radius:40px 40px 0 0;content:"";height:100%;left:-5%;position:absolute;top:0;width:110%}.o-container--border{border-bottom:1px solid rgba(27,164,231,.15)}@media screen and (max-width:72.99em){.o-container{max-width:70%}.o-container--page{padding:50px 0 75px}.o-container--page:before{left:-15%;width:130%}}@media screen and (max-width:44.99em){.o-container{max-width:80%}.o-container--page{padding:50px 0}.o-container--page:before{border-radius:30px 30px 0 0;left:-10%;width:120%}}@media screen and (max-width:33.99em){.o-container{max-width:90%}.o-container--page:before{border-radius:20px 20px 0 0;left:-5%;width:110%}}.o-carousel{overflow:hidden}.o-carousel,.o-carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;width:100%;z-index:1}.o-carousel__track{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.o-carousel__slide{-ms-flex-negative:0;flex-shrink:0;height:100%;pointer-events:none;position:relative;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;visibility:hidden;width:100%}.o-carousel__slide.js-carousel__slide--active{pointer-events:fill;visibility:visible}.js-carousel__control--disabled{cursor:auto;opacity:.3}.o-carousel--banner .o-carousel__controls{-webkit-box-pack:center;-ms-flex-pack:center;height:580px;justify-content:center;left:5%;pointer-events:none;position:absolute;top:calc(min(100vh, 1070px)/2 - 367px);width:580px;z-index:100}.o-carousel--banner .o-carousel__buttons,.o-carousel--banner .o-carousel__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.o-carousel--banner .o-carousel__buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:90%}.o-carousel--banner .o-carousel__button{color:#fff;cursor:pointer;pointer-events:fill}.o-carousel--banner .o-carousel__button:focus-visible{border-radius:50%;outline:2px solid #064290;outline-offset:4px}.o-carousel--banner .o-carousel__pagination{bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:100}.o-carousel--banner .o-carousel__bullet{background:transparent;border:2px solid #fff;border-radius:50%;cursor:pointer;display:block;height:15px;margin-right:10px;pointer-events:fill;width:15px}.o-carousel--banner .o-carousel__bullet.js-active,.o-carousel--banner .o-carousel__bullet:hover{background:#fff}.o-carousel--banner .o-carousel__bullet:focus-visible{background:#fff;outline:1px solid #064290;outline-offset:2px}@media screen and (min-width:87.375em){.o-carousel--banner .o-carousel__controls{left:calc(50vw - 630px)}}@media screen and (max-width:72.99em){.o-carousel--banner{background:#ffc425}.o-carousel--banner .o-carousel__controls{bottom:20px;height:auto;left:0;top:auto;width:100%}.o-carousel--banner .o-carousel__pagination{bottom:12px}}.o-field{position:relative;width:100%}.o-field__label{color:#064290;display:block;font-size:1.0625rem;font-weight:500;line-height:1.625rem;margin-bottom:15px;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease}.o-field__control+.o-field__label{left:21px;pointer-events:none;position:absolute;top:13px}.o-field__control+.o-field__label.stripe{color:#757575;font-family:sans-serif;font-size:.875rem;left:21px;line-height:1.0625rem;pointer-events:none;position:absolute;top:18px}.o-field__control+.o-field__label.stripe:focus{opacity:1}.o-field__control:not(:-moz-placeholder-shown)+.o-field__label{opacity:0}.o-field__control:not(:-ms-input-placeholder)+.o-field__label{opacity:0}.o-field__control:not(:placeholder-shown)+.o-field__label{opacity:0}.o-field__label--light{color:#fff}.o-field--inline{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.o-field--inline .o-field__label--light{margin:7px 20px 7px 0}.o-field--inline .o-field__control{margin:7px 7px 0}.o-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation-delay:calc(var(--current-animation-delay) + .9s);animation-delay:calc(var(--current-animation-delay) + .9s);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.o-form__title{color:rgba(var(--colour-secondary),1);font-size:2.1875rem;font-weight:300;line-height:2.1875rem;margin:30px 0}.o-form__row{margin-bottom:30px}.o-form__copy{margin-bottom:15px}.o-form__copy--light{color:#fff}.o-form__row--action{margin-top:10px}.o-form__actions{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.o-form--narrow{margin:0 auto;max-width:700px}.js-stepper__step{opacity:0;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease}.js-stepper__step.js-active{opacity:1}.js-stepper__step.js-hide{display:none}.o-form--dark .o-form__title{color:#ffc425}.o-form--dark .o-form__copy a:not(.c-button){color:#f7643c;font-weight:500}.o-form--dark .o-form__copy a:not(.c-button):hover{color:#ffc425}.gfield_description{color:#fa5554;font-size:.875rem;font-style:italic;line-height:1.0625rem;margin-top:5px}.o-stack .idpc_context{margin-bottom:20px}.o-stack .idpc_context>.c-button{margin-top:0}.o-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.o-group__item+.o-group__item{padding:0 0 0 15px}.o-stack{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:initial;-ms-flex-align:initial;align-items:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0;width:100%}.o-stack>.c-button{margin-top:30px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.o-stack--gap{gap:30px;margin-block:30px}.o-split,.o-split__item,.one-half,.split-block{display:-webkit-box;display:-ms-flexbox;display:flex}.o-split__item,.one-half{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center;min-height:450px;width:100%}.o-split__item.content,.one-half.content{padding:80px}.o-split__item.image,.one-half.image{background-position:50%;background-repeat:no-repeat;background-size:cover}.o-trio{grid-column-gap:100px;grid-row-gap:70px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:-webkit-min-content;grid-template-rows:min-content;justify-items:center}.o-trio--shop{grid-gap:50px 70px}.o-trio--shop .o-trio__item{display:block!important;padding:0 22px;width:100%!important}@media screen and (min-width:73em){.o-trio--center{grid-column-gap:85px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));justify-items:center}.o-trio--center>*{grid-column:span 2}.o-trio--center>:nth-last-child(2):nth-child(2n):not(:nth-child(-n+3)){grid-column:2/span 2}.o-trio--center>:last-child:nth-child(2n):not(:nth-child(-n+3)){grid-column:3/span 2}}@media screen and (min-width:59em) and (max-width:73em){.o-trio{grid-column-gap:50px;grid-template-columns:repeat(2,1fr)}.o-trio--center{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center}.o-trio--center>*{grid-column:span 2}.o-trio--center>:last-child:nth-child(odd):not(:nth-child(-n+2)){grid-column:2/span 2}.o-trio--shop{grid-gap:50px}}@media screen and (max-width:58.99em){.o-trio{grid-column-gap:0;grid-row-gap:100px;grid-template-columns:100%;grid-template-rows:-webkit-min-content;grid-template-rows:min-content}.o-trio--shop{grid-gap:50px}}.o-quad{grid-gap:50px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:-webkit-min-content;grid-template-rows:min-content;justify-items:center;pointer-events:fill!important}@media screen and (max-width:72.99em){.o-quad{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:58.99em){.o-quad{grid-template-columns:100%}}.o-flex{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.o-flex--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:50px}.c-banner{background:rgba(27,164,231,.1);height:calc(100vh - 154px);max-height:920px;min-height:600px;position:relative;width:100%}.c-banner.js-animate .c-banner__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-banner.js-animate .c-banner__content,.c-banner.js-animate .c-banner__image{-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-banner.js-animate .c-banner__content{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-banner.js-animate--paused .c-banner__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-paused;animation-name:fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-banner.js-animate--paused .c-banner__content{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-banner__image{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));max-width:1280px;min-width:65vw;position:absolute;right:0;top:0;width:75%;z-index:0}.c-banner__image,.c-banner__image-src{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;will-change:height}.c-banner__image-src{font-family:"object-fit:cover;";-o-object-fit:cover;object-fit:cover;width:100%}.c-banner__container{-webkit-box-pack:start;-ms-flex-pack:start;height:100%;justify-content:flex-start;margin-left:auto;margin-right:auto;max-width:1260px;width:90%;z-index:10}.c-banner__container,.c-banner__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-banner__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);border-radius:50%;-ms-flex-direction:column;flex-direction:column;height:580px;justify-content:center;padding:150px 100px;text-align:left;width:580px}.c-banner__content:before{background:#fff;border-radius:50%;content:"";height:580px;position:absolute;width:580px}.c-banner__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;line-height:2.8125rem;margin-bottom:15px;width:100%}.c-banner__title,.c-banner__title>span{letter-spacing:-.02em;position:relative}.c-banner__title>span{color:#ffc425;display:block;font-family:braisetto,script;font-size:9.375rem;font-weight:700;line-height:6.5625rem;white-space:nowrap;z-index:10}.c-banner__copy{color:#064290;margin-bottom:25px;position:relative;width:100%}.c-banner__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.c-banner--full .c-banner__image{min-width:100vw;width:100%}.c-banner--full .c-banner__content{text-align:center}.c-banner--full .c-banner__content:before{background:#fff}.c-banner--coloured .c-banner__content:before{background:#ffc425}@media screen and (max-width:87.365em){.c-banner__content{margin-left:0}}.o-carousel .c-banner__content:before{background:#ffc425}@media screen and (max-width:72.99em){.c-banner{background:#ffc425;min-height:auto}.c-banner__image{width:100%}.c-banner__container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:70%}.c-banner__content{border-radius:0;height:auto;padding:50px 0;width:100%}.c-banner__content:before{border-radius:0;bottom:0;height:100%;left:-15vw;width:100vw}}@media screen and (max-width:44.99em){.c-banner{height:auto}.c-banner__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:80%}.c-banner__image{height:300px;position:relative}.c-banner__content:before{left:-10vw}}@media screen and (max-width:33.99em){.c-banner__container{width:90%}.c-banner__content:before{left:-5vw}.c-banner__title>span{font-family:braisetto,script;font-size:6.875rem;font-weight:700;letter-spacing:-.02em;line-height:6.5625rem}}.c-decorated-banner{background:rgba(27,164,231,.1);padding:50px 0;position:relative;width:100%}.c-decorated-banner.js-animate .c-decorated-banner__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-decorated-banner.js-animate .c-decorated-banner__content{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-decorated-banner.js-animate--paused .c-decorated-banner__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-paused;animation-name:fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-decorated-banner.js-animate--paused .c-decorated-banner__content{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-decorated-banner--hide .c-decorated-banner__image:after{content:none}.c-decorated-banner__image{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;max-height:710px;max-width:710px;position:relative;width:100%;will-change:height}.c-decorated-banner__image:after{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/decorated-1.svg?f39b5468227f0e55d750b68f935e264d);background-repeat:no-repeat;background-size:contain;content:"";height:110%;left:-10%;position:absolute;top:-10%;width:120%}.c-decorated-banner__image-src{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;font-family:"object-fit:cover;";height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%;will-change:height}.c-decorated-banner__container{-webkit-box-align:center;-ms-flex-align:center;grid-gap:100px;align-items:center;display:grid;grid-template-columns:480px auto;height:100%;justify-items:flex-start;margin-left:auto;margin-right:auto;max-width:1260px;position:relative;width:90%;z-index:10}.c-decorated-banner__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;max-width:480px;position:relative;text-align:left}.c-decorated-banner__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:4.0625rem;font-weight:900;letter-spacing:-.02em;line-height:4.375rem;margin-bottom:15px;position:relative;width:100%}.c-decorated-banner__title>span{color:#ffc425;display:block;font-family:braisetto,script;font-size:9.375rem;font-weight:700;letter-spacing:-.02em;line-height:6.5625rem;position:relative;white-space:nowrap;z-index:10}.c-decorated-banner__copy{color:#064290;margin-bottom:25px;position:relative;width:70%}.c-decorated-banner__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.c-decorated-banner--2 .c-decorated-banner__image:after{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/decorated-2.svg?b37196c775ef9283e8a89cd09c744fef);left:-10%;position:absolute;top:-10%}.c-decorated-banner--square .c-decorated-banner__image{border-radius:40px;height:100%;max-height:530px;max-width:580px;width:100%}.c-decorated-banner--square .c-decorated-banner__image:after{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/decorated-3.svg?d149019463ce1cd14039a3ffed38e654);left:-20%;position:absolute;top:0;width:140%}.c-decorated-banner--square .c-decorated-banner__image-src{border-radius:40px}.c-decorated-banner--memory .c-decorated-banner__image:after{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/decorated-4.svg)}@media screen and (max-width:87.365em){.c-decorated-banner__content{margin-left:0}}@media screen and (max-width:72.99em){.c-decorated-banner__container{grid-template-columns:100%;max-width:70%}}@media screen and (max-width:44.99em){.c-decorated-banner__container{grid-gap:50px;max-width:80%}.c-decorated-banner__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem}.c-decorated-banner__title>span{font-family:braisetto,script;font-size:5.625rem;font-weight:700;letter-spacing:-.02em;line-height:5.625rem}.c-decorated-banner__copy{width:100%}}@media screen and (max-width:33.99em){.c-decorated-banner__container{max-width:90%}}.c-donate-banner{background:rgba(27,164,231,.1);height:calc(100vh - 154px);max-height:920px;min-height:600px;position:relative;width:100%}.c-donate-banner.js-animate .c-donate-banner__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-donate-banner.js-animate .c-donate-banner__content{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-donate-banner.js-animate--paused .c-donate-banner__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-paused;animation-name:fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-donate-banner.js-animate--paused .c-donate-banner__content{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-donate-banner__image{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));max-width:1280px;min-width:65vw;position:absolute;right:0;top:0;width:75%;z-index:0}.c-donate-banner__image,.c-donate-banner__image-src{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;will-change:height}.c-donate-banner__image-src{font-family:"object-fit:cover;";-o-object-fit:cover;object-fit:cover;width:100%}.c-donate-banner__container{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-pack:start;align-items:center;height:100%;justify-content:flex-start;margin-left:auto;margin-right:auto;max-width:1260px;width:90%;z-index:10}.c-donate-banner__container,.c-donate-banner__content{-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-donate-banner__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);background:#fff;border-radius:48px;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:90px 75px;text-align:left;width:620px}.c-donate-banner__content .o-form__actions{position:relative;width:100%}.c-donate-banner__content .o-form__actions:before{border:1px solid #ddf1fb;content:"";height:1px;left:0;position:absolute;top:-20px;width:100%}.c-donate-banner__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem;margin-bottom:15px;position:relative;width:100%}.c-donate-banner__title>span{color:#ffc425;display:inline-block;font-family:braisetto,script;font-size:5.875rem;font-weight:700;letter-spacing:-.02em;line-height:3.75rem;position:relative;z-index:10}.c-donate-banner__copy{color:#064290;margin-bottom:25px;position:relative;width:100%}.c-donate-banner__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}@media screen and (max-width:87.365em){.c-donate-banner__content{margin-left:0}}@media screen and (max-width:72.99em){.c-donate-banner{background:#fff;height:100%;min-height:auto}.c-donate-banner__image{height:400px;position:relative;width:100%}.c-donate-banner__container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:70%}.c-donate-banner__content{border-radius:0;height:auto;padding:50px 0;width:100%}.c-donate-banner__content:before{border-radius:0;bottom:0;height:100%;left:-15vw;width:100vw}}@media screen and (max-width:44.99em){.c-donate-banner{height:auto}.c-donate-banner__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:80%}.c-donate-banner__image{height:300px;position:relative}.c-donate-banner__content:before{left:-10vw}}@media screen and (max-width:33.99em){.c-donate-banner__container{width:90%}.c-donate-banner__content:before{left:-5vw}}.c-basic-banner{background:#1ba4e7;height:400px}.c-basic-banner__container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin-left:auto;margin-right:auto;max-width:1260px;width:90%}.c-basic-banner__title{color:#064290;font-size:2.5625rem;font-weight:500;line-height:3rem;text-align:center;width:100%}.c-timeline-banner{background:#bfeaff;height:720px;position:relative;z-index:0}.c-timeline-banner:after,.c-timeline-banner:before{background:transparent;border:1px solid #fff;border-radius:50%;content:"";position:absolute;z-index:1}.c-timeline-banner:before{height:1130px;left:calc(50% - 565px);top:calc(50% - 565px);width:1130px}.c-timeline-banner:after{height:1555px;left:calc(50% - 785px);top:calc(50% - 785px);width:1555px}.c-timeline-banner__container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin-left:auto;margin-right:auto;max-width:1260px;position:relative;width:90%}.c-timeline-banner__container:before{background:#fff;border-radius:50%;content:"";height:840px;left:calc(50% - 420px);position:absolute;top:calc(50% - 420px);width:840px;z-index:1}.c-timeline-banner__content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;padding:100px 0;position:relative;width:840px;z-index:5}.c-timeline-banner__content:after,.c-timeline-banner__content:before{background-repeat:no-repeat;background-size:contain;content:"";height:300px;position:absolute;top:calc(50% - 150px);width:280px}.c-timeline-banner__content:before{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/timeline-left.png?72475f8db7ab3b32ff77d16f973c972f);left:-100px}.c-timeline-banner__content:after{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/timeline-right.png?774c8c39342b293380163272737609bf);right:-140px}.c-timeline-banner__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;height:100%;justify-content:space-between;letter-spacing:-.02em;line-height:2.8125rem;max-width:420px;text-align:center;width:100%}.c-timeline-banner__title span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.c-timeline-banner__title span:first-child{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.c-timeline-banner__year{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:auto;-o-object-fit:contain;object-fit:contain;order:1;width:300px}@media screen and (max-width:58.99em){.c-timeline-banner__content:after,.c-timeline-banner__content:before{content:none}}.c-warehouse-banner{background:#fff;padding:50px 0;position:relative;width:100%}.c-warehouse-banner.js-animate .c-warehouse-banner__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-warehouse-banner.js-animate .c-warehouse-banner__content{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-warehouse-banner.js-animate--paused .c-warehouse-banner__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-paused;animation-name:fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-warehouse-banner.js-animate--paused .c-warehouse-banner__content{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-warehouse-banner__background{height:90%;left:0;position:absolute;top:0;width:100%}.c-warehouse-banner__background-src{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-warehouse-banner__image{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));border:15px solid #fff;max-height:710px;max-width:710px;position:relative}.c-warehouse-banner__image,.c-warehouse-banner__image-src{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;height:100%;width:100%;will-change:height}.c-warehouse-banner__image-src{font-family:"object-fit:cover;";-o-object-fit:cover;object-fit:cover;overflow:hidden}.c-warehouse-banner__logo{height:auto;margin-bottom:30px;max-width:480px;width:100%}.c-warehouse-banner__logo-src{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.c-warehouse-banner__container{-webkit-box-align:center;-ms-flex-align:center;grid-gap:100px;align-items:center;display:grid;grid-template-columns:480px auto;height:100%;justify-items:flex-start;margin-left:auto;margin-right:auto;max-width:1260px;position:relative;width:90%;z-index:10}.c-warehouse-banner__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;max-width:480px;position:relative;text-align:left}.c-warehouse-banner__copy{color:#000;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.001em;line-height:1.3125rem;margin-bottom:25px;margin-left:45px;position:relative;width:80%}.c-warehouse-banner__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:45px;position:relative;width:100%}@media screen and (max-width:87.365em){.c-warehouse-banner__content{margin-left:0}}@media screen and (max-width:72.99em){.c-warehouse-banner__container{grid-template-columns:100%;max-width:70%}.c-warehouse-banner__actions,.c-warehouse-banner__copy{margin-left:0}}@media screen and (max-width:44.99em){.c-warehouse-banner__container{grid-gap:50px;max-width:80%}.c-warehouse-banner__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem}.c-warehouse-banner__copy{width:100%}}@media screen and (max-width:33.99em){.c-warehouse-banner__container{max-width:90%}}.c-carousel{min-width:0;position:relative}.c-carousel__container{width:100%}.c-carousel--contain,.c-carousel__container--contain{margin-left:-30px;overflow:hidden;padding:30px;width:calc(100% + 60px)}.c-carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-carousel__item{-ms-flex-negative:0;cursor:pointer;flex-shrink:0;position:relative}.c-carousel__item .c-image-card{max-width:none}.c-carousel__controls{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;justify-content:space-between;left:-3vw;position:absolute;top:150px;width:calc(100% + 6vw)}.c-carousel__control,.c-carousel__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-carousel__control{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;background:transparent;border:0;color:#fff;cursor:pointer;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow("float" rgba(0,0,0,.16));filter:drop-shadow("float" rgba(0,0,0,.16));height:24px;justify-content:center;margin-bottom:0;text-align:center;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation;vertical-align:middle;white-space:nowrap;width:12px;will-change:filter}.no-cssfilters .c-carousel__control,.no-js .c-carousel__control{-webkit-box-shadow:"float" rgba(0,0,0,.16);box-shadow:"float" rgba(0,0,0,.16)}.c-carousel__control .c-icon,.c-carousel__control .c-icon__glyph{height:24px;width:12px}.c-carousel__control:focus-visible{border-radius:50%;color:#064290;outline:2px solid #064290;outline-offset:3px}.c-carousel__pagination{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:30px;width:100%}.o-carousel__bullet{background:transparent;border:2px solid #fff;border-radius:50%;cursor:pointer;display:block;height:15px;margin-right:10px;pointer-events:fill;width:15px}.o-carousel__bullet.js-active,.o-carousel__bullet:hover{background:#fff}@media screen and (max-width:44.99em){.c-carousel__controls{bottom:0;left:0;top:auto;width:100%}}.c-header{background:#fff;padding:20px 0 35px;position:relative;width:100%;z-index:20}.c-header.js-sticky{position:fixed}.c-header.js-sticky--stuck{background:#1ba4e7;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.c-header.js-sticky--stuck .c-logo{-webkit-transform:scale(.55);-ms-transform:scale(.55);transform:scale(.55)}.c-header__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1260px;max-width:1355px;width:90%}.c-header__container,.c-header__navigation{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.c-header__navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start}.c-header__primary-navigation,.c-header__secondary-navigation{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.c-header__secondary-navigation{margin-bottom:15px}@media screen and (max-width:72.99em){.c-header{padding:30px 0 15px}.c-header__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-header__container,.c-header__navigation{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-header__navigation{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.c-header__primary-navigation{display:none}.c-header__secondary-navigation{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:15px 0 0;width:100%}.c-header__secondary-navigation .c-icon-button{margin-bottom:10px}}@media screen and (max-width:33.99em){.c-header__secondary-navigation{display:none}}.c-footer{background:#064290;padding:50px 0 60px;position:relative;z-index:1}.c-footer:after{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart-footer.svg?a8eede61332a77734106369bd14021cf);background-repeat:no-repeat;background-size:contain;content:"";height:306px;position:absolute;right:-30px;top:calc(50% - 153px);width:280px;z-index:-1}.c-footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;color:#fff;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;max-width:1260px;text-align:center;width:90%}.c-footer__container,.c-footer__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.c-footer__heading{margin-bottom:40px}.c-footer__tagline{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/tagline.svg?20ab0b0051a823cf49e5b54cab0d233c);background-repeat:no-repeat;background-size:contain;height:40px;margin-right:65px;width:257px}.c-footer__title{color:#1ba4e7;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:.01em;line-height:1.625rem;margin-bottom:-10px}.c-footer__tel{color:#ffc425;text-decoration:none}.c-footer__social{margin-bottom:35px}.c-footer__navigation,.c-footer__social{display:-webkit-box;display:-ms-flexbox;display:flex}.c-footer__navigation{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:30px;max-width:550px}.c-footer__legal{margin-bottom:0}.c-footer__address,.c-footer__legal{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:1.3125rem}.c-footer__address{margin-bottom:30px}.c-footer__credit{color:#bfeaff;font-size:.875rem;font-weight:500;line-height:1rem}.c-footer__credit>a{color:#bfeaff;font-weight:700;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-footer__credit>a:hover{color:#1ba4e7}@media screen and (max-width:58.99em){.c-footer:after{opacity:.5}.c-footer .c-footer__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-footer .c-footer__tagline,.c-footer .c-footer__title{margin:0}.c-footer .c-footer__tagline{margin-bottom:40px}}.c-section{padding:75px 0;position:relative}.c-section--timeline{padding:0 0 75px}.c-section--primary{background:rgba(27,164,231,.1)}.c-section--background{background:#064290}.c-section--sky{background:#bfeafe}.c-section--warehouse{background:#ecedeb}.c-section--old{background:#2f4f91}.c-section--black{background:#000}.c-section--black+.c-section--black,.c-section--black+.c-section--black-cut{padding-top:0}.c-section--primary-gradient,.c-section--primary-gradient-fixed:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(70%,rgba(27,164,231,.1)),to(rgba(27,164,231,0)));background:linear-gradient(180deg,rgba(27,164,231,.1) 70%,rgba(27,164,231,0))}.c-section--primary-gradient-fixed:before{content:"";height:100%;left:0;max-height:800px;position:absolute;top:0;width:100%;z-index:0}.c-section--accent{background:rgba(255,196,37,.1)}.c-section--donate{background:rgba(255,196,37,.25);padding:150px 0}.c-section--accent-gradient-cut{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,196,37,0)),to(rgba(255,196,37,.2)));background:linear-gradient(0deg,rgba(255,196,37,0) 0,rgba(255,196,37,.2))}.c-section--accent-gradient-cut:before{background:#fff;content:"";height:250px;left:0;position:absolute;top:0;width:100%;z-index:0}.c-section--black-cut{background:#000}.c-section--black-cut:before{background:#fff9e9;bottom:0;content:"";height:175px;left:0;position:absolute;width:100%;z-index:0}.c-section--accent-gradient{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,196,37,.1)),to(rgba(255,196,37,0)));background:linear-gradient(0deg,rgba(255,196,37,.1) 0,rgba(255,196,37,0))}.c-section--tall{padding:150px 0}.c-section__image{position:absolute}.c-section--pull{margin-bottom:-175px;z-index:5}.c-section--pull.c-section--accent{background:transparent}.c-section--pull.c-section--accent:before{background:#fff9e9;content:"";height:calc(100% - 175px);left:0;position:absolute;top:0;width:100%}.c-section--pull+.c-section{padding-top:175px}.c-section__image--pig{background:#ffc425;height:365px;left:calc(50vw - 750px);-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/pig.svg?f10727ec1a87ce1214011144537495f1);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/pig.svg?f10727ec1a87ce1214011144537495f1);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:380px}.c-section--hearts .o-container:last-child:after,.c-section--hearts .o-container:last-child:before{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart-outline.svg?d9ad523790d758fca0bf68c90f0af35a);background-size:contain;content:"";height:70px;position:absolute;top:-30px;width:65px}.c-section--hearts .o-container:last-child:before{left:-100px}.c-section--hearts .o-container:last-child:after{right:-100px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.c-section--gift{padding:125px 0}.c-section--gift .o-container+.o-container{margin-top:100px}.c-section--gift .o-container:last-child:after,.c-section--gift .o-container:last-child:before{content:"";-webkit-mask-size:contain;mask-size:contain;position:absolute}.c-section--gift .o-container:last-child:before{background:#fff;height:70px;left:-100px;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart-outline.svg?d9ad523790d758fca0bf68c90f0af35a);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart-outline.svg?d9ad523790d758fca0bf68c90f0af35a);top:-130px;width:65px}.c-section--gift .o-container:last-child:after{background:#064290;height:97px;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/gift.svg?be6c2197c65c13c30650481d47b6c28a);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/gift.svg?be6c2197c65c13c30650481d47b6c28a);right:-100px;top:calc(50% - 55px);width:85px}.c-section--suns{z-index:5}.c-section--suns .o-container:after,.c-section--suns .o-container:before{content:"";-webkit-mask-size:contain;mask-size:contain;position:absolute}.c-section--suns .o-container:first-child:before{background:#ffc425;height:125px;left:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/sun.svg?f7b00150611f3bc9fb735aefec1d638d);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/sun.svg?f7b00150611f3bc9fb735aefec1d638d);top:-130px;width:130px}.c-section--suns .o-container:last-child:after{background:#ffc425;bottom:-130px;height:110px;left:-100px;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/ball.svg?e0e64a01d3b6231ecb35ec209c7e02ad);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/ball.svg?e0e64a01d3b6231ecb35ec209c7e02ad);width:115px}.c-section--will .o-form{margin-top:50px}.c-section--no-bottom{padding-bottom:0!important}@media screen and (max-width:72.99em){.c-section--tall{padding:75px 0}}.c-sponsor-table{border:none;border-collapse:collapse;margin-left:auto;margin-right:auto;margin-top:100px;max-width:1260px;max-width:1180px;position:relative;width:90%}.c-sponsor-table:before{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/pig.svg?f10727ec1a87ce1214011144537495f1) 50% no-repeat;background-size:contain;content:"";height:240px;left:0;position:absolute;top:-150px;width:285px}.c-sponsor-table__row{color:#064290;font-size:1.125rem;font-weight:500}.c-sponsor-table__heading,.c-sponsor-table__row{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;letter-spacing:.001em;line-height:1.375rem}.c-sponsor-table__heading{border-radius:20px 20px 0 0;font-size:1.375rem;font-weight:900;padding:25px 40px}.c-sponsor-table__heading>span{display:block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.001em;line-height:1.375rem;margin:0 auto;max-width:120px}.c-sponsor-table__heading:last-child{background:#ffe08b}.c-sponsor-table__cell{min-height:100px;padding:30px 70px;text-align:center}.c-sponsor-table__cell span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:center}.c-sponsor-table__cell:last-child{background:#ffe08b}.c-sponsor-table__cell:last-child .c-sponsor-table__tick{-webkit-filter:drop-shadow(0 3px 6px #ffc425);filter:drop-shadow(0 3px 6px #FFC425);will-change:filter}.no-cssfilters .c-sponsor-table__cell:last-child .c-sponsor-table__tick,.no-js .c-sponsor-table__cell:last-child .c-sponsor-table__tick{-webkit-box-shadow:0 3px 6px #ffc425;box-shadow:0 3px 6px #ffc425}.c-sponsor-table__cell:first-child{max-width:320px;padding-left:0;padding-right:40px;text-align:left}.c-sponsor-table__cell:not(:last-child){border-top:1px solid #bfeaff}.c-sponsor-table__tick{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(0 3px 6px #bfeaff);filter:drop-shadow(0 3px 6px #BFEAFF);height:40px;justify-content:center;margin:0 auto;width:40px;will-change:filter}.no-cssfilters .c-sponsor-table__tick,.no-js .c-sponsor-table__tick{-webkit-box-shadow:0 3px 6px #bfeaff;box-shadow:0 3px 6px #bfeaff}.c-sponsor-table__tick .c-icon__glyph{height:20px;width:20px}@media screen and (min-width:73em){.c-sponsor-table__row:first-child .c-sponsor-table__cell{border-top:0}.c-sponsor-table__row:last-child .c-sponsor-table__cell{border-radius:0 0 20px 20px}}@media screen and (max-width:72.99em){.c-sponsor-table{margin-top:75px;width:70%}.c-sponsor-table:before{left:-200px;top:-150px}.c-sponsor-table__header{display:block;margin-bottom:50px}.c-sponsor-table__row{background:#fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(10px 10px 20px rgba(6,66,144,.15));filter:drop-shadow(10px 10px 20px rgba(6,66,144,.15));-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;will-change:filter}.no-cssfilters .c-sponsor-table__row,.no-js .c-sponsor-table__row{-webkit-box-shadow:10px 10px 20px rgba(6,66,144,.15);box-shadow:10px 10px 20px rgba(6,66,144,.15)}.c-sponsor-table__row:last-child .c-sponsor-table__cell{border-radius:0}.c-sponsor-table__row:not(:last-child){margin-bottom:50px}.c-sponsor-table__cell,.c-sponsor-table__heading{min-height:0;padding:0;width:25%}.c-sponsor-table__cell:not(:last-child),.c-sponsor-table__heading:not(:last-child){border-bottom:0}.c-sponsor-table__cell:first-child,.c-sponsor-table__heading:first-child{border:0;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:.001em;line-height:1.375rem;max-width:100%;padding:40px 20px;text-align:center;width:100%}.c-sponsor-table__heading{border-radius:0;padding:40px 20px}.c-sponsor-table__heading:first-child{display:none}.c-sponsor-table__cell-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:0;padding:30px 20px}.c-sponsor-table__cell-content>span{margin-bottom:20px}.c-sponsor-table__cell-content:after{color:#064290;content:attr(data-level);display:block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:.001em;line-height:1.375rem}}@media screen and (max-width:44.99em){.c-sponsor-table{width:80%}.c-sponsor-table:before{content:none}.c-sponsor-table__header,.c-sponsor-table__row:not(:last-child){margin-bottom:30px}.c-sponsor-table__cell:first-child{padding:30px 20px}.c-sponsor-table__heading{font-size:1.125rem;font-weight:900;padding:30px 20px}.c-sponsor-table__heading,.c-sponsor-table__heading>span{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;letter-spacing:.001em;line-height:1.375rem}.c-sponsor-table__heading>span{font-size:1rem;font-weight:500}.c-sponsor-table__cell-content:after{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:900;letter-spacing:.001em;line-height:1.375rem}}@media screen and (max-width:33.99em){.c-sponsor-table{margin-top:50px;width:90%}.c-sponsor-table__cell:first-child{padding:30px 10px}.c-sponsor-table__cell-content{padding:20px}.c-sponsor-table__cell-content:after,.c-sponsor-table__heading{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:.9375rem;font-weight:900;letter-spacing:.001em;line-height:1.375rem}.c-sponsor-table__heading{padding:20px 10px}.c-sponsor-table__heading>span{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.001em;line-height:1.375rem}}.c-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.c-tabs__controls{display:-webkit-box;display:-ms-flexbox;display:flex;margin:30px 0}.c-tabs__button,.c-tabs__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-tabs__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:none;border:1px solid #c6e8f9;border-radius:33px;color:#064290;cursor:pointer;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:700;letter-spacing:.01em;line-height:1.25rem;margin-bottom:0;margin-right:20px;padding:11px 20px;text-align:center;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,color,border-color;transition-property:background,color,border-color;-webkit-transition-timing-function:ease;transition-timing-function:ease;vertical-align:middle;white-space:nowrap}.c-tabs__button:last-child{margin-right:0}.c-tabs__button.js-active,.c-tabs__button:focus,.c-tabs__button:hover{background-color:#064290;border-color:#064290;color:#fff;outline:none}.c-tabs__section{-webkit-filter:blur(80px);filter:blur(80px);height:0;opacity:0;pointer-events:none;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:0}.c-tabs__section.js-active{-webkit-filter:blur(0);filter:blur(0);height:100%;opacity:1;pointer-events:fill;width:100%}.c-testimonial{max-height:100vh;min-height:500px;padding:100px 0;position:relative}.c-testimonial:before{z-index:5}.c-testimonial:before,.c-testimonial__image{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.c-testimonial__image{z-index:1}.c-testimonial__image-src{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-testimonial__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:auto;margin-right:auto;max-width:1260px;position:relative;width:90%;z-index:10}.c-testimonial__container,.c-testimonial__content{display:-webkit-box;display:-ms-flexbox;display:flex}.c-testimonial__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:350px}.c-testimonial__content:before{color:#1ba4e7;content:"“";display:block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-family:georgia;font-size:5.875rem;line-height:0rem;text-align:center;width:100%}.c-testimonial__content:before,.c-testimonial__quote{font-style:italic;font-weight:700;letter-spacing:.001em}.c-testimonial__quote{font-size:2.125rem;line-height:2.5625rem;margin-bottom:10px}.c-testimonial__attribution,.c-testimonial__quote{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}.c-testimonial__attribution{font-size:1.3125rem;font-weight:700;letter-spacing:.001em;line-height:1.625rem}.c-testimonial--left:before{background:linear-gradient(135deg,rgba(var(--background-colour),100%) 20%,rgba(var(--background-colour),0) 60%)}.c-testimonial--left .c-testimonial__attribution,.c-testimonial--left .c-testimonial__quote{text-align:left}.c-testimonial--left .c-testimonial__content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-testimonial--right:before{background:linear-gradient(315deg,rgba(var(--background-colour),100%) 20%,rgba(var(--background-colour),0) 60%)}.c-testimonial--right .c-testimonial__container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-testimonial--center:before{background:radial-gradient(rgba(var(--background-colour),100%) 0,rgba(var(--background-colour),0) 60%)}.c-testimonial--center .c-testimonial__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-testimonial--center .c-testimonial__attribution,.c-testimonial--center .c-testimonial__quote,.c-testimonial--right .c-testimonial__attribution,.c-testimonial--right .c-testimonial__quote{text-align:center}.c-testimonial--center .c-testimonial__content,.c-testimonial--right .c-testimonial__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:58.99em){.c-testimonial:before{background:rgba(var(--background-colour),70%)}.c-testimonial .c-testimonial__attribution,.c-testimonial .c-testimonial__quote{text-align:center}.c-testimonial__container,.c-testimonial__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-responsive-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-fill-mode:both;animation-fill-mode:both;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:height;transition-property:height;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:100vw;z-index:110}.c-responsive-menu.js-hide{-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:menu-hide;animation-name:menu-hide;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-responsive-menu.js-hide .c-accordion,.c-responsive-menu.js-hide .c-nav-item{animation-direction:reverse;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:fade-right;animation-name:fade-right;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-responsive-menu.js-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:menu-show;animation-name:menu-show;-webkit-animation-timing-function:ease;animation-timing-function:ease;opacity:1}.c-responsive-menu.js-active .c-logo{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion,.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-left;animation-name:fade-left;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(0),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(0){-webkit-animation-delay:.1s;animation-delay:.1s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:first-child,.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(2),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(3),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(4),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(4){-webkit-animation-delay:.5s;animation-delay:.5s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(5),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(5){-webkit-animation-delay:.6s;animation-delay:.6s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(6),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(6){-webkit-animation-delay:.7s;animation-delay:.7s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(7),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(7){-webkit-animation-delay:.8s;animation-delay:.8s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(8),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(8){-webkit-animation-delay:.9s;animation-delay:.9s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(9),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(9){-webkit-animation-delay:1s;animation-delay:1s}.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-accordion:nth-child(10),.c-responsive-menu.js-active .c-responsive-menu__navigation>.c-nav-item:nth-child(10){-webkit-animation-delay:1.1s;animation-delay:1.1s}.c-responsive-menu.js-active .c-logo,.c-responsive-menu.js-active .c-nav-item{-webkit-animation-play-state:running;animation-play-state:running}.c-responsive-menu__navigation{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 135px);overflow:scroll;padding:0 5vw;width:110vw}.c-responsive-menu__navigation .c-nav-item{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation:none;animation:none;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;margin:10px 0;text-align:left;width:100%}.c-responsive-menu__navigation .c-accordion,.c-responsive-menu__navigation>.c-nav-item{border-bottom:1px solid rgba(27,164,231,.2);color:#1ba4e7}.c-responsive-menu__navigation .c-accordion:first-child,.c-responsive-menu__navigation>.c-nav-item:first-child{-webkit-animation-delay:0s;animation-delay:0s}.c-responsive-menu__navigation .c-accordion:nth-child(2),.c-responsive-menu__navigation>.c-nav-item:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.c-responsive-menu__navigation .c-accordion:nth-child(3),.c-responsive-menu__navigation>.c-nav-item:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.c-responsive-menu__navigation .c-accordion:nth-child(4),.c-responsive-menu__navigation>.c-nav-item:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.c-responsive-menu__navigation .c-accordion:nth-child(5),.c-responsive-menu__navigation>.c-nav-item:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}.c-responsive-menu__navigation .c-accordion:nth-child(6),.c-responsive-menu__navigation>.c-nav-item:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}.c-responsive-menu__navigation .c-accordion:nth-child(7),.c-responsive-menu__navigation>.c-nav-item:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}.c-responsive-menu__navigation .c-accordion:nth-child(8),.c-responsive-menu__navigation>.c-nav-item:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s}.c-responsive-menu__navigation .c-accordion:nth-child(9),.c-responsive-menu__navigation>.c-nav-item:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s}.c-responsive-menu__navigation .c-accordion:nth-child(10),.c-responsive-menu__navigation>.c-nav-item:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s}.c-responsive-menu__navigation .c-nav-item__link{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.01em;line-height:1.1875rem}.c-responsive-menu__navigation>.c-nav-item{margin:0;padding:20px}.c-responsive-menu__navigation>.c-nav-item:first-child{padding:20px}.c-responsive-menu__navigation>.c-nav-item .c-nav-item__link{-webkit-box-pack:justify;-ms-flex-pack:justify;color:#1ba4e7;cursor:pointer;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;justify-content:space-between;letter-spacing:.01em;line-height:1.1875rem;padding:0}.c-responsive-menu__branding,.c-responsive-menu__navigation>.c-nav-item .c-nav-item__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.c-responsive-menu__branding{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 5%}.c-responsive-menu__branding .c-button{font-size:.9375rem}.c-responsive-menu__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (min-width:59em){.c-responsive-menu{display:none}}@media screen and (max-width:44.99em){.c-responsive-menu__buttons .c-button:first-child{display:none}}@media screen and (max-width:33.99em){.c-responsive-menu__buttons .c-button--icon{overflow:hidden;width:41px}}.c-brand{height:auto}.c-brand,.c-brand__src{max-height:150px;max-width:100%}.c-brand__src{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:58.99em){.c-brand{width:calc(50% - 40px)}}.c-brochure{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;position:relative}.c-brochure:before{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/brochure-bubble.svg?222312be0ea4bd96d2492700552c68e6);background-repeat:no-repeat;background-size:contain;content:"";height:80%;left:10%;position:absolute;top:10%;width:80%;z-index:0}.c-brochure__src{font-family:"object-fit: cover;";height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);z-index:5}.c-brochure__src,.c-bubble{position:relative;width:100%}.c-bubble{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}.c-bubble.js-animate .c-bubble__content,.c-bubble.js-animate .c-bubble__content:after,.c-bubble.js-animate .c-bubble__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-bubble.js-animate--paused .c-bubble__content,.c-bubble.js-animate--paused .c-bubble__content:after,.c-bubble.js-animate--paused .c-bubble__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-bubble__content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:490px;justify-content:center;max-height:490px;max-width:490px;padding:70px;position:relative;width:100%;z-index:3}.c-bubble__content:after{-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s);background:#ffc425;border-radius:50%;content:"";height:113px;left:-20px;position:absolute;top:-20px;width:113px}.c-bubble__text{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem;text-align:center}.c-bubble__text span{color:#ffc425;display:block;font-family:braisetto,script;font-size:5.875rem;font-weight:700;letter-spacing:-.02em;line-height:5.875rem;margin-bottom:-10px;white-space:nowrap}.c-bubble__image{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);border-radius:50%;bottom:-160px;height:320px;left:-60px;position:absolute;width:320px;z-index:5}.c-bubble__image-src{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-bubble--alt{margin:-50px 0 50px}.c-bubble--alt .c-bubble__content{background:#ffc425}.c-bubble--alt .c-bubble__content:after{background:#1ba4e7}@media screen and (max-width:72.99em){.c-bubble{margin-top:100px}.c-bubble__image{bottom:auto;left:auto;right:-80px;top:-170px}}@media screen and (max-width:58.99em){.c-bubble__content{height:60vw;max-height:60vw;max-width:60vw;padding:40px;width:60vw}.c-bubble__text{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;line-height:2.6875rem}.c-bubble__text span{font-family:braisetto,script;font-size:5rem;font-weight:700;letter-spacing:-.02em;line-height:5rem}.c-bubble__image{z-index:0}}@media screen and (max-width:44.99em){.c-bubble__content{height:70vw;max-height:70vw;max-width:70vw;width:70vw}}@media screen and (max-width:33.99em){.c-bubble__text{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.875rem;font-weight:900;letter-spacing:-.02em;line-height:2.5rem}.c-bubble__text span{font-family:braisetto,script;font-size:4.0625rem;font-weight:700;letter-spacing:-.02em;line-height:4.0625rem}.c-bubble__image{top:-130px}.c-bubble__content{height:90vw;max-height:90vw;max-width:90vw;width:90vw}}.c-image-float{border-radius:25px;height:300px;overflow:hidden;position:absolute;top:-100px;width:400px}.c-image-float__src{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-image-float--left{left:-200px;-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}.c-image-float--right{right:-200px;-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}@media screen and (max-width:72.99em){.c-image-float{display:none}}.c-image{position:relative}.c-image__src{font-family:"object-fit: cover;";height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-image__caption{font-size:.75rem;font-style:italic;line-height:1rem;padding-top:10px}.c-image--bubble{height:430px;width:430px}.c-image--bubble:after,.c-image--bubble:before{border-radius:50%;content:"";position:absolute}.c-image--bubble:before{background:#1ba4e7;bottom:50px;height:70px;left:50px;width:70px}.c-image--bubble:after{background:#ffc425;height:115px;right:-30px;top:0;width:115px}.c-image--bubble .c-image__src{border-radius:50%}.c-image--timeline{grid-area:image;margin:0 auto;position:relative}.c-image--timeline,.c-image--timeline:before{height:90vw;max-height:380px;max-width:380px;width:90vw}.c-image--timeline:before{background:rgba(191,234,255,.6);border-radius:50%;content:"";left:0;position:absolute;top:0;z-index:-1}.c-logos{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;justify-items:center}.c-logos.js-animate .c-logos__logo{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-logos.js-animate--paused .c-logos__logo{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-logos__logo{height:100px;margin:0 30px 30px;max-width:100%}.c-logos__logo:first-child{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay))}.c-logos__logo:nth-child(2){-webkit-animation-delay:calc(var(--current-animation-delay) + .15s);animation-delay:calc(var(--current-animation-delay) + .15s)}.c-logos__logo:nth-child(3){-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s)}.c-logos__logo:nth-child(4){-webkit-animation-delay:calc(var(--current-animation-delay) + .45s);animation-delay:calc(var(--current-animation-delay) + .45s)}.c-logos__logo:nth-child(5){-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s)}.c-logos__logo:nth-child(6){-webkit-animation-delay:calc(var(--current-animation-delay) + .75s);animation-delay:calc(var(--current-animation-delay) + .75s)}.c-logos__logo:nth-child(7){-webkit-animation-delay:calc(var(--current-animation-delay) + .9s);animation-delay:calc(var(--current-animation-delay) + .9s)}.c-logos__src{height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.c-logo-badge{background:#fff;border-radius:50%;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.1));filter:drop-shadow(10px 10px 20px rgba(0,0,0,.1));height:185px;padding:20px;position:absolute;right:20px;top:-20px;width:185px;will-change:filter;z-index:20}.no-cssfilters .c-logo-badge,.no-js .c-logo-badge{-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.1);box-shadow:10px 10px 20px rgba(0,0,0,.1)}.c-logo-badge__src{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.c-logo-badge--small{height:100px;padding:10px;right:-10px;top:-20px;width:100px}@media screen and (max-width:72.99em){.c-logo-badge:not(.c-logo-badge--small){right:-100px}}@media screen and (max-width:58.99em){.c-logo-badge:not(.c-logo-badge--small){right:0;top:-150px}}.c-logo{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/logo-dark.png?d387d550f011e123fb1f8a8884e00604) no-repeat 0 0;background-position:50%;background-size:contain;display:block;height:66px;width:300px}.c-logo:focus-visible{border-radius:4px;outline:2px solid #064290;outline-offset:4px}@media screen and (max-width:58.99em){.c-logo{height:45px}}.c-small-bubble{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-140px}.c-small-bubble.js-animate .c-small-bubble__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-small-bubble.js-animate--paused .c-small-bubble__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-small-bubble__image{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);border-radius:50%;height:180px;width:180px;z-index:5}.c-small-bubble__image:after,.c-small-bubble__image:before{-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s);border-radius:50%;content:"";position:absolute;z-index:-1}.c-small-bubble__image:before{background:#fff;bottom:20px;height:40px;width:40px}.c-small-bubble__image:after{background:#ffc425;height:80px;top:20px;width:80px}.c-small-bubble__image-src{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-small-bubble--right{right:0}.c-small-bubble--right .c-small-bubble__image:before{right:-60px}.c-small-bubble--right .c-small-bubble__image:after{right:-30px}.c-small-bubble--left{left:0}.c-small-bubble--left .c-small-bubble__image:before{left:-60px}.c-small-bubble--left .c-small-bubble__image:after{left:-30px}@media screen and (max-width:72.99em){.c-small-bubble{top:-200px}}@media screen and (max-width:44.99em){.c-small-bubble{display:none}}.c-video{border-radius:10px;overflow:hidden;width:100%}.c-article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:520px;position:relative;text-align:left;width:100%}.c-article.js-animate .c-article__actions,.c-article.js-animate .c-article__copy,.c-article.js-animate .c-article__title{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-article.js-animate--paused .c-article__actions,.c-article.js-animate--paused .c-article__copy,.c-article.js-animate--paused .c-article__title{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up-paused;animation-name:fade-up-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-article__subtitle{-webkit-animation-delay:calc(var(--current-animation-delay) + .3);animation-delay:calc(var(--current-animation-delay) + .3);color:#ffc425;font-size:1.625rem;line-height:1.625rem}.c-article__subtitle,.c-article__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-weight:900;letter-spacing:-.02em;position:relative;width:100%}.c-article__title{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));color:#064290;font-size:2.8125rem;line-height:2.8125rem;margin-bottom:25px}.c-article__title>a{color:inherit;text-decoration:none}.c-article__title:has(span){margin-bottom:45px}.c-article__title>span{color:#ffc425;display:inline-block;font-family:braisetto,script;font-size:5.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.875rem;position:relative;z-index:10}.c-article__copy{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);margin:0;width:100%}.c-article__copy .plyr{border-radius:10px;margin-bottom:30px}.c-article__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-20px;margin-top:30px;width:100%}.c-article__actions .c-button{margin-bottom:20px}.c-article--small .c-article__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;line-height:2.5rem}.c-article--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto;text-align:center}.c-article--center,.c-article--center .c-article__actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-article--cta{max-width:440px}.c-article--cta .c-article__copy{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:300;letter-spacing:.012em;line-height:1.875rem;margin:20px}.c-article--warehouse .c-article__title{color:#f15623}.c-article--light .c-article__copy,.c-article--light .c-article__title{color:#fff}.c-article--contact .c-article__copy a{color:#ffc425!important;font-weight:700}.c-article--contact .c-article__copy a:hover{text-decoration:underline}.c-article--timeline .c-article__subtitle{color:#ffc425;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem}.c-article--wide{max-width:550px}.c-article--full{max-width:100%}@media screen and (max-width:72.99em){.c-article{max-width:100%}}.c-data-table{border:1px solid #c6e8f9;border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:30px;width:100%}.c-data-table__row:nth-child(2n){background-color:#e8f6fd}.c-data-table__cell,.c-data-table__header{padding:8px 15px;text-align:left}.c-data-table__header{background-color:#1ba4e7;color:#fff}.c-data-table__cell:not(:last-child),.c-data-table__header:not(:last-child){border-right:1px solid #c6e8f9}.c-heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:0 auto;text-align:center}.c-heading.js-animate .c-heading__title{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-heading.js-animate--paused .c-heading__title{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up-paused;animation-name:fade-up-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-heading__title{-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-box-pack:center;-ms-flex-pack:center;align-items:baseline;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;justify-content:center;letter-spacing:-.02em;line-height:2.8125rem;max-width:415px;text-align:center}.c-heading__title>span{color:#ffc425;display:block;font-family:braisetto,script;font-size:5.9375rem;font-weight:700;letter-spacing:0;line-height:2.8125rem;margin-left:10px;position:relative;white-space:nowrap;z-index:10}.c-heading__title-decorated{position:relative}.c-heading__title-decorated:after,.c-heading__title-decorated:before{background:#fff;content:"";display:block;height:31px;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lines.svg?1137d63bff07e7ea3d8f583df46da270);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lines.svg?1137d63bff07e7ea3d8f583df46da270);-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:calc(50% - 15px);width:18px}.c-heading__title-decorated:before{left:-30px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.c-heading__title-decorated:after{right:-30px}.c-heading__intro{color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;line-height:1.625rem;margin-top:20px;width:90%}.c-heading__image{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;max-height:100px;max-width:380px}.c-heading__image-src{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.c-heading--warehouse{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-heading--warehouse .c-heading__title{display:block}.c-heading--warehouse .c-heading__title>span{color:#f15623;display:inline-block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem;margin-left:0}.c-heading--warehouse .c-heading__intro{max-width:450px}.c-heading--warehouse .c-heading__title-decorated{margin-top:50px}.c-heading--warehouse .c-heading__title-decorated:after,.c-heading--warehouse .c-heading__title-decorated:before{display:block;height:150px;position:absolute;top:-50px;width:80px}.c-heading--warehouse .c-heading__title-decorated:before{left:-125px;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/b&b-left.svg?fe0cd5aa110aefbcc42b82c4f8267328);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/b&b-left.svg?fe0cd5aa110aefbcc42b82c4f8267328);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.c-heading--warehouse .c-heading__title-decorated:after{-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/b&b-right.svg?1b9073dd897a7e1e97c9cecdeb3bb92f);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/b&b-right.svg?1b9073dd897a7e1e97c9cecdeb3bb92f);right:-125px}.c-heading--left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-heading--left .c-heading__title{max-width:100%;text-align:left}.c-heading--wide{max-width:650px}.c-heading--full,.c-heading--full .c-heading__title,.c-heading--wide .c-heading__title{max-width:100%}.c-heading--light .c-heading__intro,.c-heading--light .c-heading__title{color:#fff}.c-heading--image-lined .c-heading__image{position:relative}.c-heading--image-lined .c-heading__image:after,.c-heading--image-lined .c-heading__image:before{background:rgba(27,164,231,.15);content:"";height:2px;position:absolute;top:calc(50% - 1px);width:min(450px,calc(45vh - 150px))}.c-heading--image-lined .c-heading__image:before{left:max(-450px,calc(100px - 45vh))}.c-heading--image-lined .c-heading__image:after{right:max(-450px,calc(100px - 45vh))}@media screen and (max-width:58.99em){.c-heading--left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-heading--left .c-heading__title{text-align:center}}.c-lottery{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:start;-ms-flex-pack:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.c-lottery.js-animate .c-lottery__ball{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-lottery.js-animate .c-lottery__ball,.c-lottery.js-animate .c-lottery__date{-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-lottery.js-animate .c-lottery__date{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-lottery.js-animate--paused .c-lottery__ball{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-paused;animation-name:fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-lottery.js-animate--paused .c-lottery__date{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up-paused;animation-name:fade-up-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-lottery__date{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));color:#1ba4e7;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:900;letter-spacing:.01em;line-height:1.3125rem}.c-lottery__container{display:grid;grid-template-columns:repeat(3,minmax(-webkit-min-content,1fr));grid-template-columns:repeat(3,minmax(min-content,1fr));grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content);justify-items:center;left:-50px;max-width:675px;position:absolute;top:50px;width:100%}.c-lottery__ball,.c-lottery__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-lottery__ball{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:50%;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:145px;justify-content:center;padding:30px 40px;position:relative;text-align:center;width:145px}.c-lottery__ball:first-child{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay))}.c-lottery__ball:nth-child(2){-webkit-animation-delay:calc(var(--current-animation-delay) + .15s);animation-delay:calc(var(--current-animation-delay) + .15s)}.c-lottery__ball:nth-child(3){-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s)}.c-lottery__ball:nth-child(4){-webkit-animation-delay:calc(var(--current-animation-delay) + .45s);animation-delay:calc(var(--current-animation-delay) + .45s)}.c-lottery__ball:nth-child(5){-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s)}.c-lottery__ball:nth-child(6){-webkit-animation-delay:calc(var(--current-animation-delay) + .75s);animation-delay:calc(var(--current-animation-delay) + .75s)}.c-lottery__ball:nth-child(7){-webkit-animation-delay:calc(var(--current-animation-delay) + .9s);animation-delay:calc(var(--current-animation-delay) + .9s)}.c-lottery__prize{font-size:1.875rem;font-weight:900;margin-top:auto}.c-lottery__number,.c-lottery__prize{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em;line-height:1.5rem}.c-lottery__number{font-size:1.375rem;font-weight:500;margin-bottom:auto;text-transform:uppercase}.c-lottery__winner{font-size:.75rem;font-weight:700;line-height:.875rem;margin-bottom:auto}.c-lottery__winner,.c-lottery__winner>span{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em}.c-lottery__winner>span{display:block;font-size:1.375rem;font-weight:900;line-height:1.5rem}.c-lottery__ball--1{background:#064290;color:#fff;grid-column:2/3;grid-row:1/2;height:225px;-webkit-transform:translate(20px,20px);-ms-transform:translate(20px,20px);transform:translate(20px,20px);width:225px;z-index:10}.c-lottery__ball--1 .c-lottery__prize{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:3.125rem;font-weight:900;letter-spacing:-.02em;line-height:3rem}.c-lottery__ball--1 .c-lottery__number{font-size:1.375rem;font-weight:500;line-height:1.625rem;margin-bottom:10px}.c-lottery__ball--1 .c-lottery__number,.c-lottery__ball--1 .c-lottery__winner{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em}.c-lottery__ball--1 .c-lottery__winner{font-size:.875rem;font-weight:700;line-height:1rem}.c-lottery__ball--2{background:#ffc425;grid-column:1/2;grid-row:1/2;height:174px;-webkit-transform:translate(10px,40px);-ms-transform:translate(10px,40px);transform:translate(10px,40px);width:174px;z-index:9}.c-lottery__ball--2 .c-lottery__prize{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.375rem;font-weight:900;letter-spacing:-.02em;line-height:2.625rem}.c-lottery__ball--2 .c-lottery__number{margin-bottom:10px}.c-lottery__ball--3{background:#1ba4e7;color:#fff;grid-column:1/2;grid-row:2/3;-webkit-transform:translate(60px,-40px);-ms-transform:translate(60px,-40px);transform:translate(60px,-40px);z-index:8}.c-lottery__ball--3 .c-lottery__number{margin-bottom:5px}.c-lottery__ball--4{background:#bfeaff;grid-column:2/3;grid-row:2/3;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);z-index:7}.c-lottery__ball--4 .c-lottery__number{margin-bottom:5px}.c-lottery__ball--5{background:#f7643c;color:#fff;margin-bottom:90px}.c-lottery__ball--5,.c-lottery__ball--rollover{grid-column:3/4;grid-row:2/3;-webkit-transform:translate(-20px,-100px);-ms-transform:translate(-20px,-100px);transform:translate(-20px,-100px);z-index:6}.c-lottery__ball--rollover{background:transparent;border:2px solid #bfeaff;color:#064290;height:225px;width:225px}.c-lottery__ball--rollover .c-lottery__number{margin-bottom:20px}@media screen and (max-width:72.99em){.c-lottery__container{margin:auto;position:relative}}@media screen and (max-width:44.99em){.c-lottery__container{grid-row-gap:30px;grid-template-columns:repeat(2,50%);grid-template-rows:repeat(3,-webkit-min-content);grid-template-rows:repeat(3,min-content);left:-30px}.c-lottery__ball--rollover{grid-column:1/3;grid-row:3/4;-webkit-transform:translate(30px,-70px);-ms-transform:translate(30px,-70px);transform:translate(30px,-70px)}.c-lottery__ball--3{-webkit-transform:translate(40px,-10px);-ms-transform:translate(40px,-10px);transform:translate(40px,-10px)}}.c-lottery-ball{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));height:97px;position:absolute;width:91px}.c-lottery-ball.js-animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-lottery-ball.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-lottery-ball__src{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.c-lottery-ball--yellow{left:40%;top:100%}.c-lottery-ball--blue{left:90%;top:95%}.c-lottery-ball--light-blue{left:50%;top:80px}@media screen and (max-width:72.99em){.c-lottery-ball--yellow{left:20%;top:490px}.c-lottery-ball--blue{left:80%;top:410px}.c-lottery-ball--light-blue{left:70%}}@media screen and (max-width:44.99em){.c-lottery-ball--yellow{left:0;top:490px}}.c-rosette{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/rosette.svg?26e7cd8e97adb677f5fc004cf55b7f07);height:610px;padding:60px;width:530px}.c-rosette,.c-rosette__container{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.c-rosette__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;height:100%;max-height:420px;max-width:270px;text-align:center;width:100%}.c-rosette__title{color:#fff;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem;margin-bottom:30px;padding-bottom:30px;position:relative}.c-rosette__title:after{background:hsla(0,0%,100%,.17);bottom:0;content:"";height:5px;left:calc(50% - 26px);position:absolute;width:52px}.c-rosette__title>span{display:block;font-size:3.875rem;line-height:3rem}.c-rosette__copy,.c-rosette__title>span{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-weight:900;letter-spacing:-.02em}.c-rosette__copy{color:#fff;font-size:1.375rem;line-height:1.625rem}.c-rosette__actions{margin-top:20px}.c-rosette__actions,.c-spend{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.c-spend{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:800px;text-align:center;width:100%}.c-spend__title{font-size:2.8125rem;line-height:2.8125rem;margin-bottom:40px;text-align:center}.c-spend__copy,.c-spend__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-weight:900;letter-spacing:-.02em}.c-spend__copy{font-size:1.375rem;line-height:1.625rem}.c-spend__amount{grid-column-gap:25px;grid-row-gap:25px;display:grid;grid-template-columns:repeat(10,55px);margin-bottom:40px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.c-spend__heart{color:#fff}.c-spend__heart,.c-spend__heart .c-icon__glyph{height:48px;width:55px}.c-spend__heart--filled{color:#ffc425}@media screen and (max-width:58.99em){.c-spend__amount{grid-template-columns:repeat(5,55px)}}@media screen and (max-width:33.99em){.c-spend__amount{grid-column-gap:15px;grid-row-gap:15px;grid-template-columns:repeat(5,45px)}.c-spend__heart,.c-spend__heart .c-icon__glyph{height:38px;width:45px}}.c-donate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/donate-circle.svg?dcbf1a61a05d1fb964cdd154dd51a7b5);background-position:50%;background-repeat:no-repeat;background-size:contain;display:-webkit-box;display:-ms-flexbox;display:flex;height:570px;justify-content:center;min-width:600px;width:600px}.c-donate+.c-article{max-width:520px}.c-donate__container{grid-row-gap:20px;grid-column-gap:20px;display:grid;grid-template-columns:repeat(2,192px);grid-template-rows:repeat(2,186px);-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}.c-donate__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#064290;border-radius:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:20px;text-align:center}.c-donate__card:after,.c-donate__card:after:after{background:-webkit-gradient(linear,right top,left bottom,color-stop(50%,hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(to bottom left,hsla(0,0%,100%,0) 50%,#fff);border-radius:26px;content:"";height:176px;left:calc(50% - 91px);opacity:.25;pointer-events:none;position:absolute;top:calc(50% - 88px);width:182px;z-index:0}.c-donate__card:nth-child(-n+2){-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}.c-donate__card:nth-last-child(-n+2){-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px)}.c-donate__card:nth-child(2){background:#1ba4e7}.c-donate__card:nth-child(3){background:#f7643c}.c-donate__card:nth-child(4){background:#ffc425}.c-donate__card-title{font-size:3.875rem;font-weight:900;letter-spacing:-.02em;line-height:3rem;margin-bottom:15px}.c-donate__card-copy,.c-donate__card-title{color:#fff;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}.c-donate__card-copy{font-size:.875rem;font-weight:700;letter-spacing:.01em;line-height:.9375rem}@media screen and (max-width:33.99em){.c-donate__container{grid-template-columns:repeat(2,142px)}.c-donate__card:nth-child(-n+2){-webkit-transform:translateX(-15px);-ms-transform:translateX(-15px);transform:translateX(-15px)}.c-donate__card:nth-last-child(-n+2){-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(15px)}.c-donate__card-title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.625rem;font-weight:900;letter-spacing:-.02em;line-height:2.125rem}}.c-appeal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:0 auto;text-align:center}.c-appeal__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem;margin-bottom:40px;position:relative;text-align:center}.c-appeal__title:after,.c-appeal__title:before{background:#fff;content:"";display:block;height:31px;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lines.svg?1137d63bff07e7ea3d8f583df46da270);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/lines.svg?1137d63bff07e7ea3d8f583df46da270);-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:calc(50% - 15px);width:18px}.c-appeal__title:before{left:-30px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.c-appeal__title:after{right:-30px}.c-appeal__copy{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:500;letter-spacing:-.02em;line-height:1.625rem;max-width:850px}.c-appeal__copy strong{font-weight:900}.c-appeal__actions{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:20px}@media screen and (max-width:44.99em){.c-appeal__title:after,.c-appeal__title:before{content:none}}.c-totaliser{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px;max-width:900px}.c-totaliser,.c-totaliser__range{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.c-totaliser__range{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}.c-totaliser__range-cost{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem}.c-totaliser__range-divider{background:rgba(6,66,144,.1);border-radius:2px;display:block;height:8px;width:4px}.c-totaliser__bar{background:#fff;border:4px solid #ade2fc;border-radius:35px;height:70px;position:relative;width:100%}.c-totaliser__bar:after,.c-totaliser__bar:before{background-repeat:no-repeat;background-size:contain;content:"";height:32px;position:absolute;top:calc(50% - 16px);width:32px}.c-totaliser__bar:before{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/sad-face.svg?9f1d062cf1bbc542551d2096a6d9850b);left:-50px}.c-totaliser__bar:after{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/happy-face.svg?cb57d5865f3c7a6dea3d4cf6e3e00992);right:-50px}.c-totaliser__total{background:-webkit-gradient(linear,left top,right top,from(#f7643c),color-stop(48.77%,#e3d749),to(#4dff9f));background:linear-gradient(90deg,#f7643c 0,#e3d749 48.77%,#4dff9f);border:4px solid #f4f4f7;border-radius:35px;height:52px;left:6px;max-width:calc(100% - 12px);padding:0 10px;position:absolute;top:calc(50% - 26px)}.c-totaliser__amount,.c-totaliser__total{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.c-totaliser__amount{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem;margin-left:auto}.c-totaliser__amount .c-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:rgba(0,0,0,.1);border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:28px;justify-content:center;margin-left:20px;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:28px}.c-totaliser__amount .c-icon:hover{background:#fff;color:#1ba4e7}.c-totaliser__amount .c-icon .c-icon__glyph{height:8px;width:12px}.c-totaliser__target{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff6de;border-radius:50%;color:#ffc425;display:-webkit-box;display:-ms-flexbox;display:flex;height:28px;justify-content:center;position:absolute;right:18px;top:calc(50% - 14px);width:28px}.c-totaliser__target .c-icon__glyph{height:16px;width:16px}@media screen and (max-width:44.99em){.c-totaliser__bar:after,.c-totaliser__bar:before{content:none}}.c-timeline{padding:70px 0}.c-timeline:nth-child(odd) .c-timeline__container:after{left:-150px}.c-timeline:nth-child(2n) .c-timeline__container{grid-template:"article image" min-content/1fr minmax(380px,auto)}.c-timeline:nth-child(2n) .c-timeline__container:after{right:-150px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.c-timeline:last-child .c-timeline__container:after{content:none}.c-timeline .c-article{gird-area:article}.c-timeline__container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;grid-column-gap:90px;align-items:center;display:grid;grid-template:"image article" min-content/minmax(380px,auto) 1fr;justify-content:flex-start;margin-left:auto;margin-right:auto;max-width:1260px;max-width:940px;position:relative;width:90%}.c-timeline__container:after{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/timeline-path.svg?ebb7c12a90a3d42f93c7131888019329);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:-60%;content:"";height:310px;position:absolute;width:90px}@media screen and (max-width:72.99em){.c-timeline__container{grid-row-gap:50px;grid-template:"article" -webkit-min-content "image" -webkit-min-content/100%;grid-template:"article" min-content "image" min-content/100%;width:70%}.c-timeline{padding:70px 0 0}.c-timeline:nth-child(2n) .c-timeline__container{grid-template:"article" -webkit-min-content "image" -webkit-min-content/100%;grid-template:"article" min-content "image" min-content/100%}}@media screen and (max-width:44.99em){.c-timeline__container{width:80%}}@media screen and (max-width:33.99em){.c-timeline__container{width:90%}}.c-card{background:#fff;border-radius:36px;margin-bottom:50px;max-width:420px;overflow:hidden;width:100%}.c-card:last-child{margin-bottom:0}.c-card__image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#1ba4e7;display:-webkit-box;display:-ms-flexbox;display:flex;height:200px;justify-content:center;position:relative;width:100%}.c-card__image-src{font-family:"object-fit:contain";height:100%;-o-object-fit:contain;object-fit:contain;width:70%}.c-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-bottom:auto;padding:40px 50px;text-align:left}.c-card__title{color:#1ba4e7;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem;margin-bottom:30px}.c-card__copy,.c-card__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}.c-card__copy{color:#000;font-size:1rem;font-weight:300;letter-spacing:.012em;line-height:1.3125rem;position:relative}.c-card__actions{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;margin-top:30px;width:100%}.c-card__actions .c-button{margin-top:0}.c-card__image--left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-card__image--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-card__image--cover .c-card__image-src{-o-object-fit:cover;object-fit:cover;width:100%}.c-card--legacy{height:100%;margin-bottom:0;max-width:365px}.c-card--legacy,.c-card--legacy .c-card__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-card--legacy .c-card__actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-card--legacy .c-card__copy,.c-card--legacy .c-card__title{text-align:center}.c-contact-card{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));background:#1ba4e7;border-radius:36px;color:#fff;height:100%;max-width:450px;padding:30px 45px;width:100%}.c-contact-card:last-child{background:#f7643c}.c-contact-card.js-animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-contact-card.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-contact-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.c-contact-card__title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:.01em;line-height:1.8125rem}.c-contact-card__tel{font-size:1.375rem;line-height:1.625rem;margin:15px 0 5px}.c-contact-card__email,.c-contact-card__subtitle,.c-contact-card__tel{color:inherit;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:.01em;text-decoration:none}.c-contact-card__email,.c-contact-card__subtitle{font-size:1.0625rem;line-height:1.25rem}.c-hotlink{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));background:#ffc425;border-radius:36px;height:100%;padding:45px 60px}.c-hotlink.js-animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-hotlink.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-hotlink__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.c-hotlink__title{color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:.012em;line-height:1.3125rem;margin-bottom:25px}.c-hotlink--contact .c-hotlink__copy{margin-bottom:10px}.c-hotlink--contact .c-hotlink__copy a,.c-hotlink--contact .c-hotlink__copy h3,.c-hotlink--contact .c-hotlink__copy h4{color:inherit!important}.c-hotlink__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto;width:100%}.c-hotlink--accent .c-hotlink__copy,.c-hotlink--accent .c-hotlink__title,.c-hotlink--default .c-hotlink__copy,.c-hotlink--default .c-hotlink__title,.c-hotlink--primary .c-hotlink__copy,.c-hotlink--primary .c-hotlink__title,.c-hotlink--secondary .c-hotlink__copy,.c-hotlink--secondary .c-hotlink__title{color:#fff!important}.c-hotlink--default{background:#064290}.c-hotlink--primary{background:#1ba4e7}.c-hotlink--secondary{background:#f7643c}.c-hotlink--accent{background:#ffc425}@media screen and (max-width:44.99em){.c-hotlink{padding:25px 40px}}.c-icon-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));background:#fff;border-radius:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));-ms-flex-direction:column;flex-direction:column;margin-top:45px;max-width:370px;padding:0 40px 40px;text-align:center;will-change:filter}.no-cssfilters .c-icon-card,.no-js .c-icon-card{-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.07);box-shadow:10px 10px 20px rgba(0,0,0,.07)}.c-icon-card .c-brand{height:115px;padding:30px 0 0}.c-icon-card.js-animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-icon-card.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-icon-card__image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#ecf9ff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));height:115px;justify-content:center;margin:-45px 0 45px;width:115px;will-change:filter}.no-cssfilters .c-icon-card__image,.no-js .c-icon-card__image{-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.07);box-shadow:10px 10px 20px rgba(0,0,0,.07)}.c-icon-card__image-src{font-family:"object-fit:contain";height:70px;-o-object-fit:contain;object-fit:contain;width:70px}.c-icon-card__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:auto}.c-icon-card__content,.c-icon-card__copy{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.c-icon-card__copy{margin-bottom:20px}.c-icon-card__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem}.c-icon-card__copy{margin-top:20px}.c-icon-card__actions{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-pack:distribute;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-around;margin-top:30px;width:100%}.c-icon-card--warehouse .c-icon-card__title{color:#f15623}.c-icon-card--warehouse .c-icon-card__image{background:#ecedeb}.c-icon-card--warehouse .c-button{background:#feeee9;border:0;color:#f15623}.c-icon-card--warehouse .c-button:hover{background:#f15623;color:#fff}.is-quarantine a:not([class]){color:#f15623}.c-event-card{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));background:#fff;border-radius:36px;max-width:490px}.c-event-card.js-animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-event-card.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-event-card__image{border-radius:36px 36px 0 0;height:310px;overflow:hidden;width:100%}.c-event-card__image:hover .c-event-card__image-src{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.c-event-card__image-src{border-radius:36px 36px 0 0;font-family:"object-fit:cover";height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:100%}.c-event-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:36px 36px 0 0;-ms-flex-direction:column;flex-direction:column;margin-bottom:auto;padding:40px 40px 50px}.c-event-card__content,.c-event-card__heading{display:-webkit-box;display:-ms-flexbox;display:flex}.c-event-card__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.c-event-card__subtitle{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:2.375rem;margin-right:auto}.c-event-card__icon{height:30px;margin-left:10px;width:30px}.c-event-card__details{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.c-event-card__location,.c-event-card__title{color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.012em;line-height:1.3125rem}.c-event-card__location>a,.c-event-card__title>a{color:inherit;text-decoration:none}.c-event-card__location:hover,.c-event-card__title:hover{color:#1ba4e7}.c-event-card__date{color:#1ba4e7;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:500;letter-spacing:.01em;line-height:1.3125rem;margin-bottom:30px}.c-event-card__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.c-image-card{max-width:415px}.c-image-card.js-animate .c-image-card__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade--sm;animation-name:scale-fade--sm;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-image-card.js-animate .c-image-card__actions,.c-image-card.js-animate .c-image-card__copy,.c-image-card.js-animate .c-image-card__title{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-image-card.js-animate--paused .c-image-card__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade--sm-paused;animation-name:scale-fade--sm-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-image-card.js-animate--paused .c-image-card__actions,.c-image-card.js-animate--paused .c-image-card__copy,.c-image-card.js-animate--paused .c-image-card__title{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up-paused;animation-name:fade-up-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-image-card__image{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));border-radius:36px;height:300px;margin-bottom:30px;overflow:hidden;width:100%}.c-image-card__image:hover .c-image-card__image-src{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.c-image-card__image-src{border-radius:36px;font-family:"object-fit:cover";height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:100%}.c-image-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.c-image-card__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem;margin-bottom:15px}.c-image-card__copy,.c-image-card__title{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);text-align:center}.c-image-card__copy{margin-bottom:30px;width:80%}.c-image-card__actions{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;width:100%}.c-image-card--white .c-image-card__copy,.c-image-card--white .c-image-card__title{color:#fff}.c-image-card--small .c-image-card__image{height:250px}.c-news-card{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;margin:40px 0}.c-news-card.js-animate .c-news-card__image{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade--sm;animation-name:scale-fade--sm;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-news-card.js-animate .c-news-card__copy,.c-news-card.js-animate .c-news-card__date,.c-news-card.js-animate .c-news-card__link,.c-news-card.js-animate .c-news-card__title{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-news-card.js-animate--paused .c-news-card__image{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade--sm-paused;animation-name:scale-fade--sm-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-news-card.js-animate--paused .c-news-card__copy,.c-news-card.js-animate--paused .c-news-card__date,.c-news-card.js-animate--paused .c-news-card__link,.c-news-card.js-animate--paused .c-news-card__title{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up-paused;animation-name:fade-up-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-news-card__image{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);border:3px solid #1ba4e7;border-radius:50%;height:140px;margin-right:35px;min-width:140px;overflow:hidden;width:140px}.c-news-card__image:hover .c-news-card__image-src{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.c-news-card__image-src{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:100%}.c-news-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.c-news-card__title{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.75rem;margin-bottom:5px;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-news-card__title>a{color:inherit;text-decoration:none}.c-news-card__title:hover{color:#1ba4e7}.c-news-card__date{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.012em;line-height:1.3125rem;margin-bottom:20px}.c-news-card__copy{-webkit-animation-delay:calc(var(--current-animation-delay) + .6s);animation-delay:calc(var(--current-animation-delay) + .6s);margin-bottom:20px}.c-news-card__link{-webkit-animation-delay:calc(var(--current-animation-delay) + .9s);animation-delay:calc(var(--current-animation-delay) + .9s);color:#1ba4e7;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:700;letter-spacing:.01em;line-height:1.25rem;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-news-card__link:hover{color:#064290}@media screen and (max-width:58.99em){.c-news-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-ms-flex-direction:column;flex-direction:column;justify-content:center}.c-news-card__image{margin-bottom:40px}}.c-story-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:340px;text-decoration:none}.c-story-card.js-animate{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:"easeOutQuint";animation-timing-function:"easeOutQuint";will-change:transform,opacity}.c-story-card.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-story-card__image{height:230px;width:100%}.c-story-card__image-src{font-family:"object-fit:cover";height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-story-card__content{padding:20px 0 0 5px}.c-story-card__quote{font-style:italic;font-weight:300;position:relative;width:90%}.c-story-card__author,.c-story-card__quote{color:#fff;font-size:1.0625rem;line-height:1.6875rem}.c-story-card__author{font-style:normal;font-weight:700;margin-top:10px}.c-staff-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));background:#fff;border-radius:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));-ms-flex-direction:column;flex-direction:column;margin-top:45px;max-width:400px;padding:0 40px 40px;text-align:center;width:100%;will-change:filter}.no-cssfilters .c-staff-card,.no-js .c-staff-card{-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.07);box-shadow:10px 10px 20px rgba(0,0,0,.07)}.c-staff-card.js-animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade;animation-name:scale-fade;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-staff-card.js-animate--paused{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade-paused;animation-name:scale-fade-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-staff-card__image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:5px solid #fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));filter:drop-shadow(10px 10px 20px rgba(0,0,0,.07));height:140px;justify-content:center;margin:-65px 0 30px;width:140px;will-change:filter}.no-cssfilters .c-staff-card__image,.no-js .c-staff-card__image{-webkit-box-shadow:10px 10px 20px rgba(0,0,0,.07);box-shadow:10px 10px 20px rgba(0,0,0,.07)}.c-staff-card__image-src{border-radius:50%;font-family:"object-fit:cover";height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-staff-card__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:auto}.c-staff-card__content,.c-staff-card__copy{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.c-staff-card__copy{margin-bottom:20px}.c-staff-card__title{color:#1ba4e7;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem}.c-card__subtitle{color:#333;font-size:1rem;line-height:1.3125rem}.c-card__subtitle,.c-staff-card__tel{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:.012em}.c-staff-card__tel{color:#1ba4e7;font-size:1.0625rem;line-height:1.625rem;margin:30px 0;text-decoration:none}.c-staff-card__tel,.c-staff-card__tel:hover{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-staff-card__tel:hover{color:#f7643c}.c-staff-card__email{color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:300;letter-spacing:.001em;line-height:1.375rem;text-decoration:none}.c-staff-card__email,.c-staff-card__email:hover{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-staff-card__email:hover{color:#f7643c}.c-news-panel{padding:30px 0;position:relative}.c-news-panel:before{-webkit-animation-delay:calc(var(--current-animation-delay) + .3s);animation-delay:calc(var(--current-animation-delay) + .3s);background:#ffc425;content:"";height:2px;left:0;position:absolute;top:0;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;width:100%}.c-news-panel.js-animate:before{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:draw-horizontal;animation-name:draw-horizontal;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-news-panel.js-animate .c-news-panel__title,.c-news-panel.js-animate:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.c-news-panel.js-animate .c-news-panel__title{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-news-panel.js-animate--paused:before{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:draw-horizontal-paused;animation-name:draw-horizontal-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-news-panel.js-animate--paused .c-news-panel__title{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fade-up-paused;animation-name:fade-up-paused;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-news-panel__title{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.5rem;margin:auto;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:90%}.c-news-panel__title a{color:inherit;text-decoration:none}.c-news-panel__title:hover{color:#1ba4e7}@media screen and (max-width:58.99em){.c-news-panel__title{width:100%}}.c-downloads{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#e8f6fd;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:360px;padding:50px 40px;position:relative;width:100%}.c-downloads__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:-.02em;line-height:1.625rem;margin-bottom:30px}.c-downloads__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.c-downloads__list:not(:last-child){border-bottom:1px solid rgba(27,164,231,.15);padding-bottom:30px}.c-downloads__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.c-downloads__item:not(:last-child){margin-bottom:15px}.c-downloads__item .c-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:50%;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;justify-content:center;margin-right:15px;width:20px}.c-downloads__item .c-icon__glyph{height:5px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:9px}.c-downloads__link{color:#333;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.012em;line-height:1.3125rem;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-downloads__link:hover{color:#f7643c}.c-cta,.c-cta__block{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-cta__block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;background:#1f559b;color:#fff;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:150px 0 100px}.c-cta__block:last-child{background:#f7643c}@media screen and (min-width:73em){.c-cta__block:first-child{padding-left:max(calc(50vw - 677.5px),5vw);padding-right:100px}.c-cta__block:last-child{padding-left:100px;padding-right:max(calc(50vw - 677.5px),5vw)}}.c-cta__block-title{font-size:2.8125rem;font-weight:900;line-height:3.875rem}.c-cta__block-copy,.c-cta__block-title{font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;letter-spacing:.001em;margin-bottom:20px}.c-cta__block-copy{font-size:1.375rem;font-weight:300;line-height:1.6875rem}.c-cta__block-action{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:72.99em){.c-cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-cta__block{padding:100px 15%}.c-cta__block:first-child{padding-top:150px}}@media screen and (max-width:44.99em){.c-cta__block{padding:50px 10%}.c-cta__block:first-child{padding-top:100px}.c-cta__block{padding:50px 5%}}.c-text-bubble{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative;z-index:5}.c-text-bubble:after,.c-text-bubble:before{border-radius:50%;content:"";position:absolute}.c-text-bubble:before{background:#fff;height:50px;width:50px}.c-text-bubble:after{background:#ffc425;height:80px;width:80px;z-index:5}.c-text-bubble:first-child:before{right:-60px;top:70px}.c-text-bubble:first-child:after{bottom:0;left:0}.c-text-bubble:nth-child(2){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.c-text-bubble:nth-child(2):before{bottom:100px;left:-60px}.c-text-bubble:nth-child(2):after{bottom:40px;right:-50px;z-index:-1}.c-text-bubble:nth-child(3):before{bottom:0;right:-10px}.c-text-bubble:nth-child(3):after{left:-30px;top:50px}.c-text-bubble__text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.875rem;font-weight:900;height:340px;letter-spacing:-.02em;line-height:1.875rem;padding:0 50px;position:relative;text-align:center;width:340px;z-index:2}@media screen and (min-width:73em){.c-text-bubble{-webkit-transform:translateY(-80px);-ms-transform:translateY(-80px);transform:translateY(-80px)}}.c-button,.idpc-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#1ba4e7;background-image:none;border:2px solid #1ba4e7;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:700;letter-spacing:.01em;line-height:1.25rem;margin-bottom:0;margin-right:20px;padding:9px 13px;text-align:center;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-timing-function:ease;transition-timing-function:ease;vertical-align:middle;white-space:nowrap}.c-button:last-child,.idpc-button:last-child{margin-right:0}.c-button:focus,.c-button:hover,.idpc-button:focus,.idpc-button:hover{background-color:transparent;color:#1ba4e7}.c-button .c-icon,.idpc-button .c-icon{height:7px;width:10px}.c-button .c-icon:first-child,.idpc-button .c-icon:first-child{margin-right:15px}.c-button .c-icon:last-child,.idpc-button .c-icon:last-child{margin-left:15px}.c-button .c-icon .c-icon__glyph,.idpc-button .c-icon .c-icon__glyph{height:7px;width:10px}.c-button .c-icon--facebook,.idpc-button .c-icon--facebook{-webkit-transform:scale(3.5);-ms-transform:scale(3.5);transform:scale(3.5)}.c-button .c-icon--facebook:first-child,.idpc-button .c-icon--facebook:first-child{margin-right:20px}.c-button--reverse .c-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.c-button--secondary,.idpc-button{background-color:#f7643c;border-color:#f7643c;color:#fff}.c-button--secondary:focus,.c-button--secondary:hover,.idpc-button:focus,.idpc-button:hover{color:#f7643c}.c-button--tertiary{background-color:#bfeaff;border-color:#bfeaff;color:#064290}.c-button--tertiary:focus,.c-button--tertiary:hover{color:#bfeaff}.c-button--accent{background-color:#ffc425;border-color:#ffc425;color:#064290}.c-button--accent:focus,.c-button--accent:hover{color:#064290}.c-button--white{background-color:#fff;border-color:#fff;color:#1ba4e7}.c-button--white:focus,.c-button--white:hover{color:#fff}.c-button--warehouse{background:#f15623;border-color:#f15623;color:#fff}.c-button--warehouse:focus,.c-button--warehouse:hover{color:#f15623}.c-button--square{border-radius:4px;color:#064290;font-weight:700}.c-button--square .c-icon{height:18px;width:18px}.c-button--outline{background:transparent;color:#1ba4e7}.c-button--outline:hover{background-color:#1ba4e7;color:#fff}.c-button--outline.c-button--secondary{color:#f7643c}.c-button--outline.c-button--secondary:hover{background:#f7643c;color:#fff}.c-button--outline.c-button--tertiary{color:#bfeaff}.c-button--outline.c-button--tertiary:hover{background:#f7643c;color:#064290}.c-button--outline.c-button--accent{color:#ffc425}.c-button--outline.c-button--accent:hover{background:#f7643c;color:#064290}.c-button--outline.c-button--warehouse{color:#f15623}.c-button--outline.c-button--warehouse:hover{background:#f15623;color:#fff}.c-icon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;background:transparent;border:1px solid transparent;color:#1ba4e7;cursor:pointer;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;margin-bottom:0;text-align:center;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-timing-function:ease;transition-timing-function:ease;vertical-align:middle;white-space:nowrap}.c-icon-button:hover{color:#333}.c-icon-button:hover .c-icon{background:#064290;color:#fff}.c-icon-button:hover .c-icon>input.c-icon__glyph{background:#1ba4e7;color:#fff;cursor:pointer}.c-icon-button+.c-icon-button{margin-right:0}.c-icon-button .c-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#bfeaff;border-radius:50%;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:center;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:40px}.c-icon-button .c-icon>input.c-icon__glyph{background:#064290;cursor:pointer}.c-icon-button .c-icon .c-icon__glyph{height:17px;min-height:17px;min-width:17px;width:17px}.c-icon-button--transparent .c-icon{background:transparent}.js-repeater .c-icon-button{color:#fff;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.25rem}.js-repeater .c-icon-button .c-icon{background:#f7643c;border-radius:4px;color:#064290;height:16px;margin-right:10px;width:16px}.js-repeater .c-icon-button .c-icon__glyph{height:6px;min-height:6px;min-width:6px;width:6px}.js-repeater .js-repeater__add{margin-bottom:20px}.js-repeater .js-repeater__row+.js-repeater__row{margin-top:10px}.c-hamburger{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:transparent;background:#1ba4e7;border:0;border-radius:100%;bottom:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-filter:drop-shadow(3px 3px 20px rgba(0,0,0,.25));filter:drop-shadow(3px 3px 20px rgba(0,0,0,.25));height:60px;justify-content:center;outline:none;position:fixed;right:40px;text-transform:uppercase;width:60px;will-change:filter;z-index:110}.no-cssfilters .c-hamburger,.no-js .c-hamburger{-webkit-box-shadow:3px 3px 20px rgba(0,0,0,.25);box-shadow:3px 3px 20px rgba(0,0,0,.25)}.c-hamburger__icon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:27px;justify-content:center;margin-top:-5px;position:relative;width:29px}.c-hamburger__inner{display:block;top:50%;-webkit-transition-duration:75ms;transition-duration:75ms;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.c-hamburger__inner,.c-hamburger__inner:after,.c-hamburger__inner:before{background-color:#fff;border-radius:10px;height:4px;position:absolute;width:29px}.c-hamburger__inner:after,.c-hamburger__inner:before{content:"";display:block}.c-hamburger__inner:before{top:-8px;-webkit-transition:top 75ms ease .12s,opacity 75ms ease;transition:top 75ms ease .12s,opacity 75ms ease}.c-hamburger__inner:after{bottom:-8px;-webkit-transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)}.c-hamburger.js-active .c-hamburger__inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.c-hamburger.js-active .c-hamburger__inner:before{opacity:0;top:0;-webkit-transition:top 75ms ease,opacity 75ms ease .12s;transition:top 75ms ease,opacity 75ms ease .12s}.c-hamburger.js-active .c-hamburger__inner:after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s}@media screen and (min-width:73em){.c-hamburger{display:none}}.c-social{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:28px;justify-content:center;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:28px}.c-social .c-icon{height:23px;width:23px}.c-social .c-icon__glyph{width:23px}.c-social+.c-social{margin-left:15px}.c-social:hover{color:#1ba4e7}.c-social--facebook .c-icon,.c-social--facebook .c-icon__glyph{height:26px;width:26px}.c-social--youtube .c-icon{height:20px;width:29px}.c-warehouse-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background:#fff;border-radius:35px;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 auto;max-width:625px;padding:30px 35px;position:relative;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background;transition-property:background;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-warehouse-button:not(:last-child){margin-bottom:30px}.c-warehouse-button:link:hover{background:#feeee9}.c-warehouse-button:last-child:after,.c-warehouse-button:last-child:before{background-repeat:no-repeat;background-size:contain;content:"";height:110px;pointer-events:none;position:absolute;top:calc(50% - 55px)}.c-warehouse-button:last-child:before{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/b&b-bottom-left.svg?ed5b3f83e81fd2b11aaf130f72fa9522);left:-260px;width:190px}.c-warehouse-button:last-child:after{background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/b&b-bottom-right.svg?e7f083687a78ede76a6871941d8a914d);right:-220px;width:160px}.c-warehouse-button__title{color:#000;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:.001em;line-height:1.8125rem}.c-warehouse-button__title>span{color:#f15623;margin-left:5px}.c-warehouse-button__title:last-child{margin:0 auto}.c-warehouse-button__icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#f15623;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;justify-content:center;width:48px}.c-warehouse-button__icon .c-icon__glyph{height:14px;width:21px}.c-page-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-page-accordion:not(:first-child){border-top:1px solid rgba(27,164,231,.15)}.c-page-accordion.js-active{padding:0 0 20px}.c-page-accordion.js-active .c-page-accordion__header .c-icon{background:#1ba4e7;color:#fff;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.c-page-accordion__header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;padding:25px 0;width:100%}.c-page-accordion__header:hover .c-icon{background:#1ba4e7;color:#fff}.c-page-accordion__header .c-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:rgba(247,100,60,.05);border-radius:50%;color:#f7643c;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;margin-left:auto;min-height:36px;min-width:36px;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,color,-webkit-transform;transition-property:background,color,-webkit-transform;transition-property:transform,background,color;transition-property:transform,background,color,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:36px}.c-page-accordion__header .c-icon__glyph{height:6px;min-height:6px;min-width:12px;width:12px}.c-page-accordion__title{color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:900;letter-spacing:.001em;line-height:1.625rem}.c-page-accordion__content{display:block;height:0;overflow:hidden;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:height;transition-property:height;-webkit-transition-timing-function:ease;transition-timing-function:ease;will-change:height}.c-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.c-icon--block{display:block}.c-icon__glyph{speak:none;background-color:currentColor;display:block;height:100%;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.c-icon--xl{height:36px;width:36px}.c-icon--xl .c-icon__glyph{min-height:36px;min-width:36px}.c-icon--lg{height:30px;width:30px}.c-icon--lg .c-icon__glyph{min-height:30px;min-width:30px}.c-icon--md{height:24px;width:24px}.c-icon--md .c-icon__glyph{min-height:24px;min-width:24px}.c-icon--sm{height:18px;width:18px}.c-icon--sm .c-icon__glyph{min-height:18px;min-width:18px}.c-icon--xs{height:12px;width:12px}.c-icon--xs .c-icon__glyph{min-height:12px;min-width:12px}.c-icon--xxs{height:8px;width:8px}.c-icon--xxs .c-icon__glyph{min-height:8px;min-width:8px}.no-cssmask .c-icon--arrow,.no-js .c-icon--arrow{background-color:transparent}.c-icon--arrow .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow.svg?25c96b2633f4c2ff89883d71ea6508a3);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow.svg?25c96b2633f4c2ff89883d71ea6508a3)}.no-cssmask .c-icon--arrow .c-icon__glyph,.no-js .c-icon--arrow .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow.svg?25c96b2633f4c2ff89883d71ea6508a3);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--download,.no-js .c-icon--download{background-color:transparent}.c-icon--download .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/download.svg?6e455d000955aa369b18e2c5b508071b);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/download.svg?6e455d000955aa369b18e2c5b508071b)}.no-cssmask .c-icon--download .c-icon__glyph,.no-js .c-icon--download .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/download.svg?6e455d000955aa369b18e2c5b508071b);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--facebook,.no-js .c-icon--facebook{background-color:transparent}.c-icon--facebook .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/facebook.svg?7f3821931dd81591ffab4209857aa16f);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/facebook.svg?7f3821931dd81591ffab4209857aa16f)}.no-cssmask .c-icon--facebook .c-icon__glyph,.no-js .c-icon--facebook .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/facebook.svg?7f3821931dd81591ffab4209857aa16f);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--twitter,.no-js .c-icon--twitter{background-color:transparent}.c-icon--twitter .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/twitter.svg?3ffc688db204b35b3bf9b7387eeb28f5);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/twitter.svg?3ffc688db204b35b3bf9b7387eeb28f5)}.no-cssmask .c-icon--twitter .c-icon__glyph,.no-js .c-icon--twitter .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/twitter.svg?3ffc688db204b35b3bf9b7387eeb28f5);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--linkedin,.no-js .c-icon--linkedin{background-color:transparent}.c-icon--linkedin .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/linkedin.svg?323fd3bb270df51e76388d0987e23b87);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/linkedin.svg?323fd3bb270df51e76388d0987e23b87)}.no-cssmask .c-icon--linkedin .c-icon__glyph,.no-js .c-icon--linkedin .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/linkedin.svg?323fd3bb270df51e76388d0987e23b87);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--instagram,.no-js .c-icon--instagram{background-color:transparent}.c-icon--instagram .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/instagram.svg?cc4146f16bd9277229430df8de7914e6);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/instagram.svg?cc4146f16bd9277229430df8de7914e6)}.no-cssmask .c-icon--instagram .c-icon__glyph,.no-js .c-icon--instagram .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/instagram.svg?cc4146f16bd9277229430df8de7914e6);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--pintrest,.no-js .c-icon--pintrest{background-color:transparent}.c-icon--pintrest .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/pintrest.svg?23717754d28985e84590c17ccd25234c);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/pintrest.svg?23717754d28985e84590c17ccd25234c)}.no-cssmask .c-icon--pintrest .c-icon__glyph,.no-js .c-icon--pintrest .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/pintrest.svg?23717754d28985e84590c17ccd25234c);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--youtube,.no-js .c-icon--youtube{background-color:transparent}.c-icon--youtube .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/youtube.svg?da0a4f75a709ed5ef977d45a405e373d);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/youtube.svg?da0a4f75a709ed5ef977d45a405e373d)}.no-cssmask .c-icon--youtube .c-icon__glyph,.no-js .c-icon--youtube .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/youtube.svg?da0a4f75a709ed5ef977d45a405e373d);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--arrow-left,.no-js .c-icon--arrow-left{background-color:transparent}.c-icon--arrow-left .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow-left.svg?939bd05be29e9e2cf7912bb689aa37b5);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow-left.svg?939bd05be29e9e2cf7912bb689aa37b5)}.no-cssmask .c-icon--arrow-left .c-icon__glyph,.no-js .c-icon--arrow-left .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow-left.svg?939bd05be29e9e2cf7912bb689aa37b5);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--arrow-right,.no-js .c-icon--arrow-right{background-color:transparent}.c-icon--arrow-right .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow-right.svg?966635cfb929579992c6d590223256a1);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow-right.svg?966635cfb929579992c6d590223256a1)}.no-cssmask .c-icon--arrow-right .c-icon__glyph,.no-js .c-icon--arrow-right .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/arrow-right.svg?966635cfb929579992c6d590223256a1);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--top,.no-js .c-icon--top{background-color:transparent}.c-icon--top .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/top.svg?0ab8e63b4cd80a5780a338324773e46b);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/top.svg?0ab8e63b4cd80a5780a338324773e46b)}.no-cssmask .c-icon--top .c-icon__glyph,.no-js .c-icon--top .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/top.svg?0ab8e63b4cd80a5780a338324773e46b);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--plus,.no-js .c-icon--plus{background-color:transparent}.c-icon--plus .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/plus.svg?fa61242f84586054f393cda8ba572b13);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/plus.svg?fa61242f84586054f393cda8ba572b13)}.no-cssmask .c-icon--plus .c-icon__glyph,.no-js .c-icon--plus .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/plus.svg?fa61242f84586054f393cda8ba572b13);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--minus,.no-js .c-icon--minus{background-color:transparent}.c-icon--minus .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/minus.svg?36e3529efd9e4b0cbce19dbd97b6fc97);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/minus.svg?36e3529efd9e4b0cbce19dbd97b6fc97)}.no-cssmask .c-icon--minus .c-icon__glyph,.no-js .c-icon--minus .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/minus.svg?36e3529efd9e4b0cbce19dbd97b6fc97);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--cross,.no-js .c-icon--cross{background-color:transparent}.c-icon--cross .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/cross.svg?efed77e2de283ae679b147ca6ee69534);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/cross.svg?efed77e2de283ae679b147ca6ee69534)}.no-cssmask .c-icon--cross .c-icon__glyph,.no-js .c-icon--cross .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/cross.svg?efed77e2de283ae679b147ca6ee69534);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--refresh,.no-js .c-icon--refresh{background-color:transparent}.c-icon--refresh .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/refresh.svg?b80561a84a69fa2b28b8170a1e23434d);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/refresh.svg?b80561a84a69fa2b28b8170a1e23434d)}.no-cssmask .c-icon--refresh .c-icon__glyph,.no-js .c-icon--refresh .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/refresh.svg?b80561a84a69fa2b28b8170a1e23434d);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--search,.no-js .c-icon--search{background-color:transparent}.c-icon--search .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/search.svg?4266a30f5f1ab98f48636424c80aa81c);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/search.svg?4266a30f5f1ab98f48636424c80aa81c)}.no-cssmask .c-icon--search .c-icon__glyph,.no-js .c-icon--search .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/search.svg?4266a30f5f1ab98f48636424c80aa81c);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--basket,.no-js .c-icon--basket{background-color:transparent}.c-icon--basket .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/basket.svg?6a11919780c9792258287191f5a1baec);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/basket.svg?6a11919780c9792258287191f5a1baec)}.no-cssmask .c-icon--basket .c-icon__glyph,.no-js .c-icon--basket .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/basket.svg?6a11919780c9792258287191f5a1baec);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--chevron,.no-js .c-icon--chevron{background-color:transparent}.c-icon--chevron .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron.svg?7eba2d1db9799ec146cc0346a3b35b82);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron.svg?7eba2d1db9799ec146cc0346a3b35b82)}.no-cssmask .c-icon--chevron .c-icon__glyph,.no-js .c-icon--chevron .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron.svg?7eba2d1db9799ec146cc0346a3b35b82);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--chevron-right,.no-js .c-icon--chevron-right{background-color:transparent}.c-icon--chevron-right .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron-right.svg?905033d18d9e7afe36515569b3ea91c2);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron-right.svg?905033d18d9e7afe36515569b3ea91c2)}.no-cssmask .c-icon--chevron-right .c-icon__glyph,.no-js .c-icon--chevron-right .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron-right.svg?905033d18d9e7afe36515569b3ea91c2);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--chevron-left,.no-js .c-icon--chevron-left{background-color:transparent}.c-icon--chevron-left .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron-left.svg?3787e8e08281e500b1a70597af07080b);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron-left.svg?3787e8e08281e500b1a70597af07080b)}.no-cssmask .c-icon--chevron-left .c-icon__glyph,.no-js .c-icon--chevron-left .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/chevron-left.svg?3787e8e08281e500b1a70597af07080b);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--responsive-chevron,.no-js .c-icon--responsive-chevron{background-color:transparent}.c-icon--responsive-chevron .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/responsive-chevron.svg?6963f66e3e8e4ee6e21659da392a7fe2);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/responsive-chevron.svg?6963f66e3e8e4ee6e21659da392a7fe2)}.no-cssmask .c-icon--responsive-chevron .c-icon__glyph,.no-js .c-icon--responsive-chevron .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/responsive-chevron.svg?6963f66e3e8e4ee6e21659da392a7fe2);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--heart,.no-js .c-icon--heart{background-color:transparent}.c-icon--heart .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart.svg?f72b1281d583bd0bbcc83b0a4399cd57);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart.svg?f72b1281d583bd0bbcc83b0a4399cd57)}.no-cssmask .c-icon--heart .c-icon__glyph,.no-js .c-icon--heart .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/heart.svg?f72b1281d583bd0bbcc83b0a4399cd57);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--star,.no-js .c-icon--star{background-color:transparent}.c-icon--star .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/star.svg?a61e43e65cf98d08108bb1361a5d4776);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/star.svg?a61e43e65cf98d08108bb1361a5d4776)}.no-cssmask .c-icon--star .c-icon__glyph,.no-js .c-icon--star .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/star.svg?a61e43e65cf98d08108bb1361a5d4776);background-repeat:no-repeat;background-size:contain}.no-cssmask .c-icon--tick,.no-js .c-icon--tick{background-color:transparent}.c-icon--tick .c-icon__glyph{border:0;-webkit-mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/tick.svg?310bf28223bb0ed11d091b987743dfbc);mask-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/tick.svg?310bf28223bb0ed11d091b987743dfbc)}.no-cssmask .c-icon--tick .c-icon__glyph,.no-js .c-icon--tick .c-icon__glyph{background-color:transparent;background-image:url(/wp-content/themes/stbarnabas/root-studio/assets/images/tick.svg?310bf28223bb0ed11d091b987743dfbc);background-repeat:no-repeat;background-size:contain}.c-loader{position:relative}.c-loader:after,.c-loader:before{content:"";position:absolute;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;z-index:10}.c-loader:before{background:rgba(6,66,144,.6);height:100%;left:0;top:0;width:100%}.c-loader:after{-webkit-animation:spin .75s linear infinite;animation:spin .75s linear infinite;background:transparent;border:6px solid #ffc425;border-radius:50%;border-top-color:#fff;height:80px;right:calc(50% - 40px);top:calc(50% - 40px);width:80px}.c-loader--hidden:after,.c-loader--hidden:before{opacity:0;pointer-events:none}.c-loader--hidden:after{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.c-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;width:100%}.c-accordion.js-active .c-accordion__content{max-height:300px}.c-accordion.js-active .c-nav-item{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:scale-fade--sm;animation-name:scale-fade--sm;-webkit-animation-timing-function:ease;animation-timing-function:ease}.c-accordion.js-active .c-nav-item:nth-child(0){-webkit-animation-delay:0s;animation-delay:0s}.c-accordion.js-active .c-nav-item:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.c-accordion.js-active .c-nav-item:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.c-accordion.js-active .c-nav-item:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.c-accordion.js-active .c-nav-item:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.c-accordion.js-active .c-nav-item:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.c-accordion.js-active .c-nav-item:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}.c-accordion.js-active .c-nav-item:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}.c-accordion.js-active .c-nav-item:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}.c-accordion.js-active .c-nav-item:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}.c-accordion.js-active .c-nav-item:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}.c-accordion.js-hide,.c-accordion__title{display:-webkit-box;display:-ms-flexbox;display:flex}.c-accordion__title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;color:#1ba4e7;cursor:pointer;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;justify-content:space-between;letter-spacing:.01em;line-height:1.1875rem;margin-bottom:0;padding:20px;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:100%}.c-accordion__title a{color:#1ba4e7;text-decoration:none}.c-accordion__title .c-icon{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-accordion__title.js-active .c-icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.c-accordion__content,.c-accordion__title.js-hide{display:-webkit-box;display:-ms-flexbox;display:flex}.c-accordion__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:rgba(27,164,231,.1);-ms-flex-direction:column;flex-direction:column;height:100%;max-height:0;overflow:hidden;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:max-height;transition-property:max-height;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-accordion__content .c-nav-item{-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation:none;animation:none;margin:0;padding:0 10px}.c-accordion__content .c-nav-item:first-child{padding:0 10px}.c-accordion__content .c-nav-item:nth-child(odd){background:hsla(0,0%,100%,.1)}.c-accordion__content .c-nav-item .c-nav-item__link{padding:20px 10px;text-align:left;width:100%}.c-nav-item{display:inline-block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.01em;line-height:1.1875rem;margin:0 45px 0 0;position:relative;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-nav-item .c-button,.c-nav-item:last-child{margin:0}.c-nav-item .c-menu{visibility:hidden}.c-nav-item:hover .c-menu{opacity:1;pointer-events:fill;-webkit-transform:scale(1) translateX(-50%);-ms-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%);visibility:visible}.c-nav-item:after{background:transparent;bottom:-30px;content:"";display:block;height:30px;left:0;position:absolute;width:100%}.c-nav-item__link{color:#333;display:block;text-decoration:none;white-space:nowrap}.c-nav-item__link:hover{color:#1ba4e7}.c-nav-item__link:focus-visible{border-radius:4px;outline:2px solid #064290;outline-offset:4px}.c-nav-item--active>.c-nav-item__link{color:#1ba4e7}@media screen and (max-width:85.99em){.c-nav-item{margin:0 20px 0 0}}@media screen and (max-width:58.99em){.c-nav-item{font-size:.9375rem;line-height:1.125rem;margin:0 10px 0 0;text-align:left;width:-webkit-min-content;width:-moz-min-content;width:min-content}.c-nav-item:last-child{margin:0}}.c-footer-nav-item{color:#fff;display:inline-block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:1.3125rem;margin-bottom:15px;padding:0 10px;position:relative;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-footer-nav-item:hover{color:#1ba4e7}.c-footer-nav-item:not(:first-child):after{background:#fff;content:"";height:16px;left:0;position:absolute;top:3px;width:1px}.c-footer-nav-item__link{text-align:center;white-space:nowrap}.c-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border-radius:28px;-ms-flex-direction:column;flex-direction:column;left:50%;list-style:none;margin:10px 0;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;opacity:0;padding:60px 85px;pointer-events:none;position:absolute;top:30px;-webkit-transform:scale(.7) translateX(-50%);-ms-transform:scale(.7) translateX(-50%);transform:scale(.7) translateX(-50%);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,-webkit-transform;transition-property:transform,opacity,visibility;transition-property:transform,opacity,visibility,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;width:min-intrinsic;z-index:15}.c-menu:hover{opacity:1;pointer-events:fill;-webkit-transform:scale(1) translateX(-50%);-ms-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}.c-menu:before{background:transparent;content:"";height:30px;left:0;top:-20px;width:100%}.c-menu:after,.c-menu:before{display:block;position:absolute}.c-menu:after{border-color:transparent transparent #fff;border-style:solid;border-width:0 20px 20px;left:calc(50% - 20px);top:-10px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.c-menu.js-active{opacity:1;pointer-events:fill;-webkit-transform:scale(1) translateX(-50%);-ms-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%);visibility:visible}.c-menu__container{grid-column-gap:60px;display:grid;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;grid-auto-flow:column;grid-template-rows:repeat(7,-webkit-min-content);grid-template-rows:repeat(7,min-content);height:-webkit-min-content;height:-moz-min-content;height:min-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;width:-webkit-min-content;width:-moz-min-content;width:min-content}.c-menu__container .c-nav-item{margin:0}.c-menu__container .c-nav-item__link{padding:15px 0}.c-menu--featured{background-color:#f7643c;padding:40px;top:50px}.c-menu--featured:after{border-color:transparent transparent #f7643c;content:""}.c-menu--featured .c-nav-item__link{color:#fff}.c-menu--featured .c-nav-item--active .c-nav-item__link,.c-menu--featured .c-nav-item__link:hover{color:#bfeaff}@media screen and (max-width:72.99em){.c-menu .c-nav-item{margin:0}}@media screen and (max-width:44.99em){.c-menu{width:90%}.c-menu__options{left:0;width:110%}.c-menu__sublist{display:none}}.c-secondary-nav-item{color:#064290;display:inline-block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.1875rem;margin:0 35px 0 0;position:relative;text-align:center;text-decoration:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color;transition-property:color;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-secondary-nav-item:last-child{margin:0}.c-secondary-nav-item:hover{color:#1ba4e7}.c-secondary-nav-item:focus-visible{border-radius:4px;outline:2px solid #064290;outline-offset:4px}.c-secondary-nav-item__link{text-decoration:none;white-space:nowrap}.c-secondary-nav-item__link:focus-visible{border-radius:4px;outline:2px solid #064290;outline-offset:4px}.c-secondary-nav-item--active,.c-secondary-nav-item--tel .c-secondary-nav-item__link{color:#1ba4e7}.c-secondary-nav-item--tel:hover{color:#064290}.c-secondary-nav-item--alert,.c-secondary-nav-item--tel:hover .c-secondary-nav-item__link{color:#f7643c}@media screen and (max-width:72.99em){.c-secondary-nav-item{margin:0 20px 10px 0}}@media screen and (max-width:58.99em){.c-secondary-nav-item{font-size:.9375rem;line-height:1.125rem;text-align:left;width:-webkit-max-content;width:-moz-max-content;width:max-content}.c-secondary-nav-item:last-child{margin:0}}.c-donation{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:30px;margin-right:30px;position:relative}.c-donation:last-child{margin-right:0}.c-donation:last-child .c-donation__label{font-size:.875rem;line-height:1.5625rem}.c-donation.c-donation--other .c-donation__control:checked{-webkit-transition-delay:0s;transition-delay:0s;width:120px}.c-donation.c-donation--other .c-donation__control:checked+.c-donation__container .c-donation__label{opacity:0;-webkit-transition-delay:.2s;transition-delay:.2s;width:0}.c-donation.c-donation--other .c-donation__control:checked+.c-donation__container .c-donation__label--other{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s;width:auto}.c-donation__label{color:#064290;font-size:1.3125rem;font-weight:700;line-height:1.625rem;pointer-events:none;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,opacity;transition-property:color,opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease}.c-donation__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #c6e8f9;border-radius:31px;cursor:pointer;height:62px;position:relative;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,border,width;transition-property:background,border,width;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:62px}.c-donation__control:focus{outline:none}.c-donation__control:checked{background:#064290;border-color:#064290}.c-donation__control:checked+.c-donation__container .c-donation__label{color:#fff}.c-donation__control:checked+.c-donation__container .c-donation__other{margin:0 10px;opacity:1;width:40px}.c-donation__container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:10}.c-donation__other{border:none;border-bottom:1px solid #064290;color:#064290;font-size:.875rem;font-weight:700;line-height:1.25rem;opacity:0;padding:0;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:width,padding,opacity;transition-property:width,padding,opacity;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:0}.c-donation__other:focus{outline:none}.c-donation--other{-webkit-transition-delay:.2s;transition-delay:.2s}.c-donation--other .c-donation__control:checked{background:#fff}.c-donation--other .c-donation__control:checked+.c-donation__container .c-donation__label{color:#064290}.c-donation__label--other{opacity:0;width:0}.c-donation--light .c-donation__label{color:#fff}.c-donation--light .c-donation__control{border-color:#fff}.c-donation--light .c-donation__control:checked{background:#fff}.c-donation--light .c-donation__control:checked+.c-donation__container .c-donation__label{color:#064290}.c-donation-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-30px}.c-input,.idpc-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #1ba4e7;border-radius:8px;color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6875rem;padding:12px 20px;width:100%}.c-input:focus,.idpc-input:focus{outline:none}textarea .c-input,textarea.idpc-input{min-height:220px}.c-input.StripeElement,.idpc-input.StripeElement{border-radius:8px;height:auto;padding:17px 20px}.c-input.stripe,.idpc-input.stripe{color:#000;font-family:sans-serif;font-size:.875rem;line-height:1.0625rem;padding:17px 20px}.c-input~.c-status--required,.idpc-input~.c-status--required{margin-bottom:-16px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.c-input.c-input--error~.c-status--required,.idpc-input.c-input--error~.c-status--required{opacity:1}.c-input--large{width:100%}.c-input--medium{width:50%}.c-input--small{width:30%}.c-input--cost{position:relative}.c-input--cost .c-input{padding-left:27px}.c-input--cost:after{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#064290;content:"£";font-size:1.0625rem;font-weight:700;left:20px;line-height:1.6875rem;pointer-events:none;position:absolute;top:20px;width:100%}.c-section--background .c-input{background:#fff;border:0}@media screen and (max-width:44.99em){.c-input--large,.c-input--medium,.c-input--small{width:100%}}.c-select{position:relative;width:100%}.c-select:after,.c-select:before{border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;pointer-events:none;position:absolute;right:20px;width:0}.c-select:before{border-radius:2px;border-top:6px solid #1ba4e7;top:calc(50% - 3px)}.c-select:after{border-top:6px solid #fff;top:calc(50% - 5px)}.c-select~.c-status--required{margin-bottom:-16px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.c-select.c-input--error~.c-status--required{opacity:1}.c-select__field,.idpc-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #1ba4e7;border-radius:8px;color:#064290;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.6875rem;padding:12px 20px;width:100%}.c-select__field:focus,.idpc-select:focus{outline:none}.c-select--small{width:50%}.c-select--medium{width:75%}.c-select--large{width:100%}@media screen and (max-width:44.99em){.c-select--small{width:75%}.c-select--medium{width:100%}}@media screen and (max-width:33.99em){.c-select--small{width:100%}}.c-toggle{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#064290;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.0625rem;font-weight:700;line-height:1.25rem;position:relative;width:100%}.c-toggle>a{color:#ffc425;margin-left:4px;text-decoration:none}.c-toggle .c-status--required{bottom:-20px;left:0;opacity:0;position:absolute;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:150px}.c-toggle:not(:first-child) .c-status--required{display:none}.c-toggle__control{-webkit-box-ordinal-group:1;-ms-flex-order:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #ffc425;border-radius:4px;height:16px;margin-right:10px;min-width:16px;order:0;position:relative;top:2px;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:background,border;transition-property:background,border;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:16px}.c-toggle__control:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#ffc425;border-radius:4px;content:"";height:10px;left:2px;opacity:0;overflow:hidden;position:absolute;top:2px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:10px;will-change:all}.c-toggle__control:focus{outline:none}.c-toggle__control:checked:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.c-toggle__control.c-input--error+.c-status--required{opacity:1}.c-toggle--light{color:#fff}.c-toggle--light .c-toggle__control{border:1px solid #fff}.c-toggle-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.c-toggle-group .c-toggle{margin:10px 30px 15px 0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.c-label{display:block}.c-label,.c-leading{font-size:1rem;line-height:1.3125rem}.c-leading{color:#1ba4e7;font-weight:700;margin-bottom:30px}.c-long-quote{color:#f7643c;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:.001em;line-height:1.5rem;margin-top:80px;position:relative}.c-long-quote:before{background:url(/wp-content/themes/stbarnabas/root-studio/assets/images/quote.svg?c4470a1230914b045100e8623e623cb2);background-size:contain;content:"";height:34px;left:0;position:absolute;top:-50px;width:48px}.c-quote{background-color:#e8f6fd;border-left:4px solid #1ba4e7;margin-bottom:30px;padding:20px}.c-quote__author{display:block;font-size:.875rem;line-height:1.125rem;padding-top:10px}.c-status{display:block;font-size:.75rem;font-style:italic;line-height:1rem;margin:0;padding:0}.c-status+.c-status{padding-top:5px}.c-status--success{color:#52aa3f}.c-status--error{color:#fa5554}.c-title{color:#064290;display:block;font-family:museo-sans-rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:2.8125rem;font-weight:900;letter-spacing:-.02em;line-height:2.8125rem;margin:0 0 50px}.c-title--center{margin:0 auto 50px;max-width:415px;text-align:center}.c-title--white{color:#fff}.js-lazy{-webkit-filter:blur(2vw) brightness(110%) contrast(1.2);filter:blur(2vw) brightness(110%) contrast(1.2);-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:-webkit-filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-timing-function:ease;transition-timing-function:ease}.js-lazy--loaded{-webkit-filter:blur(0);filter:blur(0)}.js-animate{-webkit-animation-delay:calc(var(--current-animation-delay));animation-delay:calc(var(--current-animation-delay));-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.js-animate--paused{-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-play-state:paused;animation-play-state:paused}.js-hide{display:none}.js-hide--animate{opacity:0;pointer-events:none}.js-animate--0{--current-animation-delay:0s}.js-animate--1{--current-animation-delay:0.1s}.js-animate--2{--current-animation-delay:0.2s}.js-animate--3{--current-animation-delay:0.3s}.js-animate--4{--current-animation-delay:0.4s}.js-animate--5{--current-animation-delay:0.5s}.js-animate--6{--current-animation-delay:0.6s}.js-animate--7{--current-animation-delay:0.7s}.js-animate--8{--current-animation-delay:0.8s}.js-animate--9{--current-animation-delay:0.9s}.js-animate--10{--current-animation-delay:1s}.js-animate--11{--current-animation-delay:1.1s}.js-animate--12{--current-animation-delay:1.2s}.js-animate--13{--current-animation-delay:1.3s}.js-animate--14{--current-animation-delay:1.4s}.js-animate--15{--current-animation-delay:1.5s}.js-animate--16{--current-animation-delay:1.6s}.js-animate--17{--current-animation-delay:1.7s}.js-animate--18{--current-animation-delay:1.8s}.js-animate--19{--current-animation-delay:1.9s}.js-animate--20{--current-animation-delay:2s}@-webkit-keyframes scale-fade{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-fade{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scale-fade--sm{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-fade--sm{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fade-up{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-down{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-down{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-left{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-left{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fade-right{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-right{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-left{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-left{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes draw-horizontal{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes draw-horizontal{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1;z-index:10}99%{opacity:0;z-index:10}to{opacity:0;z-index:0}}@keyframes fade-out{0%{opacity:1;z-index:10}99%{opacity:0;z-index:10}to{opacity:0;z-index:0}}@-webkit-keyframes menu-show{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}1%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes menu-show{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}1%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes menu-hide{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}99%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes menu-hide{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}99%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes blur{0%{-webkit-filter:blur(20px);filter:blur(20px)}50%{-webkit-filter:blur(10px);filter:blur(10px)}to{-webkit-filter:blur(0);filter:blur(0)}}@keyframes blur{0%{-webkit-filter:blur(20px);filter:blur(20px)}50%{-webkit-filter:blur(10px);filter:blur(10px)}to{-webkit-filter:blur(0);filter:blur(0)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes scale-fade-paused{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-fade-paused{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scale-fade--sm-paused{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-fade--sm-paused{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes draw-horizontal-paused{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes draw-horizontal-paused{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@-webkit-keyframes fade-up-paused{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up-paused{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-down-paused{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-down-paused{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-left-paused{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-left-paused{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fade-right-paused{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-right-paused{0%{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-left-paused{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-left-paused{0%{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fade-paused{0%{opacity:0}to{opacity:1}}@keyframes fade-paused{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out-paused{0%{opacity:1;z-index:10}99%{opacity:0;z-index:10}to{opacity:0;z-index:-1}}@keyframes fade-out-paused{0%{opacity:1;z-index:10}99%{opacity:0;z-index:10}to{opacity:0;z-index:-1}}@-webkit-keyframes blur-paused{0%{-webkit-filter:blur(20px);filter:blur(20px)}to{-webkit-filter:blur(0);filter:blur(0)}}@keyframes blur-paused{0%{-webkit-filter:blur(20px);filter:blur(20px)}to{-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes spin-paused{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-paused{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes hamburger-open-top{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:translateY(7px) rotate(0deg);transform:translateY(7px) rotate(0deg)}to{-webkit-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}}@keyframes hamburger-open-top{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:translateY(7px) rotate(0deg);transform:translateY(7px) rotate(0deg)}to{-webkit-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}}@-webkit-keyframes hamburger-open-bottom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}to{-webkit-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}}@keyframes hamburger-open-bottom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}to{-webkit-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}}@-webkit-keyframes hamburger-close-top{0%{-webkit-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}50%{-webkit-transform:translateY(7px) rotate(0deg);transform:translateY(7px) rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes hamburger-close-top{0%{-webkit-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}50%{-webkit-transform:translateY(7px) rotate(0deg);transform:translateY(7px) rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes hamburger-close-bottom{0%{-webkit-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}50%{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes hamburger-close-bottom{0%{-webkit-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}50%{-webkit-transform:translateY(-7px) rotate(0deg);transform:translateY(-7px) rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes twinkle{0%{opacity:1}to{opacity:.2}}@keyframes twinkle{0%{opacity:1}to{opacity:.2}}.u-default{background-color:#064290}.u-primary{background-color:#1ba4e7}.u-secondary{background-color:#f7643c}.u-success{background-color:#52aa3f}.u-warning{background-color:#fec057}.u-error{background-color:#fa5554}.u-tertiary{background-color:#bfeaff}.u-accent{background-color:#ffc425}.u-lottery{background-color:#75458c}.u-text{background-color:#333}.u-sky{background-color:#bfeafe}.u-grey{background-color:#f4f4f7}.u-warehouse{background-color:#f15623}.u-warehosue-green{background-color:#9ea599}.u-old{background-color:#2f4f91}.u-lowercase{text-transform:lowercase!important}.u-uppercase{text-transform:uppercase!important}.u-pull-left{float:left!important}.u-pull-right{float:right!important}.u-align-left{text-align:left!important}.u-align-center{text-align:center!important}.u-align-right{text-align:right!important}.u-clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.u-sr{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;width:1px}

/*# sourceMappingURL=global.css.map*/