html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:active,a:hover{outline:0}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}legend{border:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button,input,select,textarea{font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;-webkit-transition-property:opacity, -webkit-filter;transition-property:opacity, -webkit-filter;transition-property:opacity, filter;transition-property:opacity, filter, -webkit-filter;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#00758a}.hamburger-box{width:25px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:25px;height:4px;background-color:#00758a;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:0.15s;transition-duration:0.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--3dx .hamburger-box{-webkit-perspective:50px;perspective:50px}.hamburger--3dx .hamburger-inner{-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{-webkit-perspective:50px;perspective:50px}.hamburger--3dx-r .hamburger-inner{-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dy .hamburger-box{-webkit-perspective:50px;perspective:50px}.hamburger--3dy .hamburger-inner{-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent !important;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{-webkit-perspective:50px;perspective:50px}.hamburger--3dy-r .hamburger-inner{-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent !important;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{-webkit-perspective:50px;perspective:50px}.hamburger--3dxy .hamburger-inner{-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent !important;-webkit-transform:rotateX(180deg) rotateY(180deg);transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{-webkit-perspective:50px;perspective:50px}.hamburger--3dxy-r .hamburger-inner{-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent !important;-webkit-transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg);transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{-webkit-transform:translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);transform:translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrow.is-active .hamburger-inner::after{-webkit-transform:translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);transform:translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);transform:translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);transform:translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowalt .hamburger-inner::before{-webkit-transition:top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;-webkit-transform:translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);transform:translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);-webkit-transition:top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;-webkit-transform:translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);transform:translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);-webkit-transition:bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r .hamburger-inner::before{-webkit-transition:top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;-webkit-transform:translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);transform:translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);-webkit-transition:top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);transform:translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);-webkit-transition:bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowturn.is-active .hamburger-inner{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{-webkit-transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrowturn.is-active .hamburger-inner::after{-webkit-transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{-webkit-transition-property:none;transition-property:none}.hamburger--boring.is-active .hamburger-inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:0.13s;transition-duration:0.13s;-webkit-transition-delay:0.13s;transition-delay:0.13s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;-webkit-transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{-webkit-transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg);-webkit-transition-delay:0.22s;transition-delay:0.22s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:0.13s;transition-duration:0.13s;-webkit-transition-delay:0.13s;transition-delay:0.13s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r .hamburger-inner::after{top:-20px;-webkit-transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear}.hamburger--collapse-r .hamburger-inner::before{-webkit-transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r.is-active .hamburger-inner{-webkit-transform:translate3d(0, -10px, 0) rotate(45deg);transform:translate3d(0, -10px, 0) rotate(45deg);-webkit-transition-delay:0.22s;transition-delay:0.22s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--elastic .hamburger-inner{top:2px;-webkit-transition-duration:0.275s;transition-duration:0.275s;-webkit-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;-webkit-transition:opacity 0.125s 0.275s ease;transition:opacity 0.125s 0.275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;-webkit-transition:-webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:-webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),-webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{-webkit-transform:translate3d(0, 10px, 0) rotate(135deg);transform:translate3d(0, 10px, 0) rotate(135deg);-webkit-transition-delay:0.075s;transition-delay:0.075s}.hamburger--elastic.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -20px, 0) rotate(-270deg);transform:translate3d(0, -20px, 0) rotate(-270deg);-webkit-transition-delay:0.075s;transition-delay:0.075s}.hamburger--elastic-r .hamburger-inner{top:2px;-webkit-transition-duration:0.275s;transition-duration:0.275s;-webkit-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r .hamburger-inner::before{top:10px;-webkit-transition:opacity 0.125s 0.275s ease;transition:opacity 0.125s 0.275s ease}.hamburger--elastic-r .hamburger-inner::after{top:20px;-webkit-transition:-webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:-webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),-webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r.is-active .hamburger-inner{-webkit-transform:translate3d(0, 10px, 0) rotate(-135deg);transform:translate3d(0, 10px, 0) rotate(-135deg);-webkit-transition-delay:0.075s;transition-delay:0.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -20px, 0) rotate(270deg);transform:translate3d(0, -20px, 0) rotate(270deg);-webkit-transition-delay:0.075s;transition-delay:0.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{-webkit-transition:background-color 0.125s 0.175s ease-in;transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;-webkit-transition:top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)}.hamburger--emphatic .hamburger-inner::after{top:10px;right:0;-webkit-transition:top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)}.hamburger--emphatic.is-active .hamburger-inner{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-50px;top:-50px;-webkit-transform:translate3d(50px, 50px, 0) rotate(45deg);transform:translate3d(50px, 50px, 0) rotate(45deg);-webkit-transition:left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-50px;top:-50px;-webkit-transform:translate3d(-50px, 50px, 0) rotate(-45deg);transform:translate3d(-50px, 50px, 0) rotate(-45deg);-webkit-transition:right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{-webkit-transition:background-color 0.125s 0.175s ease-in;transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;-webkit-transition:top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)}.hamburger--emphatic-r .hamburger-inner::after{top:10px;right:0;-webkit-transition:top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335)}.hamburger--emphatic-r.is-active .hamburger-inner{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-50px;top:50px;-webkit-transform:translate3d(50px, -50px, 0) rotate(-45deg);transform:translate3d(50px, -50px, 0) rotate(-45deg);-webkit-transition:left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-50px;top:50px;-webkit-transform:translate3d(-50px, -50px, 0) rotate(45deg);transform:translate3d(-50px, -50px, 0) rotate(45deg);-webkit-transition:right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{-webkit-transition:bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;transition:bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;-webkit-transition:bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;transition:bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner::before{top:10px;-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;-webkit-transition-duration:0.15s;transition-duration:0.15s}.hamburger--slider .hamburger-inner::after{top:20px}.hamburger--slider.is-active .hamburger-inner{-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{-webkit-transform:rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);transform:rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -20px, 0) rotate(-90deg);transform:translate3d(0, -20px, 0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner::before{top:10px;-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;-webkit-transition-duration:0.15s;transition-duration:0.15s}.hamburger--slider-r .hamburger-inner::after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{-webkit-transform:translate3d(0, 10px, 0) rotate(-45deg);transform:translate3d(0, 10px, 0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{-webkit-transform:rotate(45deg) translate3d(3.5714285714px, -6px, 0);transform:rotate(45deg) translate3d(3.5714285714px, -6px, 0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0, -20px, 0) rotate(90deg);transform:translate3d(0, -20px, 0) rotate(90deg)}.hamburger--spin .hamburger-inner{-webkit-transition-duration:0.22s;transition-duration:0.22s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{-webkit-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r .hamburger-inner{-webkit-transition-duration:0.22s;transition-duration:0.22s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r .hamburger-inner::before{-webkit-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin-r .hamburger-inner::after{-webkit-transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r.is-active .hamburger-inner{-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring .hamburger-inner{top:2px;-webkit-transition:background-color 0s 0.13s linear;transition:background-color 0s 0.13s linear}.hamburger--spring .hamburger-inner::before{top:10px;-webkit-transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:20px;-webkit-transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{-webkit-transition-delay:0.22s;transition-delay:0.22s;background-color:transparent !important}.hamburger--spring.is-active .hamburger-inner::before{top:0;-webkit-transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;-webkit-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 10px, 0) rotate(-45deg);transform:translate3d(0, 10px, 0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:0.13s;transition-duration:0.13s;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r .hamburger-inner::after{top:-20px;-webkit-transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{-webkit-transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r.is-active .hamburger-inner{-webkit-transform:translate3d(0, -10px, 0) rotate(-45deg);transform:translate3d(0, -10px, 0) rotate(-45deg);-webkit-transition-delay:0.22s;transition-delay:0.22s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand .hamburger-inner{-webkit-transition:background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear;transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand .hamburger-inner::before{-webkit-transition:top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand .hamburger-inner::after{-webkit-transition:bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand.is-active .hamburger-inner{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);background-color:transparent !important;-webkit-transition:background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);transition:background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r .hamburger-inner{-webkit-transition:background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear;transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r .hamburger-inner::before{-webkit-transition:top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r .hamburger-inner::after{-webkit-transition:bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r.is-active .hamburger-inner{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background-color:transparent !important;-webkit-transition:background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);transition:background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze .hamburger-inner{-webkit-transition-duration:0.075s;transition-duration:0.075s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{-webkit-transition:top 0.075s 0.12s ease, opacity 0.075s ease;transition:top 0.075s 0.12s ease, opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{-webkit-transition:bottom 0.075s 0.12s ease,-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.12s ease,-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0.12s;transition-delay:0.12s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 0.075s ease, opacity 0.075s 0.12s ease;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 0.075s ease,-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s ease,-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--vortex .hamburger-inner{-webkit-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:0.1s;transition-delay:0.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{-webkit-transition-property:top, opacity;transition-property:top, opacity}.hamburger--vortex .hamburger-inner::after{-webkit-transition-property:bottom, -webkit-transform;transition-property:bottom, -webkit-transform;transition-property:bottom, transform;transition-property:bottom, transform, -webkit-transform}.hamburger--vortex.is-active .hamburger-inner{-webkit-transform:rotate(765deg);-ms-transform:rotate(765deg);transform:rotate(765deg);-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{-webkit-transition-delay:0s;transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{-webkit-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:0.1s;transition-delay:0.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{-webkit-transition-property:top, opacity;transition-property:top, opacity}.hamburger--vortex-r .hamburger-inner::after{-webkit-transition-property:bottom, -webkit-transform;transition-property:bottom, -webkit-transform;transition-property:bottom, transform;transition-property:bottom, transform, -webkit-transform}.hamburger--vortex-r.is-active .hamburger-inner{-webkit-transform:rotate(-765deg);-ms-transform:rotate(-765deg);transform:rotate(-765deg);-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{-webkit-transition-delay:0s;transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-webkit-transition:opacity 0s, -webkit-transform 0s;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}trix-editor{border:1px solid #bbb;border-radius:3px;margin:0;padding:0.4em 0.6em;min-height:5em;outline:none}trix-toolbar *{-webkit-box-sizing:border-box;box-sizing:border-box}trix-toolbar .trix-button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;border:1px solid #bbb;border-top-color:#ccc;border-bottom-color:#888;border-radius:3px}trix-toolbar .trix-button-group:not(:first-child){margin-left:1.5vw}@media (max-device-width: 768px){trix-toolbar .trix-button-group:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-device-width: 768px){trix-toolbar .trix-button-group-spacer{display:none}}trix-toolbar .trix-button{position:relative;float:left;color:rgba(0,0,0,0.6);font-size:0.75em;font-weight:600;white-space:nowrap;padding:0 0.5em;margin:0;outline:none;border:none;border-bottom:1px solid #ddd;border-radius:0;background:transparent}trix-toolbar .trix-button:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active{background:#cbeefa;color:black}trix-toolbar .trix-button:not(:disabled){cursor:pointer}trix-toolbar .trix-button:disabled{color:rgba(0,0,0,0.125)}@media (max-device-width: 768px){trix-toolbar .trix-button{letter-spacing:-0.01em;padding:0 0.3em}}trix-toolbar .trix-button--icon{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(0.8em + 4vw);text-indent:-9999px}@media (max-device-width: 768px){trix-toolbar .trix-button--icon{height:2em;max-width:calc(0.8em + 3.5vw)}}trix-toolbar .trix-button--icon::before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.6;content:"";background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-device-width: 768px){trix-toolbar .trix-button--icon::before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active::before{opacity:1}trix-toolbar .trix-button--icon:disabled::before{opacity:0.125}trix-toolbar .trix-button--icon-attach::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-italic::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-link::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-strike::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-quote::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-heading-1::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-code::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-bullet-list::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-number-list::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-undo::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-redo::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-decrease-nesting-level::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-increase-nesting-level::before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-dialogs{position:relative}trix-toolbar .trix-dialog{position:absolute;top:0;left:0;right:0;font-size:0.75em;padding:15px 10px;background:#fff;-webkit-box-shadow:0 0.3em 1em #ccc;box-shadow:0 0.3em 1em #ccc;border-top:2px solid #888;border-radius:5px;z-index:5}trix-toolbar .trix-input--dialog{font-size:inherit;font-weight:normal;padding:0.5em 0.8em;margin:0 10px 0 0;border-radius:3px;border:1px solid #bbb;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-toolbar .trix-input--dialog.validate:invalid{-webkit-box-shadow:#F00 0px 0px 1.5px 1px;box-shadow:#F00 0px 0px 1.5px 1px}trix-toolbar .trix-button--dialog{font-size:inherit;padding:0.5em;border-bottom:none}trix-toolbar .trix-dialog--link{max-width:600px}trix-toolbar .trix-dialog__link-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input{-webkit-box-flex:1;-ms-flex:1;flex:1}trix-toolbar .trix-dialog__link-fields .trix-button-group{-webkit-box-flex:0;-ms-flex:0 0 content;flex:0 0 content;margin:0}trix-editor [data-trix-mutable]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection{background:none}trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection{background:none}trix-editor [data-trix-mutable]::selection,trix-editor [data-trix-cursor-target]::selection,trix-editor [data-trix-mutable] ::selection{background:none}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection{background:highlight}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection{background:highlight}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file{-webkit-box-shadow:0 0 0 2px highlight;box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img{-webkit-box-shadow:0 0 0 2px highlight;box-shadow:0 0 0 2px highlight}trix-editor .attachment{position:relative}trix-editor .attachment:hover{cursor:default}trix-editor .attachment--preview .attachment__caption:hover{cursor:text}trix-editor .attachment__progress{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:0.9;-webkit-transition:opacity 200ms ease-in;transition:opacity 200ms ease-in}trix-editor .attachment__progress[value="100"]{opacity:0}trix-editor .attachment__caption-editor{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-editor .attachment__toolbar{position:absolute;z-index:1;top:-0.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}trix-editor .trix-button{position:relative;float:left;color:#666;white-space:nowrap;font-size:80%;padding:0 0.8em;margin:0;outline:none;border:none;border-radius:0;background:transparent}trix-editor .trix-button:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active{background:#cbeefa}trix-editor .trix-button:not(:disabled){cursor:pointer}trix-editor .trix-button--remove{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#fff;border:2px solid highlight;-webkit-box-shadow:1px 1px 6px rgba(0,0,0,0.25);box-shadow:1px 1px 6px rgba(0,0,0,0.25)}trix-editor .trix-button--remove::before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.7;content:"";background-image:url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");background-position:center;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove:hover{border-color:#333}trix-editor .trix-button--remove:hover::before{opacity:1}trix-editor .attachment__metadata-container{position:relative}trix-editor .attachment__metadata{position:absolute;left:50%;top:2em;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);max-width:90%;padding:0.1em 0.6em;font-size:0.8em;color:#fff;background-color:rgba(0,0,0,0.7);border-radius:3px}trix-editor .attachment__metadata .attachment__name{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size{margin-left:0.2em;white-space:nowrap}.trix-content{line-height:1.5}.trix-content *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.trix-content h1{font-size:1.2em;line-height:1.2}.trix-content blockquote{border:0 solid #ccc;border-left-width:0.3em;margin-left:0.3em;padding-left:0.6em}.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{border-width:0;border-right-width:0.3em;margin-right:0.3em;padding-right:0.6em}.trix-content li{margin-left:1em}.trix-content [dir=rtl] li{margin-right:1em}.trix-content pre{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:0.9em;padding:0.5em;white-space:pre;background-color:#eee;overflow-x:auto}.trix-content img{max-width:100%;height:auto}.trix-content .attachment{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a{color:inherit;text-decoration:none}.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{color:inherit}.trix-content .attachment__caption{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size::before{content:' \2022 '}.trix-content .attachment--preview{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption{color:#666;font-size:0.9em;line-height:1.2}.trix-content .attachment--file{color:#333;line-height:1;margin:0 2px 2px 2px;padding:0.4em 1em;border:1px solid #bbb;border-radius:5px}.trix-content .attachment-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;padding:0 0.5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}@-webkit-keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-progress{to{background-position: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{from{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;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}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{-webkit-box-sizing:border-box;box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{-webkit-box-sizing:inherit;box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding: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%}.plyr__captions .plyr__caption{background:rgba(0,0,0,0.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width: 480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width: 768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions{-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;overflow:visible;padding:7px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{-webkit-box-shadow:0 0 0 5px rgba(0,179,255,0.5);box-shadow:0 0 0 5px rgba(0,179,255,0.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display: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{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,0.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.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}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.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__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));background:linear-gradient(transparent, rgba(0,0,0,0.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;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){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{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:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.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}.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:rgba(255,255,255,0.9);border-radius:4px;bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;-webkit-transition:height 0.35s cubic-bezier(0.4, 0, 0.2, 1),width 0.35s cubic-bezier(0.4, 0, 0.2, 1);transition:height 0.35s cubic-bezier(0.4, 0, 0.2, 1),width 0.35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,0.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4a5764;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.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%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,0.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,0.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.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:rgba(0,0,0,0.1);content:'';display:block;-ms-flex-negative:0;flex-shrink:0;height:16px;margin-right:10px;-webkit-transition:all .3s ease;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%;-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}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.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)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,0.1)}.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;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin: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%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;-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;background-image:-webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));background-image:linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;-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;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;-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;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;-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;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;-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;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{-webkit-box-shadow:0 0 0 5px rgba(0,179,255,0.5);box-shadow:0 0 0 5px rgba(0,179,255,0.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,0.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,0.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,0.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,0.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,0.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(255,255,255,0.5);box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(255,255,255,0.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(255,255,255,0.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(255,255,255,0.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,0.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,0.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,0.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(0,0,0,0.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(0,0,0,0.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,0.15),0 0 0 1px rgba(35,41,47,0.2),0 0 0 3px rgba(0,0,0,0.1)}.plyr__poster{background-color:#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}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,0.15)}.plyr__tooltip{background:rgba(255,255,255,0.9);border-radius:3px;bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;-webkit-transform:translate(-50%, 10px) scale(0.8);-ms-transform:translate(-50%, 10px) scale(0.8);transform:translate(-50%, 10px) scale(0.8);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,0.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%, 0) scale(1);-ms-transform:translate(-50%, 0) scale(1);transform:translate(-50%, 0) 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;-webkit-transform:translate(0, 10px) scale(0.8);-ms-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;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}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translate(0, 10px) scale(0.8);-ms-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);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.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .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.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{-webkit-transform:translate(0, 0) scale(1);-ms-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.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%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-webkit-transition:width .2s ease;transition:width .2s ease}.plyr--video .plyr__progress__buffer{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);box-shadow:0 1px 1px rgba(0,0,0,0.15);color:rgba(255,255,255,0.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,0.66)}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, rgba(35,41,47,0.6) 25%, transparent 25%, transparent 50%, rgba(35,41,47,0.6) 50%, rgba(35,41,47,0.6) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,0.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,0.66)}.plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width: 480px){.plyr__volume{max-width:90px}}@media (min-width: 768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none !important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none !important}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-moz-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width: 1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.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}}.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:rgba(35,41,47,0.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,0.9);border-radius:3px;bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translate(0, 10px) scale(0.8);-ms-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0, 0) scale(1);-ms-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,0.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,0.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;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;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{-webkit-transition:none !important;transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{overflow-x:hidden}body{position:relative;overflow:hidden}.layout-page-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}a{text-decoration:none}li{list-style:none}abbr{text-decoration:none}mark{background:none}@font-face{font-family:"altis-scotbook-bold";src:url(https://www.scottishbooktrust.com/assets/altis-scotbook-bold-825b425c3c4279292cad9105f71eb67ffb1b4402395cd5c96ac10339f9662e0a.woff2) format("woff2"),url(https://www.scottishbooktrust.com/assets/altis-scotbook-bold-512b24448ffda9c51509e7bc51250b8172159028f08efa808a121badf2943012.woff) format("woff"),url(https://www.scottishbooktrust.com/assets/altis-scotbook-bold-b325612dd21cfbf1150c6219d47aea1792232410b2c377cc9926bcb4c598f222.otf) format("truetype"),url(https://www.scottishbooktrust.com/assets/altis-scotbook-bold-a1a8f71d781d4c7f4d956e6109615b6d1b3c7c7f9f50f861aca4ad5eb1fb4188.ttf) format("truetype");font-display:swap}body{-webkit-font-feature-settings:'salt';font-feature-settings:'salt'}.slickr-content-editable>h1,.bws_hero-title--content,.support-page-main-section--header--title,.home-page-main-section--header--title,.landing-page-main-section--header--title,.content-page-main--header--title,.bws-event--header-text,.header-1,.slickr-content-editable>h2,.section-content-lane--breakout--title,.support-carousel--title,.support-home--title,.support-page-donate-section--header--title,.home-page-main-section--overview--section--header,.landing-page-main-section--section--title,.header-2,.slickr-content-editable>h3,.widget--title__title,.widget-downloads-widget-title,.widget-people-title:not(:empty),.section-content-lane--no-results--text,.section-call-to-action--header,.recent-updates--header--title,.support-page-donate-section--body-title,.support-page-donation-info,.support-page-donate-section--header--title--small,.header-3,.slickr-content-editable>h4,.widget-accordion--title,.section-content-lane-title,.support-carousel--tile--title,.support-home--blockquote__citation,.support-home--donation-links__title,.simple_form .form-header,.donation_payment_form_details summary .header_container--text,.bws-event-booking-info--ticket-detail,.events-lane--header,.events-no_lane--header,.home-page-main-section--overview--content--title,.landing-page-main-section--section--intro,.bws-event--venue-information-header,.bws-event--contact-details-header,.result-item h3,.header-4,.slickr-content-editable>h5,.vote_counter_container,.widget-accordion .accordion-open .widget-accordion-panel--body h4,.widget-accordion .accordion-open .widget-accordion-panel--body h6,.widget--title__title__secondary,.widget--video__bottom .widget-description h4,.widget--video__bottom .widget-description h6,.author-listing-tile--name,.support-page-donation-values .label-radio,.support-page-donation-values .label-text,.donate-field__prefix-container .donate-field__prefix-text,.support-page-donation-header,.event-tile-header,.footer--sitemap--link-top,.footer-contact--header,.footer-contact--link,.page-header__filter-panel--top--btn,.bws_hero-title--date-info,.bws-event--header-date-info,.bws-event--info-item,.bws--2023 .bws-event-back,.bws--2024 .bws-event-back,.header-5,.slickr-content-editable>h6,.widget-accordion .accordion-open .widget-accordion-panel--body h5,.widget-downloads-item-name,.widget--video__bottom .widget-description h5,.author-listing-tile--authority,.header-6,.page-header--navigation-site-link:not(:last-child),.events-container--link,.section-content-lane-link,.landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.current a,.secondary-cta--theme,.recent-updates--header--link,.landing-page-pagination--navigation span.current,.landing-page-pagination--navigation span.gap,.articles-load-more,.bws--2021 .link,.bws--2022 .link,.bws-event--contact-details-link,.widget-read-more-alt,.simple_form .form-button,.slickr-content-editable>p a.content-editable-button,.section-call-to-action--related--tags,.section-content-lane--breakout--link,.support-page-donation-buttons .support-page-donation-submit:first-child,.push-banner-cta>.button-cta,.footer-contact--newsletter-button,.content-page-main--header--ctas-link,.training-button,.button-cta__theme,.home-page-main-section--overview--section--cta,.button-cta__theme--dark,.support-home--donation-links__link,.button-cta__grey,.widget-read-more,.support-carousel--tile--cta,.button-cta__blue,.button-yellow,.button-cta__yellow,.button-cta__green,.button-cta__orange,.button-cta__red,.landing-page-main-section--section--cta,.button-cta__pink,.support-page-donation-input,.support-page-donation-buttons .support-page-donation-submit:last-child,.quiz-component-button,.answer-component-toggle,.bws-event-booking-info--ticket-button,.button-cta,.landing-anchor-nav--item a,.search-and-browse-page-link--previous,.search-and-browse-page-link--next,.filter-expand__cta,.address_search_button,.input-file-control__update>label,.page-header--navigation-site-link:last-child .site-link,.input-file-control__remove>label,.filter-clear--cta,.search-and-browse-clear{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slickr-content-editable>h1,.bws_hero-title--content,.support-page-main-section--header--title,.home-page-main-section--header--title,.landing-page-main-section--header--title,.content-page-main--header--title,.bws-event--header-text,.header-1{margin-bottom:0.4em;display:block;font-family:"altis-scotbook-bold", sans-serif;font-size:2.625em;line-height:1.1428571429;font-weight:normal;color:#343432}@media (min-width: 40em){.slickr-content-editable>h1,.bws_hero-title--content,.support-page-main-section--header--title,.home-page-main-section--header--title,.landing-page-main-section--header--title,.content-page-main--header--title,.bws-event--header-text,.header-1{font-size:3.25em;line-height:1.1153846154}}@media (min-width: 76.5625em){.slickr-content-editable>h1,.bws_hero-title--content,.support-page-main-section--header--title,.home-page-main-section--header--title,.landing-page-main-section--header--title,.content-page-main--header--title,.bws-event--header-text,.header-1{font-size:3.75em;line-height:1.1}}.slickr-content-editable>h2,.section-content-lane--breakout--title,.support-carousel--title,.support-home--title,.support-page-donate-section--header--title,.home-page-main-section--overview--section--header,.landing-page-main-section--section--title,.header-2{margin-bottom:0.5em;font-family:"altis-scotbook-bold", sans-serif;font-size:2em;line-height:1.15;font-weight:normal;color:#343432}@media (min-width: 40em){.slickr-content-editable>h2,.section-content-lane--breakout--title,.support-carousel--title,.support-home--title,.support-page-donate-section--header--title,.home-page-main-section--overview--section--header,.landing-page-main-section--section--title,.header-2{font-size:2.125em}}@media (min-width: 76.5625em){.slickr-content-editable>h2,.section-content-lane--breakout--title,.support-carousel--title,.support-home--title,.support-page-donate-section--header--title,.home-page-main-section--overview--section--header,.landing-page-main-section--section--title,.header-2{font-size:2.8125em;line-height:1.2}}.slickr-content-editable>h3,.widget--title__title,.widget-downloads-widget-title,.widget-people-title:not(:empty),.section-content-lane--no-results--text,.section-call-to-action--header,.recent-updates--header--title,.support-page-donate-section--body-title,.support-page-donation-info,.support-page-donate-section--header--title--small,.header-3{margin-bottom:0.5em;font-family:"altis-scotbook-bold", sans-serif;font-weight:100;font-size:1.625em;line-height:1.1538461538;color:#343432}@media (min-width: 76.5625em){.slickr-content-editable>h3,.widget--title__title,.widget-downloads-widget-title,.widget-people-title:not(:empty),.section-content-lane--no-results--text,.section-call-to-action--header,.recent-updates--header--title,.support-page-donate-section--body-title,.support-page-donation-info,.support-page-donate-section--header--title--small,.header-3{font-size:2.125em;line-height:1.2058823529}}.slickr-content-editable>h4,.widget-accordion--title,.section-content-lane-title,.support-carousel--tile--title,.support-home--blockquote__citation,.support-home--donation-links__title,.simple_form .form-header,.donation_payment_form_details summary .header_container--text,.bws-event-booking-info--ticket-detail,.events-lane--header,.events-no_lane--header,.home-page-main-section--overview--content--title,.landing-page-main-section--section--intro,.bws-event--venue-information-header,.bws-event--contact-details-header,.result-item h3,.header-4{margin-bottom:0.5em;font-family:"altis-scotbook-bold", sans-serif;font-size:1.375em;line-height:1.0909090909;font-weight:100;color:#343432}@media (min-width: 76.5625em){.slickr-content-editable>h4,.widget-accordion--title,.section-content-lane-title,.support-carousel--tile--title,.support-home--blockquote__citation,.support-home--donation-links__title,.simple_form .form-header,.donation_payment_form_details summary .header_container--text,.bws-event-booking-info--ticket-detail,.events-lane--header,.events-no_lane--header,.home-page-main-section--overview--content--title,.landing-page-main-section--section--intro,.bws-event--venue-information-header,.bws-event--contact-details-header,.result-item h3,.header-4{font-size:1.75em;line-height:1.2142857143}}.slickr-content-editable>h5,.vote_counter_container,.widget-accordion .accordion-open .widget-accordion-panel--body h4,.widget-accordion .accordion-open .widget-accordion-panel--body h6,.widget--title__title__secondary,.widget--video__bottom .widget-description h4,.widget--video__bottom .widget-description h6,.author-listing-tile--name,.support-page-donation-values .label-radio,.support-page-donation-values .label-text,.donate-field__prefix-container .donate-field__prefix-text,.support-page-donation-header,.event-tile-header,.footer--sitemap--link-top,.footer-contact--header,.footer-contact--link,.page-header__filter-panel--top--btn,.bws_hero-title--date-info,.bws-event--header-date-info,.bws-event--info-item,.bws--2023 .bws-event-back,.bws--2024 .bws-event-back,.header-5{margin-bottom:0.1em;font-family:"proxima-nova", sans-serif;font-size:1.125em;line-height:1.2222222222;font-weight:700;color:#1F1F1F}@media (min-width: 76.5625em){.slickr-content-editable>h5,.vote_counter_container,.widget-accordion .accordion-open .widget-accordion-panel--body h4,.widget-accordion .accordion-open .widget-accordion-panel--body h6,.widget--title__title__secondary,.widget--video__bottom .widget-description h4,.widget--video__bottom .widget-description h6,.author-listing-tile--name,.support-page-donation-values .label-radio,.support-page-donation-values .label-text,.donate-field__prefix-container .donate-field__prefix-text,.support-page-donation-header,.event-tile-header,.footer--sitemap--link-top,.footer-contact--header,.footer-contact--link,.page-header__filter-panel--top--btn,.bws_hero-title--date-info,.bws-event--header-date-info,.bws-event--info-item,.bws--2023 .bws-event-back,.bws--2024 .bws-event-back,.header-5{font-size:1.3125em;line-height:1.2380952381}}.slickr-content-editable>h6,.widget-accordion .accordion-open .widget-accordion-panel--body h5,.widget-downloads-item-name,.widget--video__bottom .widget-description h5,.author-listing-tile--authority,.header-6{margin-bottom:0.1em;font-family:"proxima-nova", sans-serif;font-size:1em;line-height:1.25;font-weight:600;color:#1F1F1F}@media (min-width: 76.5625em){.slickr-content-editable>h6,.widget-accordion .accordion-open .widget-accordion-panel--body h5,.widget-downloads-item-name,.widget--video__bottom .widget-description h5,.author-listing-tile--authority,.header-6{font-size:1.125em;line-height:1.1666666667}}.widget-text-label,.simple_form .form-list ul li,.simple_form .form-list li,.simple_form .input.tel .form-label,.simple_form .input.email .form-label,.simple_form .input.string .form-label,.simple_form .input.select .form-label,.simple_form .input.check_boxes .form-label,.simple_form .input.radio_buttons .form-label,.simple_form .input.country .form-label,.simple_form .input.integer .form-label,.simple_form .input.text .form-label,.simple_form .input.numeric .form-label,.simple_form .input.file .form-label,.address_search_label,.address_search_other,.simple_form .checkbox label,.simple_form .boolean label,.simple_form .boolean,.simple_form .checkbox,.simple_form .checkbox label .checkbox-wrapper,.simple_form .boolean label .checkbox-wrapper,.simple_form .boolean .checkbox-wrapper,.simple_form .checkbox .checkbox-wrapper,span.radio,.simple_form .form-description,.simple_form .form-policy,.simple_form div.input.boolean label,.simple_form div.input-collection .checkbox label,.header-7{margin-bottom:0.1em;font-family:"proxima-nova", sans-serif;font-size:0.9375em;line-height:1.5;font-weight:500;color:#343432}@media (min-width: 76.5625em){.widget-text-label,.simple_form .form-list ul li,.simple_form .form-list li,.simple_form .input.tel .form-label,.simple_form .input.email .form-label,.simple_form .input.string .form-label,.simple_form .input.select .form-label,.simple_form .input.check_boxes .form-label,.simple_form .input.radio_buttons .form-label,.simple_form .input.country .form-label,.simple_form .input.integer .form-label,.simple_form .input.text .form-label,.simple_form .input.numeric .form-label,.simple_form .input.file .form-label,.address_search_label,.address_search_other,.simple_form .checkbox label,.simple_form .boolean label,.simple_form .boolean,.simple_form .checkbox,.simple_form .checkbox label .checkbox-wrapper,.simple_form .boolean label .checkbox-wrapper,.simple_form .boolean .checkbox-wrapper,.simple_form .checkbox .checkbox-wrapper,span.radio,.simple_form .form-description,.simple_form .form-policy,.simple_form div.input.boolean label,.simple_form div.input-collection .checkbox label,.header-7{font-size:1em}}.slickr--content-editable p,.slickr-content-editable>ul,.widget-accordion .accordion-open .widget-accordion-panel--body ul,.widget--video__bottom .widget-description ul,.slickr-content-editable>ol,.widget-accordion .accordion-open .widget-accordion-panel--body ol,.widget--video__bottom .widget-description ol,.section-content-lane-link,.landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.current a,.secondary-cta--theme,.recent-updates--header--link,.landing-page-pagination--navigation span.current,.landing-page-pagination--navigation span.gap,.articles-load-more,.bws--2021 .link,.bws--2022 .link,.bws-event--contact-details-link,.widget-read-more-alt,.navigation-support--link--text,.content-tile-header,.recent-update-block--text,.slickr-content-editable>p,.table th,.table td,.home-page-main-section--site-search--input,.simple-form-errors:not(:empty),.widget-accordion .accordion-open .widget-accordion-panel--body p,.widget--video__bottom .widget-description p,.section-content-lane--breakout--intro,.support-carousel--intro,.support-home--intro,.announcement_banner-container p,.bws_hero-intro,.home-page-main-section--header--intro,.home-page-main-section--overview--section--intro,.bws-event--venue-information-text,.result-item p,.paragraph{margin-bottom:1em;font-family:"proxima-nova", sans-serif;font-size:1.125em;line-height:1.3333333333;font-weight:500;color:#1F1F1F}@media (min-width: 76.5625em){.slickr--content-editable p,.slickr-content-editable>ul,.widget-accordion .accordion-open .widget-accordion-panel--body ul,.widget--video__bottom .widget-description ul,.slickr-content-editable>ol,.widget-accordion .accordion-open .widget-accordion-panel--body ol,.widget--video__bottom .widget-description ol,.section-content-lane-link,.landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.current a,.secondary-cta--theme,.recent-updates--header--link,.landing-page-pagination--navigation span.current,.landing-page-pagination--navigation span.gap,.articles-load-more,.bws--2021 .link,.bws--2022 .link,.bws-event--contact-details-link,.widget-read-more-alt,.navigation-support--link--text,.content-tile-header,.recent-update-block--text,.slickr-content-editable>p,.table th,.table td,.home-page-main-section--site-search--input,.simple-form-errors:not(:empty),.widget-accordion .accordion-open .widget-accordion-panel--body p,.widget--video__bottom .widget-description p,.section-content-lane--breakout--intro,.support-carousel--intro,.support-home--intro,.announcement_banner-container p,.bws_hero-intro,.home-page-main-section--header--intro,.home-page-main-section--overview--section--intro,.bws-event--venue-information-text,.result-item p,.paragraph{font-size:1.3125em;line-height:1.5238095238}}.slickr--content-editable p a:not(.content-editable-button),.slickr-content-editable>ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul a:not(.content-editable-button),.slickr-content-editable>ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol a:not(.content-editable-button),.section-content-lane-link a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation span.page a a:not(.content-editable-button),.secondary-cta--theme a:not(.content-editable-button),.recent-updates--header--link a:not(.content-editable-button),.landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.gap a:not(.content-editable-button),.articles-load-more a:not(.content-editable-button),.bws--2021 .link a:not(.content-editable-button),.bws--2022 .link a:not(.content-editable-button),.bws-event--contact-details-link a:not(.content-editable-button),.widget-read-more-alt a:not(.content-editable-button),.navigation-support--link--text a:not(.content-editable-button),.content-tile-header a:not(.content-editable-button),.recent-update-block--text a:not(.content-editable-button),.slickr-content-editable>p a:not(.content-editable-button),.table th a:not(.content-editable-button),.table td a:not(.content-editable-button),.home-page-main-section--site-search--input a:not(.content-editable-button),.simple-form-errors:not(:empty) a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget--video__bottom .widget-description p a:not(.content-editable-button),.section-content-lane--breakout--intro a:not(.content-editable-button),.support-carousel--intro a:not(.content-editable-button),.support-home--intro a:not(.content-editable-button),.announcement_banner-container p a:not(.content-editable-button),.bws_hero-intro a:not(.content-editable-button),.home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro a:not(.content-editable-button),.bws-event--venue-information-text a:not(.content-editable-button),.result-item p a:not(.content-editable-button),.paragraph a:not(.content-editable-button){text-decoration:none;border-bottom:2px solid;-webkit-transition:border-bottom ease 0.3s;transition:border-bottom ease 0.3s;font-size:inherit}.support-carousel--tile--link,.support-home--link,.link-with-icon,.widget-video-link,.page-header__filter-panel--search-input .site-search-button,.widget-link-list .widget-link-list--link,.author-listing-tile--link--with-icon a,.support-page-donation-address .support-page-donation-gift-aid-link,.form-hint a,.form-loading-indicator a,.simple_form .form-description a,.simple_form .form-policy a,.simple_form .form-cancel,.form-link-secondary,.content-page-main--header--more a,.header-collection a,.organisation-listing-item--edit-link,.organisation-listing-item--span,.link-small,.landing-anchor-nav--item a,.search-and-browse-page-link--previous,.search-and-browse-page-link--next,.filter-expand__cta,.address_search_button,.input-file-control__update>label,.page-header--navigation-site-link:last-child .site-link,.input-file-control__remove>label,.filter-clear--cta,.widget-read-more,.search-and-browse-clear,.faux_select--inner>span,.simple-select-wrapper>select,.simple_form .input.tel input,.simple_form .input.string input,.simple_form .input.select input,.simple_form .input.email input,.simple_form .input.integer input,.simple_form .input.numeric input,.simple_form .input.file input,.simple_form .input.text textarea,.editable-other-input-field,.stripe_form .form-input.string,.slickr-content-editable>.blockquote blockquote>footer>cite,.slickr-content-editable>p.para-small,.widget--tags__tag,.content-tile--featured .content-tile-link .content-tile-tags a,.content-tile-tags>.tag,.author-listing-tile--tag,.table-source:not(:empty),.slickr-content-editable>figure:not(:empty) .figcaption,.slickr-content-editable--centered>figure:not(:empty) .figcaption,.form-alerts-alert,.widget--title__small,.widget-description,.widget-downloads-item-size,.content-tile-author,.content-tile-description,.support-page-donation-errors ul,.support_close_text_input,.support-page-donation-address .support-page-donation-gift-aid,.support-page-donation-address-info,.support-page-donation-text,.form-hint,.form-loading-indicator,.simple_form .form-error,.simple_form .form-count,.input-file-details,.form-required-prompt-component,.landing-page-pagination,.event-tile--additional-info-details,.hamburger .hamburger-text,.page-header__filter-panel--search-input .input-site-search,.bws-event-booking-info--help-text,.content-page-main--header--location,.content-page-main--header--more,.content-page-main--header--tags span,.content-page-main--sharing--title,.bws-event--venue-information-text__strong,.header-collection,.a-to-z-list-item,.result-item span,.search-pagination,.paragraph-small{font-family:"proxima-nova", sans-serif;font-size:1em;line-height:1.375;font-weight:100;color:#767676}@media (min-width: 76.5625em){.support-carousel--tile--link,.support-home--link,.link-with-icon,.widget-video-link,.page-header__filter-panel--search-input .site-search-button,.widget-link-list .widget-link-list--link,.author-listing-tile--link--with-icon a,.support-page-donation-address .support-page-donation-gift-aid-link,.form-hint a,.form-loading-indicator a,.simple_form .form-description a,.simple_form .form-policy a,.simple_form .form-cancel,.form-link-secondary,.content-page-main--header--more a,.header-collection a,.organisation-listing-item--edit-link,.organisation-listing-item--span,.link-small,.landing-anchor-nav--item a,.search-and-browse-page-link--previous,.search-and-browse-page-link--next,.filter-expand__cta,.address_search_button,.input-file-control__update>label,.page-header--navigation-site-link:last-child .site-link,.input-file-control__remove>label,.filter-clear--cta,.widget-read-more,.search-and-browse-clear,.faux_select--inner>span,.simple-select-wrapper>select,.simple_form .input.tel input,.simple_form .input.string input,.simple_form .input.select input,.simple_form .input.email input,.simple_form .input.integer input,.simple_form .input.numeric input,.simple_form .input.file input,.simple_form .input.text textarea,.editable-other-input-field,.stripe_form .form-input.string,.slickr-content-editable>.blockquote blockquote>footer>cite,.slickr-content-editable>p.para-small,.widget--tags__tag,.content-tile--featured .content-tile-link .content-tile-tags a,.content-tile-tags>.tag,.author-listing-tile--tag,.table-source:not(:empty),.slickr-content-editable>figure:not(:empty) .figcaption,.slickr-content-editable--centered>figure:not(:empty) .figcaption,.form-alerts-alert,.widget--title__small,.widget-description,.widget-downloads-item-size,.content-tile-author,.content-tile-description,.support-page-donation-errors ul,.support_close_text_input,.support-page-donation-address .support-page-donation-gift-aid,.support-page-donation-address-info,.support-page-donation-text,.form-hint,.form-loading-indicator,.simple_form .form-error,.simple_form .form-count,.input-file-details,.form-required-prompt-component,.landing-page-pagination,.event-tile--additional-info-details,.hamburger .hamburger-text,.page-header__filter-panel--search-input .input-site-search,.bws-event-booking-info--help-text,.content-page-main--header--location,.content-page-main--header--more,.content-page-main--header--tags span,.content-page-main--sharing--title,.bws-event--venue-information-text__strong,.header-collection,.a-to-z-list-item,.result-item span,.search-pagination,.paragraph-small{font-size:1.125em;line-height:1.3333333333}}.slickr-content-editable>.blockquote>blockquote>div,.slickr-content-editable--large-para>p,.support-page-main-section--header--intro,.support-page-donate-section--header--intro,.landing-page-main-section--header--intro,.content-page-main--header--dates,.content-page-main--header--intro,.paragraph-intro{margin-bottom:1.5em;font-family:"proxima-nova", sans-serif;font-size:1.3125em;line-height:1.3333333333;font-weight:500;color:#343432}@media (min-width: 76.5625em){.slickr-content-editable>.blockquote>blockquote>div,.slickr-content-editable--large-para>p,.support-page-main-section--header--intro,.support-page-donate-section--header--intro,.landing-page-main-section--header--intro,.content-page-main--header--dates,.content-page-main--header--intro,.paragraph-intro{font-size:1.5625em;line-height:1.4}}.slickr-content-editable>.blockquote>blockquote>div a,.slickr-content-editable--large-para>p a,.support-page-main-section--header--intro a,.support-page-donate-section--header--intro a,.landing-page-main-section--header--intro a,.content-page-main--header--dates a,.content-page-main--header--intro a,.paragraph-intro a{color:#1F1F1F;text-decoration:none;border-bottom:#1F1F1F 2px solid;-webkit-transition:border-bottom ease 0.3s;transition:border-bottom ease 0.3s}.slickr-content-editable>.blockquote>blockquote>div a:hover,.slickr-content-editable--large-para>p a:hover,.support-page-main-section--header--intro a:hover,.support-page-donate-section--header--intro a:hover,.landing-page-main-section--header--intro a:hover,.content-page-main--header--dates a:hover,.content-page-main--header--intro a:hover,.paragraph-intro a:hover{border-bottom:#00758a 2px solid}.event--no-results--text,.slickr-content-editable>blockquote,.support-home--blockquote__quote{padding:0.1em;margin-bottom:1em;font-family:"proxima-nova", sans-serif;font-size:1.75em;line-height:1.4285714286;font-weight:700;color:#343432;text-align:center}@media (min-width: 76.5625em){.event--no-results--text,.slickr-content-editable>blockquote,.support-home--blockquote__quote{font-size:2.125em;line-height:1.4705882353}}.theme-color--blue .hamburger-text,.theme-color--blue mark,.theme-color--blue .wrapper-split__title h1,.wrapper-split__title .theme-color--blue h1,.theme-color--blue .color-theme,.theme-color--blue .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--blue li::before,.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--blue li::before,.theme-color--blue .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--blue li::before,.theme-color--blue .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--blue a:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--blue a:not(.content-editable-button),.theme-color--blue .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--blue a:not(.content-editable-button),.theme-color--blue .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--blue a:not(.content-editable-button),.theme-color--blue .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--blue a:not(.content-editable-button),.theme-color--blue .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--blue a:not(.content-editable-button),.theme-color--blue .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--blue a:not(.content-editable-button),.theme-color--blue .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--blue a:not(.content-editable-button),.theme-color--blue .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--blue a:not(.content-editable-button),.theme-color--blue .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .table th a:not(.content-editable-button),.table th .theme-color--blue a:not(.content-editable-button),.theme-color--blue .table td a:not(.content-editable-button),.table td .theme-color--blue a:not(.content-editable-button),.theme-color--blue .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--blue a:not(.content-editable-button),.theme-color--blue .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--blue a:not(.content-editable-button),.theme-color--blue .result-item p a:not(.content-editable-button),.result-item p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .paragraph a:not(.content-editable-button),.paragraph .theme-color--blue a:not(.content-editable-button),.theme-color--blue .section-content-lane-link,.theme-color--blue .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--blue .first,.theme-color--blue .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--blue .last,.theme-color--blue .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--blue a,.theme-color--blue .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--blue a,.theme-color--blue .secondary-cta--theme,.theme-color--blue .support-carousel--tile--link,.theme-color--blue .support-home--link,.theme-color--blue .link-with-icon,.theme-color--blue .widget-video-link,.theme-color--blue .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--blue .site-search-button,.theme-color--blue .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--blue .widget-link-list--link,.theme-color--blue .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--blue a,.theme-color--blue .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--blue .support-page-donation-gift-aid-link,.theme-color--blue .form-hint a,.form-hint .theme-color--blue a,.theme-color--blue .form-loading-indicator a,.form-loading-indicator .theme-color--blue a,.theme-color--blue .simple_form .form-description a,.simple_form .form-description .theme-color--blue a,.theme-color--blue .simple_form .form-policy a,.simple_form .form-policy .theme-color--blue a,.theme-color--blue .simple_form .form-cancel,.simple_form .theme-color--blue .form-cancel,.theme-color--blue .form-link-secondary,.theme-color--blue .content-page-main--header--more a,.content-page-main--header--more .theme-color--blue a,.theme-color--blue .header-collection a,.header-collection .theme-color--blue a,.theme-color--blue .organisation-listing-item--edit-link,.theme-color--blue .organisation-listing-item--span,.theme-color--blue .link-small,.theme-color--blue .filter-clear--cta,.theme-color--blue .simple_form .boolean a,.simple_form .boolean .theme-color--blue a,.theme-color--blue .simple_form .checkbox a,.simple_form .checkbox .theme-color--blue a,.theme-color--blue .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--blue a,.theme-color--blue .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--blue a,.theme-color--blue span.radio a,span.radio .theme-color--blue a,.theme-color--blue .widget-accordion-panel,.theme-color--blue .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--blue span,.theme-color--blue .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--blue a,.theme-color--blue .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--blue .section-content-lane-title,.theme-color--blue .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--blue .section-content-lane-link:hover,.theme-color--blue .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--blue input[type=range],.theme-color--blue .page-header__filter-panel--top--btn,.theme-color--blue .home-page-main-section--overview--content--title,.theme-color--blue .a-to-z-list a,.a-to-z-list .theme-color--blue a,.theme-color--blue .theme-color{color:#00758a}.theme-color--red .hamburger-text,.theme-color--red mark,.theme-color--red .wrapper-split__title h1,.wrapper-split__title .theme-color--red h1,.theme-color--red .color-theme,.theme-color--red .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--red li::before,.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--red li::before,.theme-color--red .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--red li::before,.theme-color--red .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--red a:not(.content-editable-button),.theme-color--red .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--red a:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--red a:not(.content-editable-button),.theme-color--red .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--red a:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--red a:not(.content-editable-button),.theme-color--red .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--red a:not(.content-editable-button),.theme-color--red .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--red a:not(.content-editable-button),.theme-color--red .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--red a:not(.content-editable-button),.theme-color--red .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--red a:not(.content-editable-button),.theme-color--red .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--red a:not(.content-editable-button),.theme-color--red .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--red a:not(.content-editable-button),.theme-color--red .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--red a:not(.content-editable-button),.theme-color--red .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--red a:not(.content-editable-button),.theme-color--red .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--red a:not(.content-editable-button),.theme-color--red .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--red a:not(.content-editable-button),.theme-color--red .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--red a:not(.content-editable-button),.theme-color--red .table th a:not(.content-editable-button),.table th .theme-color--red a:not(.content-editable-button),.theme-color--red .table td a:not(.content-editable-button),.table td .theme-color--red a:not(.content-editable-button),.theme-color--red .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--red a:not(.content-editable-button),.theme-color--red .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--red a:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--red a:not(.content-editable-button),.theme-color--red .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--red a:not(.content-editable-button),.theme-color--red .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--red a:not(.content-editable-button),.theme-color--red .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--red a:not(.content-editable-button),.theme-color--red .result-item p a:not(.content-editable-button),.result-item p .theme-color--red a:not(.content-editable-button),.theme-color--red .paragraph a:not(.content-editable-button),.paragraph .theme-color--red a:not(.content-editable-button),.theme-color--red .section-content-lane-link,.theme-color--red .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--red .first,.theme-color--red .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--red .last,.theme-color--red .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--red a,.theme-color--red .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--red a,.theme-color--red .secondary-cta--theme,.theme-color--red .support-carousel--tile--link,.theme-color--red .support-home--link,.theme-color--red .link-with-icon,.theme-color--red .widget-video-link,.theme-color--red .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--red .site-search-button,.theme-color--red .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--red .widget-link-list--link,.theme-color--red .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--red a,.theme-color--red .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--red .support-page-donation-gift-aid-link,.theme-color--red .form-hint a,.form-hint .theme-color--red a,.theme-color--red .form-loading-indicator a,.form-loading-indicator .theme-color--red a,.theme-color--red .simple_form .form-description a,.simple_form .form-description .theme-color--red a,.theme-color--red .simple_form .form-policy a,.simple_form .form-policy .theme-color--red a,.theme-color--red .simple_form .form-cancel,.simple_form .theme-color--red .form-cancel,.theme-color--red .form-link-secondary,.theme-color--red .content-page-main--header--more a,.content-page-main--header--more .theme-color--red a,.theme-color--red .header-collection a,.header-collection .theme-color--red a,.theme-color--red .organisation-listing-item--edit-link,.theme-color--red .organisation-listing-item--span,.theme-color--red .link-small,.theme-color--red .filter-clear--cta,.theme-color--red .simple_form .boolean a,.simple_form .boolean .theme-color--red a,.theme-color--red .simple_form .checkbox a,.simple_form .checkbox .theme-color--red a,.theme-color--red .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--red a,.theme-color--red .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--red a,.theme-color--red span.radio a,span.radio .theme-color--red a,.theme-color--red .widget-accordion-panel,.theme-color--red .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--red span,.theme-color--red .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--red a,.theme-color--red .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--red .section-content-lane-title,.theme-color--red .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--red .section-content-lane-link:hover,.theme-color--red .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--red input[type=range],.theme-color--red .page-header__filter-panel--top--btn,.theme-color--red .home-page-main-section--overview--content--title,.theme-color--red .a-to-z-list a,.a-to-z-list .theme-color--red a,.theme-color--red .theme-color{color:#e8112d}.theme-color--yellow .hamburger-text,.theme-color--yellow mark,.theme-color--yellow .wrapper-split__title h1,.wrapper-split__title .theme-color--yellow h1,.theme-color--yellow .color-theme,.theme-color--yellow .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--yellow li::before,.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--yellow li::before,.theme-color--yellow .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--yellow li::before,.theme-color--yellow .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .table th a:not(.content-editable-button),.table th .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .table td a:not(.content-editable-button),.table td .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .result-item p a:not(.content-editable-button),.result-item p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .paragraph a:not(.content-editable-button),.paragraph .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .section-content-lane-link,.theme-color--yellow .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--yellow .first,.theme-color--yellow .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--yellow .last,.theme-color--yellow .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--yellow a,.theme-color--yellow .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--yellow a,.theme-color--yellow .secondary-cta--theme,.theme-color--yellow .support-carousel--tile--link,.theme-color--yellow .support-home--link,.theme-color--yellow .link-with-icon,.theme-color--yellow .widget-video-link,.theme-color--yellow .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--yellow .site-search-button,.theme-color--yellow .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--yellow .widget-link-list--link,.theme-color--yellow .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--yellow a,.theme-color--yellow .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--yellow .support-page-donation-gift-aid-link,.theme-color--yellow .form-hint a,.form-hint .theme-color--yellow a,.theme-color--yellow .form-loading-indicator a,.form-loading-indicator .theme-color--yellow a,.theme-color--yellow .simple_form .form-description a,.simple_form .form-description .theme-color--yellow a,.theme-color--yellow .simple_form .form-policy a,.simple_form .form-policy .theme-color--yellow a,.theme-color--yellow .simple_form .form-cancel,.simple_form .theme-color--yellow .form-cancel,.theme-color--yellow .form-link-secondary,.theme-color--yellow .content-page-main--header--more a,.content-page-main--header--more .theme-color--yellow a,.theme-color--yellow .header-collection a,.header-collection .theme-color--yellow a,.theme-color--yellow .organisation-listing-item--edit-link,.theme-color--yellow .organisation-listing-item--span,.theme-color--yellow .link-small,.theme-color--yellow .filter-clear--cta,.theme-color--yellow .simple_form .boolean a,.simple_form .boolean .theme-color--yellow a,.theme-color--yellow .simple_form .checkbox a,.simple_form .checkbox .theme-color--yellow a,.theme-color--yellow .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--yellow a,.theme-color--yellow .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--yellow a,.theme-color--yellow span.radio a,span.radio .theme-color--yellow a,.theme-color--yellow .widget-accordion-panel,.theme-color--yellow .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--yellow span,.theme-color--yellow .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--yellow a,.theme-color--yellow .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--yellow .section-content-lane-title,.theme-color--yellow .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--yellow .section-content-lane-link:hover,.theme-color--yellow .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--yellow input[type=range],.theme-color--yellow .page-header__filter-panel--top--btn,.theme-color--yellow .home-page-main-section--overview--content--title,.theme-color--yellow .a-to-z-list a,.a-to-z-list .theme-color--yellow a,.theme-color--yellow .theme-color{color:#ffce00}.theme-color--green .hamburger-text,.theme-color--green mark,.theme-color--green .wrapper-split__title h1,.wrapper-split__title .theme-color--green h1,.theme-color--green .color-theme,.theme-color--green .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--green li::before,.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--green li::before,.theme-color--green .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--green li::before,.theme-color--green .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--green a:not(.content-editable-button),.theme-color--green .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--green a:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--green a:not(.content-editable-button),.theme-color--green .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--green a:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--green a:not(.content-editable-button),.theme-color--green .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--green a:not(.content-editable-button),.theme-color--green .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--green a:not(.content-editable-button),.theme-color--green .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--green a:not(.content-editable-button),.theme-color--green .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--green a:not(.content-editable-button),.theme-color--green .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--green a:not(.content-editable-button),.theme-color--green .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--green a:not(.content-editable-button),.theme-color--green .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--green a:not(.content-editable-button),.theme-color--green .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--green a:not(.content-editable-button),.theme-color--green .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--green a:not(.content-editable-button),.theme-color--green .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--green a:not(.content-editable-button),.theme-color--green .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--green a:not(.content-editable-button),.theme-color--green .table th a:not(.content-editable-button),.table th .theme-color--green a:not(.content-editable-button),.theme-color--green .table td a:not(.content-editable-button),.table td .theme-color--green a:not(.content-editable-button),.theme-color--green .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--green a:not(.content-editable-button),.theme-color--green .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--green a:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--green a:not(.content-editable-button),.theme-color--green .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--green a:not(.content-editable-button),.theme-color--green .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--green a:not(.content-editable-button),.theme-color--green .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--green a:not(.content-editable-button),.theme-color--green .result-item p a:not(.content-editable-button),.result-item p .theme-color--green a:not(.content-editable-button),.theme-color--green .paragraph a:not(.content-editable-button),.paragraph .theme-color--green a:not(.content-editable-button),.theme-color--green .section-content-lane-link,.theme-color--green .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--green .first,.theme-color--green .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--green .last,.theme-color--green .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--green a,.theme-color--green .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--green a,.theme-color--green .secondary-cta--theme,.theme-color--green .support-carousel--tile--link,.theme-color--green .support-home--link,.theme-color--green .link-with-icon,.theme-color--green .widget-video-link,.theme-color--green .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--green .site-search-button,.theme-color--green .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--green .widget-link-list--link,.theme-color--green .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--green a,.theme-color--green .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--green .support-page-donation-gift-aid-link,.theme-color--green .form-hint a,.form-hint .theme-color--green a,.theme-color--green .form-loading-indicator a,.form-loading-indicator .theme-color--green a,.theme-color--green .simple_form .form-description a,.simple_form .form-description .theme-color--green a,.theme-color--green .simple_form .form-policy a,.simple_form .form-policy .theme-color--green a,.theme-color--green .simple_form .form-cancel,.simple_form .theme-color--green .form-cancel,.theme-color--green .form-link-secondary,.theme-color--green .content-page-main--header--more a,.content-page-main--header--more .theme-color--green a,.theme-color--green .header-collection a,.header-collection .theme-color--green a,.theme-color--green .organisation-listing-item--edit-link,.theme-color--green .organisation-listing-item--span,.theme-color--green .link-small,.theme-color--green .filter-clear--cta,.theme-color--green .simple_form .boolean a,.simple_form .boolean .theme-color--green a,.theme-color--green .simple_form .checkbox a,.simple_form .checkbox .theme-color--green a,.theme-color--green .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--green a,.theme-color--green .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--green a,.theme-color--green span.radio a,span.radio .theme-color--green a,.theme-color--green .widget-accordion-panel,.theme-color--green .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--green span,.theme-color--green .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--green a,.theme-color--green .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--green .section-content-lane-title,.theme-color--green .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--green .section-content-lane-link:hover,.theme-color--green .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--green input[type=range],.theme-color--green .page-header__filter-panel--top--btn,.theme-color--green .home-page-main-section--overview--content--title,.theme-color--green .a-to-z-list a,.a-to-z-list .theme-color--green a,.home-page-overview:nth-of-type(1) .hamburger-text,.home-page-overview:nth-of-type(1) mark,.home-page-overview:nth-of-type(1) .wrapper-split__title h1,.wrapper-split__title .home-page-overview:nth-of-type(1) h1,.home-page-overview:nth-of-type(1) .color-theme,.home-page-overview:nth-of-type(1) .slickr-content-editable>ol li::before,.slickr-content-editable>ol .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .articles-load-more a:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .content-tile-header a:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table th a:not(.content-editable-button),.table th .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table td a:not(.content-editable-button),.table td .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-home--intro a:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .result-item p a:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .paragraph a:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .first,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .last,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .secondary-cta--theme,.home-page-overview:nth-of-type(1) .support-carousel--tile--link,.home-page-overview:nth-of-type(1) .support-home--link,.home-page-overview:nth-of-type(1) .link-with-icon,.home-page-overview:nth-of-type(1) .widget-video-link,.home-page-overview:nth-of-type(1) .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(1) .site-search-button,.home-page-overview:nth-of-type(1) .widget-link-list .widget-link-list--link,.widget-link-list .home-page-overview:nth-of-type(1) .widget-link-list--link,.home-page-overview:nth-of-type(1) .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .home-page-overview:nth-of-type(1) .support-page-donation-gift-aid-link,.home-page-overview:nth-of-type(1) .form-hint a,.form-hint .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .form-loading-indicator a,.form-loading-indicator .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .simple_form .form-description a,.simple_form .form-description .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .simple_form .form-policy a,.simple_form .form-policy .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .simple_form .form-cancel,.simple_form .home-page-overview:nth-of-type(1) .form-cancel,.home-page-overview:nth-of-type(1) .form-link-secondary,.home-page-overview:nth-of-type(1) .content-page-main--header--more a,.content-page-main--header--more .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .header-collection a,.header-collection .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .organisation-listing-item--edit-link,.home-page-overview:nth-of-type(1) .organisation-listing-item--span,.home-page-overview:nth-of-type(1) .link-small,.home-page-overview:nth-of-type(1) .filter-clear--cta,.home-page-overview:nth-of-type(1) .simple_form .boolean a,.simple_form .boolean .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .simple_form .checkbox a,.simple_form .checkbox .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) span.radio a,span.radio .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .widget-accordion-panel,.home-page-overview:nth-of-type(1) .section-content-lane-title--with-category span,.section-content-lane-title--with-category .home-page-overview:nth-of-type(1) span,.home-page-overview:nth-of-type(1) .section-content-lane-title--with-category a,.section-content-lane-title--with-category .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .home-page-overview:nth-of-type(1) .section-content-lane-title,.home-page-overview:nth-of-type(1) .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .home-page-overview:nth-of-type(1) .section-content-lane-link:hover,.home-page-overview:nth-of-type(1) .plyr--full-ui input[type=range],.plyr--full-ui .home-page-overview:nth-of-type(1) input[type=range],.home-page-overview:nth-of-type(1) .page-header__filter-panel--top--btn,.home-page-overview:nth-of-type(1) .home-page-main-section--overview--content--title,.home-page-overview:nth-of-type(1) .a-to-z-list a,.a-to-z-list .home-page-overview:nth-of-type(1) a,.theme-color--green .theme-color,.home-page-overview:nth-of-type(1) .theme-color{color:#367113}.theme-color--pink .hamburger-text,.theme-color--pink mark,.theme-color--pink .wrapper-split__title h1,.wrapper-split__title .theme-color--pink h1,.theme-color--pink .color-theme,.theme-color--pink .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--pink li::before,.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--pink li::before,.theme-color--pink .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--pink li::before,.theme-color--pink .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--pink a:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--pink a:not(.content-editable-button),.theme-color--pink .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--pink a:not(.content-editable-button),.theme-color--pink .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--pink a:not(.content-editable-button),.theme-color--pink .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--pink a:not(.content-editable-button),.theme-color--pink .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--pink a:not(.content-editable-button),.theme-color--pink .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--pink a:not(.content-editable-button),.theme-color--pink .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--pink a:not(.content-editable-button),.theme-color--pink .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--pink a:not(.content-editable-button),.theme-color--pink .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .table th a:not(.content-editable-button),.table th .theme-color--pink a:not(.content-editable-button),.theme-color--pink .table td a:not(.content-editable-button),.table td .theme-color--pink a:not(.content-editable-button),.theme-color--pink .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--pink a:not(.content-editable-button),.theme-color--pink .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--pink a:not(.content-editable-button),.theme-color--pink .result-item p a:not(.content-editable-button),.result-item p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .paragraph a:not(.content-editable-button),.paragraph .theme-color--pink a:not(.content-editable-button),.theme-color--pink .section-content-lane-link,.theme-color--pink .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--pink .first,.theme-color--pink .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--pink .last,.theme-color--pink .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--pink a,.theme-color--pink .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--pink a,.theme-color--pink .secondary-cta--theme,.theme-color--pink .support-carousel--tile--link,.theme-color--pink .support-home--link,.theme-color--pink .link-with-icon,.theme-color--pink .widget-video-link,.theme-color--pink .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--pink .site-search-button,.theme-color--pink .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--pink .widget-link-list--link,.theme-color--pink .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--pink a,.theme-color--pink .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--pink .support-page-donation-gift-aid-link,.theme-color--pink .form-hint a,.form-hint .theme-color--pink a,.theme-color--pink .form-loading-indicator a,.form-loading-indicator .theme-color--pink a,.theme-color--pink .simple_form .form-description a,.simple_form .form-description .theme-color--pink a,.theme-color--pink .simple_form .form-policy a,.simple_form .form-policy .theme-color--pink a,.theme-color--pink .simple_form .form-cancel,.simple_form .theme-color--pink .form-cancel,.theme-color--pink .form-link-secondary,.theme-color--pink .content-page-main--header--more a,.content-page-main--header--more .theme-color--pink a,.theme-color--pink .header-collection a,.header-collection .theme-color--pink a,.theme-color--pink .organisation-listing-item--edit-link,.theme-color--pink .organisation-listing-item--span,.theme-color--pink .link-small,.theme-color--pink .filter-clear--cta,.theme-color--pink .simple_form .boolean a,.simple_form .boolean .theme-color--pink a,.theme-color--pink .simple_form .checkbox a,.simple_form .checkbox .theme-color--pink a,.theme-color--pink .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--pink a,.theme-color--pink .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--pink a,.theme-color--pink span.radio a,span.radio .theme-color--pink a,.theme-color--pink .widget-accordion-panel,.theme-color--pink .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--pink span,.theme-color--pink .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--pink a,.theme-color--pink .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--pink .section-content-lane-title,.theme-color--pink .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--pink .section-content-lane-link:hover,.theme-color--pink .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--pink input[type=range],.theme-color--pink .page-header__filter-panel--top--btn,.theme-color--pink .home-page-main-section--overview--content--title,.theme-color--pink .a-to-z-list a,.a-to-z-list .theme-color--pink a,.home-page-overview:nth-of-type(even) .hamburger-text,.home-page-overview:nth-of-type(even) mark,.home-page-overview:nth-of-type(even) .wrapper-split__title h1,.wrapper-split__title .home-page-overview:nth-of-type(even) h1,.home-page-overview:nth-of-type(even) .color-theme,.home-page-overview:nth-of-type(even) .slickr-content-editable>ol li::before,.slickr-content-editable>ol .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .articles-load-more a:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .content-tile-header a:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table th a:not(.content-editable-button),.table th .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table td a:not(.content-editable-button),.table td .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-home--intro a:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .result-item p a:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .paragraph a:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .first,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .last,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .secondary-cta--theme,.home-page-overview:nth-of-type(even) .support-carousel--tile--link,.home-page-overview:nth-of-type(even) .support-home--link,.home-page-overview:nth-of-type(even) .link-with-icon,.home-page-overview:nth-of-type(even) .widget-video-link,.home-page-overview:nth-of-type(even) .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(even) .site-search-button,.home-page-overview:nth-of-type(even) .widget-link-list .widget-link-list--link,.widget-link-list .home-page-overview:nth-of-type(even) .widget-link-list--link,.home-page-overview:nth-of-type(even) .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .home-page-overview:nth-of-type(even) .support-page-donation-gift-aid-link,.home-page-overview:nth-of-type(even) .form-hint a,.form-hint .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .form-loading-indicator a,.form-loading-indicator .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .simple_form .form-description a,.simple_form .form-description .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .simple_form .form-policy a,.simple_form .form-policy .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .simple_form .form-cancel,.simple_form .home-page-overview:nth-of-type(even) .form-cancel,.home-page-overview:nth-of-type(even) .form-link-secondary,.home-page-overview:nth-of-type(even) .content-page-main--header--more a,.content-page-main--header--more .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .header-collection a,.header-collection .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .organisation-listing-item--edit-link,.home-page-overview:nth-of-type(even) .organisation-listing-item--span,.home-page-overview:nth-of-type(even) .link-small,.home-page-overview:nth-of-type(even) .filter-clear--cta,.home-page-overview:nth-of-type(even) .simple_form .boolean a,.simple_form .boolean .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .simple_form .checkbox a,.simple_form .checkbox .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) span.radio a,span.radio .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .widget-accordion-panel,.home-page-overview:nth-of-type(even) .section-content-lane-title--with-category span,.section-content-lane-title--with-category .home-page-overview:nth-of-type(even) span,.home-page-overview:nth-of-type(even) .section-content-lane-title--with-category a,.section-content-lane-title--with-category .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .home-page-overview:nth-of-type(even) .section-content-lane-title,.home-page-overview:nth-of-type(even) .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .home-page-overview:nth-of-type(even) .section-content-lane-link:hover,.home-page-overview:nth-of-type(even) .plyr--full-ui input[type=range],.plyr--full-ui .home-page-overview:nth-of-type(even) input[type=range],.home-page-overview:nth-of-type(even) .page-header__filter-panel--top--btn,.home-page-overview:nth-of-type(even) .home-page-main-section--overview--content--title,.home-page-overview:nth-of-type(even) .a-to-z-list a,.a-to-z-list .home-page-overview:nth-of-type(even) a,.theme-color--pink .theme-color,.home-page-overview:nth-of-type(even) .theme-color{color:#c41c70}.theme-color--orange .hamburger-text,.theme-color--orange mark,.theme-color--orange .wrapper-split__title h1,.wrapper-split__title .theme-color--orange h1,.theme-color--orange .color-theme,.theme-color--orange .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--orange li::before,.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--orange li::before,.theme-color--orange .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--orange li::before,.theme-color--orange .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--orange a:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--orange a:not(.content-editable-button),.theme-color--orange .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--orange a:not(.content-editable-button),.theme-color--orange .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--orange a:not(.content-editable-button),.theme-color--orange .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--orange a:not(.content-editable-button),.theme-color--orange .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--orange a:not(.content-editable-button),.theme-color--orange .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--orange a:not(.content-editable-button),.theme-color--orange .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--orange a:not(.content-editable-button),.theme-color--orange .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--orange a:not(.content-editable-button),.theme-color--orange .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .table th a:not(.content-editable-button),.table th .theme-color--orange a:not(.content-editable-button),.theme-color--orange .table td a:not(.content-editable-button),.table td .theme-color--orange a:not(.content-editable-button),.theme-color--orange .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--orange a:not(.content-editable-button),.theme-color--orange .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--orange a:not(.content-editable-button),.theme-color--orange .result-item p a:not(.content-editable-button),.result-item p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .paragraph a:not(.content-editable-button),.paragraph .theme-color--orange a:not(.content-editable-button),.theme-color--orange .section-content-lane-link,.theme-color--orange .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--orange .first,.theme-color--orange .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--orange .last,.theme-color--orange .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--orange a,.theme-color--orange .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--orange a,.theme-color--orange .secondary-cta--theme,.theme-color--orange .support-carousel--tile--link,.theme-color--orange .support-home--link,.theme-color--orange .link-with-icon,.theme-color--orange .widget-video-link,.theme-color--orange .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--orange .site-search-button,.theme-color--orange .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--orange .widget-link-list--link,.theme-color--orange .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--orange a,.theme-color--orange .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--orange .support-page-donation-gift-aid-link,.theme-color--orange .form-hint a,.form-hint .theme-color--orange a,.theme-color--orange .form-loading-indicator a,.form-loading-indicator .theme-color--orange a,.theme-color--orange .simple_form .form-description a,.simple_form .form-description .theme-color--orange a,.theme-color--orange .simple_form .form-policy a,.simple_form .form-policy .theme-color--orange a,.theme-color--orange .simple_form .form-cancel,.simple_form .theme-color--orange .form-cancel,.theme-color--orange .form-link-secondary,.theme-color--orange .content-page-main--header--more a,.content-page-main--header--more .theme-color--orange a,.theme-color--orange .header-collection a,.header-collection .theme-color--orange a,.theme-color--orange .organisation-listing-item--edit-link,.theme-color--orange .organisation-listing-item--span,.theme-color--orange .link-small,.theme-color--orange .filter-clear--cta,.theme-color--orange .simple_form .boolean a,.simple_form .boolean .theme-color--orange a,.theme-color--orange .simple_form .checkbox a,.simple_form .checkbox .theme-color--orange a,.theme-color--orange .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--orange a,.theme-color--orange .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--orange a,.theme-color--orange span.radio a,span.radio .theme-color--orange a,.theme-color--orange .widget-accordion-panel,.theme-color--orange .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--orange span,.theme-color--orange .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--orange a,.theme-color--orange .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--orange .section-content-lane-title,.theme-color--orange .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--orange .section-content-lane-link:hover,.theme-color--orange .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--orange input[type=range],.theme-color--orange .page-header__filter-panel--top--btn,.theme-color--orange .home-page-main-section--overview--content--title,.theme-color--orange .a-to-z-list a,.a-to-z-list .theme-color--orange a,.theme-color--orange .theme-color{color:#f77f00}.theme-color--gold .hamburger-text,.theme-color--gold mark,.theme-color--gold .wrapper-split__title h1,.wrapper-split__title .theme-color--gold h1,.theme-color--gold .color-theme,.theme-color--gold .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--gold li::before,.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--gold li::before,.theme-color--gold .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--gold li::before,.theme-color--gold .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--gold a:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--gold a:not(.content-editable-button),.theme-color--gold .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--gold a:not(.content-editable-button),.theme-color--gold .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--gold a:not(.content-editable-button),.theme-color--gold .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--gold a:not(.content-editable-button),.theme-color--gold .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--gold a:not(.content-editable-button),.theme-color--gold .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--gold a:not(.content-editable-button),.theme-color--gold .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--gold a:not(.content-editable-button),.theme-color--gold .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--gold a:not(.content-editable-button),.theme-color--gold .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .table th a:not(.content-editable-button),.table th .theme-color--gold a:not(.content-editable-button),.theme-color--gold .table td a:not(.content-editable-button),.table td .theme-color--gold a:not(.content-editable-button),.theme-color--gold .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--gold a:not(.content-editable-button),.theme-color--gold .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--gold a:not(.content-editable-button),.theme-color--gold .result-item p a:not(.content-editable-button),.result-item p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .paragraph a:not(.content-editable-button),.paragraph .theme-color--gold a:not(.content-editable-button),.theme-color--gold .section-content-lane-link,.theme-color--gold .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--gold .first,.theme-color--gold .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--gold .last,.theme-color--gold .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--gold a,.theme-color--gold .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--gold a,.theme-color--gold .secondary-cta--theme,.theme-color--gold .support-carousel--tile--link,.theme-color--gold .support-home--link,.theme-color--gold .link-with-icon,.theme-color--gold .widget-video-link,.theme-color--gold .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--gold .site-search-button,.theme-color--gold .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--gold .widget-link-list--link,.theme-color--gold .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--gold a,.theme-color--gold .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--gold .support-page-donation-gift-aid-link,.theme-color--gold .form-hint a,.form-hint .theme-color--gold a,.theme-color--gold .form-loading-indicator a,.form-loading-indicator .theme-color--gold a,.theme-color--gold .simple_form .form-description a,.simple_form .form-description .theme-color--gold a,.theme-color--gold .simple_form .form-policy a,.simple_form .form-policy .theme-color--gold a,.theme-color--gold .simple_form .form-cancel,.simple_form .theme-color--gold .form-cancel,.theme-color--gold .form-link-secondary,.theme-color--gold .content-page-main--header--more a,.content-page-main--header--more .theme-color--gold a,.theme-color--gold .header-collection a,.header-collection .theme-color--gold a,.theme-color--gold .organisation-listing-item--edit-link,.theme-color--gold .organisation-listing-item--span,.theme-color--gold .link-small,.theme-color--gold .filter-clear--cta,.theme-color--gold .simple_form .boolean a,.simple_form .boolean .theme-color--gold a,.theme-color--gold .simple_form .checkbox a,.simple_form .checkbox .theme-color--gold a,.theme-color--gold .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--gold a,.theme-color--gold .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--gold a,.theme-color--gold span.radio a,span.radio .theme-color--gold a,.theme-color--gold .widget-accordion-panel,.theme-color--gold .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--gold span,.theme-color--gold .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--gold a,.theme-color--gold .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--gold .section-content-lane-title,.theme-color--gold .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--gold .section-content-lane-link:hover,.theme-color--gold .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--gold input[type=range],.theme-color--gold .page-header__filter-panel--top--btn,.theme-color--gold .home-page-main-section--overview--content--title,.theme-color--gold .a-to-z-list a,.a-to-z-list .theme-color--gold a,.theme-color--gold .theme-color{color:#b87a27}.theme-color--sand .hamburger-text,.theme-color--sand mark,.theme-color--sand .wrapper-split__title h1,.wrapper-split__title .theme-color--sand h1,.theme-color--sand .color-theme,.theme-color--sand .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--sand li::before,.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--sand li::before,.theme-color--sand .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--sand li::before,.theme-color--sand .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--sand a:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--sand a:not(.content-editable-button),.theme-color--sand .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--sand a:not(.content-editable-button),.theme-color--sand .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--sand a:not(.content-editable-button),.theme-color--sand .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--sand a:not(.content-editable-button),.theme-color--sand .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--sand a:not(.content-editable-button),.theme-color--sand .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--sand a:not(.content-editable-button),.theme-color--sand .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--sand a:not(.content-editable-button),.theme-color--sand .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--sand a:not(.content-editable-button),.theme-color--sand .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .table th a:not(.content-editable-button),.table th .theme-color--sand a:not(.content-editable-button),.theme-color--sand .table td a:not(.content-editable-button),.table td .theme-color--sand a:not(.content-editable-button),.theme-color--sand .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--sand a:not(.content-editable-button),.theme-color--sand .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--sand a:not(.content-editable-button),.theme-color--sand .result-item p a:not(.content-editable-button),.result-item p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .paragraph a:not(.content-editable-button),.paragraph .theme-color--sand a:not(.content-editable-button),.theme-color--sand .section-content-lane-link,.theme-color--sand .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--sand .first,.theme-color--sand .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--sand .last,.theme-color--sand .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--sand a,.theme-color--sand .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--sand a,.theme-color--sand .secondary-cta--theme,.theme-color--sand .support-carousel--tile--link,.theme-color--sand .support-home--link,.theme-color--sand .link-with-icon,.theme-color--sand .widget-video-link,.theme-color--sand .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--sand .site-search-button,.theme-color--sand .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--sand .widget-link-list--link,.theme-color--sand .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--sand a,.theme-color--sand .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--sand .support-page-donation-gift-aid-link,.theme-color--sand .form-hint a,.form-hint .theme-color--sand a,.theme-color--sand .form-loading-indicator a,.form-loading-indicator .theme-color--sand a,.theme-color--sand .simple_form .form-description a,.simple_form .form-description .theme-color--sand a,.theme-color--sand .simple_form .form-policy a,.simple_form .form-policy .theme-color--sand a,.theme-color--sand .simple_form .form-cancel,.simple_form .theme-color--sand .form-cancel,.theme-color--sand .form-link-secondary,.theme-color--sand .content-page-main--header--more a,.content-page-main--header--more .theme-color--sand a,.theme-color--sand .header-collection a,.header-collection .theme-color--sand a,.theme-color--sand .organisation-listing-item--edit-link,.theme-color--sand .organisation-listing-item--span,.theme-color--sand .link-small,.theme-color--sand .filter-clear--cta,.theme-color--sand .simple_form .boolean a,.simple_form .boolean .theme-color--sand a,.theme-color--sand .simple_form .checkbox a,.simple_form .checkbox .theme-color--sand a,.theme-color--sand .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--sand a,.theme-color--sand .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--sand a,.theme-color--sand span.radio a,span.radio .theme-color--sand a,.theme-color--sand .widget-accordion-panel,.theme-color--sand .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--sand span,.theme-color--sand .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--sand a,.theme-color--sand .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--sand .section-content-lane-title,.theme-color--sand .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--sand .section-content-lane-link:hover,.theme-color--sand .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--sand input[type=range],.theme-color--sand .page-header__filter-panel--top--btn,.theme-color--sand .home-page-main-section--overview--content--title,.theme-color--sand .a-to-z-list a,.a-to-z-list .theme-color--sand a,.theme-color--sand .theme-color{color:#f7f1e3}.theme-color--xmas-2022 .hamburger-text,.theme-color--xmas-2022 mark,.theme-color--xmas-2022 .wrapper-split__title h1,.wrapper-split__title .theme-color--xmas-2022 h1,.theme-color--xmas-2022 .color-theme,.theme-color--xmas-2022 .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--xmas-2022 li::before,.theme-color--xmas-2022 .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--xmas-2022 li::before,.theme-color--xmas-2022 .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--xmas-2022 li::before,.theme-color--xmas-2022 .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .table th a:not(.content-editable-button),.table th .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .table td a:not(.content-editable-button),.table td .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .result-item p a:not(.content-editable-button),.result-item p .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .paragraph a:not(.content-editable-button),.paragraph .theme-color--xmas-2022 a:not(.content-editable-button),.theme-color--xmas-2022 .section-content-lane-link,.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--xmas-2022 .first,.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--xmas-2022 .last,.theme-color--xmas-2022 .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--xmas-2022 a,.theme-color--xmas-2022 .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--xmas-2022 a,.theme-color--xmas-2022 .secondary-cta--theme,.theme-color--xmas-2022 .support-carousel--tile--link,.theme-color--xmas-2022 .support-home--link,.theme-color--xmas-2022 .link-with-icon,.theme-color--xmas-2022 .widget-video-link,.theme-color--xmas-2022 .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--xmas-2022 .site-search-button,.theme-color--xmas-2022 .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--xmas-2022 .widget-link-list--link,.theme-color--xmas-2022 .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--xmas-2022 a,.theme-color--xmas-2022 .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--xmas-2022 .support-page-donation-gift-aid-link,.theme-color--xmas-2022 .form-hint a,.form-hint .theme-color--xmas-2022 a,.theme-color--xmas-2022 .form-loading-indicator a,.form-loading-indicator .theme-color--xmas-2022 a,.theme-color--xmas-2022 .simple_form .form-description a,.simple_form .form-description .theme-color--xmas-2022 a,.theme-color--xmas-2022 .simple_form .form-policy a,.simple_form .form-policy .theme-color--xmas-2022 a,.theme-color--xmas-2022 .simple_form .form-cancel,.simple_form .theme-color--xmas-2022 .form-cancel,.theme-color--xmas-2022 .form-link-secondary,.theme-color--xmas-2022 .content-page-main--header--more a,.content-page-main--header--more .theme-color--xmas-2022 a,.theme-color--xmas-2022 .header-collection a,.header-collection .theme-color--xmas-2022 a,.theme-color--xmas-2022 .organisation-listing-item--edit-link,.theme-color--xmas-2022 .organisation-listing-item--span,.theme-color--xmas-2022 .link-small,.theme-color--xmas-2022 .filter-clear--cta,.theme-color--xmas-2022 .simple_form .boolean a,.simple_form .boolean .theme-color--xmas-2022 a,.theme-color--xmas-2022 .simple_form .checkbox a,.simple_form .checkbox .theme-color--xmas-2022 a,.theme-color--xmas-2022 .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--xmas-2022 a,.theme-color--xmas-2022 .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--xmas-2022 a,.theme-color--xmas-2022 span.radio a,span.radio .theme-color--xmas-2022 a,.theme-color--xmas-2022 .widget-accordion-panel,.theme-color--xmas-2022 .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--xmas-2022 span,.theme-color--xmas-2022 .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--xmas-2022 a,.theme-color--xmas-2022 .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--xmas-2022 .section-content-lane-title,.theme-color--xmas-2022 .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--xmas-2022 .section-content-lane-link:hover,.theme-color--xmas-2022 .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--xmas-2022 input[type=range],.theme-color--xmas-2022 .page-header__filter-panel--top--btn,.theme-color--xmas-2022 .home-page-main-section--overview--content--title,.theme-color--xmas-2022 .a-to-z-list a,.a-to-z-list .theme-color--xmas-2022 a,.theme-color--xmas-2022 .theme-color{color:#367113}.theme-color--xmas-2023-rgb .hamburger-text,.theme-color--xmas-2023-rgb mark,.theme-color--xmas-2023-rgb .wrapper-split__title h1,.wrapper-split__title .theme-color--xmas-2023-rgb h1,.theme-color--xmas-2023-rgb .color-theme,.theme-color--xmas-2023-rgb .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--xmas-2023-rgb li::before,.theme-color--xmas-2023-rgb .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--xmas-2023-rgb li::before,.theme-color--xmas-2023-rgb .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--xmas-2023-rgb li::before,.theme-color--xmas-2023-rgb .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .table th a:not(.content-editable-button),.table th .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .table td a:not(.content-editable-button),.table td .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .result-item p a:not(.content-editable-button),.result-item p .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .paragraph a:not(.content-editable-button),.paragraph .theme-color--xmas-2023-rgb a:not(.content-editable-button),.theme-color--xmas-2023-rgb .section-content-lane-link,.theme-color--xmas-2023-rgb .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--xmas-2023-rgb .first,.theme-color--xmas-2023-rgb .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--xmas-2023-rgb .last,.theme-color--xmas-2023-rgb .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .secondary-cta--theme,.theme-color--xmas-2023-rgb .support-carousel--tile--link,.theme-color--xmas-2023-rgb .support-home--link,.theme-color--xmas-2023-rgb .link-with-icon,.theme-color--xmas-2023-rgb .widget-video-link,.theme-color--xmas-2023-rgb .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--xmas-2023-rgb .site-search-button,.theme-color--xmas-2023-rgb .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--xmas-2023-rgb .widget-link-list--link,.theme-color--xmas-2023-rgb .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--xmas-2023-rgb .support-page-donation-gift-aid-link,.theme-color--xmas-2023-rgb .form-hint a,.form-hint .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .form-loading-indicator a,.form-loading-indicator .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .simple_form .form-description a,.simple_form .form-description .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .simple_form .form-policy a,.simple_form .form-policy .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .simple_form .form-cancel,.simple_form .theme-color--xmas-2023-rgb .form-cancel,.theme-color--xmas-2023-rgb .form-link-secondary,.theme-color--xmas-2023-rgb .content-page-main--header--more a,.content-page-main--header--more .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .header-collection a,.header-collection .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .organisation-listing-item--edit-link,.theme-color--xmas-2023-rgb .organisation-listing-item--span,.theme-color--xmas-2023-rgb .link-small,.theme-color--xmas-2023-rgb .filter-clear--cta,.theme-color--xmas-2023-rgb .simple_form .boolean a,.simple_form .boolean .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .simple_form .checkbox a,.simple_form .checkbox .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb span.radio a,span.radio .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .widget-accordion-panel,.theme-color--xmas-2023-rgb .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--xmas-2023-rgb span,.theme-color--xmas-2023-rgb .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--xmas-2023-rgb .section-content-lane-title,.theme-color--xmas-2023-rgb .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--xmas-2023-rgb .section-content-lane-link:hover,.theme-color--xmas-2023-rgb .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--xmas-2023-rgb input[type=range],.theme-color--xmas-2023-rgb .page-header__filter-panel--top--btn,.theme-color--xmas-2023-rgb .home-page-main-section--overview--content--title,.theme-color--xmas-2023-rgb .a-to-z-list a,.a-to-z-list .theme-color--xmas-2023-rgb a,.theme-color--xmas-2023-rgb .theme-color{color:#0053A0}.theme-color--xmas-2023-cmyk .hamburger-text,.theme-color--xmas-2023-cmyk mark,.theme-color--xmas-2023-cmyk .wrapper-split__title h1,.wrapper-split__title .theme-color--xmas-2023-cmyk h1,.theme-color--xmas-2023-cmyk .color-theme,.theme-color--xmas-2023-cmyk .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--xmas-2023-cmyk li::before,.theme-color--xmas-2023-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--xmas-2023-cmyk li::before,.theme-color--xmas-2023-cmyk .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--xmas-2023-cmyk li::before,.theme-color--xmas-2023-cmyk .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .table th a:not(.content-editable-button),.table th .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .table td a:not(.content-editable-button),.table td .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .result-item p a:not(.content-editable-button),.result-item p .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .paragraph a:not(.content-editable-button),.paragraph .theme-color--xmas-2023-cmyk a:not(.content-editable-button),.theme-color--xmas-2023-cmyk .section-content-lane-link,.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--xmas-2023-cmyk .first,.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--xmas-2023-cmyk .last,.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .secondary-cta--theme,.theme-color--xmas-2023-cmyk .support-carousel--tile--link,.theme-color--xmas-2023-cmyk .support-home--link,.theme-color--xmas-2023-cmyk .link-with-icon,.theme-color--xmas-2023-cmyk .widget-video-link,.theme-color--xmas-2023-cmyk .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--xmas-2023-cmyk .site-search-button,.theme-color--xmas-2023-cmyk .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--xmas-2023-cmyk .widget-link-list--link,.theme-color--xmas-2023-cmyk .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--xmas-2023-cmyk .support-page-donation-gift-aid-link,.theme-color--xmas-2023-cmyk .form-hint a,.form-hint .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .form-loading-indicator a,.form-loading-indicator .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .simple_form .form-description a,.simple_form .form-description .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .simple_form .form-policy a,.simple_form .form-policy .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .simple_form .form-cancel,.simple_form .theme-color--xmas-2023-cmyk .form-cancel,.theme-color--xmas-2023-cmyk .form-link-secondary,.theme-color--xmas-2023-cmyk .content-page-main--header--more a,.content-page-main--header--more .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .header-collection a,.header-collection .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .organisation-listing-item--edit-link,.theme-color--xmas-2023-cmyk .organisation-listing-item--span,.theme-color--xmas-2023-cmyk .link-small,.theme-color--xmas-2023-cmyk .filter-clear--cta,.theme-color--xmas-2023-cmyk .simple_form .boolean a,.simple_form .boolean .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .simple_form .checkbox a,.simple_form .checkbox .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk span.radio a,span.radio .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .widget-accordion-panel,.theme-color--xmas-2023-cmyk .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--xmas-2023-cmyk span,.theme-color--xmas-2023-cmyk .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--xmas-2023-cmyk .section-content-lane-title,.theme-color--xmas-2023-cmyk .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--xmas-2023-cmyk .section-content-lane-link:hover,.theme-color--xmas-2023-cmyk .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--xmas-2023-cmyk input[type=range],.theme-color--xmas-2023-cmyk .page-header__filter-panel--top--btn,.theme-color--xmas-2023-cmyk .home-page-main-section--overview--content--title,.theme-color--xmas-2023-cmyk .a-to-z-list a,.a-to-z-list .theme-color--xmas-2023-cmyk a,.theme-color--xmas-2023-cmyk .theme-color{color:#0053A0}.theme-color--jan-2024-rgb .hamburger-text,.theme-color--jan-2024-rgb mark,.theme-color--jan-2024-rgb .wrapper-split__title h1,.wrapper-split__title .theme-color--jan-2024-rgb h1,.theme-color--jan-2024-rgb .color-theme,.theme-color--jan-2024-rgb .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--jan-2024-rgb li::before,.theme-color--jan-2024-rgb .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--jan-2024-rgb li::before,.theme-color--jan-2024-rgb .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--jan-2024-rgb li::before,.theme-color--jan-2024-rgb .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .table th a:not(.content-editable-button),.table th .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .table td a:not(.content-editable-button),.table td .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .result-item p a:not(.content-editable-button),.result-item p .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .paragraph a:not(.content-editable-button),.paragraph .theme-color--jan-2024-rgb a:not(.content-editable-button),.theme-color--jan-2024-rgb .section-content-lane-link,.theme-color--jan-2024-rgb .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--jan-2024-rgb .first,.theme-color--jan-2024-rgb .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--jan-2024-rgb .last,.theme-color--jan-2024-rgb .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .secondary-cta--theme,.theme-color--jan-2024-rgb .support-carousel--tile--link,.theme-color--jan-2024-rgb .support-home--link,.theme-color--jan-2024-rgb .link-with-icon,.theme-color--jan-2024-rgb .widget-video-link,.theme-color--jan-2024-rgb .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--jan-2024-rgb .site-search-button,.theme-color--jan-2024-rgb .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--jan-2024-rgb .widget-link-list--link,.theme-color--jan-2024-rgb .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--jan-2024-rgb .support-page-donation-gift-aid-link,.theme-color--jan-2024-rgb .form-hint a,.form-hint .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .form-loading-indicator a,.form-loading-indicator .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .simple_form .form-description a,.simple_form .form-description .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .simple_form .form-policy a,.simple_form .form-policy .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .simple_form .form-cancel,.simple_form .theme-color--jan-2024-rgb .form-cancel,.theme-color--jan-2024-rgb .form-link-secondary,.theme-color--jan-2024-rgb .content-page-main--header--more a,.content-page-main--header--more .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .header-collection a,.header-collection .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .organisation-listing-item--edit-link,.theme-color--jan-2024-rgb .organisation-listing-item--span,.theme-color--jan-2024-rgb .link-small,.theme-color--jan-2024-rgb .filter-clear--cta,.theme-color--jan-2024-rgb .simple_form .boolean a,.simple_form .boolean .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .simple_form .checkbox a,.simple_form .checkbox .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb span.radio a,span.radio .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .widget-accordion-panel,.theme-color--jan-2024-rgb .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--jan-2024-rgb span,.theme-color--jan-2024-rgb .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--jan-2024-rgb .section-content-lane-title,.theme-color--jan-2024-rgb .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--jan-2024-rgb .section-content-lane-link:hover,.theme-color--jan-2024-rgb .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--jan-2024-rgb input[type=range],.theme-color--jan-2024-rgb .page-header__filter-panel--top--btn,.theme-color--jan-2024-rgb .home-page-main-section--overview--content--title,.theme-color--jan-2024-rgb .a-to-z-list a,.a-to-z-list .theme-color--jan-2024-rgb a,.theme-color--jan-2024-rgb .theme-color{color:#6D5784}.theme-color--jan-2024-cmyk .hamburger-text,.theme-color--jan-2024-cmyk mark,.theme-color--jan-2024-cmyk .wrapper-split__title h1,.wrapper-split__title .theme-color--jan-2024-cmyk h1,.theme-color--jan-2024-cmyk .color-theme,.theme-color--jan-2024-cmyk .slickr-content-editable>ol li::before,.slickr-content-editable>ol .theme-color--jan-2024-cmyk li::before,.theme-color--jan-2024-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--jan-2024-cmyk li::before,.theme-color--jan-2024-cmyk .widget--video__bottom .widget-description ol li::before,.widget--video__bottom .widget-description ol .theme-color--jan-2024-cmyk li::before,.theme-color--jan-2024-cmyk .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .table th a:not(.content-editable-button),.table th .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .table td a:not(.content-editable-button),.table td .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .result-item p a:not(.content-editable-button),.result-item p .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .paragraph a:not(.content-editable-button),.paragraph .theme-color--jan-2024-cmyk a:not(.content-editable-button),.theme-color--jan-2024-cmyk .section-content-lane-link,.theme-color--jan-2024-cmyk .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--jan-2024-cmyk .first,.theme-color--jan-2024-cmyk .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--jan-2024-cmyk .last,.theme-color--jan-2024-cmyk .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .secondary-cta--theme,.theme-color--jan-2024-cmyk .support-carousel--tile--link,.theme-color--jan-2024-cmyk .support-home--link,.theme-color--jan-2024-cmyk .link-with-icon,.theme-color--jan-2024-cmyk .widget-video-link,.theme-color--jan-2024-cmyk .page-header__filter-panel--search-input .site-search-button,.page-header__filter-panel--search-input .theme-color--jan-2024-cmyk .site-search-button,.theme-color--jan-2024-cmyk .widget-link-list .widget-link-list--link,.widget-link-list .theme-color--jan-2024-cmyk .widget-link-list--link,.theme-color--jan-2024-cmyk .author-listing-tile--link--with-icon a,.author-listing-tile--link--with-icon .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .support-page-donation-address .support-page-donation-gift-aid-link,.support-page-donation-address .theme-color--jan-2024-cmyk .support-page-donation-gift-aid-link,.theme-color--jan-2024-cmyk .form-hint a,.form-hint .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .form-loading-indicator a,.form-loading-indicator .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .simple_form .form-description a,.simple_form .form-description .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .simple_form .form-policy a,.simple_form .form-policy .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .simple_form .form-cancel,.simple_form .theme-color--jan-2024-cmyk .form-cancel,.theme-color--jan-2024-cmyk .form-link-secondary,.theme-color--jan-2024-cmyk .content-page-main--header--more a,.content-page-main--header--more .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .header-collection a,.header-collection .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .organisation-listing-item--edit-link,.theme-color--jan-2024-cmyk .organisation-listing-item--span,.theme-color--jan-2024-cmyk .link-small,.theme-color--jan-2024-cmyk .filter-clear--cta,.theme-color--jan-2024-cmyk .simple_form .boolean a,.simple_form .boolean .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .simple_form .checkbox a,.simple_form .checkbox .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .simple_form .boolean .checkbox-wrapper a,.simple_form .boolean .checkbox-wrapper .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .simple_form .checkbox .checkbox-wrapper a,.simple_form .checkbox .checkbox-wrapper .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk span.radio a,span.radio .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .widget-accordion-panel,.theme-color--jan-2024-cmyk .section-content-lane-title--with-category span,.section-content-lane-title--with-category .theme-color--jan-2024-cmyk span,.theme-color--jan-2024-cmyk .section-content-lane-title--with-category a,.section-content-lane-title--with-category .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .section-content-lane--featured .section-content-lane-title,.section-content-lane--featured .theme-color--jan-2024-cmyk .section-content-lane-title,.theme-color--jan-2024-cmyk .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--jan-2024-cmyk .section-content-lane-link:hover,.theme-color--jan-2024-cmyk .plyr--full-ui input[type=range],.plyr--full-ui .theme-color--jan-2024-cmyk input[type=range],.theme-color--jan-2024-cmyk .page-header__filter-panel--top--btn,.theme-color--jan-2024-cmyk .home-page-main-section--overview--content--title,.theme-color--jan-2024-cmyk .a-to-z-list a,.a-to-z-list .theme-color--jan-2024-cmyk a,.theme-color--jan-2024-cmyk .theme-color{color:#6D5784}.theme-color--blue .theme-color--light,.home-page-overview:nth-of-type(3) .theme-color--light,.home-page-overview:nth-of-type(odd) .theme-color--light{color:#aedeef}.theme-color--red .theme-color--light{color:#ffafa2}.theme-color--yellow .theme-color--light{color:#ffeba8}.theme-color--green .theme-color--light,.home-page-overview:nth-of-type(1) .theme-color--light{color:#cde5aa}.theme-color--pink .theme-color--light,.home-page-overview:nth-of-type(even) .theme-color--light{color:#fcb1cb}.theme-color--orange .theme-color--light{color:#ffcea0}.theme-color--gold .theme-color--light{color:#b87a27}.theme-color--sand .theme-color--light{color:#f7f1e3}.theme-color--xmas-2022 .theme-color--light{color:#cde5aa}.theme-color--blue [href].support-carousel--tile--link:hover,.theme-color--blue [href].support-home--link:hover,.theme-color--blue [href].link-with-icon:hover,.theme-color--blue [href].widget-video-link:hover,.theme-color--blue .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--blue [href].site-search-button:hover,.theme-color--blue .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--blue [href].widget-link-list--link:hover,.theme-color--blue .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--blue a[href]:hover,.theme-color--blue .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--blue [href].support-page-donation-gift-aid-link:hover,.theme-color--blue .form-hint a[href]:hover,.form-hint .theme-color--blue a[href]:hover,.theme-color--blue .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--blue a[href]:hover,.theme-color--blue .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--blue a[href]:hover,.theme-color--blue .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--blue a[href]:hover,.theme-color--blue .simple_form [href].form-cancel:hover,.simple_form .theme-color--blue [href].form-cancel:hover,.theme-color--blue [href].form-link-secondary:hover,.theme-color--blue .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--blue a[href]:hover,.theme-color--blue .header-collection a[href]:hover,.header-collection .theme-color--blue a[href]:hover,.theme-color--blue [href].organisation-listing-item--edit-link:hover,.theme-color--blue [href].organisation-listing-item--span:hover,.theme-color--blue .link-small[href]:hover,.theme-color--blue .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--blue a:hover,.home-page-overview:nth-of-type(3) [href].support-carousel--tile--link:hover,.home-page-overview:nth-of-type(odd) [href].support-carousel--tile--link:hover,.home-page-overview:nth-of-type(3) [href].support-home--link:hover,.home-page-overview:nth-of-type(odd) [href].support-home--link:hover,.home-page-overview:nth-of-type(3) [href].link-with-icon:hover,.home-page-overview:nth-of-type(odd) [href].link-with-icon:hover,.home-page-overview:nth-of-type(3) [href].widget-video-link:hover,.home-page-overview:nth-of-type(odd) [href].widget-video-link:hover,.home-page-overview:nth-of-type(3) .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(3) [href].site-search-button:hover,.home-page-overview:nth-of-type(odd) .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(odd) [href].site-search-button:hover,.home-page-overview:nth-of-type(3) .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .home-page-overview:nth-of-type(3) [href].widget-link-list--link:hover,.home-page-overview:nth-of-type(odd) .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .home-page-overview:nth-of-type(odd) [href].widget-link-list--link:hover,.home-page-overview:nth-of-type(3) .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .home-page-overview:nth-of-type(3) [href].support-page-donation-gift-aid-link:hover,.home-page-overview:nth-of-type(odd) .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .home-page-overview:nth-of-type(odd) [href].support-page-donation-gift-aid-link:hover,.home-page-overview:nth-of-type(3) .form-hint a[href]:hover,.form-hint .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .form-hint a[href]:hover,.form-hint .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) .form-loading-indicator a[href]:hover,.form-loading-indicator .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .form-loading-indicator a[href]:hover,.form-loading-indicator .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) .simple_form .form-description a[href]:hover,.simple_form .form-description .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .simple_form .form-description a[href]:hover,.simple_form .form-description .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) .simple_form .form-policy a[href]:hover,.simple_form .form-policy .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .simple_form .form-policy a[href]:hover,.simple_form .form-policy .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) .simple_form [href].form-cancel:hover,.simple_form .home-page-overview:nth-of-type(3) [href].form-cancel:hover,.home-page-overview:nth-of-type(odd) .simple_form [href].form-cancel:hover,.simple_form .home-page-overview:nth-of-type(odd) [href].form-cancel:hover,.home-page-overview:nth-of-type(3) [href].form-link-secondary:hover,.home-page-overview:nth-of-type(odd) [href].form-link-secondary:hover,.home-page-overview:nth-of-type(3) .content-page-main--header--more a[href]:hover,.content-page-main--header--more .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .content-page-main--header--more a[href]:hover,.content-page-main--header--more .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) .header-collection a[href]:hover,.header-collection .home-page-overview:nth-of-type(3) a[href]:hover,.home-page-overview:nth-of-type(odd) .header-collection a[href]:hover,.header-collection .home-page-overview:nth-of-type(odd) a[href]:hover,.home-page-overview:nth-of-type(3) [href].organisation-listing-item--edit-link:hover,.home-page-overview:nth-of-type(odd) [href].organisation-listing-item--edit-link:hover,.home-page-overview:nth-of-type(3) [href].organisation-listing-item--span:hover,.home-page-overview:nth-of-type(odd) [href].organisation-listing-item--span:hover,.home-page-overview:nth-of-type(3) .link-small[href]:hover,.home-page-overview:nth-of-type(odd) .link-small[href]:hover,.home-page-overview:nth-of-type(3) .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .home-page-overview:nth-of-type(3) a:hover,.home-page-overview:nth-of-type(odd) .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .home-page-overview:nth-of-type(odd) a:hover,.theme-color--blue .theme-color--dark,.home-page-overview:nth-of-type(3) .theme-color--dark,.home-page-overview:nth-of-type(odd) .theme-color--dark{color:#005261}.theme-color--red [href].support-carousel--tile--link:hover,.theme-color--red [href].support-home--link:hover,.theme-color--red [href].link-with-icon:hover,.theme-color--red [href].widget-video-link:hover,.theme-color--red .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--red [href].site-search-button:hover,.theme-color--red .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--red [href].widget-link-list--link:hover,.theme-color--red .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--red a[href]:hover,.theme-color--red .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--red [href].support-page-donation-gift-aid-link:hover,.theme-color--red .form-hint a[href]:hover,.form-hint .theme-color--red a[href]:hover,.theme-color--red .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--red a[href]:hover,.theme-color--red .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--red a[href]:hover,.theme-color--red .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--red a[href]:hover,.theme-color--red .simple_form [href].form-cancel:hover,.simple_form .theme-color--red [href].form-cancel:hover,.theme-color--red [href].form-link-secondary:hover,.theme-color--red .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--red a[href]:hover,.theme-color--red .header-collection a[href]:hover,.header-collection .theme-color--red a[href]:hover,.theme-color--red [href].organisation-listing-item--edit-link:hover,.theme-color--red [href].organisation-listing-item--span:hover,.theme-color--red .link-small[href]:hover,.theme-color--red .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--red a:hover,.theme-color--red .theme-color--dark{color:#a90d21}.theme-color--yellow [href].support-carousel--tile--link:hover,.theme-color--yellow [href].support-home--link:hover,.theme-color--yellow [href].link-with-icon:hover,.theme-color--yellow [href].widget-video-link:hover,.theme-color--yellow .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--yellow [href].site-search-button:hover,.theme-color--yellow .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--yellow [href].widget-link-list--link:hover,.theme-color--yellow .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--yellow a[href]:hover,.theme-color--yellow .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--yellow [href].support-page-donation-gift-aid-link:hover,.theme-color--yellow .form-hint a[href]:hover,.form-hint .theme-color--yellow a[href]:hover,.theme-color--yellow .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--yellow a[href]:hover,.theme-color--yellow .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--yellow a[href]:hover,.theme-color--yellow .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--yellow a[href]:hover,.theme-color--yellow .simple_form [href].form-cancel:hover,.simple_form .theme-color--yellow [href].form-cancel:hover,.theme-color--yellow [href].form-link-secondary:hover,.theme-color--yellow .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--yellow a[href]:hover,.theme-color--yellow .header-collection a[href]:hover,.header-collection .theme-color--yellow a[href]:hover,.theme-color--yellow [href].organisation-listing-item--edit-link:hover,.theme-color--yellow [href].organisation-listing-item--span:hover,.theme-color--yellow .link-small[href]:hover,.theme-color--yellow .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--yellow a:hover,.theme-color--yellow .theme-color--dark{color:#ba9600}.theme-color--green [href].support-carousel--tile--link:hover,.theme-color--green [href].support-home--link:hover,.theme-color--green [href].link-with-icon:hover,.theme-color--green [href].widget-video-link:hover,.theme-color--green .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--green [href].site-search-button:hover,.theme-color--green .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--green [href].widget-link-list--link:hover,.theme-color--green .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--green a[href]:hover,.theme-color--green .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--green [href].support-page-donation-gift-aid-link:hover,.theme-color--green .form-hint a[href]:hover,.form-hint .theme-color--green a[href]:hover,.theme-color--green .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--green a[href]:hover,.theme-color--green .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--green a[href]:hover,.theme-color--green .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--green a[href]:hover,.theme-color--green .simple_form [href].form-cancel:hover,.simple_form .theme-color--green [href].form-cancel:hover,.theme-color--green [href].form-link-secondary:hover,.theme-color--green .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--green a[href]:hover,.theme-color--green .header-collection a[href]:hover,.header-collection .theme-color--green a[href]:hover,.theme-color--green [href].organisation-listing-item--edit-link:hover,.theme-color--green [href].organisation-listing-item--span:hover,.theme-color--green .link-small[href]:hover,.theme-color--green .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--green a:hover,.home-page-overview:nth-of-type(1) [href].support-carousel--tile--link:hover,.home-page-overview:nth-of-type(1) [href].support-home--link:hover,.home-page-overview:nth-of-type(1) [href].link-with-icon:hover,.home-page-overview:nth-of-type(1) [href].widget-video-link:hover,.home-page-overview:nth-of-type(1) .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(1) [href].site-search-button:hover,.home-page-overview:nth-of-type(1) .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .home-page-overview:nth-of-type(1) [href].widget-link-list--link:hover,.home-page-overview:nth-of-type(1) .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .home-page-overview:nth-of-type(1) [href].support-page-donation-gift-aid-link:hover,.home-page-overview:nth-of-type(1) .form-hint a[href]:hover,.form-hint .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) .form-loading-indicator a[href]:hover,.form-loading-indicator .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) .simple_form .form-description a[href]:hover,.simple_form .form-description .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) .simple_form .form-policy a[href]:hover,.simple_form .form-policy .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) .simple_form [href].form-cancel:hover,.simple_form .home-page-overview:nth-of-type(1) [href].form-cancel:hover,.home-page-overview:nth-of-type(1) [href].form-link-secondary:hover,.home-page-overview:nth-of-type(1) .content-page-main--header--more a[href]:hover,.content-page-main--header--more .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) .header-collection a[href]:hover,.header-collection .home-page-overview:nth-of-type(1) a[href]:hover,.home-page-overview:nth-of-type(1) [href].organisation-listing-item--edit-link:hover,.home-page-overview:nth-of-type(1) [href].organisation-listing-item--span:hover,.home-page-overview:nth-of-type(1) .link-small[href]:hover,.home-page-overview:nth-of-type(1) .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .home-page-overview:nth-of-type(1) a:hover,.theme-color--green .theme-color--dark,.home-page-overview:nth-of-type(1) .theme-color--dark{color:#26510B}.theme-color--pink [href].support-carousel--tile--link:hover,.theme-color--pink [href].support-home--link:hover,.theme-color--pink [href].link-with-icon:hover,.theme-color--pink [href].widget-video-link:hover,.theme-color--pink .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--pink [href].site-search-button:hover,.theme-color--pink .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--pink [href].widget-link-list--link:hover,.theme-color--pink .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--pink a[href]:hover,.theme-color--pink .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--pink [href].support-page-donation-gift-aid-link:hover,.theme-color--pink .form-hint a[href]:hover,.form-hint .theme-color--pink a[href]:hover,.theme-color--pink .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--pink a[href]:hover,.theme-color--pink .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--pink a[href]:hover,.theme-color--pink .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--pink a[href]:hover,.theme-color--pink .simple_form [href].form-cancel:hover,.simple_form .theme-color--pink [href].form-cancel:hover,.theme-color--pink [href].form-link-secondary:hover,.theme-color--pink .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--pink a[href]:hover,.theme-color--pink .header-collection a[href]:hover,.header-collection .theme-color--pink a[href]:hover,.theme-color--pink [href].organisation-listing-item--edit-link:hover,.theme-color--pink [href].organisation-listing-item--span:hover,.theme-color--pink .link-small[href]:hover,.theme-color--pink .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--pink a:hover,.home-page-overview:nth-of-type(even) [href].support-carousel--tile--link:hover,.home-page-overview:nth-of-type(even) [href].support-home--link:hover,.home-page-overview:nth-of-type(even) [href].link-with-icon:hover,.home-page-overview:nth-of-type(even) [href].widget-video-link:hover,.home-page-overview:nth-of-type(even) .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(even) [href].site-search-button:hover,.home-page-overview:nth-of-type(even) .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .home-page-overview:nth-of-type(even) [href].widget-link-list--link:hover,.home-page-overview:nth-of-type(even) .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .home-page-overview:nth-of-type(even) [href].support-page-donation-gift-aid-link:hover,.home-page-overview:nth-of-type(even) .form-hint a[href]:hover,.form-hint .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) .form-loading-indicator a[href]:hover,.form-loading-indicator .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) .simple_form .form-description a[href]:hover,.simple_form .form-description .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) .simple_form .form-policy a[href]:hover,.simple_form .form-policy .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) .simple_form [href].form-cancel:hover,.simple_form .home-page-overview:nth-of-type(even) [href].form-cancel:hover,.home-page-overview:nth-of-type(even) [href].form-link-secondary:hover,.home-page-overview:nth-of-type(even) .content-page-main--header--more a[href]:hover,.content-page-main--header--more .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) .header-collection a[href]:hover,.header-collection .home-page-overview:nth-of-type(even) a[href]:hover,.home-page-overview:nth-of-type(even) [href].organisation-listing-item--edit-link:hover,.home-page-overview:nth-of-type(even) [href].organisation-listing-item--span:hover,.home-page-overview:nth-of-type(even) .link-small[href]:hover,.home-page-overview:nth-of-type(even) .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .home-page-overview:nth-of-type(even) a:hover,.theme-color--pink .theme-color--dark,.home-page-overview:nth-of-type(even) .theme-color--dark{color:#a31b5f}.theme-color--orange [href].support-carousel--tile--link:hover,.theme-color--orange [href].support-home--link:hover,.theme-color--orange [href].link-with-icon:hover,.theme-color--orange [href].widget-video-link:hover,.theme-color--orange .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--orange [href].site-search-button:hover,.theme-color--orange .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--orange [href].widget-link-list--link:hover,.theme-color--orange .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--orange a[href]:hover,.theme-color--orange .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--orange [href].support-page-donation-gift-aid-link:hover,.theme-color--orange .form-hint a[href]:hover,.form-hint .theme-color--orange a[href]:hover,.theme-color--orange .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--orange a[href]:hover,.theme-color--orange .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--orange a[href]:hover,.theme-color--orange .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--orange a[href]:hover,.theme-color--orange .simple_form [href].form-cancel:hover,.simple_form .theme-color--orange [href].form-cancel:hover,.theme-color--orange [href].form-link-secondary:hover,.theme-color--orange .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--orange a[href]:hover,.theme-color--orange .header-collection a[href]:hover,.header-collection .theme-color--orange a[href]:hover,.theme-color--orange [href].organisation-listing-item--edit-link:hover,.theme-color--orange [href].organisation-listing-item--span:hover,.theme-color--orange .link-small[href]:hover,.theme-color--orange .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--orange a:hover,.theme-color--orange .theme-color--dark{color:#b45d00}.theme-color--gold [href].support-carousel--tile--link:hover,.theme-color--gold [href].support-home--link:hover,.theme-color--gold [href].link-with-icon:hover,.theme-color--gold [href].widget-video-link:hover,.theme-color--gold .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--gold [href].site-search-button:hover,.theme-color--gold .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--gold [href].widget-link-list--link:hover,.theme-color--gold .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--gold a[href]:hover,.theme-color--gold .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--gold [href].support-page-donation-gift-aid-link:hover,.theme-color--gold .form-hint a[href]:hover,.form-hint .theme-color--gold a[href]:hover,.theme-color--gold .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--gold a[href]:hover,.theme-color--gold .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--gold a[href]:hover,.theme-color--gold .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--gold a[href]:hover,.theme-color--gold .simple_form [href].form-cancel:hover,.simple_form .theme-color--gold [href].form-cancel:hover,.theme-color--gold [href].form-link-secondary:hover,.theme-color--gold .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--gold a[href]:hover,.theme-color--gold .header-collection a[href]:hover,.header-collection .theme-color--gold a[href]:hover,.theme-color--gold [href].organisation-listing-item--edit-link:hover,.theme-color--gold [href].organisation-listing-item--span:hover,.theme-color--gold .link-small[href]:hover,.theme-color--gold .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--gold a:hover,.theme-color--gold .theme-color--dark{color:#b87a27}.theme-color--sand [href].support-carousel--tile--link:hover,.theme-color--sand [href].support-home--link:hover,.theme-color--sand [href].link-with-icon:hover,.theme-color--sand [href].widget-video-link:hover,.theme-color--sand .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--sand [href].site-search-button:hover,.theme-color--sand .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--sand [href].widget-link-list--link:hover,.theme-color--sand .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--sand a[href]:hover,.theme-color--sand .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--sand [href].support-page-donation-gift-aid-link:hover,.theme-color--sand .form-hint a[href]:hover,.form-hint .theme-color--sand a[href]:hover,.theme-color--sand .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--sand a[href]:hover,.theme-color--sand .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--sand a[href]:hover,.theme-color--sand .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--sand a[href]:hover,.theme-color--sand .simple_form [href].form-cancel:hover,.simple_form .theme-color--sand [href].form-cancel:hover,.theme-color--sand [href].form-link-secondary:hover,.theme-color--sand .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--sand a[href]:hover,.theme-color--sand .header-collection a[href]:hover,.header-collection .theme-color--sand a[href]:hover,.theme-color--sand [href].organisation-listing-item--edit-link:hover,.theme-color--sand [href].organisation-listing-item--span:hover,.theme-color--sand .link-small[href]:hover,.theme-color--sand .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--sand a:hover,.theme-color--sand .theme-color--dark{color:#f7f1e3}.theme-color--xmas-2022 [href].support-carousel--tile--link:hover,.theme-color--xmas-2022 [href].support-home--link:hover,.theme-color--xmas-2022 [href].link-with-icon:hover,.theme-color--xmas-2022 [href].widget-video-link:hover,.theme-color--xmas-2022 .page-header__filter-panel--search-input [href].site-search-button:hover,.page-header__filter-panel--search-input .theme-color--xmas-2022 [href].site-search-button:hover,.theme-color--xmas-2022 .widget-link-list [href].widget-link-list--link:hover,.widget-link-list .theme-color--xmas-2022 [href].widget-link-list--link:hover,.theme-color--xmas-2022 .author-listing-tile--link--with-icon a[href]:hover,.author-listing-tile--link--with-icon .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 .support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.support-page-donation-address .theme-color--xmas-2022 [href].support-page-donation-gift-aid-link:hover,.theme-color--xmas-2022 .form-hint a[href]:hover,.form-hint .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 .form-loading-indicator a[href]:hover,.form-loading-indicator .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 .simple_form .form-description a[href]:hover,.simple_form .form-description .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 .simple_form .form-policy a[href]:hover,.simple_form .form-policy .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 .simple_form [href].form-cancel:hover,.simple_form .theme-color--xmas-2022 [href].form-cancel:hover,.theme-color--xmas-2022 [href].form-link-secondary:hover,.theme-color--xmas-2022 .content-page-main--header--more a[href]:hover,.content-page-main--header--more .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 .header-collection a[href]:hover,.header-collection .theme-color--xmas-2022 a[href]:hover,.theme-color--xmas-2022 [href].organisation-listing-item--edit-link:hover,.theme-color--xmas-2022 [href].organisation-listing-item--span:hover,.theme-color--xmas-2022 .link-small[href]:hover,.theme-color--xmas-2022 .section-content-lane-title--with-category a:hover,.section-content-lane-title--with-category .theme-color--xmas-2022 a:hover,.theme-color--xmas-2022 .theme-color--dark{color:#26510B}.theme-color--blue .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .table th a:hover:not(.content-editable-button),.table th .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .table td a:hover:not(.content-editable-button),.table td .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .section-content-lane-link:hover,.theme-color--blue .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--blue .first:hover,.theme-color--blue .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--blue .last:hover,.theme-color--blue .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--blue a:hover,.theme-color--blue .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--blue a:hover,.theme-color--blue .secondary-cta--theme:hover,.home-page-overview:nth-of-type(3) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane-link:hover,.home-page-overview:nth-of-type(odd) .section-content-lane-link:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .first:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .first:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .last:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .last:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(3) a:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(odd) a:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(3) a:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(odd) a:hover,.home-page-overview:nth-of-type(3) .secondary-cta--theme:hover,.home-page-overview:nth-of-type(odd) .secondary-cta--theme:hover,.theme-color--blue .theme-color--darkest,.home-page-overview:nth-of-type(3) .theme-color--darkest,.home-page-overview:nth-of-type(odd) .theme-color--darkest{color:#00272e}.theme-color--red .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .table th a:hover:not(.content-editable-button),.table th .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .table td a:hover:not(.content-editable-button),.table td .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .section-content-lane-link:hover,.theme-color--red .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--red .first:hover,.theme-color--red .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--red .last:hover,.theme-color--red .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--red a:hover,.theme-color--red .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--red a:hover,.theme-color--red .secondary-cta--theme:hover,.theme-color--red .theme-color--darkest{color:#7a0918}.theme-color--yellow .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .table th a:hover:not(.content-editable-button),.table th .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .table td a:hover:not(.content-editable-button),.table td .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .section-content-lane-link:hover,.theme-color--yellow .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--yellow .first:hover,.theme-color--yellow .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--yellow .last:hover,.theme-color--yellow .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--yellow a:hover,.theme-color--yellow .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--yellow a:hover,.theme-color--yellow .secondary-cta--theme:hover,.theme-color--yellow .theme-color--darkest{color:#876d00}.theme-color--green .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .table th a:hover:not(.content-editable-button),.table th .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .table td a:hover:not(.content-editable-button),.table td .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .section-content-lane-link:hover,.theme-color--green .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--green .first:hover,.theme-color--green .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--green .last:hover,.theme-color--green .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--green a:hover,.theme-color--green .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--green a:hover,.theme-color--green .secondary-cta--theme:hover,.home-page-overview:nth-of-type(1) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .first:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .last:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(1) a:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a:hover,.home-page-overview:nth-of-type(1) .secondary-cta--theme:hover,.theme-color--green .theme-color--darkest,.home-page-overview:nth-of-type(1) .theme-color--darkest{color:#112405}.theme-color--pink .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .table th a:hover:not(.content-editable-button),.table th .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .table td a:hover:not(.content-editable-button),.table td .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .section-content-lane-link:hover,.theme-color--pink .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--pink .first:hover,.theme-color--pink .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--pink .last:hover,.theme-color--pink .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--pink a:hover,.theme-color--pink .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--pink a:hover,.theme-color--pink .secondary-cta--theme:hover,.home-page-overview:nth-of-type(even) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .first:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .last:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(even) a:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a:hover,.home-page-overview:nth-of-type(even) .secondary-cta--theme:hover,.theme-color--pink .theme-color--darkest,.home-page-overview:nth-of-type(even) .theme-color--darkest{color:#771446}.theme-color--orange .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .table th a:hover:not(.content-editable-button),.table th .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .table td a:hover:not(.content-editable-button),.table td .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .section-content-lane-link:hover,.theme-color--orange .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--orange .first:hover,.theme-color--orange .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--orange .last:hover,.theme-color--orange .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--orange a:hover,.theme-color--orange .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--orange a:hover,.theme-color--orange .secondary-cta--theme:hover,.theme-color--orange .theme-color--darkest{color:#683500}.theme-color--gold .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .table th a:hover:not(.content-editable-button),.table th .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .table td a:hover:not(.content-editable-button),.table td .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .section-content-lane-link:hover,.theme-color--gold .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--gold .first:hover,.theme-color--gold .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--gold .last:hover,.theme-color--gold .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--gold a:hover,.theme-color--gold .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--gold a:hover,.theme-color--gold .secondary-cta--theme:hover,.theme-color--gold .theme-color--darkest{color:#b87a27}.theme-color--sand .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .table th a:hover:not(.content-editable-button),.table th .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .table td a:hover:not(.content-editable-button),.table td .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .section-content-lane-link:hover,.theme-color--sand .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--sand .first:hover,.theme-color--sand .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--sand .last:hover,.theme-color--sand .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--sand a:hover,.theme-color--sand .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--sand a:hover,.theme-color--sand .secondary-cta--theme:hover,.theme-color--sand .theme-color--darkest{color:#f7f1e3}.theme-color--blue .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--blue .content-tile-link,.home-page-overview:nth-of-type(3) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(3) .content-tile-link,.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(odd) .content-tile-link,.theme-color--blue .theme-color--shadow,.home-page-overview:nth-of-type(3) .theme-color--shadow,.home-page-overview:nth-of-type(odd) .theme-color--shadow{color:#83cde7}.theme-color--red .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--red .content-tile-link,.theme-color--red .theme-color--shadow{color:#ff836f}.theme-color--yellow .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--yellow .content-tile-link,.theme-color--yellow .theme-color--shadow{color:#ffdf75}.theme-color--green .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--green .content-tile-link,.home-page-overview:nth-of-type(1) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(1) .content-tile-link,.theme-color--green .theme-color--shadow,.home-page-overview:nth-of-type(1) .theme-color--shadow{color:#b6d983}.theme-color--pink .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--pink .content-tile-link,.home-page-overview:nth-of-type(even) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(even) .content-tile-link,.theme-color--pink .theme-color--shadow,.home-page-overview:nth-of-type(even) .theme-color--shadow{color:#fa80aa}.theme-color--orange .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--orange .content-tile-link,.theme-color--orange .theme-color--shadow{color:#ffb46d}.theme-color--gold .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--gold .content-tile-link,.theme-color--gold .theme-color--shadow{color:#b87a27}.theme-color--sand .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--sand .content-tile-link,.theme-color--sand .theme-color--shadow{color:#f7f1e3}.theme-color--blue .hamburger-inner,.theme-color--blue .hamburger-inner::before,.theme-color--blue .hamburger-inner::after,.theme-color--blue .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--blue .hamburger-inner,.theme-color--blue .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--blue .hamburger-inner::before,.theme-color--blue .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--blue .hamburger-inner::after,.theme-color--blue .simple_form .form-button,.simple_form .theme-color--blue .form-button,.theme-color--blue .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--blue a.content-editable-button,.theme-color--blue .section-call-to-action--related--tags,.theme-color--blue .section-content-lane--breakout--link,.theme-color--blue .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--blue .support-page-donation-submit:first-child,.theme-color--blue .push-banner-cta>.button-cta,.theme-color--blue .footer-contact--newsletter-button,.theme-color--blue .content-page-main--header--ctas-link,.theme-color--blue .training-button,.theme-color--blue .button-cta__theme,.theme-color--blue .search-and-browse-page-link--previous,.theme-color--blue .search-and-browse-page-link--next,.theme-color--blue .filter-expand__cta,.theme-color--blue .address_search_button,.theme-color--blue span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--blue [type="radio"]:checked+span:not(.form-hint),.theme-color--blue span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--blue [type="radio"]:checked+label+span:not(.form-hint),.theme-color--blue .faux_select.faux_select--selected,.theme-color--blue .simple-select-wrapper.selected,.theme-color--blue .widget--tags__tag,.theme-color--blue .icon-link-component,.theme-color--blue .widget-icon-link,.theme-color--blue .footer-contact--social-links-link,.theme-color--blue .author-listing-tile--image,.theme-color--blue .plyr__control--overlaid,.theme-color--blue .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--blue input[type=radio]:checked+.label-radio,.theme-color--blue .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--blue input[type=radio]:focus+.label-radio,.theme-color--blue .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--blue input[type=text]:focus+.label-text,.theme-color--blue .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--blue .next,.theme-color--blue .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--blue .prev,.theme-color--blue .quiz-component-rule,.theme-color--blue .author-image,.home-page-overview:nth-of-type(3) .hamburger-inner,.home-page-overview:nth-of-type(odd) .hamburger-inner,.home-page-overview:nth-of-type(3) .hamburger-inner::before,.home-page-overview:nth-of-type(odd) .hamburger-inner::before,.home-page-overview:nth-of-type(3) .hamburger-inner::after,.home-page-overview:nth-of-type(odd) .hamburger-inner::after,.home-page-overview:nth-of-type(3) .hamburger.is-active .hamburger-inner,.hamburger.is-active .home-page-overview:nth-of-type(3) .hamburger-inner,.home-page-overview:nth-of-type(odd) .hamburger.is-active .hamburger-inner,.hamburger.is-active .home-page-overview:nth-of-type(odd) .hamburger-inner,.home-page-overview:nth-of-type(3) .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .home-page-overview:nth-of-type(3) .hamburger-inner::before,.home-page-overview:nth-of-type(odd) .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .home-page-overview:nth-of-type(odd) .hamburger-inner::before,.home-page-overview:nth-of-type(3) .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .home-page-overview:nth-of-type(3) .hamburger-inner::after,.home-page-overview:nth-of-type(odd) .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .home-page-overview:nth-of-type(odd) .hamburger-inner::after,.home-page-overview:nth-of-type(3) .simple_form .form-button,.simple_form .home-page-overview:nth-of-type(3) .form-button,.home-page-overview:nth-of-type(odd) .simple_form .form-button,.simple_form .home-page-overview:nth-of-type(odd) .form-button,.home-page-overview:nth-of-type(3) .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .home-page-overview:nth-of-type(3) a.content-editable-button,.home-page-overview:nth-of-type(odd) .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .home-page-overview:nth-of-type(odd) a.content-editable-button,.home-page-overview:nth-of-type(3) .section-call-to-action--related--tags,.home-page-overview:nth-of-type(odd) .section-call-to-action--related--tags,.home-page-overview:nth-of-type(3) .section-content-lane--breakout--link,.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--link,.home-page-overview:nth-of-type(3) .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(3) .support-page-donation-submit:first-child,.home-page-overview:nth-of-type(odd) .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(odd) .support-page-donation-submit:first-child,.home-page-overview:nth-of-type(3) .push-banner-cta>.button-cta,.home-page-overview:nth-of-type(odd) .push-banner-cta>.button-cta,.home-page-overview:nth-of-type(3) .footer-contact--newsletter-button,.home-page-overview:nth-of-type(odd) .footer-contact--newsletter-button,.home-page-overview:nth-of-type(3) .content-page-main--header--ctas-link,.home-page-overview:nth-of-type(odd) .content-page-main--header--ctas-link,.home-page-overview:nth-of-type(3) .training-button,.home-page-overview:nth-of-type(odd) .training-button,.home-page-overview:nth-of-type(3) .button-cta__theme,.home-page-overview:nth-of-type(odd) .button-cta__theme,.home-page-overview:nth-of-type(3) .search-and-browse-page-link--previous,.home-page-overview:nth-of-type(odd) .search-and-browse-page-link--previous,.home-page-overview:nth-of-type(3) .search-and-browse-page-link--next,.home-page-overview:nth-of-type(odd) .search-and-browse-page-link--next,.home-page-overview:nth-of-type(3) .filter-expand__cta,.home-page-overview:nth-of-type(odd) .filter-expand__cta,.home-page-overview:nth-of-type(3) .address_search_button,.home-page-overview:nth-of-type(odd) .address_search_button,.home-page-overview:nth-of-type(3) span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(3) [type="radio"]:checked+span:not(.form-hint),.home-page-overview:nth-of-type(odd) span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(odd) [type="radio"]:checked+span:not(.form-hint),.home-page-overview:nth-of-type(3) span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(3) [type="radio"]:checked+label+span:not(.form-hint),.home-page-overview:nth-of-type(odd) span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(odd) [type="radio"]:checked+label+span:not(.form-hint),.home-page-overview:nth-of-type(3) .faux_select.faux_select--selected,.home-page-overview:nth-of-type(odd) .faux_select.faux_select--selected,.home-page-overview:nth-of-type(3) .simple-select-wrapper.selected,.home-page-overview:nth-of-type(odd) .simple-select-wrapper.selected,.home-page-overview:nth-of-type(3) .widget--tags__tag,.home-page-overview:nth-of-type(odd) .widget--tags__tag,.home-page-overview:nth-of-type(3) .icon-link-component,.home-page-overview:nth-of-type(odd) .icon-link-component,.home-page-overview:nth-of-type(3) .widget-icon-link,.home-page-overview:nth-of-type(odd) .widget-icon-link,.home-page-overview:nth-of-type(3) .footer-contact--social-links-link,.home-page-overview:nth-of-type(odd) .footer-contact--social-links-link,.home-page-overview:nth-of-type(3) .author-listing-tile--image,.home-page-overview:nth-of-type(odd) .author-listing-tile--image,.home-page-overview:nth-of-type(3) .plyr__control--overlaid,.home-page-overview:nth-of-type(odd) .plyr__control--overlaid,.home-page-overview:nth-of-type(3) .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(3) input[type=radio]:checked+.label-radio,.home-page-overview:nth-of-type(odd) .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(odd) input[type=radio]:checked+.label-radio,.home-page-overview:nth-of-type(3) .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(3) input[type=radio]:focus+.label-radio,.home-page-overview:nth-of-type(odd) .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(odd) input[type=radio]:focus+.label-radio,.home-page-overview:nth-of-type(3) .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .home-page-overview:nth-of-type(3) input[type=text]:focus+.label-text,.home-page-overview:nth-of-type(odd) .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .home-page-overview:nth-of-type(odd) input[type=text]:focus+.label-text,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .next,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .next,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .prev,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .prev,.home-page-overview:nth-of-type(3) .quiz-component-rule,.home-page-overview:nth-of-type(odd) .quiz-component-rule,.home-page-overview:nth-of-type(3) .author-image,.home-page-overview:nth-of-type(odd) .author-image{background-color:#00758a}.theme-color--red .hamburger-inner,.theme-color--red .hamburger-inner::before,.theme-color--red .hamburger-inner::after,.theme-color--red .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--red .hamburger-inner,.theme-color--red .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--red .hamburger-inner::before,.theme-color--red .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--red .hamburger-inner::after,.theme-color--red .simple_form .form-button,.simple_form .theme-color--red .form-button,.theme-color--red .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--red a.content-editable-button,.theme-color--red .section-call-to-action--related--tags,.theme-color--red .section-content-lane--breakout--link,.theme-color--red .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--red .support-page-donation-submit:first-child,.theme-color--red .push-banner-cta>.button-cta,.theme-color--red .footer-contact--newsletter-button,.theme-color--red .content-page-main--header--ctas-link,.theme-color--red .training-button,.theme-color--red .button-cta__theme,.theme-color--red .search-and-browse-page-link--previous,.theme-color--red .search-and-browse-page-link--next,.theme-color--red .filter-expand__cta,.theme-color--red .address_search_button,.theme-color--red span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--red [type="radio"]:checked+span:not(.form-hint),.theme-color--red span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--red [type="radio"]:checked+label+span:not(.form-hint),.theme-color--red .faux_select.faux_select--selected,.theme-color--red .simple-select-wrapper.selected,.theme-color--red .widget--tags__tag,.theme-color--red .icon-link-component,.theme-color--red .widget-icon-link,.theme-color--red .footer-contact--social-links-link,.theme-color--red .author-listing-tile--image,.theme-color--red .plyr__control--overlaid,.theme-color--red .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--red input[type=radio]:checked+.label-radio,.theme-color--red .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--red input[type=radio]:focus+.label-radio,.theme-color--red .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--red input[type=text]:focus+.label-text,.theme-color--red .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--red .next,.theme-color--red .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--red .prev,.theme-color--red .quiz-component-rule,.theme-color--red .author-image{background-color:#e8112d}.theme-color--yellow .hamburger-inner,.theme-color--yellow .hamburger-inner::before,.theme-color--yellow .hamburger-inner::after,.theme-color--yellow .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--yellow .hamburger-inner,.theme-color--yellow .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--yellow .hamburger-inner::before,.theme-color--yellow .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--yellow .hamburger-inner::after,.theme-color--yellow .simple_form .form-button,.simple_form .theme-color--yellow .form-button,.theme-color--yellow .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--yellow a.content-editable-button,.theme-color--yellow .section-call-to-action--related--tags,.theme-color--yellow .section-content-lane--breakout--link,.theme-color--yellow .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--yellow .support-page-donation-submit:first-child,.theme-color--yellow .push-banner-cta>.button-cta,.theme-color--yellow .footer-contact--newsletter-button,.theme-color--yellow .content-page-main--header--ctas-link,.theme-color--yellow .training-button,.theme-color--yellow .button-cta__theme,.theme-color--yellow .search-and-browse-page-link--previous,.theme-color--yellow .search-and-browse-page-link--next,.theme-color--yellow .filter-expand__cta,.theme-color--yellow .address_search_button,.theme-color--yellow span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--yellow [type="radio"]:checked+span:not(.form-hint),.theme-color--yellow span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--yellow [type="radio"]:checked+label+span:not(.form-hint),.theme-color--yellow .faux_select.faux_select--selected,.theme-color--yellow .simple-select-wrapper.selected,.theme-color--yellow .widget--tags__tag,.theme-color--yellow .icon-link-component,.theme-color--yellow .widget-icon-link,.theme-color--yellow .footer-contact--social-links-link,.theme-color--yellow .author-listing-tile--image,.theme-color--yellow .plyr__control--overlaid,.theme-color--yellow .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--yellow input[type=radio]:checked+.label-radio,.theme-color--yellow .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--yellow input[type=radio]:focus+.label-radio,.theme-color--yellow .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--yellow input[type=text]:focus+.label-text,.theme-color--yellow .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--yellow .next,.theme-color--yellow .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--yellow .prev,.theme-color--yellow .quiz-component-rule,.theme-color--yellow .author-image{background-color:#ffce00;color:#1F1F1F}.theme-color--green .hamburger-inner,.theme-color--green .hamburger-inner::before,.theme-color--green .hamburger-inner::after,.theme-color--green .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--green .hamburger-inner,.theme-color--green .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--green .hamburger-inner::before,.theme-color--green .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--green .hamburger-inner::after,.theme-color--green .simple_form .form-button,.simple_form .theme-color--green .form-button,.theme-color--green .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--green a.content-editable-button,.theme-color--green .section-call-to-action--related--tags,.theme-color--green .section-content-lane--breakout--link,.theme-color--green .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--green .support-page-donation-submit:first-child,.theme-color--green .push-banner-cta>.button-cta,.theme-color--green .footer-contact--newsletter-button,.theme-color--green .content-page-main--header--ctas-link,.theme-color--green .training-button,.theme-color--green .button-cta__theme,.theme-color--green .search-and-browse-page-link--previous,.theme-color--green .search-and-browse-page-link--next,.theme-color--green .filter-expand__cta,.theme-color--green .address_search_button,.theme-color--green span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--green [type="radio"]:checked+span:not(.form-hint),.theme-color--green span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--green [type="radio"]:checked+label+span:not(.form-hint),.theme-color--green .faux_select.faux_select--selected,.theme-color--green .simple-select-wrapper.selected,.theme-color--green .widget--tags__tag,.theme-color--green .icon-link-component,.theme-color--green .widget-icon-link,.theme-color--green .footer-contact--social-links-link,.theme-color--green .author-listing-tile--image,.theme-color--green .plyr__control--overlaid,.theme-color--green .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--green input[type=radio]:checked+.label-radio,.theme-color--green .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--green input[type=radio]:focus+.label-radio,.theme-color--green .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--green input[type=text]:focus+.label-text,.theme-color--green .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--green .next,.theme-color--green .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--green .prev,.theme-color--green .quiz-component-rule,.theme-color--green .author-image,.home-page-overview:nth-of-type(1) .hamburger-inner,.home-page-overview:nth-of-type(1) .hamburger-inner::before,.home-page-overview:nth-of-type(1) .hamburger-inner::after,.home-page-overview:nth-of-type(1) .simple_form .form-button,.simple_form .home-page-overview:nth-of-type(1) .form-button,.home-page-overview:nth-of-type(1) .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .home-page-overview:nth-of-type(1) a.content-editable-button,.home-page-overview:nth-of-type(1) .section-call-to-action--related--tags,.home-page-overview:nth-of-type(1) .section-content-lane--breakout--link,.home-page-overview:nth-of-type(1) .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(1) .support-page-donation-submit:first-child,.home-page-overview:nth-of-type(1) .push-banner-cta>.button-cta,.home-page-overview:nth-of-type(1) .footer-contact--newsletter-button,.home-page-overview:nth-of-type(1) .content-page-main--header--ctas-link,.home-page-overview:nth-of-type(1) .training-button,.home-page-overview:nth-of-type(1) .button-cta__theme,.home-page-overview:nth-of-type(1) .search-and-browse-page-link--previous,.home-page-overview:nth-of-type(1) .search-and-browse-page-link--next,.home-page-overview:nth-of-type(1) .filter-expand__cta,.home-page-overview:nth-of-type(1) .address_search_button,.home-page-overview:nth-of-type(1) span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(1) [type="radio"]:checked+span:not(.form-hint),.home-page-overview:nth-of-type(1) span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(1) [type="radio"]:checked+label+span:not(.form-hint),.home-page-overview:nth-of-type(1) .faux_select.faux_select--selected,.home-page-overview:nth-of-type(1) .simple-select-wrapper.selected,.home-page-overview:nth-of-type(1) .widget--tags__tag,.home-page-overview:nth-of-type(1) .icon-link-component,.home-page-overview:nth-of-type(1) .widget-icon-link,.home-page-overview:nth-of-type(1) .footer-contact--social-links-link,.home-page-overview:nth-of-type(1) .author-listing-tile--image,.home-page-overview:nth-of-type(1) .plyr__control--overlaid,.home-page-overview:nth-of-type(1) .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(1) input[type=radio]:checked+.label-radio,.home-page-overview:nth-of-type(1) .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(1) input[type=radio]:focus+.label-radio,.home-page-overview:nth-of-type(1) .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .home-page-overview:nth-of-type(1) input[type=text]:focus+.label-text,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .next,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .prev,.home-page-overview:nth-of-type(1) .quiz-component-rule,.home-page-overview:nth-of-type(1) .author-image{background-color:#367113}.theme-color--pink .hamburger-inner,.theme-color--pink .hamburger-inner::before,.theme-color--pink .hamburger-inner::after,.theme-color--pink .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--pink .hamburger-inner,.theme-color--pink .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--pink .hamburger-inner::before,.theme-color--pink .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--pink .hamburger-inner::after,.theme-color--pink .simple_form .form-button,.simple_form .theme-color--pink .form-button,.theme-color--pink .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--pink a.content-editable-button,.theme-color--pink .section-call-to-action--related--tags,.theme-color--pink .section-content-lane--breakout--link,.theme-color--pink .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--pink .support-page-donation-submit:first-child,.theme-color--pink .push-banner-cta>.button-cta,.theme-color--pink .footer-contact--newsletter-button,.theme-color--pink .content-page-main--header--ctas-link,.theme-color--pink .training-button,.theme-color--pink .button-cta__theme,.theme-color--pink .search-and-browse-page-link--previous,.theme-color--pink .search-and-browse-page-link--next,.theme-color--pink .filter-expand__cta,.theme-color--pink .address_search_button,.theme-color--pink span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--pink [type="radio"]:checked+span:not(.form-hint),.theme-color--pink span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--pink [type="radio"]:checked+label+span:not(.form-hint),.theme-color--pink .faux_select.faux_select--selected,.theme-color--pink .simple-select-wrapper.selected,.theme-color--pink .widget--tags__tag,.theme-color--pink .icon-link-component,.theme-color--pink .widget-icon-link,.theme-color--pink .footer-contact--social-links-link,.theme-color--pink .author-listing-tile--image,.theme-color--pink .plyr__control--overlaid,.theme-color--pink .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--pink input[type=radio]:checked+.label-radio,.theme-color--pink .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--pink input[type=radio]:focus+.label-radio,.theme-color--pink .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--pink input[type=text]:focus+.label-text,.theme-color--pink .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--pink .next,.theme-color--pink .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--pink .prev,.theme-color--pink .quiz-component-rule,.theme-color--pink .author-image,.home-page-overview:nth-of-type(even) .hamburger-inner,.home-page-overview:nth-of-type(even) .hamburger-inner::before,.home-page-overview:nth-of-type(even) .hamburger-inner::after,.home-page-overview:nth-of-type(even) .simple_form .form-button,.simple_form .home-page-overview:nth-of-type(even) .form-button,.home-page-overview:nth-of-type(even) .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .home-page-overview:nth-of-type(even) a.content-editable-button,.home-page-overview:nth-of-type(even) .section-call-to-action--related--tags,.home-page-overview:nth-of-type(even) .section-content-lane--breakout--link,.home-page-overview:nth-of-type(even) .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(even) .support-page-donation-submit:first-child,.home-page-overview:nth-of-type(even) .push-banner-cta>.button-cta,.home-page-overview:nth-of-type(even) .footer-contact--newsletter-button,.home-page-overview:nth-of-type(even) .content-page-main--header--ctas-link,.home-page-overview:nth-of-type(even) .training-button,.home-page-overview:nth-of-type(even) .button-cta__theme,.home-page-overview:nth-of-type(even) .search-and-browse-page-link--previous,.home-page-overview:nth-of-type(even) .search-and-browse-page-link--next,.home-page-overview:nth-of-type(even) .filter-expand__cta,.home-page-overview:nth-of-type(even) .address_search_button,.home-page-overview:nth-of-type(even) span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(even) [type="radio"]:checked+span:not(.form-hint),.home-page-overview:nth-of-type(even) span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .home-page-overview:nth-of-type(even) [type="radio"]:checked+label+span:not(.form-hint),.home-page-overview:nth-of-type(even) .faux_select.faux_select--selected,.home-page-overview:nth-of-type(even) .simple-select-wrapper.selected,.home-page-overview:nth-of-type(even) .widget--tags__tag,.home-page-overview:nth-of-type(even) .icon-link-component,.home-page-overview:nth-of-type(even) .widget-icon-link,.home-page-overview:nth-of-type(even) .footer-contact--social-links-link,.home-page-overview:nth-of-type(even) .author-listing-tile--image,.home-page-overview:nth-of-type(even) .plyr__control--overlaid,.home-page-overview:nth-of-type(even) .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(even) input[type=radio]:checked+.label-radio,.home-page-overview:nth-of-type(even) .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .home-page-overview:nth-of-type(even) input[type=radio]:focus+.label-radio,.home-page-overview:nth-of-type(even) .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .home-page-overview:nth-of-type(even) input[type=text]:focus+.label-text,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .next,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .prev,.home-page-overview:nth-of-type(even) .quiz-component-rule,.home-page-overview:nth-of-type(even) .author-image{background-color:#c41c70}.theme-color--orange .hamburger-inner,.theme-color--orange .hamburger-inner::before,.theme-color--orange .hamburger-inner::after,.theme-color--orange .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--orange .hamburger-inner,.theme-color--orange .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--orange .hamburger-inner::before,.theme-color--orange .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--orange .hamburger-inner::after,.theme-color--orange .simple_form .form-button,.simple_form .theme-color--orange .form-button,.theme-color--orange .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--orange a.content-editable-button,.theme-color--orange .section-call-to-action--related--tags,.theme-color--orange .section-content-lane--breakout--link,.theme-color--orange .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--orange .support-page-donation-submit:first-child,.theme-color--orange .push-banner-cta>.button-cta,.theme-color--orange .footer-contact--newsletter-button,.theme-color--orange .content-page-main--header--ctas-link,.theme-color--orange .training-button,.theme-color--orange .button-cta__theme,.theme-color--orange .search-and-browse-page-link--previous,.theme-color--orange .search-and-browse-page-link--next,.theme-color--orange .filter-expand__cta,.theme-color--orange .address_search_button,.theme-color--orange span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--orange [type="radio"]:checked+span:not(.form-hint),.theme-color--orange span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--orange [type="radio"]:checked+label+span:not(.form-hint),.theme-color--orange .faux_select.faux_select--selected,.theme-color--orange .simple-select-wrapper.selected,.theme-color--orange .widget--tags__tag,.theme-color--orange .icon-link-component,.theme-color--orange .widget-icon-link,.theme-color--orange .footer-contact--social-links-link,.theme-color--orange .author-listing-tile--image,.theme-color--orange .plyr__control--overlaid,.theme-color--orange .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--orange input[type=radio]:checked+.label-radio,.theme-color--orange .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--orange input[type=radio]:focus+.label-radio,.theme-color--orange .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--orange input[type=text]:focus+.label-text,.theme-color--orange .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--orange .next,.theme-color--orange .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--orange .prev,.theme-color--orange .quiz-component-rule,.theme-color--orange .author-image{background-color:#f77f00}.theme-color--gold .hamburger-inner,.theme-color--gold .hamburger-inner::before,.theme-color--gold .hamburger-inner::after,.theme-color--gold .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--gold .hamburger-inner,.theme-color--gold .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--gold .hamburger-inner::before,.theme-color--gold .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--gold .hamburger-inner::after,.theme-color--gold .simple_form .form-button,.simple_form .theme-color--gold .form-button,.theme-color--gold .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--gold a.content-editable-button,.theme-color--gold .section-call-to-action--related--tags,.theme-color--gold .section-content-lane--breakout--link,.theme-color--gold .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--gold .support-page-donation-submit:first-child,.theme-color--gold .push-banner-cta>.button-cta,.theme-color--gold .footer-contact--newsletter-button,.theme-color--gold .content-page-main--header--ctas-link,.theme-color--gold .training-button,.theme-color--gold .button-cta__theme,.theme-color--gold .search-and-browse-page-link--previous,.theme-color--gold .search-and-browse-page-link--next,.theme-color--gold .filter-expand__cta,.theme-color--gold .address_search_button,.theme-color--gold span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--gold [type="radio"]:checked+span:not(.form-hint),.theme-color--gold span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--gold [type="radio"]:checked+label+span:not(.form-hint),.theme-color--gold .faux_select.faux_select--selected,.theme-color--gold .simple-select-wrapper.selected,.theme-color--gold .widget--tags__tag,.theme-color--gold .icon-link-component,.theme-color--gold .widget-icon-link,.theme-color--gold .footer-contact--social-links-link,.theme-color--gold .author-listing-tile--image,.theme-color--gold .plyr__control--overlaid,.theme-color--gold .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--gold input[type=radio]:checked+.label-radio,.theme-color--gold .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--gold input[type=radio]:focus+.label-radio,.theme-color--gold .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--gold input[type=text]:focus+.label-text,.theme-color--gold .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--gold .next,.theme-color--gold .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--gold .prev,.theme-color--gold .quiz-component-rule,.theme-color--gold .author-image{background-color:#b87a27}.theme-color--sand .hamburger-inner,.theme-color--sand .hamburger-inner::before,.theme-color--sand .hamburger-inner::after,.theme-color--sand .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--sand .hamburger-inner,.theme-color--sand .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--sand .hamburger-inner::before,.theme-color--sand .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--sand .hamburger-inner::after,.theme-color--sand .simple_form .form-button,.simple_form .theme-color--sand .form-button,.theme-color--sand .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--sand a.content-editable-button,.theme-color--sand .section-call-to-action--related--tags,.theme-color--sand .section-content-lane--breakout--link,.theme-color--sand .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--sand .support-page-donation-submit:first-child,.theme-color--sand .push-banner-cta>.button-cta,.theme-color--sand .footer-contact--newsletter-button,.theme-color--sand .content-page-main--header--ctas-link,.theme-color--sand .training-button,.theme-color--sand .button-cta__theme,.theme-color--sand .search-and-browse-page-link--previous,.theme-color--sand .search-and-browse-page-link--next,.theme-color--sand .filter-expand__cta,.theme-color--sand .address_search_button,.theme-color--sand span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--sand [type="radio"]:checked+span:not(.form-hint),.theme-color--sand span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--sand [type="radio"]:checked+label+span:not(.form-hint),.theme-color--sand .faux_select.faux_select--selected,.theme-color--sand .simple-select-wrapper.selected,.theme-color--sand .widget--tags__tag,.theme-color--sand .icon-link-component,.theme-color--sand .widget-icon-link,.theme-color--sand .footer-contact--social-links-link,.theme-color--sand .author-listing-tile--image,.theme-color--sand .plyr__control--overlaid,.theme-color--sand .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--sand input[type=radio]:checked+.label-radio,.theme-color--sand .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--sand input[type=radio]:focus+.label-radio,.theme-color--sand .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--sand input[type=text]:focus+.label-text,.theme-color--sand .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--sand .next,.theme-color--sand .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--sand .prev,.theme-color--sand .quiz-component-rule,.theme-color--sand .author-image{background-color:#f7f1e3}.theme-color--xmas-2022 .hamburger-inner,.theme-color--xmas-2022 .hamburger-inner::before,.theme-color--xmas-2022 .hamburger-inner::after,.theme-color--xmas-2022 .hamburger.is-active .hamburger-inner,.hamburger.is-active .theme-color--xmas-2022 .hamburger-inner,.theme-color--xmas-2022 .hamburger.is-active .hamburger-inner::before,.hamburger.is-active .theme-color--xmas-2022 .hamburger-inner::before,.theme-color--xmas-2022 .hamburger.is-active .hamburger-inner::after,.hamburger.is-active .theme-color--xmas-2022 .hamburger-inner::after,.theme-color--xmas-2022 .simple_form .form-button,.simple_form .theme-color--xmas-2022 .form-button,.theme-color--xmas-2022 .slickr-content-editable>p a.content-editable-button,.slickr-content-editable>p .theme-color--xmas-2022 a.content-editable-button,.theme-color--xmas-2022 .section-call-to-action--related--tags,.theme-color--xmas-2022 .section-content-lane--breakout--link,.theme-color--xmas-2022 .support-page-donation-buttons .support-page-donation-submit:first-child,.support-page-donation-buttons .theme-color--xmas-2022 .support-page-donation-submit:first-child,.theme-color--xmas-2022 .push-banner-cta>.button-cta,.theme-color--xmas-2022 .footer-contact--newsletter-button,.theme-color--xmas-2022 .content-page-main--header--ctas-link,.theme-color--xmas-2022 .training-button,.theme-color--xmas-2022 .button-cta__theme,.theme-color--xmas-2022 .search-and-browse-page-link--previous,.theme-color--xmas-2022 .search-and-browse-page-link--next,.theme-color--xmas-2022 .filter-expand__cta,.theme-color--xmas-2022 .address_search_button,.theme-color--xmas-2022 span.radio [type="radio"]:checked+span:not(.form-hint),span.radio .theme-color--xmas-2022 [type="radio"]:checked+span:not(.form-hint),.theme-color--xmas-2022 span.radio [type="radio"]:checked+label+span:not(.form-hint),span.radio .theme-color--xmas-2022 [type="radio"]:checked+label+span:not(.form-hint),.theme-color--xmas-2022 .faux_select.faux_select--selected,.theme-color--xmas-2022 .simple-select-wrapper.selected,.theme-color--xmas-2022 .widget--tags__tag,.theme-color--xmas-2022 .icon-link-component,.theme-color--xmas-2022 .widget-icon-link,.theme-color--xmas-2022 .footer-contact--social-links-link,.theme-color--xmas-2022 .author-listing-tile--image,.theme-color--xmas-2022 .plyr__control--overlaid,.theme-color--xmas-2022 .support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values .theme-color--xmas-2022 input[type=radio]:checked+.label-radio,.theme-color--xmas-2022 .support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values .theme-color--xmas-2022 input[type=radio]:focus+.label-radio,.theme-color--xmas-2022 .support-page-donation-values input[type=text]:focus+.label-text,.support-page-donation-values .theme-color--xmas-2022 input[type=text]:focus+.label-text,.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .theme-color--xmas-2022 .next,.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .prev,.landing-page-pagination--navigation .pagination .theme-color--xmas-2022 .prev,.theme-color--xmas-2022 .quiz-component-rule,.theme-color--xmas-2022 .author-image{background-color:#367113}.theme-color--blue .table .left tr th:first-of-type,.table .left tr .theme-color--blue th:first-of-type,.theme-color--blue .table .left tr td:first-of-type,.table .left tr .theme-color--blue td:first-of-type,.theme-color--blue .background-theme,.theme-color--blue .separator--bg-theme,.theme-color--blue .campaign-section-background,.home-page-overview:nth-of-type(3) .table .left tr th:first-of-type,.table .left tr .home-page-overview:nth-of-type(3) th:first-of-type,.home-page-overview:nth-of-type(odd) .table .left tr th:first-of-type,.table .left tr .home-page-overview:nth-of-type(odd) th:first-of-type,.home-page-overview:nth-of-type(3) .table .left tr td:first-of-type,.table .left tr .home-page-overview:nth-of-type(3) td:first-of-type,.home-page-overview:nth-of-type(odd) .table .left tr td:first-of-type,.table .left tr .home-page-overview:nth-of-type(odd) td:first-of-type,.home-page-overview:nth-of-type(3) .background-theme,.home-page-overview:nth-of-type(odd) .background-theme,.home-page-overview:nth-of-type(3) .separator--bg-theme,.home-page-overview:nth-of-type(odd) .separator--bg-theme,.home-page-overview:nth-of-type(3) .campaign-section-background,.home-page-overview:nth-of-type(odd) .campaign-section-background{background-color:#d9eff7}.theme-color--red .table .left tr th:first-of-type,.table .left tr .theme-color--red th:first-of-type,.theme-color--red .table .left tr td:first-of-type,.table .left tr .theme-color--red td:first-of-type,.theme-color--red .background-theme,.theme-color--red .separator--bg-theme,.theme-color--red .campaign-section-background{background-color:#ffdbd5}.theme-color--yellow .table .left tr th:first-of-type,.table .left tr .theme-color--yellow th:first-of-type,.theme-color--yellow .table .left tr td:first-of-type,.table .left tr .theme-color--yellow td:first-of-type,.theme-color--yellow .background-theme,.theme-color--yellow .separator--bg-theme,.theme-color--yellow .campaign-section-background{background-color:#fff7db;color:black}.theme-color--green .table .left tr th:first-of-type,.table .left tr .theme-color--green th:first-of-type,.theme-color--green .table .left tr td:first-of-type,.table .left tr .theme-color--green td:first-of-type,.theme-color--green .background-theme,.theme-color--green .separator--bg-theme,.theme-color--green .campaign-section-background,.home-page-overview:nth-of-type(1) .table .left tr th:first-of-type,.table .left tr .home-page-overview:nth-of-type(1) th:first-of-type,.home-page-overview:nth-of-type(1) .table .left tr td:first-of-type,.table .left tr .home-page-overview:nth-of-type(1) td:first-of-type,.home-page-overview:nth-of-type(1) .background-theme,.home-page-overview:nth-of-type(1) .separator--bg-theme,.home-page-overview:nth-of-type(1) .campaign-section-background{background-color:#e4f1d1}.theme-color--pink .table .left tr th:first-of-type,.table .left tr .theme-color--pink th:first-of-type,.theme-color--pink .table .left tr td:first-of-type,.table .left tr .theme-color--pink td:first-of-type,.theme-color--pink .background-theme,.theme-color--pink .separator--bg-theme,.theme-color--pink .campaign-section-background,.home-page-overview:nth-of-type(even) .table .left tr th:first-of-type,.table .left tr .home-page-overview:nth-of-type(even) th:first-of-type,.home-page-overview:nth-of-type(even) .table .left tr td:first-of-type,.table .left tr .home-page-overview:nth-of-type(even) td:first-of-type,.home-page-overview:nth-of-type(even) .background-theme,.home-page-overview:nth-of-type(even) .separator--bg-theme,.home-page-overview:nth-of-type(even) .campaign-section-background{background-color:#fee2ec}.theme-color--orange .table .left tr th:first-of-type,.table .left tr .theme-color--orange th:first-of-type,.theme-color--orange .table .left tr td:first-of-type,.table .left tr .theme-color--orange td:first-of-type,.theme-color--orange .background-theme,.theme-color--orange .separator--bg-theme,.theme-color--orange .campaign-section-background{background-color:#fff5ed}.theme-color--gold .table .left tr th:first-of-type,.table .left tr .theme-color--gold th:first-of-type,.theme-color--gold .table .left tr td:first-of-type,.table .left tr .theme-color--gold td:first-of-type,.theme-color--gold .background-theme,.theme-color--gold .separator--bg-theme,.theme-color--gold .campaign-section-background{background-color:#b87a27}.theme-color--sand .table .left tr th:first-of-type,.table .left tr .theme-color--sand th:first-of-type,.theme-color--sand .table .left tr td:first-of-type,.table .left tr .theme-color--sand td:first-of-type,.theme-color--sand .background-theme,.theme-color--sand .separator--bg-theme,.theme-color--sand .campaign-section-background{background-color:#f7f1e3}.theme-color--xmas-2022 .table .left tr th:first-of-type,.table .left tr .theme-color--xmas-2022 th:first-of-type,.theme-color--xmas-2022 .table .left tr td:first-of-type,.table .left tr .theme-color--xmas-2022 td:first-of-type,.theme-color--xmas-2022 .background-theme,.theme-color--xmas-2022 .separator--bg-theme,.theme-color--xmas-2022 .campaign-section-background{background-color:#e4f1d1}.theme-color--blue .table .right tr th:last-of-type,.table .right tr .theme-color--blue th:last-of-type,.theme-color--blue .table .right tr td:last-of-type,.table .right tr .theme-color--blue td:last-of-type,.theme-color--blue .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--blue th:nth-of-type(n+1),.theme-color--blue .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--blue td:nth-of-type(n+1),.theme-color--blue .section-content-lane--breakout--landing:nth-of-type(even),.home-page-overview:nth-of-type(3) .table .right tr th:last-of-type,.table .right tr .home-page-overview:nth-of-type(3) th:last-of-type,.home-page-overview:nth-of-type(odd) .table .right tr th:last-of-type,.table .right tr .home-page-overview:nth-of-type(odd) th:last-of-type,.home-page-overview:nth-of-type(3) .table .right tr td:last-of-type,.table .right tr .home-page-overview:nth-of-type(3) td:last-of-type,.home-page-overview:nth-of-type(odd) .table .right tr td:last-of-type,.table .right tr .home-page-overview:nth-of-type(odd) td:last-of-type,.home-page-overview:nth-of-type(3) .table .top tr th:nth-of-type(n+1),.table .top tr .home-page-overview:nth-of-type(3) th:nth-of-type(n+1),.home-page-overview:nth-of-type(odd) .table .top tr th:nth-of-type(n+1),.table .top tr .home-page-overview:nth-of-type(odd) th:nth-of-type(n+1),.home-page-overview:nth-of-type(3) .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .home-page-overview:nth-of-type(3) td:nth-of-type(n+1),.home-page-overview:nth-of-type(odd) .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .home-page-overview:nth-of-type(odd) td:nth-of-type(n+1),.home-page-overview:nth-of-type(3) .section-content-lane--breakout--landing:nth-of-type(even),.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--landing:nth-of-type(even){background-color:#aedeef}.theme-color--red .table .right tr th:last-of-type,.table .right tr .theme-color--red th:last-of-type,.theme-color--red .table .right tr td:last-of-type,.table .right tr .theme-color--red td:last-of-type,.theme-color--red .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--red th:nth-of-type(n+1),.theme-color--red .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--red td:nth-of-type(n+1),.theme-color--red .section-content-lane--breakout--landing:nth-of-type(even){background-color:#ffafa2}.theme-color--yellow .table .right tr th:last-of-type,.table .right tr .theme-color--yellow th:last-of-type,.theme-color--yellow .table .right tr td:last-of-type,.table .right tr .theme-color--yellow td:last-of-type,.theme-color--yellow .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--yellow th:nth-of-type(n+1),.theme-color--yellow .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--yellow td:nth-of-type(n+1),.theme-color--yellow .section-content-lane--breakout--landing:nth-of-type(even){background-color:#ffeba8}.theme-color--green .table .right tr th:last-of-type,.table .right tr .theme-color--green th:last-of-type,.theme-color--green .table .right tr td:last-of-type,.table .right tr .theme-color--green td:last-of-type,.theme-color--green .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--green th:nth-of-type(n+1),.theme-color--green .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--green td:nth-of-type(n+1),.theme-color--green .section-content-lane--breakout--landing:nth-of-type(even),.home-page-overview:nth-of-type(1) .table .right tr th:last-of-type,.table .right tr .home-page-overview:nth-of-type(1) th:last-of-type,.home-page-overview:nth-of-type(1) .table .right tr td:last-of-type,.table .right tr .home-page-overview:nth-of-type(1) td:last-of-type,.home-page-overview:nth-of-type(1) .table .top tr th:nth-of-type(n+1),.table .top tr .home-page-overview:nth-of-type(1) th:nth-of-type(n+1),.home-page-overview:nth-of-type(1) .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .home-page-overview:nth-of-type(1) td:nth-of-type(n+1),.home-page-overview:nth-of-type(1) .section-content-lane--breakout--landing:nth-of-type(even){background-color:#cde5aa}.theme-color--pink .table .right tr th:last-of-type,.table .right tr .theme-color--pink th:last-of-type,.theme-color--pink .table .right tr td:last-of-type,.table .right tr .theme-color--pink td:last-of-type,.theme-color--pink .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--pink th:nth-of-type(n+1),.theme-color--pink .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--pink td:nth-of-type(n+1),.theme-color--pink .section-content-lane--breakout--landing:nth-of-type(even),.home-page-overview:nth-of-type(even) .table .right tr th:last-of-type,.table .right tr .home-page-overview:nth-of-type(even) th:last-of-type,.home-page-overview:nth-of-type(even) .table .right tr td:last-of-type,.table .right tr .home-page-overview:nth-of-type(even) td:last-of-type,.home-page-overview:nth-of-type(even) .table .top tr th:nth-of-type(n+1),.table .top tr .home-page-overview:nth-of-type(even) th:nth-of-type(n+1),.home-page-overview:nth-of-type(even) .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .home-page-overview:nth-of-type(even) td:nth-of-type(n+1),.home-page-overview:nth-of-type(even) .section-content-lane--breakout--landing:nth-of-type(even){background-color:#fcb1cb}.theme-color--orange .table .right tr th:last-of-type,.table .right tr .theme-color--orange th:last-of-type,.theme-color--orange .table .right tr td:last-of-type,.table .right tr .theme-color--orange td:last-of-type,.theme-color--orange .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--orange th:nth-of-type(n+1),.theme-color--orange .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--orange td:nth-of-type(n+1),.theme-color--orange .section-content-lane--breakout--landing:nth-of-type(even){background-color:#ffcea0}.theme-color--gold .table .right tr th:last-of-type,.table .right tr .theme-color--gold th:last-of-type,.theme-color--gold .table .right tr td:last-of-type,.table .right tr .theme-color--gold td:last-of-type,.theme-color--gold .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--gold th:nth-of-type(n+1),.theme-color--gold .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--gold td:nth-of-type(n+1),.theme-color--gold .section-content-lane--breakout--landing:nth-of-type(even){background-color:#b87a27}.theme-color--sand .table .right tr th:last-of-type,.table .right tr .theme-color--sand th:last-of-type,.theme-color--sand .table .right tr td:last-of-type,.table .right tr .theme-color--sand td:last-of-type,.theme-color--sand .table .top tr th:nth-of-type(n+1),.table .top tr .theme-color--sand th:nth-of-type(n+1),.theme-color--sand .table .bottom tr:last-of-type td:nth-of-type(n+1),.table .bottom tr:last-of-type .theme-color--sand td:nth-of-type(n+1),.theme-color--sand .section-content-lane--breakout--landing:nth-of-type(even){background-color:#f7f1e3}.theme-color--blue .simple_form .form-button:hover,.simple_form .theme-color--blue .form-button:hover,.theme-color--blue .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--blue a.content-editable-button:hover,.theme-color--blue .section-call-to-action--related--tags:hover,.theme-color--blue .section-content-lane--breakout--link:hover,.theme-color--blue .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--blue .support-page-donation-submit:hover:first-child,.theme-color--blue .push-banner-cta>.button-cta:hover,.theme-color--blue .footer-contact--newsletter-button:hover,.theme-color--blue .content-page-main--header--ctas-link:hover,.theme-color--blue .training-button:hover,.theme-color--blue .button-cta__theme:hover,.theme-color--blue .search-and-browse-page-link--previous:hover,.theme-color--blue .search-and-browse-page-link--next:hover,.theme-color--blue .filter-expand__cta:hover,.theme-color--blue .address_search_button:hover,.theme-color--blue .search-and-browse-page-link--previous:focus,.theme-color--blue .search-and-browse-page-link--next:focus,.theme-color--blue .filter-expand__cta:focus,.theme-color--blue .address_search_button:focus,.theme-color--blue .widget--tags__tag:hover,.theme-color--blue .widget--tags__tag:focus,.theme-color--blue .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--blue a,.theme-color--blue .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--blue .content-tile-link,.theme-color--blue .plyr__control--overlaid:hover,.theme-color--blue .plyr__control--overlaid:focus,.theme-color--blue .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--blue .next:hover,.theme-color--blue .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--blue .prev:hover,.home-page-overview:nth-of-type(3) .simple_form .form-button:hover,.simple_form .home-page-overview:nth-of-type(3) .form-button:hover,.home-page-overview:nth-of-type(odd) .simple_form .form-button:hover,.simple_form .home-page-overview:nth-of-type(odd) .form-button:hover,.home-page-overview:nth-of-type(3) .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .home-page-overview:nth-of-type(3) a.content-editable-button:hover,.home-page-overview:nth-of-type(odd) .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .home-page-overview:nth-of-type(odd) a.content-editable-button:hover,.home-page-overview:nth-of-type(3) .section-call-to-action--related--tags:hover,.home-page-overview:nth-of-type(odd) .section-call-to-action--related--tags:hover,.home-page-overview:nth-of-type(3) .section-content-lane--breakout--link:hover,.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--link:hover,.home-page-overview:nth-of-type(3) .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(3) .support-page-donation-submit:hover:first-child,.home-page-overview:nth-of-type(odd) .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(odd) .support-page-donation-submit:hover:first-child,.home-page-overview:nth-of-type(3) .push-banner-cta>.button-cta:hover,.home-page-overview:nth-of-type(odd) .push-banner-cta>.button-cta:hover,.home-page-overview:nth-of-type(3) .footer-contact--newsletter-button:hover,.home-page-overview:nth-of-type(odd) .footer-contact--newsletter-button:hover,.home-page-overview:nth-of-type(3) .content-page-main--header--ctas-link:hover,.home-page-overview:nth-of-type(odd) .content-page-main--header--ctas-link:hover,.home-page-overview:nth-of-type(3) .training-button:hover,.home-page-overview:nth-of-type(odd) .training-button:hover,.home-page-overview:nth-of-type(3) .button-cta__theme:hover,.home-page-overview:nth-of-type(odd) .button-cta__theme:hover,.home-page-overview:nth-of-type(3) .search-and-browse-page-link--previous:hover,.home-page-overview:nth-of-type(odd) .search-and-browse-page-link--previous:hover,.home-page-overview:nth-of-type(3) .search-and-browse-page-link--next:hover,.home-page-overview:nth-of-type(odd) .search-and-browse-page-link--next:hover,.home-page-overview:nth-of-type(3) .filter-expand__cta:hover,.home-page-overview:nth-of-type(odd) .filter-expand__cta:hover,.home-page-overview:nth-of-type(3) .address_search_button:hover,.home-page-overview:nth-of-type(odd) .address_search_button:hover,.home-page-overview:nth-of-type(3) .search-and-browse-page-link--previous:focus,.home-page-overview:nth-of-type(odd) .search-and-browse-page-link--previous:focus,.home-page-overview:nth-of-type(3) .search-and-browse-page-link--next:focus,.home-page-overview:nth-of-type(odd) .search-and-browse-page-link--next:focus,.home-page-overview:nth-of-type(3) .filter-expand__cta:focus,.home-page-overview:nth-of-type(odd) .filter-expand__cta:focus,.home-page-overview:nth-of-type(3) .address_search_button:focus,.home-page-overview:nth-of-type(odd) .address_search_button:focus,.home-page-overview:nth-of-type(3) .widget--tags__tag:hover,.home-page-overview:nth-of-type(odd) .widget--tags__tag:hover,.home-page-overview:nth-of-type(3) .widget--tags__tag:focus,.home-page-overview:nth-of-type(odd) .widget--tags__tag:focus,.home-page-overview:nth-of-type(3) .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(3) a,.home-page-overview:nth-of-type(odd) .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(odd) a,.home-page-overview:nth-of-type(3) .content-tile--featured .content-tile-link,.content-tile--featured .home-page-overview:nth-of-type(3) .content-tile-link,.home-page-overview:nth-of-type(odd) .content-tile--featured .content-tile-link,.content-tile--featured .home-page-overview:nth-of-type(odd) .content-tile-link,.home-page-overview:nth-of-type(3) .plyr__control--overlaid:hover,.home-page-overview:nth-of-type(odd) .plyr__control--overlaid:hover,.home-page-overview:nth-of-type(3) .plyr__control--overlaid:focus,.home-page-overview:nth-of-type(odd) .plyr__control--overlaid:focus,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .next:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .next:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .prev:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .prev:hover{background-color:#005261}.theme-color--red .simple_form .form-button:hover,.simple_form .theme-color--red .form-button:hover,.theme-color--red .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--red a.content-editable-button:hover,.theme-color--red .section-call-to-action--related--tags:hover,.theme-color--red .section-content-lane--breakout--link:hover,.theme-color--red .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--red .support-page-donation-submit:hover:first-child,.theme-color--red .push-banner-cta>.button-cta:hover,.theme-color--red .footer-contact--newsletter-button:hover,.theme-color--red .content-page-main--header--ctas-link:hover,.theme-color--red .training-button:hover,.theme-color--red .button-cta__theme:hover,.theme-color--red .search-and-browse-page-link--previous:hover,.theme-color--red .search-and-browse-page-link--next:hover,.theme-color--red .filter-expand__cta:hover,.theme-color--red .address_search_button:hover,.theme-color--red .search-and-browse-page-link--previous:focus,.theme-color--red .search-and-browse-page-link--next:focus,.theme-color--red .filter-expand__cta:focus,.theme-color--red .address_search_button:focus,.theme-color--red .widget--tags__tag:hover,.theme-color--red .widget--tags__tag:focus,.theme-color--red .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--red a,.theme-color--red .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--red .content-tile-link,.theme-color--red .plyr__control--overlaid:hover,.theme-color--red .plyr__control--overlaid:focus,.theme-color--red .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--red .next:hover,.theme-color--red .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--red .prev:hover{background-color:#a90d21}.theme-color--yellow .simple_form .form-button:hover,.simple_form .theme-color--yellow .form-button:hover,.theme-color--yellow .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--yellow a.content-editable-button:hover,.theme-color--yellow .section-call-to-action--related--tags:hover,.theme-color--yellow .section-content-lane--breakout--link:hover,.theme-color--yellow .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--yellow .support-page-donation-submit:hover:first-child,.theme-color--yellow .push-banner-cta>.button-cta:hover,.theme-color--yellow .footer-contact--newsletter-button:hover,.theme-color--yellow .content-page-main--header--ctas-link:hover,.theme-color--yellow .training-button:hover,.theme-color--yellow .button-cta__theme:hover,.theme-color--yellow .search-and-browse-page-link--previous:hover,.theme-color--yellow .search-and-browse-page-link--next:hover,.theme-color--yellow .filter-expand__cta:hover,.theme-color--yellow .address_search_button:hover,.theme-color--yellow .search-and-browse-page-link--previous:focus,.theme-color--yellow .search-and-browse-page-link--next:focus,.theme-color--yellow .filter-expand__cta:focus,.theme-color--yellow .address_search_button:focus,.theme-color--yellow .widget--tags__tag:hover,.theme-color--yellow .widget--tags__tag:focus,.theme-color--yellow .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--yellow a,.theme-color--yellow .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--yellow .content-tile-link,.theme-color--yellow .plyr__control--overlaid:hover,.theme-color--yellow .plyr__control--overlaid:focus,.theme-color--yellow .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--yellow .next:hover,.theme-color--yellow .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--yellow .prev:hover{background-color:#ba9600}.theme-color--green .simple_form .form-button:hover,.simple_form .theme-color--green .form-button:hover,.theme-color--green .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--green a.content-editable-button:hover,.theme-color--green .section-call-to-action--related--tags:hover,.theme-color--green .section-content-lane--breakout--link:hover,.theme-color--green .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--green .support-page-donation-submit:hover:first-child,.theme-color--green .push-banner-cta>.button-cta:hover,.theme-color--green .footer-contact--newsletter-button:hover,.theme-color--green .content-page-main--header--ctas-link:hover,.theme-color--green .training-button:hover,.theme-color--green .button-cta__theme:hover,.theme-color--green .search-and-browse-page-link--previous:hover,.theme-color--green .search-and-browse-page-link--next:hover,.theme-color--green .filter-expand__cta:hover,.theme-color--green .address_search_button:hover,.theme-color--green .search-and-browse-page-link--previous:focus,.theme-color--green .search-and-browse-page-link--next:focus,.theme-color--green .filter-expand__cta:focus,.theme-color--green .address_search_button:focus,.theme-color--green .widget--tags__tag:hover,.theme-color--green .widget--tags__tag:focus,.theme-color--green .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--green a,.theme-color--green .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--green .content-tile-link,.theme-color--green .plyr__control--overlaid:hover,.theme-color--green .plyr__control--overlaid:focus,.theme-color--green .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--green .next:hover,.theme-color--green .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--green .prev:hover,.home-page-overview:nth-of-type(1) .simple_form .form-button:hover,.simple_form .home-page-overview:nth-of-type(1) .form-button:hover,.home-page-overview:nth-of-type(1) .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .home-page-overview:nth-of-type(1) a.content-editable-button:hover,.home-page-overview:nth-of-type(1) .section-call-to-action--related--tags:hover,.home-page-overview:nth-of-type(1) .section-content-lane--breakout--link:hover,.home-page-overview:nth-of-type(1) .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(1) .support-page-donation-submit:hover:first-child,.home-page-overview:nth-of-type(1) .push-banner-cta>.button-cta:hover,.home-page-overview:nth-of-type(1) .footer-contact--newsletter-button:hover,.home-page-overview:nth-of-type(1) .content-page-main--header--ctas-link:hover,.home-page-overview:nth-of-type(1) .training-button:hover,.home-page-overview:nth-of-type(1) .button-cta__theme:hover,.home-page-overview:nth-of-type(1) .search-and-browse-page-link--previous:hover,.home-page-overview:nth-of-type(1) .search-and-browse-page-link--next:hover,.home-page-overview:nth-of-type(1) .filter-expand__cta:hover,.home-page-overview:nth-of-type(1) .address_search_button:hover,.home-page-overview:nth-of-type(1) .search-and-browse-page-link--previous:focus,.home-page-overview:nth-of-type(1) .search-and-browse-page-link--next:focus,.home-page-overview:nth-of-type(1) .filter-expand__cta:focus,.home-page-overview:nth-of-type(1) .address_search_button:focus,.home-page-overview:nth-of-type(1) .widget--tags__tag:hover,.home-page-overview:nth-of-type(1) .widget--tags__tag:focus,.home-page-overview:nth-of-type(1) .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .content-tile--featured .content-tile-link,.content-tile--featured .home-page-overview:nth-of-type(1) .content-tile-link,.home-page-overview:nth-of-type(1) .plyr__control--overlaid:hover,.home-page-overview:nth-of-type(1) .plyr__control--overlaid:focus,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .next:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .prev:hover{background-color:#26510B}.theme-color--pink .simple_form .form-button:hover,.simple_form .theme-color--pink .form-button:hover,.theme-color--pink .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--pink a.content-editable-button:hover,.theme-color--pink .section-call-to-action--related--tags:hover,.theme-color--pink .section-content-lane--breakout--link:hover,.theme-color--pink .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--pink .support-page-donation-submit:hover:first-child,.theme-color--pink .push-banner-cta>.button-cta:hover,.theme-color--pink .footer-contact--newsletter-button:hover,.theme-color--pink .content-page-main--header--ctas-link:hover,.theme-color--pink .training-button:hover,.theme-color--pink .button-cta__theme:hover,.theme-color--pink .search-and-browse-page-link--previous:hover,.theme-color--pink .search-and-browse-page-link--next:hover,.theme-color--pink .filter-expand__cta:hover,.theme-color--pink .address_search_button:hover,.theme-color--pink .search-and-browse-page-link--previous:focus,.theme-color--pink .search-and-browse-page-link--next:focus,.theme-color--pink .filter-expand__cta:focus,.theme-color--pink .address_search_button:focus,.theme-color--pink .widget--tags__tag:hover,.theme-color--pink .widget--tags__tag:focus,.theme-color--pink .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--pink a,.theme-color--pink .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--pink .content-tile-link,.theme-color--pink .plyr__control--overlaid:hover,.theme-color--pink .plyr__control--overlaid:focus,.theme-color--pink .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--pink .next:hover,.theme-color--pink .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--pink .prev:hover,.home-page-overview:nth-of-type(even) .simple_form .form-button:hover,.simple_form .home-page-overview:nth-of-type(even) .form-button:hover,.home-page-overview:nth-of-type(even) .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .home-page-overview:nth-of-type(even) a.content-editable-button:hover,.home-page-overview:nth-of-type(even) .section-call-to-action--related--tags:hover,.home-page-overview:nth-of-type(even) .section-content-lane--breakout--link:hover,.home-page-overview:nth-of-type(even) .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .home-page-overview:nth-of-type(even) .support-page-donation-submit:hover:first-child,.home-page-overview:nth-of-type(even) .push-banner-cta>.button-cta:hover,.home-page-overview:nth-of-type(even) .footer-contact--newsletter-button:hover,.home-page-overview:nth-of-type(even) .content-page-main--header--ctas-link:hover,.home-page-overview:nth-of-type(even) .training-button:hover,.home-page-overview:nth-of-type(even) .button-cta__theme:hover,.home-page-overview:nth-of-type(even) .search-and-browse-page-link--previous:hover,.home-page-overview:nth-of-type(even) .search-and-browse-page-link--next:hover,.home-page-overview:nth-of-type(even) .filter-expand__cta:hover,.home-page-overview:nth-of-type(even) .address_search_button:hover,.home-page-overview:nth-of-type(even) .search-and-browse-page-link--previous:focus,.home-page-overview:nth-of-type(even) .search-and-browse-page-link--next:focus,.home-page-overview:nth-of-type(even) .filter-expand__cta:focus,.home-page-overview:nth-of-type(even) .address_search_button:focus,.home-page-overview:nth-of-type(even) .widget--tags__tag:hover,.home-page-overview:nth-of-type(even) .widget--tags__tag:focus,.home-page-overview:nth-of-type(even) .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .content-tile--featured .content-tile-link,.content-tile--featured .home-page-overview:nth-of-type(even) .content-tile-link,.home-page-overview:nth-of-type(even) .plyr__control--overlaid:hover,.home-page-overview:nth-of-type(even) .plyr__control--overlaid:focus,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .next:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .prev:hover{background-color:#a31b5f}.theme-color--orange .simple_form .form-button:hover,.simple_form .theme-color--orange .form-button:hover,.theme-color--orange .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--orange a.content-editable-button:hover,.theme-color--orange .section-call-to-action--related--tags:hover,.theme-color--orange .section-content-lane--breakout--link:hover,.theme-color--orange .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--orange .support-page-donation-submit:hover:first-child,.theme-color--orange .push-banner-cta>.button-cta:hover,.theme-color--orange .footer-contact--newsletter-button:hover,.theme-color--orange .content-page-main--header--ctas-link:hover,.theme-color--orange .training-button:hover,.theme-color--orange .button-cta__theme:hover,.theme-color--orange .search-and-browse-page-link--previous:hover,.theme-color--orange .search-and-browse-page-link--next:hover,.theme-color--orange .filter-expand__cta:hover,.theme-color--orange .address_search_button:hover,.theme-color--orange .search-and-browse-page-link--previous:focus,.theme-color--orange .search-and-browse-page-link--next:focus,.theme-color--orange .filter-expand__cta:focus,.theme-color--orange .address_search_button:focus,.theme-color--orange .widget--tags__tag:hover,.theme-color--orange .widget--tags__tag:focus,.theme-color--orange .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--orange a,.theme-color--orange .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--orange .content-tile-link,.theme-color--orange .plyr__control--overlaid:hover,.theme-color--orange .plyr__control--overlaid:focus,.theme-color--orange .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--orange .next:hover,.theme-color--orange .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--orange .prev:hover{background-color:#b45d00}.theme-color--gold .simple_form .form-button:hover,.simple_form .theme-color--gold .form-button:hover,.theme-color--gold .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--gold a.content-editable-button:hover,.theme-color--gold .section-call-to-action--related--tags:hover,.theme-color--gold .section-content-lane--breakout--link:hover,.theme-color--gold .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--gold .support-page-donation-submit:hover:first-child,.theme-color--gold .push-banner-cta>.button-cta:hover,.theme-color--gold .footer-contact--newsletter-button:hover,.theme-color--gold .content-page-main--header--ctas-link:hover,.theme-color--gold .training-button:hover,.theme-color--gold .button-cta__theme:hover,.theme-color--gold .search-and-browse-page-link--previous:hover,.theme-color--gold .search-and-browse-page-link--next:hover,.theme-color--gold .filter-expand__cta:hover,.theme-color--gold .address_search_button:hover,.theme-color--gold .search-and-browse-page-link--previous:focus,.theme-color--gold .search-and-browse-page-link--next:focus,.theme-color--gold .filter-expand__cta:focus,.theme-color--gold .address_search_button:focus,.theme-color--gold .widget--tags__tag:hover,.theme-color--gold .widget--tags__tag:focus,.theme-color--gold .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--gold a,.theme-color--gold .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--gold .content-tile-link,.theme-color--gold .plyr__control--overlaid:hover,.theme-color--gold .plyr__control--overlaid:focus,.theme-color--gold .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--gold .next:hover,.theme-color--gold .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--gold .prev:hover{background-color:#b87a27}.theme-color--sand .simple_form .form-button:hover,.simple_form .theme-color--sand .form-button:hover,.theme-color--sand .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--sand a.content-editable-button:hover,.theme-color--sand .section-call-to-action--related--tags:hover,.theme-color--sand .section-content-lane--breakout--link:hover,.theme-color--sand .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--sand .support-page-donation-submit:hover:first-child,.theme-color--sand .push-banner-cta>.button-cta:hover,.theme-color--sand .footer-contact--newsletter-button:hover,.theme-color--sand .content-page-main--header--ctas-link:hover,.theme-color--sand .training-button:hover,.theme-color--sand .button-cta__theme:hover,.theme-color--sand .search-and-browse-page-link--previous:hover,.theme-color--sand .search-and-browse-page-link--next:hover,.theme-color--sand .filter-expand__cta:hover,.theme-color--sand .address_search_button:hover,.theme-color--sand .search-and-browse-page-link--previous:focus,.theme-color--sand .search-and-browse-page-link--next:focus,.theme-color--sand .filter-expand__cta:focus,.theme-color--sand .address_search_button:focus,.theme-color--sand .widget--tags__tag:hover,.theme-color--sand .widget--tags__tag:focus,.theme-color--sand .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--sand a,.theme-color--sand .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--sand .content-tile-link,.theme-color--sand .plyr__control--overlaid:hover,.theme-color--sand .plyr__control--overlaid:focus,.theme-color--sand .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--sand .next:hover,.theme-color--sand .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--sand .prev:hover{background-color:#f7f1e3}.theme-color--xmas-2022 .simple_form .form-button:hover,.simple_form .theme-color--xmas-2022 .form-button:hover,.theme-color--xmas-2022 .slickr-content-editable>p a.content-editable-button:hover,.slickr-content-editable>p .theme-color--xmas-2022 a.content-editable-button:hover,.theme-color--xmas-2022 .section-call-to-action--related--tags:hover,.theme-color--xmas-2022 .section-content-lane--breakout--link:hover,.theme-color--xmas-2022 .support-page-donation-buttons .support-page-donation-submit:hover:first-child,.support-page-donation-buttons .theme-color--xmas-2022 .support-page-donation-submit:hover:first-child,.theme-color--xmas-2022 .push-banner-cta>.button-cta:hover,.theme-color--xmas-2022 .footer-contact--newsletter-button:hover,.theme-color--xmas-2022 .content-page-main--header--ctas-link:hover,.theme-color--xmas-2022 .training-button:hover,.theme-color--xmas-2022 .button-cta__theme:hover,.theme-color--xmas-2022 .search-and-browse-page-link--previous:hover,.theme-color--xmas-2022 .search-and-browse-page-link--next:hover,.theme-color--xmas-2022 .filter-expand__cta:hover,.theme-color--xmas-2022 .address_search_button:hover,.theme-color--xmas-2022 .search-and-browse-page-link--previous:focus,.theme-color--xmas-2022 .search-and-browse-page-link--next:focus,.theme-color--xmas-2022 .filter-expand__cta:focus,.theme-color--xmas-2022 .address_search_button:focus,.theme-color--xmas-2022 .widget--tags__tag:hover,.theme-color--xmas-2022 .widget--tags__tag:focus,.theme-color--xmas-2022 .content-tile--featured .content-tile-link .content-tile-tags a,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--xmas-2022 a,.theme-color--xmas-2022 .content-tile--featured .content-tile-link,.content-tile--featured .theme-color--xmas-2022 .content-tile-link,.theme-color--xmas-2022 .plyr__control--overlaid:hover,.theme-color--xmas-2022 .plyr__control--overlaid:focus,.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .next:hover,.landing-page-pagination--navigation .pagination .theme-color--xmas-2022 .next:hover,.theme-color--xmas-2022 .landing-page-pagination--navigation .pagination .prev:hover,.landing-page-pagination--navigation .pagination .theme-color--xmas-2022 .prev:hover{background-color:#26510B}.theme-color--blue .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--blue a:hover,.theme-color--blue .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--blue a:focus,.theme-color--blue .icon-link-component:hover,.theme-color--blue .widget-icon-link:hover,.theme-color--blue .footer-contact--social-links-link:hover,.theme-color--blue .icon-link-component:focus,.theme-color--blue .widget-icon-link:focus,.theme-color--blue .footer-contact--social-links-link:focus,.home-page-overview:nth-of-type(3) .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(3) a:hover,.home-page-overview:nth-of-type(odd) .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(odd) a:hover,.home-page-overview:nth-of-type(3) .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(3) a:focus,.home-page-overview:nth-of-type(odd) .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(odd) a:focus,.home-page-overview:nth-of-type(3) .icon-link-component:hover,.home-page-overview:nth-of-type(odd) .icon-link-component:hover,.home-page-overview:nth-of-type(3) .widget-icon-link:hover,.home-page-overview:nth-of-type(odd) .widget-icon-link:hover,.home-page-overview:nth-of-type(3) .footer-contact--social-links-link:hover,.home-page-overview:nth-of-type(odd) .footer-contact--social-links-link:hover,.home-page-overview:nth-of-type(3) .icon-link-component:focus,.home-page-overview:nth-of-type(odd) .icon-link-component:focus,.home-page-overview:nth-of-type(3) .widget-icon-link:focus,.home-page-overview:nth-of-type(odd) .widget-icon-link:focus,.home-page-overview:nth-of-type(3) .footer-contact--social-links-link:focus,.home-page-overview:nth-of-type(odd) .footer-contact--social-links-link:focus{background-color:#00272e}.theme-color--red .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--red a:hover,.theme-color--red .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--red a:focus,.theme-color--red .icon-link-component:hover,.theme-color--red .widget-icon-link:hover,.theme-color--red .footer-contact--social-links-link:hover,.theme-color--red .icon-link-component:focus,.theme-color--red .widget-icon-link:focus,.theme-color--red .footer-contact--social-links-link:focus{background-color:#7a0918}.theme-color--yellow .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--yellow a:hover,.theme-color--yellow .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--yellow a:focus,.theme-color--yellow .icon-link-component:hover,.theme-color--yellow .widget-icon-link:hover,.theme-color--yellow .footer-contact--social-links-link:hover,.theme-color--yellow .icon-link-component:focus,.theme-color--yellow .widget-icon-link:focus,.theme-color--yellow .footer-contact--social-links-link:focus{background-color:#876d00}.theme-color--green .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--green a:hover,.theme-color--green .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--green a:focus,.theme-color--green .icon-link-component:hover,.theme-color--green .widget-icon-link:hover,.theme-color--green .footer-contact--social-links-link:hover,.theme-color--green .icon-link-component:focus,.theme-color--green .widget-icon-link:focus,.theme-color--green .footer-contact--social-links-link:focus,.home-page-overview:nth-of-type(1) .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(1) a:hover,.home-page-overview:nth-of-type(1) .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(1) a:focus,.home-page-overview:nth-of-type(1) .icon-link-component:hover,.home-page-overview:nth-of-type(1) .widget-icon-link:hover,.home-page-overview:nth-of-type(1) .footer-contact--social-links-link:hover,.home-page-overview:nth-of-type(1) .icon-link-component:focus,.home-page-overview:nth-of-type(1) .widget-icon-link:focus,.home-page-overview:nth-of-type(1) .footer-contact--social-links-link:focus{background-color:#112405}.theme-color--pink .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--pink a:hover,.theme-color--pink .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--pink a:focus,.theme-color--pink .icon-link-component:hover,.theme-color--pink .widget-icon-link:hover,.theme-color--pink .footer-contact--social-links-link:hover,.theme-color--pink .icon-link-component:focus,.theme-color--pink .widget-icon-link:focus,.theme-color--pink .footer-contact--social-links-link:focus,.home-page-overview:nth-of-type(even) .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(even) a:hover,.home-page-overview:nth-of-type(even) .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .home-page-overview:nth-of-type(even) a:focus,.home-page-overview:nth-of-type(even) .icon-link-component:hover,.home-page-overview:nth-of-type(even) .widget-icon-link:hover,.home-page-overview:nth-of-type(even) .footer-contact--social-links-link:hover,.home-page-overview:nth-of-type(even) .icon-link-component:focus,.home-page-overview:nth-of-type(even) .widget-icon-link:focus,.home-page-overview:nth-of-type(even) .footer-contact--social-links-link:focus{background-color:#771446}.theme-color--orange .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--orange a:hover,.theme-color--orange .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--orange a:focus,.theme-color--orange .icon-link-component:hover,.theme-color--orange .widget-icon-link:hover,.theme-color--orange .footer-contact--social-links-link:hover,.theme-color--orange .icon-link-component:focus,.theme-color--orange .widget-icon-link:focus,.theme-color--orange .footer-contact--social-links-link:focus{background-color:#683500}.theme-color--gold .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--gold a:hover,.theme-color--gold .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--gold a:focus,.theme-color--gold .icon-link-component:hover,.theme-color--gold .widget-icon-link:hover,.theme-color--gold .footer-contact--social-links-link:hover,.theme-color--gold .icon-link-component:focus,.theme-color--gold .widget-icon-link:focus,.theme-color--gold .footer-contact--social-links-link:focus{background-color:#b87a27}.theme-color--sand .content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--sand a:hover,.theme-color--sand .content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile--featured .content-tile-link .content-tile-tags .theme-color--sand a:focus,.theme-color--sand .icon-link-component:hover,.theme-color--sand .widget-icon-link:hover,.theme-color--sand .footer-contact--social-links-link:hover,.theme-color--sand .icon-link-component:focus,.theme-color--sand .widget-icon-link:focus,.theme-color--sand .footer-contact--social-links-link:focus{background-color:#f7f1e3}.theme-color--blue .content-tile-header svg,.content-tile-header .theme-color--blue svg,.theme-color--blue .link-with-icon svg,.link-with-icon .theme-color--blue svg,.theme-color--blue .widget-video-link svg,.widget-video-link .theme-color--blue svg,.theme-color--blue .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--blue svg,.theme-color--blue .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--blue svg,.theme-color--blue .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--blue svg,.theme-color--blue .faux_select--inner span svg,.faux_select--inner span .theme-color--blue svg,.theme-color--blue .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--blue .svg-quote,.theme-color--blue .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--blue .button-icon,.theme-color--blue .widget-downloads-item-icon,.theme-color--blue .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--blue svg,.theme-color--blue .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--blue svg,.theme-color--blue .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--blue svg,.theme-color--blue .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--blue svg,.theme-color--blue .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--blue svg,.theme-color--blue .header-alert .svg,.header-alert .theme-color--blue .svg,.home-page-overview:nth-of-type(3) .content-tile-header svg,.content-tile-header .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .content-tile-header svg,.content-tile-header .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .link-with-icon svg,.link-with-icon .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .link-with-icon svg,.link-with-icon .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .widget-video-link svg,.widget-video-link .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .widget-video-link svg,.widget-video-link .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .button-cta__theme--dark svg,.button-cta__theme--dark .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .button-cta__theme--dark svg,.button-cta__theme--dark .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .faux_select--inner span svg,.faux_select--inner span .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .faux_select--inner span svg,.faux_select--inner span .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .home-page-overview:nth-of-type(3) .svg-quote,.home-page-overview:nth-of-type(odd) .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .home-page-overview:nth-of-type(odd) .svg-quote,.home-page-overview:nth-of-type(3) .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .home-page-overview:nth-of-type(3) .button-icon,.home-page-overview:nth-of-type(odd) .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .home-page-overview:nth-of-type(odd) .button-icon,.home-page-overview:nth-of-type(3) .widget-downloads-item-icon,.home-page-overview:nth-of-type(odd) .widget-downloads-item-icon,.home-page-overview:nth-of-type(3) .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .content-page-main--header--tags span svg,.content-page-main--header--tags span .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .content-page-main--header--tags span svg,.content-page-main--header--tags span .home-page-overview:nth-of-type(odd) svg,.home-page-overview:nth-of-type(3) .header-alert .svg,.header-alert .home-page-overview:nth-of-type(3) .svg,.home-page-overview:nth-of-type(odd) .header-alert .svg,.header-alert .home-page-overview:nth-of-type(odd) .svg{fill:#00758a}.theme-color--red .content-tile-header svg,.content-tile-header .theme-color--red svg,.theme-color--red .link-with-icon svg,.link-with-icon .theme-color--red svg,.theme-color--red .widget-video-link svg,.widget-video-link .theme-color--red svg,.theme-color--red .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--red svg,.theme-color--red .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--red svg,.theme-color--red .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--red svg,.theme-color--red .faux_select--inner span svg,.faux_select--inner span .theme-color--red svg,.theme-color--red .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--red .svg-quote,.theme-color--red .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--red .button-icon,.theme-color--red .widget-downloads-item-icon,.theme-color--red .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--red svg,.theme-color--red .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--red svg,.theme-color--red .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--red svg,.theme-color--red .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--red svg,.theme-color--red .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--red svg,.theme-color--red .header-alert .svg,.header-alert .theme-color--red .svg{fill:#e8112d}.theme-color--yellow .content-tile-header svg,.content-tile-header .theme-color--yellow svg,.theme-color--yellow .link-with-icon svg,.link-with-icon .theme-color--yellow svg,.theme-color--yellow .widget-video-link svg,.widget-video-link .theme-color--yellow svg,.theme-color--yellow .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--yellow svg,.theme-color--yellow .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--yellow svg,.theme-color--yellow .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--yellow svg,.theme-color--yellow .faux_select--inner span svg,.faux_select--inner span .theme-color--yellow svg,.theme-color--yellow .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--yellow .svg-quote,.theme-color--yellow .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--yellow .button-icon,.theme-color--yellow .widget-downloads-item-icon,.theme-color--yellow .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--yellow svg,.theme-color--yellow .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--yellow svg,.theme-color--yellow .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--yellow svg,.theme-color--yellow .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--yellow svg,.theme-color--yellow .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--yellow svg,.theme-color--yellow .header-alert .svg,.header-alert .theme-color--yellow .svg{fill:#ffce00}.theme-color--green .content-tile-header svg,.content-tile-header .theme-color--green svg,.theme-color--green .link-with-icon svg,.link-with-icon .theme-color--green svg,.theme-color--green .widget-video-link svg,.widget-video-link .theme-color--green svg,.theme-color--green .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--green svg,.theme-color--green .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--green svg,.theme-color--green .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--green svg,.theme-color--green .faux_select--inner span svg,.faux_select--inner span .theme-color--green svg,.theme-color--green .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--green .svg-quote,.theme-color--green .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--green .button-icon,.theme-color--green .widget-downloads-item-icon,.theme-color--green .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--green svg,.theme-color--green .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--green svg,.theme-color--green .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--green svg,.theme-color--green .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--green svg,.theme-color--green .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--green svg,.theme-color--green .header-alert .svg,.header-alert .theme-color--green .svg,.home-page-overview:nth-of-type(1) .content-tile-header svg,.content-tile-header .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .link-with-icon svg,.link-with-icon .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .widget-video-link svg,.widget-video-link .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .button-cta__theme--dark svg,.button-cta__theme--dark .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .faux_select--inner span svg,.faux_select--inner span .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .home-page-overview:nth-of-type(1) .svg-quote,.home-page-overview:nth-of-type(1) .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .home-page-overview:nth-of-type(1) .button-icon,.home-page-overview:nth-of-type(1) .widget-downloads-item-icon,.home-page-overview:nth-of-type(1) .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .content-page-main--header--tags span svg,.content-page-main--header--tags span .home-page-overview:nth-of-type(1) svg,.home-page-overview:nth-of-type(1) .header-alert .svg,.header-alert .home-page-overview:nth-of-type(1) .svg{fill:#367113}.theme-color--pink .content-tile-header svg,.content-tile-header .theme-color--pink svg,.theme-color--pink .link-with-icon svg,.link-with-icon .theme-color--pink svg,.theme-color--pink .widget-video-link svg,.widget-video-link .theme-color--pink svg,.theme-color--pink .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--pink svg,.theme-color--pink .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--pink svg,.theme-color--pink .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--pink svg,.theme-color--pink .faux_select--inner span svg,.faux_select--inner span .theme-color--pink svg,.theme-color--pink .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--pink .svg-quote,.theme-color--pink .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--pink .button-icon,.theme-color--pink .widget-downloads-item-icon,.theme-color--pink .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--pink svg,.theme-color--pink .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--pink svg,.theme-color--pink .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--pink svg,.theme-color--pink .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--pink svg,.theme-color--pink .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--pink svg,.theme-color--pink .header-alert .svg,.header-alert .theme-color--pink .svg,.home-page-overview:nth-of-type(even) .content-tile-header svg,.content-tile-header .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .link-with-icon svg,.link-with-icon .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .widget-video-link svg,.widget-video-link .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .button-cta__theme--dark svg,.button-cta__theme--dark .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .faux_select--inner span svg,.faux_select--inner span .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .home-page-overview:nth-of-type(even) .svg-quote,.home-page-overview:nth-of-type(even) .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .home-page-overview:nth-of-type(even) .button-icon,.home-page-overview:nth-of-type(even) .widget-downloads-item-icon,.home-page-overview:nth-of-type(even) .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .content-page-main--header--tags span svg,.content-page-main--header--tags span .home-page-overview:nth-of-type(even) svg,.home-page-overview:nth-of-type(even) .header-alert .svg,.header-alert .home-page-overview:nth-of-type(even) .svg{fill:#c41c70}.theme-color--orange .content-tile-header svg,.content-tile-header .theme-color--orange svg,.theme-color--orange .link-with-icon svg,.link-with-icon .theme-color--orange svg,.theme-color--orange .widget-video-link svg,.widget-video-link .theme-color--orange svg,.theme-color--orange .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--orange svg,.theme-color--orange .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--orange svg,.theme-color--orange .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--orange svg,.theme-color--orange .faux_select--inner span svg,.faux_select--inner span .theme-color--orange svg,.theme-color--orange .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--orange .svg-quote,.theme-color--orange .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--orange .button-icon,.theme-color--orange .widget-downloads-item-icon,.theme-color--orange .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--orange svg,.theme-color--orange .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--orange svg,.theme-color--orange .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--orange svg,.theme-color--orange .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--orange svg,.theme-color--orange .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--orange svg,.theme-color--orange .header-alert .svg,.header-alert .theme-color--orange .svg{fill:#f77f00}.theme-color--gold .content-tile-header svg,.content-tile-header .theme-color--gold svg,.theme-color--gold .link-with-icon svg,.link-with-icon .theme-color--gold svg,.theme-color--gold .widget-video-link svg,.widget-video-link .theme-color--gold svg,.theme-color--gold .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--gold svg,.theme-color--gold .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--gold svg,.theme-color--gold .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--gold svg,.theme-color--gold .faux_select--inner span svg,.faux_select--inner span .theme-color--gold svg,.theme-color--gold .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--gold .svg-quote,.theme-color--gold .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--gold .button-icon,.theme-color--gold .widget-downloads-item-icon,.theme-color--gold .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--gold svg,.theme-color--gold .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--gold svg,.theme-color--gold .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--gold svg,.theme-color--gold .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--gold svg,.theme-color--gold .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--gold svg,.theme-color--gold .header-alert .svg,.header-alert .theme-color--gold .svg{fill:#b87a27}.theme-color--sand .content-tile-header svg,.content-tile-header .theme-color--sand svg,.theme-color--sand .link-with-icon svg,.link-with-icon .theme-color--sand svg,.theme-color--sand .widget-video-link svg,.widget-video-link .theme-color--sand svg,.theme-color--sand .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--sand svg,.theme-color--sand .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--sand svg,.theme-color--sand .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--sand svg,.theme-color--sand .faux_select--inner span svg,.faux_select--inner span .theme-color--sand svg,.theme-color--sand .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--sand .svg-quote,.theme-color--sand .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--sand .button-icon,.theme-color--sand .widget-downloads-item-icon,.theme-color--sand .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--sand svg,.theme-color--sand .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--sand svg,.theme-color--sand .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--sand svg,.theme-color--sand .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--sand svg,.theme-color--sand .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--sand svg,.theme-color--sand .header-alert .svg,.header-alert .theme-color--sand .svg{fill:#f7f1e3}.theme-color--xmas-2022 .content-tile-header svg,.content-tile-header .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .link-with-icon svg,.link-with-icon .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .widget-video-link svg,.widget-video-link .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .page-header__filter-panel--search-input .site-search-button svg,.page-header__filter-panel--search-input .site-search-button .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .home-page-main-section--overview--section--cta svg,.home-page-main-section--overview--section--cta .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .button-cta__theme--dark svg,.button-cta__theme--dark .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .faux_select--inner span svg,.faux_select--inner span .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .slickr-content-editable>.blockquote .svg-quote,.slickr-content-editable>.blockquote .theme-color--xmas-2022 .svg-quote,.theme-color--xmas-2022 .widget-accordion-panel--button .button-icon,.widget-accordion-panel--button .theme-color--xmas-2022 .button-icon,.theme-color--xmas-2022 .widget-downloads-item-icon,.theme-color--xmas-2022 .author-listing-tile--link--with-icon a svg,.author-listing-tile--link--with-icon a .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .support-page-donation-buttons .support-page-donation-submit:last-child svg,.support-page-donation-buttons .support-page-donation-submit:last-child .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .page-header__filter-panel--search-input .button-site-search-toggle svg,.page-header__filter-panel--search-input .button-site-search-toggle .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .page-header__filter-panel--top--btn svg,.page-header__filter-panel--top--btn .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .content-page-main--header--tags span svg,.content-page-main--header--tags span .theme-color--xmas-2022 svg,.theme-color--xmas-2022 .header-alert .svg,.header-alert .theme-color--xmas-2022 .svg{fill:#367113}.theme-color--blue .separator--shape-theme svg,.separator--shape-theme .theme-color--blue svg,.home-page-overview:nth-of-type(3) .separator--shape-theme svg,.separator--shape-theme .home-page-overview:nth-of-type(3) svg,.home-page-overview:nth-of-type(odd) .separator--shape-theme svg,.separator--shape-theme .home-page-overview:nth-of-type(odd) svg{fill:#d9eff7}.theme-color--red .separator--shape-theme svg,.separator--shape-theme .theme-color--red svg{fill:#ffdbd5}.theme-color--yellow .separator--shape-theme svg,.separator--shape-theme .theme-color--yellow svg{fill:#fff7db}.theme-color--green .separator--shape-theme svg,.separator--shape-theme .theme-color--green svg,.home-page-overview:nth-of-type(1) .separator--shape-theme svg,.separator--shape-theme .home-page-overview:nth-of-type(1) svg{fill:#e4f1d1}.theme-color--pink .separator--shape-theme svg,.separator--shape-theme .theme-color--pink svg,.home-page-overview:nth-of-type(even) .separator--shape-theme svg,.separator--shape-theme .home-page-overview:nth-of-type(even) svg{fill:#fee2ec}.theme-color--orange .separator--shape-theme svg,.separator--shape-theme .theme-color--orange svg{fill:#fff5ed}.theme-color--gold .separator--shape-theme svg,.separator--shape-theme .theme-color--gold svg{fill:#b87a27}.theme-color--sand .separator--shape-theme svg,.separator--shape-theme .theme-color--sand svg{fill:#f7f1e3}.theme-color--blue .page-header--navigation-site-link--active:not(:last-child),.theme-color--blue .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--blue a:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--blue a:not(.content-editable-button),.theme-color--blue .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--blue a:not(.content-editable-button),.theme-color--blue .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--blue a:not(.content-editable-button),.theme-color--blue .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--blue a:not(.content-editable-button),.theme-color--blue .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--blue a:not(.content-editable-button),.theme-color--blue .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--blue a:not(.content-editable-button),.theme-color--blue .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--blue a:not(.content-editable-button),.theme-color--blue .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--blue a:not(.content-editable-button),.theme-color--blue .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .table th a:not(.content-editable-button),.table th .theme-color--blue a:not(.content-editable-button),.theme-color--blue .table td a:not(.content-editable-button),.table td .theme-color--blue a:not(.content-editable-button),.theme-color--blue .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--blue a:not(.content-editable-button),.theme-color--blue .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--blue a:not(.content-editable-button),.theme-color--blue .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--blue a:not(.content-editable-button),.theme-color--blue .result-item p a:not(.content-editable-button),.result-item p .theme-color--blue a:not(.content-editable-button),.theme-color--blue .paragraph a:not(.content-editable-button),.paragraph .theme-color--blue a:not(.content-editable-button),.theme-color--blue .section-content-lane-link,.theme-color--blue .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--blue .first,.theme-color--blue .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--blue .last,.theme-color--blue .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--blue a,.theme-color--blue .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--blue a,.theme-color--blue .secondary-cta--theme,.theme-color--blue .support-carousel--tile--link,.theme-color--blue .support-home--link,.theme-color--blue .filter-clear--cta:hover,.theme-color--blue .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--blue .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--blue .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--blue [type="checkbox"]+span:not(.form-hint)::before,.theme-color--blue .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--blue [type="checkbox"]+span:not(.form-hint)::before,.theme-color--blue .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--blue .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--blue .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--blue [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--blue .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--blue [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--blue .faux_select:hover,.theme-color--blue .simple-select-wrapper:focus-within,.theme-color--blue .simple-select-wrapper:hover,.theme-color--blue .widget-accordion-panel,.theme-color--blue .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--blue .section-content-lane-link:hover,.theme-color--blue .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--blue .content-tile-link,.theme-color--blue .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--blue .input-site-search:focus,.theme-color--blue .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--blue .button-site-search-toggle:hover,.theme-color--blue .a-to-z-list a,.a-to-z-list .theme-color--blue a,.home-page-overview:nth-of-type(3) .page-header--navigation-site-link--active:not(:last-child),.home-page-overview:nth-of-type(odd) .page-header--navigation-site-link--active:not(:last-child),.home-page-overview:nth-of-type(3) .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .articles-load-more a:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .articles-load-more a:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .content-tile-header a:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .content-tile-header a:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .table th a:not(.content-editable-button),.table th .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .table th a:not(.content-editable-button),.table th .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .table td a:not(.content-editable-button),.table td .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .table td a:not(.content-editable-button),.table td .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .support-home--intro a:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .support-home--intro a:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .result-item p a:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .result-item p a:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .paragraph a:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(3) a:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .paragraph a:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(odd) a:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane-link,.home-page-overview:nth-of-type(odd) .section-content-lane-link,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .first,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .first,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .last,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .last,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(3) a,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(odd) a,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(3) a,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(odd) a,.home-page-overview:nth-of-type(3) .secondary-cta--theme,.home-page-overview:nth-of-type(odd) .secondary-cta--theme,.home-page-overview:nth-of-type(3) .support-carousel--tile--link,.home-page-overview:nth-of-type(odd) .support-carousel--tile--link,.home-page-overview:nth-of-type(3) .support-home--link,.home-page-overview:nth-of-type(odd) .support-home--link,.home-page-overview:nth-of-type(3) .filter-clear--cta:hover,.home-page-overview:nth-of-type(odd) .filter-clear--cta:hover,.home-page-overview:nth-of-type(3) .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox label .home-page-overview:nth-of-type(3) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox label .home-page-overview:nth-of-type(odd) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label .home-page-overview:nth-of-type(3) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label .home-page-overview:nth-of-type(odd) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(3) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(odd) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(3) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(odd) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper .home-page-overview:nth-of-type(3) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper .home-page-overview:nth-of-type(odd) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper .home-page-overview:nth-of-type(3) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper .home-page-overview:nth-of-type(odd) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(3) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(odd) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(3) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(odd) .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(odd) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(3) .faux_select:hover,.home-page-overview:nth-of-type(odd) .faux_select:hover,.home-page-overview:nth-of-type(3) .simple-select-wrapper:focus-within,.home-page-overview:nth-of-type(odd) .simple-select-wrapper:focus-within,.home-page-overview:nth-of-type(3) .simple-select-wrapper:hover,.home-page-overview:nth-of-type(odd) .simple-select-wrapper:hover,.home-page-overview:nth-of-type(3) .widget-accordion-panel,.home-page-overview:nth-of-type(odd) .widget-accordion-panel,.home-page-overview:nth-of-type(3) .widget-accordion-panel:first-child,.home-page-overview:nth-of-type(odd) .widget-accordion-panel:first-child,.home-page-overview:nth-of-type(3) .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .home-page-overview:nth-of-type(3) .section-content-lane-link:hover,.home-page-overview:nth-of-type(odd) .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .home-page-overview:nth-of-type(odd) .section-content-lane-link:hover,.home-page-overview:nth-of-type(3) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(3) .content-tile-link,.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(odd) .content-tile-link,.home-page-overview:nth-of-type(3) .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(3) .input-site-search:focus,.home-page-overview:nth-of-type(odd) .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(odd) .input-site-search:focus,.home-page-overview:nth-of-type(3) .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(3) .button-site-search-toggle:hover,.home-page-overview:nth-of-type(odd) .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(odd) .button-site-search-toggle:hover,.home-page-overview:nth-of-type(3) .a-to-z-list a,.a-to-z-list .home-page-overview:nth-of-type(3) a,.home-page-overview:nth-of-type(odd) .a-to-z-list a,.a-to-z-list .home-page-overview:nth-of-type(odd) a{border-top-color:#00758a;border-right-color:#00758a;border-bottom-color:#00758a;border-left-color:#00758a}.theme-color--red .page-header--navigation-site-link--active:not(:last-child),.theme-color--red .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--red a:not(.content-editable-button),.theme-color--red .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--red a:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--red a:not(.content-editable-button),.theme-color--red .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--red a:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--red a:not(.content-editable-button),.theme-color--red .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--red a:not(.content-editable-button),.theme-color--red .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--red a:not(.content-editable-button),.theme-color--red .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--red a:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--red a:not(.content-editable-button),.theme-color--red .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--red a:not(.content-editable-button),.theme-color--red .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--red a:not(.content-editable-button),.theme-color--red .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--red a:not(.content-editable-button),.theme-color--red .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--red a:not(.content-editable-button),.theme-color--red .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--red a:not(.content-editable-button),.theme-color--red .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--red a:not(.content-editable-button),.theme-color--red .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--red a:not(.content-editable-button),.theme-color--red .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--red a:not(.content-editable-button),.theme-color--red .table th a:not(.content-editable-button),.table th .theme-color--red a:not(.content-editable-button),.theme-color--red .table td a:not(.content-editable-button),.table td .theme-color--red a:not(.content-editable-button),.theme-color--red .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--red a:not(.content-editable-button),.theme-color--red .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--red a:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--red a:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--red a:not(.content-editable-button),.theme-color--red .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--red a:not(.content-editable-button),.theme-color--red .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--red a:not(.content-editable-button),.theme-color--red .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--red a:not(.content-editable-button),.theme-color--red .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--red a:not(.content-editable-button),.theme-color--red .result-item p a:not(.content-editable-button),.result-item p .theme-color--red a:not(.content-editable-button),.theme-color--red .paragraph a:not(.content-editable-button),.paragraph .theme-color--red a:not(.content-editable-button),.theme-color--red .section-content-lane-link,.theme-color--red .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--red .first,.theme-color--red .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--red .last,.theme-color--red .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--red a,.theme-color--red .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--red a,.theme-color--red .secondary-cta--theme,.theme-color--red .support-carousel--tile--link,.theme-color--red .support-home--link,.theme-color--red .filter-clear--cta:hover,.theme-color--red .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--red .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--red .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--red [type="checkbox"]+span:not(.form-hint)::before,.theme-color--red .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--red [type="checkbox"]+span:not(.form-hint)::before,.theme-color--red .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--red .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--red .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--red [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--red .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--red [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--red .faux_select:hover,.theme-color--red .simple-select-wrapper:focus-within,.theme-color--red .simple-select-wrapper:hover,.theme-color--red .widget-accordion-panel,.theme-color--red .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--red .section-content-lane-link:hover,.theme-color--red .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--red .content-tile-link,.theme-color--red .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--red .input-site-search:focus,.theme-color--red .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--red .button-site-search-toggle:hover,.theme-color--red .a-to-z-list a,.a-to-z-list .theme-color--red a{border-top-color:#e8112d;border-right-color:#e8112d;border-bottom-color:#e8112d;border-left-color:#e8112d}.theme-color--yellow .page-header--navigation-site-link--active:not(:last-child),.theme-color--yellow .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .table th a:not(.content-editable-button),.table th .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .table td a:not(.content-editable-button),.table td .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .result-item p a:not(.content-editable-button),.result-item p .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .paragraph a:not(.content-editable-button),.paragraph .theme-color--yellow a:not(.content-editable-button),.theme-color--yellow .section-content-lane-link,.theme-color--yellow .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--yellow .first,.theme-color--yellow .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--yellow .last,.theme-color--yellow .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--yellow a,.theme-color--yellow .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--yellow a,.theme-color--yellow .secondary-cta--theme,.theme-color--yellow .support-carousel--tile--link,.theme-color--yellow .support-home--link,.theme-color--yellow .filter-clear--cta:hover,.theme-color--yellow .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--yellow .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--yellow .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--yellow [type="checkbox"]+span:not(.form-hint)::before,.theme-color--yellow .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--yellow [type="checkbox"]+span:not(.form-hint)::before,.theme-color--yellow .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--yellow .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--yellow .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--yellow [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--yellow .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--yellow [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--yellow .faux_select:hover,.theme-color--yellow .simple-select-wrapper:focus-within,.theme-color--yellow .simple-select-wrapper:hover,.theme-color--yellow .widget-accordion-panel,.theme-color--yellow .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--yellow .section-content-lane-link:hover,.theme-color--yellow .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--yellow .content-tile-link,.theme-color--yellow .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--yellow .input-site-search:focus,.theme-color--yellow .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--yellow .button-site-search-toggle:hover,.theme-color--yellow .a-to-z-list a,.a-to-z-list .theme-color--yellow a{border-top-color:#ffce00;border-right-color:#ffce00;border-bottom-color:#ffce00;border-left-color:#ffce00}.theme-color--green .page-header--navigation-site-link--active:not(:last-child),.theme-color--green .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--green a:not(.content-editable-button),.theme-color--green .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--green a:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--green a:not(.content-editable-button),.theme-color--green .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--green a:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--green a:not(.content-editable-button),.theme-color--green .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--green a:not(.content-editable-button),.theme-color--green .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--green a:not(.content-editable-button),.theme-color--green .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--green a:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--green a:not(.content-editable-button),.theme-color--green .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--green a:not(.content-editable-button),.theme-color--green .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--green a:not(.content-editable-button),.theme-color--green .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--green a:not(.content-editable-button),.theme-color--green .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--green a:not(.content-editable-button),.theme-color--green .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--green a:not(.content-editable-button),.theme-color--green .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--green a:not(.content-editable-button),.theme-color--green .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--green a:not(.content-editable-button),.theme-color--green .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--green a:not(.content-editable-button),.theme-color--green .table th a:not(.content-editable-button),.table th .theme-color--green a:not(.content-editable-button),.theme-color--green .table td a:not(.content-editable-button),.table td .theme-color--green a:not(.content-editable-button),.theme-color--green .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--green a:not(.content-editable-button),.theme-color--green .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--green a:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--green a:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--green a:not(.content-editable-button),.theme-color--green .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--green a:not(.content-editable-button),.theme-color--green .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--green a:not(.content-editable-button),.theme-color--green .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--green a:not(.content-editable-button),.theme-color--green .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--green a:not(.content-editable-button),.theme-color--green .result-item p a:not(.content-editable-button),.result-item p .theme-color--green a:not(.content-editable-button),.theme-color--green .paragraph a:not(.content-editable-button),.paragraph .theme-color--green a:not(.content-editable-button),.theme-color--green .section-content-lane-link,.theme-color--green .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--green .first,.theme-color--green .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--green .last,.theme-color--green .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--green a,.theme-color--green .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--green a,.theme-color--green .secondary-cta--theme,.theme-color--green .support-carousel--tile--link,.theme-color--green .support-home--link,.theme-color--green .filter-clear--cta:hover,.theme-color--green .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--green .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--green .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--green [type="checkbox"]+span:not(.form-hint)::before,.theme-color--green .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--green [type="checkbox"]+span:not(.form-hint)::before,.theme-color--green .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--green .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--green .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--green [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--green .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--green [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--green .faux_select:hover,.theme-color--green .simple-select-wrapper:focus-within,.theme-color--green .simple-select-wrapper:hover,.theme-color--green .widget-accordion-panel,.theme-color--green .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--green .section-content-lane-link:hover,.theme-color--green .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--green .content-tile-link,.theme-color--green .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--green .input-site-search:focus,.theme-color--green .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--green .button-site-search-toggle:hover,.theme-color--green .a-to-z-list a,.a-to-z-list .theme-color--green a,.home-page-overview:nth-of-type(1) .page-header--navigation-site-link--active:not(:last-child),.home-page-overview:nth-of-type(1) .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .articles-load-more a:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .content-tile-header a:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table th a:not(.content-editable-button),.table th .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table td a:not(.content-editable-button),.table td .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-home--intro a:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .result-item p a:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .paragraph a:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(1) a:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .first,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .last,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a,.home-page-overview:nth-of-type(1) .secondary-cta--theme,.home-page-overview:nth-of-type(1) .support-carousel--tile--link,.home-page-overview:nth-of-type(1) .support-home--link,.home-page-overview:nth-of-type(1) .filter-clear--cta:hover,.home-page-overview:nth-of-type(1) .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox label .home-page-overview:nth-of-type(1) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label .home-page-overview:nth-of-type(1) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(1) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(1) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper .home-page-overview:nth-of-type(1) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper .home-page-overview:nth-of-type(1) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(1) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(1) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(1) .faux_select:hover,.home-page-overview:nth-of-type(1) .simple-select-wrapper:focus-within,.home-page-overview:nth-of-type(1) .simple-select-wrapper:hover,.home-page-overview:nth-of-type(1) .widget-accordion-panel,.home-page-overview:nth-of-type(1) .widget-accordion-panel:first-child,.home-page-overview:nth-of-type(1) .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .home-page-overview:nth-of-type(1) .section-content-lane-link:hover,.home-page-overview:nth-of-type(1) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(1) .content-tile-link,.home-page-overview:nth-of-type(1) .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(1) .input-site-search:focus,.home-page-overview:nth-of-type(1) .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(1) .button-site-search-toggle:hover,.home-page-overview:nth-of-type(1) .a-to-z-list a,.a-to-z-list .home-page-overview:nth-of-type(1) a{border-top-color:#367113;border-right-color:#367113;border-bottom-color:#367113;border-left-color:#367113}.theme-color--pink .page-header--navigation-site-link--active:not(:last-child),.theme-color--pink .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--pink a:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--pink a:not(.content-editable-button),.theme-color--pink .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--pink a:not(.content-editable-button),.theme-color--pink .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--pink a:not(.content-editable-button),.theme-color--pink .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--pink a:not(.content-editable-button),.theme-color--pink .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--pink a:not(.content-editable-button),.theme-color--pink .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--pink a:not(.content-editable-button),.theme-color--pink .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--pink a:not(.content-editable-button),.theme-color--pink .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--pink a:not(.content-editable-button),.theme-color--pink .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .table th a:not(.content-editable-button),.table th .theme-color--pink a:not(.content-editable-button),.theme-color--pink .table td a:not(.content-editable-button),.table td .theme-color--pink a:not(.content-editable-button),.theme-color--pink .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--pink a:not(.content-editable-button),.theme-color--pink .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--pink a:not(.content-editable-button),.theme-color--pink .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--pink a:not(.content-editable-button),.theme-color--pink .result-item p a:not(.content-editable-button),.result-item p .theme-color--pink a:not(.content-editable-button),.theme-color--pink .paragraph a:not(.content-editable-button),.paragraph .theme-color--pink a:not(.content-editable-button),.theme-color--pink .section-content-lane-link,.theme-color--pink .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--pink .first,.theme-color--pink .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--pink .last,.theme-color--pink .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--pink a,.theme-color--pink .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--pink a,.theme-color--pink .secondary-cta--theme,.theme-color--pink .support-carousel--tile--link,.theme-color--pink .support-home--link,.theme-color--pink .filter-clear--cta:hover,.theme-color--pink .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--pink .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--pink .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--pink [type="checkbox"]+span:not(.form-hint)::before,.theme-color--pink .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--pink [type="checkbox"]+span:not(.form-hint)::before,.theme-color--pink .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--pink .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--pink .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--pink [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--pink .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--pink [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--pink .faux_select:hover,.theme-color--pink .simple-select-wrapper:focus-within,.theme-color--pink .simple-select-wrapper:hover,.theme-color--pink .widget-accordion-panel,.theme-color--pink .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--pink .section-content-lane-link:hover,.theme-color--pink .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--pink .content-tile-link,.theme-color--pink .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--pink .input-site-search:focus,.theme-color--pink .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--pink .button-site-search-toggle:hover,.theme-color--pink .a-to-z-list a,.a-to-z-list .theme-color--pink a,.home-page-overview:nth-of-type(even) .page-header--navigation-site-link--active:not(:last-child),.home-page-overview:nth-of-type(even) .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a a:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .articles-load-more a:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .content-tile-header a:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table th a:not(.content-editable-button),.table th .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table td a:not(.content-editable-button),.table td .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-home--intro a:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .result-item p a:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .paragraph a:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(even) a:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .first,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .last,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a,.home-page-overview:nth-of-type(even) .secondary-cta--theme,.home-page-overview:nth-of-type(even) .support-carousel--tile--link,.home-page-overview:nth-of-type(even) .support-home--link,.home-page-overview:nth-of-type(even) .filter-clear--cta:hover,.home-page-overview:nth-of-type(even) .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox label .home-page-overview:nth-of-type(even) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label .home-page-overview:nth-of-type(even) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(even) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(even) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper .home-page-overview:nth-of-type(even) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper .home-page-overview:nth-of-type(even) [type="checkbox"]+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .home-page-overview:nth-of-type(even) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .home-page-overview:nth-of-type(even) [type="checkbox"]+label+span:not(.form-hint)::before,.home-page-overview:nth-of-type(even) .faux_select:hover,.home-page-overview:nth-of-type(even) .simple-select-wrapper:focus-within,.home-page-overview:nth-of-type(even) .simple-select-wrapper:hover,.home-page-overview:nth-of-type(even) .widget-accordion-panel,.home-page-overview:nth-of-type(even) .widget-accordion-panel:first-child,.home-page-overview:nth-of-type(even) .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .home-page-overview:nth-of-type(even) .section-content-lane-link:hover,.home-page-overview:nth-of-type(even) .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .home-page-overview:nth-of-type(even) .content-tile-link,.home-page-overview:nth-of-type(even) .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(even) .input-site-search:focus,.home-page-overview:nth-of-type(even) .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .home-page-overview:nth-of-type(even) .button-site-search-toggle:hover,.home-page-overview:nth-of-type(even) .a-to-z-list a,.a-to-z-list .home-page-overview:nth-of-type(even) a{border-top-color:#c41c70;border-right-color:#c41c70;border-bottom-color:#c41c70;border-left-color:#c41c70}.theme-color--orange .page-header--navigation-site-link--active:not(:last-child),.theme-color--orange .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--orange a:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--orange a:not(.content-editable-button),.theme-color--orange .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--orange a:not(.content-editable-button),.theme-color--orange .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--orange a:not(.content-editable-button),.theme-color--orange .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--orange a:not(.content-editable-button),.theme-color--orange .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--orange a:not(.content-editable-button),.theme-color--orange .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--orange a:not(.content-editable-button),.theme-color--orange .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--orange a:not(.content-editable-button),.theme-color--orange .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--orange a:not(.content-editable-button),.theme-color--orange .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .table th a:not(.content-editable-button),.table th .theme-color--orange a:not(.content-editable-button),.theme-color--orange .table td a:not(.content-editable-button),.table td .theme-color--orange a:not(.content-editable-button),.theme-color--orange .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--orange a:not(.content-editable-button),.theme-color--orange .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--orange a:not(.content-editable-button),.theme-color--orange .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--orange a:not(.content-editable-button),.theme-color--orange .result-item p a:not(.content-editable-button),.result-item p .theme-color--orange a:not(.content-editable-button),.theme-color--orange .paragraph a:not(.content-editable-button),.paragraph .theme-color--orange a:not(.content-editable-button),.theme-color--orange .section-content-lane-link,.theme-color--orange .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--orange .first,.theme-color--orange .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--orange .last,.theme-color--orange .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--orange a,.theme-color--orange .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--orange a,.theme-color--orange .secondary-cta--theme,.theme-color--orange .support-carousel--tile--link,.theme-color--orange .support-home--link,.theme-color--orange .filter-clear--cta:hover,.theme-color--orange .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--orange .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--orange .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--orange [type="checkbox"]+span:not(.form-hint)::before,.theme-color--orange .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--orange [type="checkbox"]+span:not(.form-hint)::before,.theme-color--orange .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--orange .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--orange .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--orange [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--orange .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--orange [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--orange .faux_select:hover,.theme-color--orange .simple-select-wrapper:focus-within,.theme-color--orange .simple-select-wrapper:hover,.theme-color--orange .widget-accordion-panel,.theme-color--orange .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--orange .section-content-lane-link:hover,.theme-color--orange .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--orange .content-tile-link,.theme-color--orange .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--orange .input-site-search:focus,.theme-color--orange .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--orange .button-site-search-toggle:hover,.theme-color--orange .a-to-z-list a,.a-to-z-list .theme-color--orange a{border-top-color:#f77f00;border-right-color:#f77f00;border-bottom-color:#f77f00;border-left-color:#f77f00}.theme-color--gold .page-header--navigation-site-link--active:not(:last-child),.theme-color--gold .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--gold a:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--gold a:not(.content-editable-button),.theme-color--gold .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--gold a:not(.content-editable-button),.theme-color--gold .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--gold a:not(.content-editable-button),.theme-color--gold .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--gold a:not(.content-editable-button),.theme-color--gold .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--gold a:not(.content-editable-button),.theme-color--gold .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--gold a:not(.content-editable-button),.theme-color--gold .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--gold a:not(.content-editable-button),.theme-color--gold .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--gold a:not(.content-editable-button),.theme-color--gold .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .table th a:not(.content-editable-button),.table th .theme-color--gold a:not(.content-editable-button),.theme-color--gold .table td a:not(.content-editable-button),.table td .theme-color--gold a:not(.content-editable-button),.theme-color--gold .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--gold a:not(.content-editable-button),.theme-color--gold .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--gold a:not(.content-editable-button),.theme-color--gold .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--gold a:not(.content-editable-button),.theme-color--gold .result-item p a:not(.content-editable-button),.result-item p .theme-color--gold a:not(.content-editable-button),.theme-color--gold .paragraph a:not(.content-editable-button),.paragraph .theme-color--gold a:not(.content-editable-button),.theme-color--gold .section-content-lane-link,.theme-color--gold .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--gold .first,.theme-color--gold .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--gold .last,.theme-color--gold .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--gold a,.theme-color--gold .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--gold a,.theme-color--gold .secondary-cta--theme,.theme-color--gold .support-carousel--tile--link,.theme-color--gold .support-home--link,.theme-color--gold .filter-clear--cta:hover,.theme-color--gold .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--gold .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--gold .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--gold [type="checkbox"]+span:not(.form-hint)::before,.theme-color--gold .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--gold [type="checkbox"]+span:not(.form-hint)::before,.theme-color--gold .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--gold .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--gold .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--gold [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--gold .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--gold [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--gold .faux_select:hover,.theme-color--gold .simple-select-wrapper:focus-within,.theme-color--gold .simple-select-wrapper:hover,.theme-color--gold .widget-accordion-panel,.theme-color--gold .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--gold .section-content-lane-link:hover,.theme-color--gold .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--gold .content-tile-link,.theme-color--gold .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--gold .input-site-search:focus,.theme-color--gold .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--gold .button-site-search-toggle:hover,.theme-color--gold .a-to-z-list a,.a-to-z-list .theme-color--gold a{border-top-color:#b87a27;border-right-color:#b87a27;border-bottom-color:#b87a27;border-left-color:#b87a27}.theme-color--sand .page-header--navigation-site-link--active:not(:last-child),.theme-color--sand .slickr--content-editable p a:not(.content-editable-button),.slickr--content-editable p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ul a:not(.content-editable-button),.slickr-content-editable>ul .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ul a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ul a:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--sand a:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ol a:not(.content-editable-button),.slickr-content-editable>ol .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ol a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ol a:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--sand a:not(.content-editable-button),.theme-color--sand .section-content-lane-link a:not(.content-editable-button),.section-content-lane-link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .first a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .last a:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--sand a:not(.content-editable-button),.theme-color--sand .secondary-cta--theme a:not(.content-editable-button),.secondary-cta--theme .theme-color--sand a:not(.content-editable-button),.theme-color--sand .recent-updates--header--link a:not(.content-editable-button),.recent-updates--header--link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation span.gap a:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--sand a:not(.content-editable-button),.theme-color--sand .articles-load-more a:not(.content-editable-button),.articles-load-more .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws--2021 .link a:not(.content-editable-button),.bws--2021 .link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws--2022 .link a:not(.content-editable-button),.bws--2022 .link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws-event--contact-details-link a:not(.content-editable-button),.bws-event--contact-details-link .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-read-more-alt a:not(.content-editable-button),.widget-read-more-alt .theme-color--sand a:not(.content-editable-button),.theme-color--sand .navigation-support--link--text a:not(.content-editable-button),.navigation-support--link--text .theme-color--sand a:not(.content-editable-button),.theme-color--sand .content-tile-header a:not(.content-editable-button),.content-tile-header .theme-color--sand a:not(.content-editable-button),.theme-color--sand .recent-update-block--text a:not(.content-editable-button),.recent-update-block--text .theme-color--sand a:not(.content-editable-button),.theme-color--sand .slickr-content-editable>p a:not(.content-editable-button),.slickr-content-editable>p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .table th a:not(.content-editable-button),.table th .theme-color--sand a:not(.content-editable-button),.theme-color--sand .table td a:not(.content-editable-button),.table td .theme-color--sand a:not(.content-editable-button),.theme-color--sand .home-page-main-section--site-search--input a:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--sand a:not(.content-editable-button),.theme-color--sand .simple-form-errors:not(:empty) a:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body p a:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description p a:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .section-content-lane--breakout--intro a:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .support-carousel--intro a:not(.content-editable-button),.support-carousel--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .support-home--intro a:not(.content-editable-button),.support-home--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .announcement_banner-container p a:not(.content-editable-button),.announcement_banner-container p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws_hero-intro a:not(.content-editable-button),.bws_hero-intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .home-page-main-section--header--intro a:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .home-page-main-section--overview--section--intro a:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--sand a:not(.content-editable-button),.theme-color--sand .bws-event--venue-information-text a:not(.content-editable-button),.bws-event--venue-information-text .theme-color--sand a:not(.content-editable-button),.theme-color--sand .result-item p a:not(.content-editable-button),.result-item p .theme-color--sand a:not(.content-editable-button),.theme-color--sand .paragraph a:not(.content-editable-button),.paragraph .theme-color--sand a:not(.content-editable-button),.theme-color--sand .section-content-lane-link,.theme-color--sand .landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .theme-color--sand .first,.theme-color--sand .landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation .pagination .theme-color--sand .last,.theme-color--sand .landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.page .theme-color--sand a,.theme-color--sand .landing-page-pagination--navigation span.current a,.landing-page-pagination--navigation span.current .theme-color--sand a,.theme-color--sand .secondary-cta--theme,.theme-color--sand .support-carousel--tile--link,.theme-color--sand .support-home--link,.theme-color--sand .filter-clear--cta:hover,.theme-color--sand .simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--sand .simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.theme-color--sand .simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .theme-color--sand [type="checkbox"]+span:not(.form-hint)::before,.theme-color--sand .simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--sand [type="checkbox"]+span:not(.form-hint)::before,.theme-color--sand .simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--sand .simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.theme-color--sand .simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .theme-color--sand [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--sand .simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .theme-color--sand [type="checkbox"]+label+span:not(.form-hint)::before,.theme-color--sand .faux_select:hover,.theme-color--sand .simple-select-wrapper:focus-within,.theme-color--sand .simple-select-wrapper:hover,.theme-color--sand .widget-accordion-panel,.theme-color--sand .section-content-lane--featured .section-content-lane-header .section-content-lane-link:hover,.section-content-lane--featured .section-content-lane-header .theme-color--sand .section-content-lane-link:hover,.theme-color--sand .section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link,.section-content-lane--breakout--landing:nth-of-type(even) .theme-color--sand .content-tile-link,.theme-color--sand .page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .theme-color--sand .input-site-search:focus,.theme-color--sand .page-header__filter-panel--search-input .button-site-search-toggle:hover,.page-header__filter-panel--search-input .theme-color--sand .button-site-search-toggle:hover,.theme-color--sand .a-to-z-list a,.a-to-z-list .theme-color--sand a{border-top-color:#f7f1e3;border-right-color:#f7f1e3;border-bottom-color:#f7f1e3;border-left-color:#f7f1e3}.theme-color--blue .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .table th a:hover:not(.content-editable-button),.table th .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .table td a:hover:not(.content-editable-button),.table td .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--blue a:hover:not(.content-editable-button),.theme-color--blue .section-content-lane-link:hover,.theme-color--blue .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--blue .first:hover,.theme-color--blue .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--blue .last:hover,.theme-color--blue .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--blue a:hover,.theme-color--blue .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--blue a:hover,.theme-color--blue .secondary-cta--theme:hover,.home-page-overview:nth-of-type(3) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(3) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(odd) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(odd) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(3) .section-content-lane-link:hover,.home-page-overview:nth-of-type(odd) .section-content-lane-link:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .first:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .first:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(3) .last:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(odd) .last:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(3) a:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(odd) a:hover,.home-page-overview:nth-of-type(3) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(3) a:hover,.home-page-overview:nth-of-type(odd) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(odd) a:hover,.home-page-overview:nth-of-type(3) .secondary-cta--theme:hover,.home-page-overview:nth-of-type(odd) .secondary-cta--theme:hover{border-color:#005261}.theme-color--red .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .table th a:hover:not(.content-editable-button),.table th .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .table td a:hover:not(.content-editable-button),.table td .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--red a:hover:not(.content-editable-button),.theme-color--red .section-content-lane-link:hover,.theme-color--red .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--red .first:hover,.theme-color--red .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--red .last:hover,.theme-color--red .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--red a:hover,.theme-color--red .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--red a:hover,.theme-color--red .secondary-cta--theme:hover{border-color:#a90d21}.theme-color--yellow .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .table th a:hover:not(.content-editable-button),.table th .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .table td a:hover:not(.content-editable-button),.table td .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--yellow a:hover:not(.content-editable-button),.theme-color--yellow .section-content-lane-link:hover,.theme-color--yellow .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--yellow .first:hover,.theme-color--yellow .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--yellow .last:hover,.theme-color--yellow .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--yellow a:hover,.theme-color--yellow .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--yellow a:hover,.theme-color--yellow .secondary-cta--theme:hover{border-color:#ba9600}.theme-color--green .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .table th a:hover:not(.content-editable-button),.table th .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .table td a:hover:not(.content-editable-button),.table td .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--green a:hover:not(.content-editable-button),.theme-color--green .section-content-lane-link:hover,.theme-color--green .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--green .first:hover,.theme-color--green .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--green .last:hover,.theme-color--green .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--green a:hover,.theme-color--green .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--green a:hover,.theme-color--green .secondary-cta--theme:hover,.home-page-overview:nth-of-type(1) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(1) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(1) .section-content-lane-link:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .first:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(1) .last:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(1) a:hover,.home-page-overview:nth-of-type(1) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(1) a:hover,.home-page-overview:nth-of-type(1) .secondary-cta--theme:hover{border-color:#26510B}.theme-color--pink .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .table th a:hover:not(.content-editable-button),.table th .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .table td a:hover:not(.content-editable-button),.table td .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--pink a:hover:not(.content-editable-button),.theme-color--pink .section-content-lane-link:hover,.theme-color--pink .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--pink .first:hover,.theme-color--pink .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--pink .last:hover,.theme-color--pink .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--pink a:hover,.theme-color--pink .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--pink a:hover,.theme-color--pink .secondary-cta--theme:hover,.home-page-overview:nth-of-type(even) .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.page a .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table th a:hover:not(.content-editable-button),.table th .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .table td a:hover:not(.content-editable-button),.table td .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .result-item p a:hover:not(.content-editable-button),.result-item p .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .paragraph a:hover:not(.content-editable-button),.paragraph .home-page-overview:nth-of-type(even) a:hover:not(.content-editable-button),.home-page-overview:nth-of-type(even) .section-content-lane-link:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .first:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .home-page-overview:nth-of-type(even) .last:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .home-page-overview:nth-of-type(even) a:hover,.home-page-overview:nth-of-type(even) .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .home-page-overview:nth-of-type(even) a:hover,.home-page-overview:nth-of-type(even) .secondary-cta--theme:hover{border-color:#a31b5f}.theme-color--orange .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .table th a:hover:not(.content-editable-button),.table th .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .table td a:hover:not(.content-editable-button),.table td .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--orange a:hover:not(.content-editable-button),.theme-color--orange .section-content-lane-link:hover,.theme-color--orange .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--orange .first:hover,.theme-color--orange .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--orange .last:hover,.theme-color--orange .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--orange a:hover,.theme-color--orange .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--orange a:hover,.theme-color--orange .secondary-cta--theme:hover{border-color:#b45d00}.theme-color--gold .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .table th a:hover:not(.content-editable-button),.table th .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .table td a:hover:not(.content-editable-button),.table td .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--gold a:hover:not(.content-editable-button),.theme-color--gold .section-content-lane-link:hover,.theme-color--gold .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--gold .first:hover,.theme-color--gold .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--gold .last:hover,.theme-color--gold .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--gold a:hover,.theme-color--gold .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--gold a:hover,.theme-color--gold .secondary-cta--theme:hover{border-color:#b87a27}.theme-color--sand .slickr--content-editable p a:hover:not(.content-editable-button),.slickr--content-editable p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ul a:hover:not(.content-editable-button),.slickr-content-editable>ul .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ul a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ul a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ul .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .slickr-content-editable>ol a:hover:not(.content-editable-button),.slickr-content-editable>ol .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body ol a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description ol a:hover:not(.content-editable-button),.widget--video__bottom .widget-description ol .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .section-content-lane-link a:hover:not(.content-editable-button),.section-content-lane-link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .first a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation .pagination .last a:hover:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .secondary-cta--theme a:hover:not(.content-editable-button),.secondary-cta--theme .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .recent-updates--header--link a:hover:not(.content-editable-button),.recent-updates--header--link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .landing-page-pagination--navigation span.gap a:hover:not(.content-editable-button),.landing-page-pagination--navigation span.gap .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .articles-load-more a:hover:not(.content-editable-button),.articles-load-more .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws--2021 .link a:hover:not(.content-editable-button),.bws--2021 .link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws--2022 .link a:hover:not(.content-editable-button),.bws--2022 .link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws-event--contact-details-link a:hover:not(.content-editable-button),.bws-event--contact-details-link .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-read-more-alt a:hover:not(.content-editable-button),.widget-read-more-alt .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .navigation-support--link--text a:hover:not(.content-editable-button),.navigation-support--link--text .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .content-tile-header a:hover:not(.content-editable-button),.content-tile-header .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .recent-update-block--text a:hover:not(.content-editable-button),.recent-update-block--text .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .slickr-content-editable>p a:hover:not(.content-editable-button),.slickr-content-editable>p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .table th a:hover:not(.content-editable-button),.table th .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .table td a:hover:not(.content-editable-button),.table td .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .home-page-main-section--site-search--input a:hover:not(.content-editable-button),.home-page-main-section--site-search--input .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .simple-form-errors:not(:empty) a:hover:not(.content-editable-button),.simple-form-errors:not(:empty) .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget-accordion .accordion-open .widget-accordion-panel--body p a:hover:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .widget--video__bottom .widget-description p a:hover:not(.content-editable-button),.widget--video__bottom .widget-description p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .section-content-lane--breakout--intro a:hover:not(.content-editable-button),.section-content-lane--breakout--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .support-carousel--intro a:hover:not(.content-editable-button),.support-carousel--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .support-home--intro a:hover:not(.content-editable-button),.support-home--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .announcement_banner-container p a:hover:not(.content-editable-button),.announcement_banner-container p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws_hero-intro a:hover:not(.content-editable-button),.bws_hero-intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .home-page-main-section--header--intro a:hover:not(.content-editable-button),.home-page-main-section--header--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .home-page-main-section--overview--section--intro a:hover:not(.content-editable-button),.home-page-main-section--overview--section--intro .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .bws-event--venue-information-text a:hover:not(.content-editable-button),.bws-event--venue-information-text .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .result-item p a:hover:not(.content-editable-button),.result-item p .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .paragraph a:hover:not(.content-editable-button),.paragraph .theme-color--sand a:hover:not(.content-editable-button),.theme-color--sand .section-content-lane-link:hover,.theme-color--sand .landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .theme-color--sand .first:hover,.theme-color--sand .landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation .pagination .theme-color--sand .last:hover,.theme-color--sand .landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.page .theme-color--sand a:hover,.theme-color--sand .landing-page-pagination--navigation span.current a:hover,.landing-page-pagination--navigation span.current .theme-color--sand a:hover,.theme-color--sand .secondary-cta--theme:hover{border-color:#f7f1e3}.theme-color--blue .slickr-content-editable>ul li::before,.slickr-content-editable>ul .theme-color--blue li::before,.theme-color--blue .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--blue li::before,.theme-color--blue .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .theme-color--blue li::before,.theme-color--blue .simple_form .form-description li::before,.simple_form .form-description .theme-color--blue li::before,.theme-color--blue .simple_form .form-policy li::before,.simple_form .form-policy .theme-color--blue li::before,.theme-color--blue .simple_form .form-list li::before,.simple_form .form-list .theme-color--blue li::before,.home-page-overview:nth-of-type(3) .slickr-content-editable>ul li::before,.slickr-content-editable>ul .home-page-overview:nth-of-type(3) li::before,.home-page-overview:nth-of-type(odd) .slickr-content-editable>ul li::before,.slickr-content-editable>ul .home-page-overview:nth-of-type(odd) li::before,.home-page-overview:nth-of-type(3) .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(3) li::before,.home-page-overview:nth-of-type(odd) .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(odd) li::before,.home-page-overview:nth-of-type(3) .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(3) li::before,.home-page-overview:nth-of-type(odd) .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(odd) li::before,.home-page-overview:nth-of-type(3) .simple_form .form-description li::before,.simple_form .form-description .home-page-overview:nth-of-type(3) li::before,.home-page-overview:nth-of-type(odd) .simple_form .form-description li::before,.simple_form .form-description .home-page-overview:nth-of-type(odd) li::before,.home-page-overview:nth-of-type(3) .simple_form .form-policy li::before,.simple_form .form-policy .home-page-overview:nth-of-type(3) li::before,.home-page-overview:nth-of-type(odd) .simple_form .form-policy li::before,.simple_form .form-policy .home-page-overview:nth-of-type(odd) li::before,.home-page-overview:nth-of-type(3) .simple_form .form-list li::before,.simple_form .form-list .home-page-overview:nth-of-type(3) li::before,.home-page-overview:nth-of-type(odd) .simple_form .form-list li::before,.simple_form .form-list .home-page-overview:nth-of-type(odd) li::before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_blue-a2d5ba9e38adfebeb988b328ba0b781a07b97632958f108bcb6a9483d0217ad5.svg)}.theme-color--red .slickr-content-editable>ul li::before,.slickr-content-editable>ul .theme-color--red li::before,.theme-color--red .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--red li::before,.theme-color--red .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .theme-color--red li::before,.theme-color--red .simple_form .form-description li::before,.simple_form .form-description .theme-color--red li::before,.theme-color--red .simple_form .form-policy li::before,.simple_form .form-policy .theme-color--red li::before,.theme-color--red .simple_form .form-list li::before,.simple_form .form-list .theme-color--red li::before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_red-93066bd7fe9bb816c77148649d7da1c306e56866f9cb4c7d0c50008eb9c6d270.svg)}.theme-color--yellow .slickr-content-editable>ul li::before,.slickr-content-editable>ul .theme-color--yellow li::before,.theme-color--yellow .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--yellow li::before,.theme-color--yellow .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .theme-color--yellow li::before,.theme-color--yellow .simple_form .form-description li::before,.simple_form .form-description .theme-color--yellow li::before,.theme-color--yellow .simple_form .form-policy li::before,.simple_form .form-policy .theme-color--yellow li::before,.theme-color--yellow .simple_form .form-list li::before,.simple_form .form-list .theme-color--yellow li::before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_yellow-8b886fa629db6a8514f98cfe435190c7de9c73512f33749a02689c92b844b2fc.svg)}.theme-color--green .slickr-content-editable>ul li::before,.slickr-content-editable>ul .theme-color--green li::before,.theme-color--green .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--green li::before,.theme-color--green .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .theme-color--green li::before,.theme-color--green .simple_form .form-description li::before,.simple_form .form-description .theme-color--green li::before,.theme-color--green .simple_form .form-policy li::before,.simple_form .form-policy .theme-color--green li::before,.theme-color--green .simple_form .form-list li::before,.simple_form .form-list .theme-color--green li::before,.home-page-overview:nth-of-type(1) .slickr-content-editable>ul li::before,.slickr-content-editable>ul .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .simple_form .form-description li::before,.simple_form .form-description .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .simple_form .form-policy li::before,.simple_form .form-policy .home-page-overview:nth-of-type(1) li::before,.home-page-overview:nth-of-type(1) .simple_form .form-list li::before,.simple_form .form-list .home-page-overview:nth-of-type(1) li::before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_green-df587f5cc3d7496a32555a617d415bc757c2d65c42bbd617f6127a1dac983db1.svg)}.theme-color--pink .slickr-content-editable>ul li::before,.slickr-content-editable>ul .theme-color--pink li::before,.theme-color--pink .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--pink li::before,.theme-color--pink .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .theme-color--pink li::before,.theme-color--pink .simple_form .form-description li::before,.simple_form .form-description .theme-color--pink li::before,.theme-color--pink .simple_form .form-policy li::before,.simple_form .form-policy .theme-color--pink li::before,.theme-color--pink .simple_form .form-list li::before,.simple_form .form-list .theme-color--pink li::before,.home-page-overview:nth-of-type(even) .slickr-content-editable>ul li::before,.slickr-content-editable>ul .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .simple_form .form-description li::before,.simple_form .form-description .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .simple_form .form-policy li::before,.simple_form .form-policy .home-page-overview:nth-of-type(even) li::before,.home-page-overview:nth-of-type(even) .simple_form .form-list li::before,.simple_form .form-list .home-page-overview:nth-of-type(even) li::before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_pink-d853f51cb557f23c29510761b16c30c3f28dd598d8377579f0f95b49428dfa24.svg)}.theme-color--orange .slickr-content-editable>ul li::before,.slickr-content-editable>ul .theme-color--orange li::before,.theme-color--orange .widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul .theme-color--orange li::before,.theme-color--orange .widget--video__bottom .widget-description ul li::before,.widget--video__bottom .widget-description ul .theme-color--orange li::before,.theme-color--orange .simple_form .form-description li::before,.simple_form .form-description .theme-color--orange li::before,.theme-color--orange .simple_form .form-policy li::before,.simple_form .form-policy .theme-color--orange li::before,.theme-color--orange .simple_form .form-list li::before,.simple_form .form-list .theme-color--orange li::before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_orange-6470b39b91ed25ceaf1e29e9fc66426b140dfa98b7a4b26bd7ec12ac5993b105.svg)}@media (min-width: 26.25em){.support-page-testimonials .recent-update-block,.navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 calc(100%/2);flex:0 1 calc(100%/2)}}@media (min-width: 50em){.support-page-testimonials .recent-update-block,.navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 calc(100%/3);flex:0 1 calc(100%/3)}}@media (min-width: 64em){.support-page-testimonials .recent-update-block,.navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 calc(100%/4);flex:0 1 calc(100%/4)}}@media (min-width: 26.25em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(1),.navigation-support--link:first-child:nth-last-child(1){-webkit-box-flex:0;-ms-flex:0 1 47%;flex:0 1 47%}}@media (min-width: 50em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(1),.navigation-support--link:first-child:nth-last-child(1){-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}@media (min-width: 64em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(1),.navigation-support--link:first-child:nth-last-child(1){-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}}@media (min-width: 26.25em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(3),.navigation-support--link:first-child:nth-last-child(3),.support-page-testimonials .recent-update-block:first-child:nth-last-child(3) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(3) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(3) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(3) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 47%;flex:0 1 47%}}@media (min-width: 50em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(3),.navigation-support--link:first-child:nth-last-child(3),.support-page-testimonials .recent-update-block:first-child:nth-last-child(3) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(3) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(3) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(3) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}@media (min-width: 64em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(3),.navigation-support--link:first-child:nth-last-child(3),.support-page-testimonials .recent-update-block:first-child:nth-last-child(3) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(3) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(3) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(3) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}@media (min-width: 26.25em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(2),.navigation-support--link:first-child:nth-last-child(2),.support-page-testimonials .recent-update-block:first-child:nth-last-child(2) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(2) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(2) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(2) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 47%;flex:0 1 47%}}@media (min-width: 50em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(2),.navigation-support--link:first-child:nth-last-child(2),.support-page-testimonials .recent-update-block:first-child:nth-last-child(2) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(2) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(2) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(2) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}@media (min-width: 64em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(2),.navigation-support--link:first-child:nth-last-child(2),.support-page-testimonials .recent-update-block:first-child:nth-last-child(2) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(2) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(2) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(2) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}}@media (min-width: 26.25em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(4),.navigation-support--link:first-child:nth-last-child(4),.support-page-testimonials .recent-update-block:first-child:nth-last-child(4) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(4) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(4) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(4) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 47%;flex:0 1 47%}}@media (min-width: 50em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(4),.navigation-support--link:first-child:nth-last-child(4),.support-page-testimonials .recent-update-block:first-child:nth-last-child(4) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(4) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(4) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(4) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}@media (min-width: 64em){.support-page-testimonials .recent-update-block:first-child:nth-last-child(4),.navigation-support--link:first-child:nth-last-child(4),.support-page-testimonials .recent-update-block:first-child:nth-last-child(4) ~ .recent-update-block,.support-page-testimonials .navigation-support--link:first-child:nth-last-child(4) ~ .recent-update-block,.support-page-testimonials .recent-update-block:first-child:nth-last-child(4) ~ .navigation-support--link,.navigation-support--link:first-child:nth-last-child(4) ~ .navigation-support--link{-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}}.bws-event-section{padding-top:1em;padding-bottom:1em}@media (min-width: 50em){.bws-event-section{padding-top:4em;padding-bottom:4em}}@media (min-width: 76.5625em){.bws-event-section{padding-top:6em;padding-bottom:6em}}.events-container--top-bar,.bws-event--info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.layout-content-page-main,.layout-training-page-main,.layout-grid-section-featured,.page-header--navigation-site,.page-header__filter-panel--inner,.bws_hero-wrapper,.bws-event-content,.layout-landing-page-main,.support-page-main-section,.support-page-wrapper,.layout-support-page-donation-address,.support-page-video-section,.layout-home-page-main,.layout-home-page-main--no-vertical,.layout-home-page-overview,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner,.wrapper{padding-left:1em;padding-right:1em;margin-right:auto;margin-left:auto;max-width:87.5em}@media (min-width: 50em){.layout-content-page-main,.layout-training-page-main,.layout-grid-section-featured,.page-header--navigation-site,.page-header__filter-panel--inner,.bws_hero-wrapper,.bws-event-content,.layout-landing-page-main,.support-page-main-section,.support-page-wrapper,.layout-support-page-donation-address,.support-page-video-section,.layout-home-page-main,.layout-home-page-main--no-vertical,.layout-home-page-overview,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner,.wrapper{padding-left:2em;padding-right:2em}}@media (min-width: 76.5625em){.layout-content-page-main,.layout-training-page-main,.layout-grid-section-featured,.page-header--navigation-site,.page-header__filter-panel--inner,.bws_hero-wrapper,.bws-event-content,.layout-landing-page-main,.support-page-main-section,.support-page-wrapper,.layout-support-page-donation-address,.support-page-video-section,.layout-home-page-main,.layout-home-page-main--no-vertical,.layout-home-page-overview,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner,.wrapper{padding-left:4em;padding-right:4em}}@media (min-width: 40em){.layout-content-page-main,.layout-training-page-main{padding-left:0}}@media (min-width: 50em){.layout-content-page-main,.layout-training-page-main{padding-left:2em}}@media (min-width: 76.5625em){.layout-content-page-main,.layout-training-page-main{padding-left:4em}}.bws-event-content--wrapper .wrapper--inner{padding-left:1em;padding-right:1em;margin:0 auto;max-width:87.5em}@media (min-width: 50em){.bws-event-content--wrapper .wrapper--inner{padding-left:4em;padding-right:4em}}@media (min-width: 76.5625em){.bws-event-content--wrapper .wrapper--inner{padding-left:8em;padding-right:8em}}.wrapper-split{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}@media (min-width: 76.5625em){.wrapper-split{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.wrapper-split__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wrapper-split__body{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wrapper-split__title,.wrapper-split__body{width:100%}@media (min-width: 76.5625em){.wrapper-split__title,.wrapper-split__body{width:calc(50% - 4rem)}}.wrapper-split__media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (min-width: 76.5625em){.wrapper-split__media{position:absolute;left:50%;top:0;bottom:0;right:0}}.wrapper-split__media-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.slickr-content-editable>iframe,.widget-accordion-panel,.section-content-lane,.support-page-donation-values,.support-page-donation-buttons,.support-page-donation-info,.support-home--blockquote,.header-logo-image,.support-page-section-breakout,.vertical-padding--short{padding-top:1em;padding-bottom:1em}@media (min-width: 50em){.slickr-content-editable>iframe,.widget-accordion-panel,.section-content-lane,.support-page-donation-values,.support-page-donation-buttons,.support-page-donation-info,.support-home--blockquote,.header-logo-image,.support-page-section-breakout,.vertical-padding--short{padding-top:2em;padding-bottom:2em}}.widget-container--inner,.simple_form:not(.donate-form),.quiz-component,.section-content-lane--featured,.layout-grid-section-featured,.support-carousel--tile--top,.layout-landing-page-main,.layout-landing-page-main--header,.home-page-overview,.layout-home-page-recent-updates,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner,.home-page-main-section--overview--content,.search_output--header.visible,.vertical-padding{padding-top:2em;padding-bottom:2em}@media (min-width: 50em){.widget-container--inner,.simple_form:not(.donate-form),.quiz-component,.section-content-lane--featured,.layout-grid-section-featured,.support-carousel--tile--top,.layout-landing-page-main,.layout-landing-page-main--header,.home-page-overview,.layout-home-page-recent-updates,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner,.home-page-main-section--overview--content,.search_output--header.visible,.vertical-padding{padding-top:3em;padding-bottom:3em}}@media (min-width: 76.5625em){.widget-container--inner,.simple_form:not(.donate-form),.quiz-component,.section-content-lane--featured,.layout-grid-section-featured,.support-carousel--tile--top,.layout-landing-page-main,.layout-landing-page-main--header,.home-page-overview,.layout-home-page-recent-updates,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner,.home-page-main-section--overview--content,.search_output--header.visible,.vertical-padding{padding-top:4em;padding-bottom:4em}}.vertical-padding--top{padding-top:2em}@media (min-width: 50em){.vertical-padding--top{padding-top:3em}}@media (min-width: 76.5625em){.vertical-padding--top{padding-top:4em}}.blob-header-text,.vertical-padding--med{padding-top:2em;padding-bottom:2em}@media (min-width: 50em){.blob-header-text,.vertical-padding--med{padding-top:4em;padding-bottom:4em}}.section-call-to-action,.support-page-donate-section--twenty-first,.blob-header-image,.layout-content-page-main,.layout-training-page-main,.vertical-padding--tall{padding-top:2em;padding-bottom:2em}@media (min-width: 50em){.section-call-to-action,.support-page-donate-section--twenty-first,.blob-header-image,.layout-content-page-main,.layout-training-page-main,.vertical-padding--tall{padding-top:4em;padding-bottom:4em}}@media (min-width: 76.5625em){.section-call-to-action,.support-page-donate-section--twenty-first,.blob-header-image,.layout-content-page-main,.layout-training-page-main,.vertical-padding--tall{padding-top:6em;padding-bottom:6em}}.layout-home-page-main,.vertical-padding--tallest{padding-top:2em;padding-bottom:2em}@media (min-width: 50em){.layout-home-page-main,.vertical-padding--tallest{padding-top:4em;padding-bottom:4em}}@media (min-width: 76.5625em){.layout-home-page-main,.vertical-padding--tallest{padding-top:8em;padding-bottom:8em}}.slickr-content-editable>.blockquote,.support-home--blockquote,.field.recaptcha,.quiz-component-rule,.support-page-main-section.support-page-vertical-margin--short,.support-page-main-section__donation-rich-2022-refresh,.training-iframe,.mobile-contents:not(:empty),.vertical-margin--short{margin-top:1em;margin-bottom:1em}@media (min-width: 50em){.slickr-content-editable>.blockquote,.support-home--blockquote,.field.recaptcha,.quiz-component-rule,.support-page-main-section.support-page-vertical-margin--short,.support-page-main-section__donation-rich-2022-refresh,.training-iframe,.mobile-contents:not(:empty),.vertical-margin--short{margin-top:2em;margin-bottom:2em}}.slickr-content-editable>figure.m_limit:not(:empty),.slickr-content-editable--centered>figure.m_limit:not(:empty),.slickr-content-editable>figure.l_limit:not(:empty),.slickr-content-editable--centered>figure.l_limit:not(:empty),.slickr-content-editable>figure.xl_limit:not(:empty),.slickr-content-editable--centered>figure.xl_limit:not(:empty),.widget-accordion,.landing-anchor-nav,.vertical-margin{margin-top:2em;margin-bottom:2em}@media (min-width: 50em){.slickr-content-editable>figure.m_limit:not(:empty),.slickr-content-editable--centered>figure.m_limit:not(:empty),.slickr-content-editable>figure.l_limit:not(:empty),.slickr-content-editable--centered>figure.l_limit:not(:empty),.slickr-content-editable>figure.xl_limit:not(:empty),.slickr-content-editable--centered>figure.xl_limit:not(:empty),.widget-accordion,.landing-anchor-nav,.vertical-margin{margin-top:3em;margin-bottom:3em}}@media (min-width: 76.5625em){.slickr-content-editable>figure.m_limit:not(:empty),.slickr-content-editable--centered>figure.m_limit:not(:empty),.slickr-content-editable>figure.l_limit:not(:empty),.slickr-content-editable--centered>figure.l_limit:not(:empty),.slickr-content-editable>figure.xl_limit:not(:empty),.slickr-content-editable--centered>figure.xl_limit:not(:empty),.widget-accordion,.landing-anchor-nav,.vertical-margin{margin-top:4em;margin-bottom:4em}}.widget-container,.vertical-margin--med{margin-top:2em;margin-bottom:2em}@media (min-width: 50em){.widget-container,.vertical-margin--med{margin-top:4em;margin-bottom:4em}}.support-page-main-section,.support-page-main-section--optional .slickr-content-editable:not(:empty),.support-page-donate-section--twenty-first+.support-page-main-section--optional .slickr-content-editable:not(:empty),.layout-browse-and-search-form,.vertical-margin--tall{margin-top:1em;margin-bottom:1em}@media (min-width: 50em){.support-page-main-section,.support-page-main-section--optional .slickr-content-editable:not(:empty),.support-page-donate-section--twenty-first+.support-page-main-section--optional .slickr-content-editable:not(:empty),.layout-browse-and-search-form,.vertical-margin--tall{margin-top:4em;margin-bottom:4em}}@media (min-width: 76.5625em){.support-page-main-section,.support-page-main-section--optional .slickr-content-editable:not(:empty),.support-page-donate-section--twenty-first+.support-page-main-section--optional .slickr-content-editable:not(:empty),.layout-browse-and-search-form,.vertical-margin--tall{margin-top:6em;margin-bottom:6em}}.vertical-margin--tallest{margin-top:2em;margin-bottom:2em}@media (min-width: 50em){.vertical-margin--tallest{margin-top:4em;margin-bottom:4em}}@media (min-width: 76.5625em){.vertical-margin--tallest{margin-top:8em;margin-bottom:8em}}.widget-container--inner,.simple_form:not(.donate-form),.quiz-component,.horizontal-padding-medium-mobile-gutter{padding-left:1rem;padding-right:1rem}@media (min-width: 50em){.widget-container--inner,.simple_form:not(.donate-form),.quiz-component,.horizontal-padding-medium-mobile-gutter{padding-left:2rem;padding-right:2rem}}@media (min-width: 76.5625em){.widget-container--inner,.simple_form:not(.donate-form),.quiz-component,.horizontal-padding-medium-mobile-gutter{padding-left:4rem;padding-right:4rem}}@media (min-width: 50em){.slickr-content-editable figure+blockquote,section.slickr-content-editable>h1,section.slickr-content-editable>h2,section.slickr-content-editable>h3,section.slickr-content-editable>h4,section.slickr-content-editable>h5,section.slickr-content-editable>h6,section.slickr-content-editable>p,section.slickr-content-editable>ul,section.slickr-content-editable>ol,section.slickr-content-editable>iframe,section.slickr-content-editable>.blockquote,.table-source:not(:empty),.slickr-content-editable>figure:not(:empty),.slickr-content-editable--centered>figure:not(:empty),.widget-accordion,.standard-video-container,.layout-content-page-main--header,.layout-training-page-main .layout-content-page-main--header,.training-iframe,.horizontal-padding-medium{padding-left:2rem;padding-right:2rem}}@media (min-width: 76.5625em){.slickr-content-editable figure+blockquote,section.slickr-content-editable>h1,section.slickr-content-editable>h2,section.slickr-content-editable>h3,section.slickr-content-editable>h4,section.slickr-content-editable>h5,section.slickr-content-editable>h6,section.slickr-content-editable>p,section.slickr-content-editable>ul,section.slickr-content-editable>ol,section.slickr-content-editable>iframe,section.slickr-content-editable>.blockquote,.table-source:not(:empty),.slickr-content-editable>figure:not(:empty),.slickr-content-editable--centered>figure:not(:empty),.widget-accordion,.standard-video-container,.layout-content-page-main--header,.layout-training-page-main .layout-content-page-main--header,.training-iframe,.horizontal-padding-medium{padding-left:4rem;padding-right:4rem}}.color-blue{color:#00758a}.color-white{color:#ffffff}.color-black{color:#1F1F1F}.color-grey-dark{color:#343432}@media (min-width: 40em){.section-content-lane,.layout-grid-section-featured,.layout-landing-page-main,.layout-home-page-overview,.layout-home-page-support,.standard-page--breakout-container .standard-page--breakout-container-inner{display:-ms-grid;display:grid;-ms-grid-columns:5% 20% 20% 5% 5% 20% 20% 5%;grid-template-columns:5% 20% 20% 5% 5% 20% 20% 5%;grid-auto-rows:auto auto auto}}.layout-content-page-main,.layout-training-page-main{position:relative}@media (min-width: 40em){.layout-content-page-main,.layout-training-page-main{display:-ms-grid;display:grid;-ms-grid-columns:15% 70% 5% 10%;grid-template-columns:15% 70% 5% 10%;grid-auto-rows:auto auto auto}}@media (min-width: 40em){.support-page-main-section,.support-page-grid,.layout-support-page-donation-address,.support-page-video-section,.layout-home-page-main,.layout-home-page-main--no-vertical{display:-ms-grid;display:grid;-ms-grid-columns:5% 10% 5% 5% 20% 5% 5% 20% 5% 5% 10% 5%;grid-template-columns:5% 10% 5% 5% 20% 5% 5% 20% 5% 5% 10% 5%;grid-auto-rows:auto auto auto}}.slickr-content-editable>ul li,.widget-accordion .accordion-open .widget-accordion-panel--body ul li,.widget--video__bottom .widget-description ul li,.simple_form .form-description ul li,.simple_form .form-policy ul li,.simple_form .form-description li,.simple_form .form-policy li,.simple_form .form-list ul li,.simple_form .form-list li,.slickr-content-editable>ol li,.widget-accordion .accordion-open .widget-accordion-panel--body ol li,.widget--video__bottom .widget-description ol li{position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:.5em;margin-left:1.5em}.slickr-content-editable>ul li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ul li::before,.widget--video__bottom .widget-description ul li::before,.simple_form .form-description li::before,.simple_form .form-policy li::before,.simple_form .form-list li::before{display:block;position:absolute;top:.5em;left:-1.5em;width:.45em;height:.45em;background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle-79efa2082a94d59c9757ae20670147349fbdb1520e9087d606ed2eb6ab57cfb3.svg);background-size:contain;background-repeat:no-repeat;content:''}.slickr-content-editable>ol li,.widget-accordion .accordion-open .widget-accordion-panel--body ol li,.widget--video__bottom .widget-description ol li{counter-increment:list;list-style-type:none}.slickr-content-editable>ol li::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol li::before,.widget--video__bottom .widget-description ol li::before{position:absolute;left:-1.5em;color:#1F1F1F;text-align:right;font-weight:600;content:counter(list) "."}.widget-text-label>a,.simple_form .form-list ul li>a,.simple_form .form-list li>a,.simple_form .input.tel .form-label>a,.simple_form .input.email .form-label>a,.simple_form .input.string .form-label>a,.simple_form .input.select .form-label>a,.simple_form .input.check_boxes .form-label>a,.simple_form .input.radio_buttons .form-label>a,.simple_form .input.country .form-label>a,.simple_form .input.integer .form-label>a,.simple_form .input.text .form-label>a,.simple_form .input.numeric .form-label>a,.simple_form .input.file .form-label>a,.address_search_label>a,.address_search_other>a{color:#00758a}.widget-text-label>a:hover,.simple_form .form-list ul li>a:hover,.simple_form .form-list li>a:hover,.simple_form .input.tel .form-label>a:hover,.simple_form .input.email .form-label>a:hover,.simple_form .input.string .form-label>a:hover,.simple_form .input.select .form-label>a:hover,.simple_form .input.check_boxes .form-label>a:hover,.simple_form .input.radio_buttons .form-label>a:hover,.simple_form .input.country .form-label>a:hover,.simple_form .input.integer .form-label>a:hover,.simple_form .input.text .form-label>a:hover,.simple_form .input.numeric .form-label>a:hover,.simple_form .input.file .form-label>a:hover,.address_search_label>a:hover,.address_search_other>a:hover{color:#005261}.page-header--navigation-site-link:not(:last-child),.events-container--link{font-family:"altis-scotbook-bold", sans-serif;font-size:1.25em;line-height:1.2;font-weight:100;color:#1F1F1F;position:relative}@media (min-width: 53.4375em){.page-header--navigation-site-link:not(:last-child),.events-container--link{font-size:1.0625em;line-height:1.3333333333;padding-right:.5em;border-bottom:3px solid transparent}}@media (min-width: 76.5625em){.page-header--navigation-site-link:not(:last-child),.events-container--link{font-size:1.25em;line-height:1.2;padding-right:2em}}.page-header--navigation-site-link:hover:not(:last-child),.events-container--link:hover{z-index:2}@media (min-width: 53.4375em){.page-header--navigation-site-link:hover:not(:last-child),.events-container--link:hover{border-bottom:3px solid}}.page-header--navigation-site-link:not(:last-child) .site-link{color:inherit}.page-header--navigation-site-link:not(:last-child) .site-link br{display:none}@media (min-width: 53.4375em){.page-header--navigation-site-link:not(:last-child) .site-link br{display:inline}}.bws--2023 .page-header--navigation-site-link:not(:last-child){color:#000000}@media (min-width: 53.4375em){.page-header--navigation-site-link--active:not(:last-child){border-bottom:3px solid}}.section-content-lane-link,.landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.current a,.secondary-cta--theme,.recent-updates--header--link,.landing-page-pagination--navigation span.current,.landing-page-pagination--navigation span.gap,.articles-load-more,.bws--2021 .link,.bws--2022 .link,.bws-event--contact-details-link,.widget-read-more-alt{width:auto;font-family:"proxima-nova", sans-serif;border-bottom:2px solid;color:inherit;-webkit-transition:all 200ms ease, outline 0s linear, outline-offset 0s linear;transition:all 200ms ease, outline 0s linear, outline-offset 0s linear}.section-content-lane-link:hover,.landing-page-pagination--navigation .pagination .first:hover,.landing-page-pagination--navigation .pagination .last:hover,.landing-page-pagination--navigation span.page a:hover,.landing-page-pagination--navigation span.current a:hover,.secondary-cta--theme:hover,.recent-updates--header--link:hover,.landing-page-pagination--navigation span.current:hover,.landing-page-pagination--navigation span.gap:hover,.articles-load-more:hover,.bws--2021 .link:hover,.bws--2022 .link:hover,.bws-event--contact-details-link:hover,.widget-read-more-alt:hover{border-color:#1F1F1F}.section-content-lane-link,.landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .last,.landing-page-pagination--navigation span.page a,.landing-page-pagination--navigation span.current a,.secondary-cta--theme,.recent-updates--header--link,.landing-page-pagination--navigation span.current,.landing-page-pagination--navigation span.gap,.articles-load-more,.bws--2021 .link,.bws--2022 .link,.bws-event--contact-details-link{font-weight:600}.recent-updates--header--link{border-color:#00758a;color:#00758a}.recent-updates--header--link:hover{border-color:#005261;color:#005261}.landing-page-pagination--navigation span.current,.landing-page-pagination--navigation span.gap{pointer-events:none;border-color:transparent;color:#343432}.landing-page-pagination--navigation span.current:hover,.landing-page-pagination--navigation span.gap:hover{border-color:transparent;color:#343432}.navigation-support--link--text,.content-tile-header,.recent-update-block--text{display:inline-block;font-weight:700}.navigation-support--link--text>span,.content-tile-header>span,.recent-update-block--text>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 50em){.navigation-support--link--text,.content-tile-header,.recent-update-block--text{line-height:1.25em}}.navigation-support--link--text>span>svg,.content-tile-header>span>svg,.recent-update-block--text>span>svg{margin-left:.65em;width:1em;height:1em;fill:#00758a;-webkit-transition:-webkit-transform ease .3s;transition:-webkit-transform ease .3s;transition:transform ease .3s;transition:transform ease .3s, -webkit-transform ease .3s;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.navigation-support--link--text:hover>span>svg,.content-tile-header:hover>span>svg,.recent-update-block--text:hover>span>svg{-webkit-transform:translateX(0.375em);-ms-transform:translateX(0.375em);transform:translateX(0.375em)}.navigation-support--link--text svg{fill:#c41c70}.recent-update-block--text span{display:inline}.recent-update-block--text svg{position:relative;top:.2em}.support-carousel--tile--link,.support-home--link,.link-with-icon,.widget-video-link,.page-header__filter-panel--search-input .site-search-button,.widget-link-list .widget-link-list--link,.author-listing-tile--link--with-icon a,.support-page-donation-address .support-page-donation-gift-aid-link,.form-hint a,.form-loading-indicator a,.simple_form .form-description a,.simple_form .form-policy a,.simple_form .form-cancel,.form-link-secondary,.content-page-main--header--more a,.header-collection a,.organisation-listing-item--edit-link,.organisation-listing-item--span,.link-small{margin-bottom:.5em;color:#00758a;font-weight:700;border-bottom:0;-webkit-transition:all 200ms ease-in-out, outline 0s linear, outline-offset 0s linear;transition:all 200ms ease-in-out, outline 0s linear, outline-offset 0s linear}[href].support-carousel--tile--link:hover,[href].support-home--link:hover,[href].link-with-icon:hover,[href].widget-video-link:hover,.page-header__filter-panel--search-input [href].site-search-button:hover,.widget-link-list [href].widget-link-list--link:hover,.author-listing-tile--link--with-icon a[href]:hover,.support-page-donation-address [href].support-page-donation-gift-aid-link:hover,.form-hint a[href]:hover,.form-loading-indicator a[href]:hover,.simple_form .form-description a[href]:hover,.simple_form .form-policy a[href]:hover,.simple_form [href].form-cancel:hover,[href].form-link-secondary:hover,.content-page-main--header--more a[href]:hover,.header-collection a[href]:hover,[href].organisation-listing-item--edit-link:hover,[href].organisation-listing-item--span:hover,.link-small[href]:hover{border-bottom:0;text-decoration:underline}.support-carousel--tile--link,.support-home--link{border-bottom:2px solid;text-decoration:none}[href].support-carousel--tile--link:hover,[href].support-home--link:hover{border-bottom:2px solid;text-decoration:none}.link-with-icon,.widget-video-link,.page-header__filter-panel--search-input .site-search-button{margin-right:1em;margin-bottom:0}.link-with-icon span,.widget-video-link span,.page-header__filter-panel--search-input .site-search-button span{display:inline-block;padding:.5em 0}.link-with-icon svg,.widget-video-link svg,.page-header__filter-panel--search-input .site-search-button svg{margin-right:.5em;width:1.25em;height:1.25em;vertical-align:middle}.footer-copyright a,.footer--sitemap--link{font-family:"proxima-nova", sans-serif;font-size:1em;font-weight:400;line-height:1.375;color:#EAEBEF;-webkit-transition:color 150ms ease-in-out, outline 0s linear, outline-offset 0s linear;transition:color 150ms ease-in-out, outline 0s linear, outline-offset 0s linear}@media (min-width: 76.5625em){.footer-copyright a,.footer--sitemap--link{font-size:1.125em;line-height:1.3333333333}}.footer-copyright a:hover,.footer--sitemap--link:hover,.footer-copyright a:focus,.footer--sitemap--link:focus{color:#767676}.visually-hidden,.simple_form .boolean [type="checkbox"],.simple_form .checkbox [type="checkbox"],span.radio [type="radio"],.link-skip-to-main,.support-page-funding-partners .tns-controls button[data-controls='prev'] span,.support-page-funding-partners .tns-controls button[data-controls='next'] span,.support-page-donation-values .hidden-field,.support-page-donation-values input[type=radio],.support-page-donation-values .input-text,.hamburger .hamburger-text,.page-header__filter-panel--inner .filter-input>label{position:absolute;padding:0;margin:-1px;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.link-show-all{margin-right:1em}.articles-load-more{color:#1F1F1F}.articles-load-more .load-more-arrow{fill:#ffce00;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.slider-arrow{width:2.25em;height:2.25em;-webkit-transition:outline 0s linear, outline-offset 0s linear, -webkit-transform 200ms;transition:outline 0s linear, outline-offset 0s linear, -webkit-transform 200ms;transition:transform 200ms, outline 0s linear, outline-offset 0s linear;transition:transform 200ms, outline 0s linear, outline-offset 0s linear, -webkit-transform 200ms}.slider-arrow:active{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}@media (min-width: 50em){.slider-arrow{width:3em;height:3em}}.link-to-events-listing .left-arrow--slide{-webkit-transition:outline 0s, -webkit-transform 200ms;transition:outline 0s, -webkit-transform 200ms;transition:transform 200ms, outline 0s;transition:transform 200ms, outline 0s, -webkit-transform 200ms;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.link-to-events-listing:hover .left-arrow--slide{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}.new_window_link{color:inherit}.new_window_link:after{width:1em;height:1em;content:'';display:inline-block;margin-left:.25rem;background-color:currentColor;position:relative;top:4px;-webkit-mask-image:url(https://www.scottishbooktrust.com/assets/svgs/open_in_new-e630e4d81b533af41452c34b56620c1d5962400b3a8b49492a5cfc1a6643bc26.svg);mask-image:url(https://www.scottishbooktrust.com/assets/svgs/open_in_new-e630e4d81b533af41452c34b56620c1d5962400b3a8b49492a5cfc1a6643bc26.svg)}.widget-downloads-item .new_window_link:after{top:1px}.footer-copyright .new_window_link:after{width:1.2em;height:1.2em;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.widget-link-list .new_window_link:after{top:1px}.simple_form .form-button,.slickr-content-editable>p a.content-editable-button,.section-call-to-action--related--tags,.section-content-lane--breakout--link,.support-page-donation-buttons .support-page-donation-submit:first-child,.push-banner-cta>.button-cta,.footer-contact--newsletter-button,.content-page-main--header--ctas-link,.training-button,.button-cta__theme,.home-page-main-section--overview--section--cta,.button-cta__theme--dark,.support-home--donation-links__link,.button-cta__grey,.widget-read-more,.support-carousel--tile--cta,.button-cta__blue,.button-yellow,.button-cta__yellow,.button-cta__green,.button-cta__orange,.button-cta__red,.landing-page-main-section--section--cta,.button-cta__pink,.support-page-donation-input,.support-page-donation-buttons .support-page-donation-submit:last-child,.quiz-component-button,.answer-component-toggle,.bws-event-booking-info--ticket-button,.button-cta,.landing-anchor-nav--item a,.search-and-browse-page-link--previous,.search-and-browse-page-link--next,.filter-expand__cta,.address_search_button,.input-file-control__update>label,.page-header--navigation-site-link:last-child .site-link,.input-file-control__remove>label,.filter-clear--cta,.search-and-browse-clear{font-family:"proxima-nova", sans-serif;display:inline-block;border:none}.simple_form .form-button:hover,.slickr-content-editable>p a.content-editable-button:hover,.section-call-to-action--related--tags:hover,.section-content-lane--breakout--link:hover,.support-page-donation-buttons .support-page-donation-submit:hover:first-child,.footer-contact--newsletter-button:hover,.content-page-main--header--ctas-link:hover,.training-button:hover,.button-cta__theme:hover,.home-page-main-section--overview--section--cta:hover,.button-cta__theme--dark:hover,.support-home--donation-links__link:hover,.button-cta__grey:hover,.widget-read-more:hover,.support-carousel--tile--cta:hover,.button-cta__blue:hover,.button-yellow:hover,.button-cta__yellow:hover,.button-cta__green:hover,.button-cta__orange:hover,.button-cta__red:hover,.landing-page-main-section--section--cta:hover,.button-cta__pink:hover,.support-page-donation-input:hover,.support-page-donation-buttons .support-page-donation-submit:hover:last-child,.quiz-component-button:hover,.answer-component-toggle:hover,.bws-event-booking-info--ticket-button:hover,.button-cta:hover,.landing-anchor-nav--item a:hover,.search-and-browse-page-link--previous:hover,.search-and-browse-page-link--next:hover,.filter-expand__cta:hover,.address_search_button:hover,.input-file-control__update>label:hover,.page-header--navigation-site-link:last-child .site-link:hover,.input-file-control__remove>label:hover,.filter-clear--cta:hover,.search-and-browse-clear:hover{cursor:pointer}.simple_form .form-button,.slickr-content-editable>p a.content-editable-button,.section-call-to-action--related--tags,.section-content-lane--breakout--link,.support-page-donation-buttons .support-page-donation-submit:first-child,.push-banner-cta>.button-cta,.footer-contact--newsletter-button,.content-page-main--header--ctas-link,.training-button,.button-cta__theme,.home-page-main-section--overview--section--cta,.button-cta__theme--dark,.support-home--donation-links__link,.button-cta__grey,.widget-read-more,.support-carousel--tile--cta,.button-cta__blue,.button-yellow,.button-cta__yellow,.button-cta__green,.button-cta__orange,.button-cta__red,.landing-page-main-section--section--cta,.button-cta__pink,.support-page-donation-input,.support-page-donation-buttons .support-page-donation-submit:last-child,.quiz-component-button,.answer-component-toggle,.bws-event-booking-info--ticket-button,.button-cta{padding:.65em .85em;font-size:1.125em;font-weight:600;color:#1F1F1F;background:#ffffff;border-radius:50px;border-color:#EAEBEF;-webkit-transition:background-color 150ms ease-in-out, color 150ms linear;transition:background-color 150ms ease-in-out, color 150ms linear}.simple_form .form-button span,.slickr-content-editable>p a.content-editable-button span,.section-call-to-action--related--tags span,.section-content-lane--breakout--link span,.support-page-donation-buttons .support-page-donation-submit:first-child span,.push-banner-cta>.button-cta span,.footer-contact--newsletter-button span,.content-page-main--header--ctas-link span,.training-button span,.button-cta__theme span,.home-page-main-section--overview--section--cta span,.button-cta__theme--dark span,.support-home--donation-links__link span,.button-cta__grey span,.widget-read-more span,.support-carousel--tile--cta span,.button-cta__blue span,.button-yellow span,.button-cta__yellow span,.button-cta__green span,.button-cta__orange span,.button-cta__red span,.landing-page-main-section--section--cta span,.button-cta__pink span,.support-page-donation-input span,.support-page-donation-buttons .support-page-donation-submit:last-child span,.quiz-component-button span,.answer-component-toggle span,.bws-event-booking-info--ticket-button span,.button-cta span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 50em){.simple_form .form-button,.slickr-content-editable>p a.content-editable-button,.section-call-to-action--related--tags,.section-content-lane--breakout--link,.support-page-donation-buttons .support-page-donation-submit:first-child,.push-banner-cta>.button-cta,.footer-contact--newsletter-button,.content-page-main--header--ctas-link,.training-button,.button-cta__theme,.home-page-main-section--overview--section--cta,.button-cta__theme--dark,.support-home--donation-links__link,.button-cta__grey,.widget-read-more,.support-carousel--tile--cta,.button-cta__blue,.button-yellow,.button-cta__yellow,.button-cta__green,.button-cta__orange,.button-cta__red,.landing-page-main-section--section--cta,.button-cta__pink,.support-page-donation-input,.support-page-donation-buttons .support-page-donation-submit:last-child,.quiz-component-button,.answer-component-toggle,.bws-event-booking-info--ticket-button,.button-cta{font-size:1.3125em}}@media (min-width: 76.5625em){.simple_form .form-button,.slickr-content-editable>p a.content-editable-button,.section-call-to-action--related--tags,.section-content-lane--breakout--link,.support-page-donation-buttons .support-page-donation-submit:first-child,.push-banner-cta>.button-cta,.footer-contact--newsletter-button,.content-page-main--header--ctas-link,.training-button,.button-cta__theme,.home-page-main-section--overview--section--cta,.button-cta__theme--dark,.support-home--donation-links__link,.button-cta__grey,.widget-read-more,.support-carousel--tile--cta,.button-cta__blue,.button-yellow,.button-cta__yellow,.button-cta__green,.button-cta__orange,.button-cta__red,.landing-page-main-section--section--cta,.button-cta__pink,.support-page-donation-input,.support-page-donation-buttons .support-page-donation-submit:last-child,.quiz-component-button,.answer-component-toggle,.bws-event-booking-info--ticket-button,.button-cta{padding:.75em 1.15em;font-size:1.4375em;line-height:1}}.simple_form .form-button svg,.slickr-content-editable>p a.content-editable-button svg,.section-call-to-action--related--tags svg,.section-content-lane--breakout--link svg,.support-page-donation-buttons .support-page-donation-submit:first-child svg,.push-banner-cta>.button-cta svg,.footer-contact--newsletter-button svg,.content-page-main--header--ctas-link svg,.training-button svg,.button-cta__theme svg,.home-page-main-section--overview--section--cta svg,.button-cta__theme--dark svg,.support-home--donation-links__link svg,.button-cta__grey svg,.widget-read-more svg,.support-carousel--tile--cta svg,.button-cta__blue svg,.button-yellow svg,.button-cta__yellow svg,.button-cta__green svg,.button-cta__orange svg,.button-cta__red svg,.landing-page-main-section--section--cta svg,.button-cta__pink svg,.support-page-donation-input svg,.support-page-donation-buttons .support-page-donation-submit:last-child svg,.quiz-component-button svg,.answer-component-toggle svg,.bws-event-booking-info--ticket-button svg,.simple_form .form-button span::after,.slickr-content-editable>p a.content-editable-button span::after,.section-call-to-action--related--tags span::after,.section-content-lane--breakout--link span::after,.support-page-donation-buttons .support-page-donation-submit:first-child span::after,.push-banner-cta>.button-cta span::after,.footer-contact--newsletter-button span::after,.content-page-main--header--ctas-link span::after,.training-button span::after,.button-cta__theme span::after,.home-page-main-section--overview--section--cta span::after,.button-cta__theme--dark span::after,.support-home--donation-links__link span::after,.button-cta__grey span::after,.widget-read-more span::after,.support-carousel--tile--cta span::after,.button-cta__blue span::after,.button-yellow span::after,.button-cta__yellow span::after,.button-cta__green span::after,.button-cta__orange span::after,.button-cta__red span::after,.landing-page-main-section--section--cta span::after,.button-cta__pink span::after,.support-page-donation-input span::after,.support-page-donation-buttons .support-page-donation-submit:last-child span::after,.quiz-component-button span::after,.answer-component-toggle span::after,.bws-event-booking-info--ticket-button span::after,.button-cta svg,.button-cta span::after{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-left:.65em;fill:#1F1F1F;-webkit-transition:-webkit-transform ease .3s;transition:-webkit-transform ease .3s;transition:transform ease .3s;transition:transform ease .3s, -webkit-transform ease .3s}.simple_form .form-button:hover svg:not(.arrow-up),.slickr-content-editable>p a.content-editable-button:hover svg:not(.arrow-up),.section-call-to-action--related--tags:hover svg:not(.arrow-up),.section-content-lane--breakout--link:hover svg:not(.arrow-up),.support-page-donation-buttons .support-page-donation-submit:hover:first-child svg:not(.arrow-up),.push-banner-cta>.button-cta:hover svg:not(.arrow-up),.footer-contact--newsletter-button:hover svg:not(.arrow-up),.content-page-main--header--ctas-link:hover svg:not(.arrow-up),.training-button:hover svg:not(.arrow-up),.button-cta__theme:hover svg:not(.arrow-up),.home-page-main-section--overview--section--cta:hover svg:not(.arrow-up),.button-cta__theme--dark:hover svg:not(.arrow-up),.support-home--donation-links__link:hover svg:not(.arrow-up),.button-cta__grey:hover svg:not(.arrow-up),.widget-read-more:hover svg:not(.arrow-up),.support-carousel--tile--cta:hover svg:not(.arrow-up),.button-cta__blue:hover svg:not(.arrow-up),.button-yellow:hover svg:not(.arrow-up),.button-cta__yellow:hover svg:not(.arrow-up),.button-cta__green:hover svg:not(.arrow-up),.button-cta__orange:hover svg:not(.arrow-up),.button-cta__red:hover svg:not(.arrow-up),.landing-page-main-section--section--cta:hover svg:not(.arrow-up),.button-cta__pink:hover svg:not(.arrow-up),.support-page-donation-input:hover svg:not(.arrow-up),.support-page-donation-buttons .support-page-donation-submit:hover:last-child svg:not(.arrow-up),.quiz-component-button:hover svg:not(.arrow-up),.answer-component-toggle:hover svg:not(.arrow-up),.bws-event-booking-info--ticket-button:hover svg:not(.arrow-up),.button-cta:hover svg:not(.arrow-up){-webkit-transform:translateX(0.375em);-ms-transform:translateX(0.375em);transform:translateX(0.375em)}.simple_form .form-button svg.arrow-up,.slickr-content-editable>p a.content-editable-button svg.arrow-up,.section-call-to-action--related--tags svg.arrow-up,.section-content-lane--breakout--link svg.arrow-up,.support-page-donation-buttons .support-page-donation-submit:first-child svg.arrow-up,.push-banner-cta>.button-cta svg.arrow-up,.footer-contact--newsletter-button svg.arrow-up,.content-page-main--header--ctas-link svg.arrow-up,.training-button svg.arrow-up,.button-cta__theme svg.arrow-up,.home-page-main-section--overview--section--cta svg.arrow-up,.button-cta__theme--dark svg.arrow-up,.support-home--donation-links__link svg.arrow-up,.button-cta__grey svg.arrow-up,.widget-read-more svg.arrow-up,.support-carousel--tile--cta svg.arrow-up,.button-cta__blue svg.arrow-up,.button-yellow svg.arrow-up,.button-cta__yellow svg.arrow-up,.button-cta__green svg.arrow-up,.button-cta__orange svg.arrow-up,.button-cta__red svg.arrow-up,.landing-page-main-section--section--cta svg.arrow-up,.button-cta__pink svg.arrow-up,.support-page-donation-input svg.arrow-up,.support-page-donation-buttons .support-page-donation-submit:last-child svg.arrow-up,.quiz-component-button svg.arrow-up,.answer-component-toggle svg.arrow-up,.bws-event-booking-info--ticket-button svg.arrow-up,.button-cta svg.arrow-up{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.simple_form .form-button:hover svg.arrow-up,.slickr-content-editable>p a.content-editable-button:hover svg.arrow-up,.section-call-to-action--related--tags:hover svg.arrow-up,.section-content-lane--breakout--link:hover svg.arrow-up,.support-page-donation-buttons .support-page-donation-submit:hover:first-child svg.arrow-up,.push-banner-cta>.button-cta:hover svg.arrow-up,.footer-contact--newsletter-button:hover svg.arrow-up,.content-page-main--header--ctas-link:hover svg.arrow-up,.training-button:hover svg.arrow-up,.button-cta__theme:hover svg.arrow-up,.home-page-main-section--overview--section--cta:hover svg.arrow-up,.button-cta__theme--dark:hover svg.arrow-up,.support-home--donation-links__link:hover svg.arrow-up,.button-cta__grey:hover svg.arrow-up,.widget-read-more:hover svg.arrow-up,.support-carousel--tile--cta:hover svg.arrow-up,.button-cta__blue:hover svg.arrow-up,.button-yellow:hover svg.arrow-up,.button-cta__yellow:hover svg.arrow-up,.button-cta__green:hover svg.arrow-up,.button-cta__orange:hover svg.arrow-up,.button-cta__red:hover svg.arrow-up,.landing-page-main-section--section--cta:hover svg.arrow-up,.button-cta__pink:hover svg.arrow-up,.support-page-donation-input:hover svg.arrow-up,.support-page-donation-buttons .support-page-donation-submit:hover:last-child svg.arrow-up,.quiz-component-button:hover svg.arrow-up,.answer-component-toggle:hover svg.arrow-up,.bws-event-booking-info--ticket-button:hover svg.arrow-up,.button-cta:hover svg.arrow-up{-webkit-transform:rotate(270deg) translateX(0.225em);-ms-transform:rotate(270deg) translateX(0.225em);transform:rotate(270deg) translateX(0.225em)}.simple_form .link__external.form-button svg,.slickr-content-editable>p a.link__external.content-editable-button svg,.link__external.section-call-to-action--related--tags svg,.link__external.section-content-lane--breakout--link svg,.support-page-donation-buttons .link__external.support-page-donation-submit:first-child svg,.push-banner-cta>.link__external.button-cta svg,.link__external.footer-contact--newsletter-button svg,.link__external.content-page-main--header--ctas-link svg,.link__external.training-button svg,.link__external.button-cta__theme svg,.link__external.home-page-main-section--overview--section--cta svg,.link__external.button-cta__theme--dark svg,.link__external.support-home--donation-links__link svg,.link__external.button-cta__grey svg,.link__external.widget-read-more svg,.link__external.support-carousel--tile--cta svg,.link__external.button-cta__blue svg,.link__external.button-yellow svg,.link__external.button-cta__yellow svg,.link__external.button-cta__green svg,.link__external.button-cta__orange svg,.link__external.button-cta__red svg,.link__external.landing-page-main-section--section--cta svg,.link__external.button-cta__pink svg,.link__external.support-page-donation-input svg,.support-page-donation-buttons .link__external.support-page-donation-submit:last-child svg,.link__external.quiz-component-button svg,.link__external.answer-component-toggle svg,.link__external.bws-event-booking-info--ticket-button svg,.button-cta.link__external svg{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:.25em}.simple_form .link__external.form-button span:not(.new_window_link__cta)::before,.slickr-content-editable>p a.link__external.content-editable-button span:not(.new_window_link__cta)::before,.link__external.section-call-to-action--related--tags span:not(.new_window_link__cta)::before,.link__external.section-content-lane--breakout--link span:not(.new_window_link__cta)::before,.support-page-donation-buttons .link__external.support-page-donation-submit:first-child span:not(.new_window_link__cta)::before,.push-banner-cta>.link__external.button-cta span:not(.new_window_link__cta)::before,.link__external.footer-contact--newsletter-button span:not(.new_window_link__cta)::before,.link__external.content-page-main--header--ctas-link span:not(.new_window_link__cta)::before,.link__external.training-button span:not(.new_window_link__cta)::before,.link__external.button-cta__theme span:not(.new_window_link__cta)::before,.link__external.home-page-main-section--overview--section--cta span:not(.new_window_link__cta)::before,.link__external.button-cta__theme--dark span:not(.new_window_link__cta)::before,.link__external.support-home--donation-links__link span:not(.new_window_link__cta)::before,.link__external.button-cta__grey span:not(.new_window_link__cta)::before,.link__external.widget-read-more span:not(.new_window_link__cta)::before,.link__external.support-carousel--tile--cta span:not(.new_window_link__cta)::before,.link__external.button-cta__blue span:not(.new_window_link__cta)::before,.link__external.button-yellow span:not(.new_window_link__cta)::before,.link__external.button-cta__yellow span:not(.new_window_link__cta)::before,.link__external.button-cta__green span:not(.new_window_link__cta)::before,.link__external.button-cta__orange span:not(.new_window_link__cta)::before,.link__external.button-cta__red span:not(.new_window_link__cta)::before,.link__external.landing-page-main-section--section--cta span:not(.new_window_link__cta)::before,.link__external.button-cta__pink span:not(.new_window_link__cta)::before,.link__external.support-page-donation-input span:not(.new_window_link__cta)::before,.support-page-donation-buttons .link__external.support-page-donation-submit:last-child span:not(.new_window_link__cta)::before,.link__external.quiz-component-button span:not(.new_window_link__cta)::before,.link__external.answer-component-toggle span:not(.new_window_link__cta)::before,.link__external.bws-event-booking-info--ticket-button span:not(.new_window_link__cta)::before,.button-cta.link__external span:not(.new_window_link__cta)::before{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;top:1px;width:1em;height:1em;content:'';display:inline-block;position:relative;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;margin-left:.5rem;background-color:currentColor;-webkit-mask-image:url(https://www.scottishbooktrust.com/assets/svgs/open_in_new-e630e4d81b533af41452c34b56620c1d5962400b3a8b49492a5cfc1a6643bc26.svg);mask-image:url(https://www.scottishbooktrust.com/assets/svgs/open_in_new-e630e4d81b533af41452c34b56620c1d5962400b3a8b49492a5cfc1a6643bc26.svg)}.landing-anchor-nav--item a,.search-and-browse-page-link--previous,.search-and-browse-page-link--next,.filter-expand__cta,.address_search_button,.input-file-control__update>label,.page-header--navigation-site-link:last-child .site-link,.input-file-control__remove>label,.filter-clear--cta,.widget-read-more,.search-and-browse-clear{padding:.5em 1.25em;border-radius:1.5em;-webkit-transition:background 150ms ease-in-out;transition:background 150ms ease-in-out;color:#ffffff;background-color:#343432;font-weight:700}.landing-anchor-nav--item a:hover,.search-and-browse-page-link--previous:hover,.search-and-browse-page-link--next:hover,.filter-expand__cta:hover,.address_search_button:hover,.input-file-control__update>label:hover,.page-header--navigation-site-link:last-child .site-link:hover,.input-file-control__remove>label:hover,.filter-clear--cta:hover,.widget-read-more:hover,.search-and-browse-clear:hover{background-color:#767676}.landing-anchor-nav--item a{background:#EAEBEF;border:2px solid #343432;color:#343432}.landing-anchor-nav--item a:hover,.landing-anchor-nav--item a:focus{color:#ffffff;background:#343432}.landing-anchor-nav--item a[disabled]{cursor:default;opacity:.5}.landing-anchor-nav--item a[disabled]:hover,.landing-anchor-nav--item a[disabled]:focus{color:initial;background:initial}.simple_form .form-button,.slickr-content-editable>p a.content-editable-button,.section-call-to-action--related--tags,.section-content-lane--breakout--link,.support-page-donation-buttons .support-page-donation-submit:first-child,.push-banner-cta>.button-cta,.footer-contact--newsletter-button,.content-page-main--header--ctas-link,.training-button,.button-cta__theme{color:#ffffff;background-color:#00758a}.simple_form .form-button svg,.slickr-content-editable>p a.content-editable-button svg,.section-call-to-action--related--tags svg,.section-content-lane--breakout--link svg,.support-page-donation-buttons .support-page-donation-submit:first-child svg,.push-banner-cta>.button-cta svg,.footer-contact--newsletter-button svg,.content-page-main--header--ctas-link svg,.training-button svg,.button-cta__theme svg{fill:#ffffff}.theme-color--yellow .simple_form .form-button svg,.simple_form .theme-color--yellow .form-button svg,.theme-color--yellow .slickr-content-editable>p a.content-editable-button svg,.slickr-content-editable>p .theme-color--yellow a.content-editable-button svg,.theme-color--yellow .section-call-to-action--related--tags svg,.theme-color--yellow .section-content-lane--breakout--link svg,.theme-color--yellow .support-page-donation-buttons .support-page-donation-submit:first-child svg,.support-page-donation-buttons .theme-color--yellow .support-page-donation-submit:first-child svg,.theme-color--yellow .push-banner-cta>.button-cta svg,.theme-color--yellow .footer-contact--newsletter-button svg,.theme-color--yellow .content-page-main--header--ctas-link svg,.theme-color--yellow .training-button svg,.theme-color--yellow .button-cta__theme svg{fill:#1F1F1F}.simple_form .form-button:hover,.slickr-content-editable>p a.content-editable-button:hover,.section-call-to-action--related--tags:hover,.section-content-lane--breakout--link:hover,.support-page-donation-buttons .support-page-donation-submit:hover:first-child,.push-banner-cta>.button-cta:hover,.footer-contact--newsletter-button:hover,.content-page-main--header--ctas-link:hover,.training-button:hover,.button-cta__theme:hover{background-color:#005261}.home-page-main-section--overview--section--cta,.button-cta__theme--dark{color:#ffffff;background-color:#343432}.home-page-main-section--overview--section--cta:hover,.button-cta__theme--dark:hover{background-color:#343432}.support-home--donation-links__link,.button-cta__grey{color:#ffffff;background:#343432}.support-home--donation-links__link svg,.button-cta__grey svg{fill:#00758a}.support-home--donation-links__link:hover,.button-cta__grey:hover{background:#4e4e4b}.widget-read-more,.support-carousel--tile--cta,.button-cta__blue{color:#ffffff;background:#00758a}.widget-read-more svg,.support-carousel--tile--cta svg,.button-cta__blue svg{fill:#ffffff}.widget-read-more:hover,.support-carousel--tile--cta:hover,.button-cta__blue:hover{background:#004a57}.button-yellow,.button-cta__yellow{background:#ffce00}.button-yellow svg,.button-cta__yellow svg{fill:#1F1F1F}.button-yellow:hover,.button-cta__yellow:hover{background:#cca500}.button-cta__green{background:#367113;color:#ffffff}.button-cta__green svg{fill:#ffffff}.button-cta__green:hover{background:#21450c}.button-cta__orange{background:#f77f00;color:#ffffff}.button-cta__orange svg{fill:#ffffff}.button-cta__orange:hover{background:#c46500}.button-cta__red{background:#e8112d;color:#ffffff}.button-cta__red svg{fill:#ffffff}.button-cta__red:hover{background:#b80e24}.landing-page-main-section--section--cta,.button-cta__pink{color:#ffffff;background:#c41c70}.landing-page-main-section--section--cta svg,.button-cta__pink svg{fill:#ffffff}.landing-page-main-section--section--cta:hover,.button-cta__pink:hover{background:#971657}.simple_form .form-button{padding-left:1em;padding-right:1em;font-size:1.3125em}@media (min-width: 53.4375em){.simple_form .form-button{font-size:1.25em}}.simple_form .form-button[disabled]{background-color:#767676}.simple_form .form-button[disabled]:hover{background-color:#767676}.simple_form .form-button--ghost{border:2px solid #00758a;background-color:#ffffff !important;color:#00758a !important}.page-header--navigation-site-link:last-child .site-link{background-color:#c41c70;text-align:center;font-weight:bold}@media (min-width: 40em){.page-header--navigation-site-link:last-child .site-link{font-size:19px !important}}@media (min-width: 53.4375em){.page-header--navigation-site-link:last-child .site-link{width:auto;text-align:initial}}.input-file-control__update>label{background-color:#00758a}.input-file-control__update>label:hover,.input-file-control__update>label:focus{background-color:#004a57}.page-header--navigation-site-link:last-child .site-link,.input-file-control__remove>label{background-color:#c41c70}.page-header--navigation-site-link:last-child .site-link:hover,.input-file-control__remove>label:hover,.page-header--navigation-site-link:last-child .site-link:focus,.input-file-control__remove>label:focus{background-color:#971657}.search-and-browse-page-link--previous svg,.search-and-browse-page-link--next svg{width:1em;height:1em;-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start;margin-left:.5em;fill:#ffffff;-webkit-transform:translateY(0.1em);-ms-transform:translateY(0.1em);transform:translateY(0.1em);-webkit-transition:-webkit-transform ease .3s;transition:-webkit-transform ease .3s;transition:transform ease .3s;transition:transform ease .3s, -webkit-transform ease .3s}.search-and-browse-page-link--previous:hover svg,.search-and-browse-page-link--next:hover svg,.search-and-browse-page-link--previous:focus svg,.search-and-browse-page-link--next:focus svg{-webkit-transform:translateY(0.1em) translateX(0.375em);-ms-transform:translateY(0.1em) translateX(0.375em);transform:translateY(0.1em) translateX(0.375em)}.search-and-browse-page-link--previous svg{margin-right:.5em;margin-left:initial;-webkit-transform:translateY(0.1em) rotate(180deg);-ms-transform:translateY(0.1em) rotate(180deg);transform:translateY(0.1em) rotate(180deg);-webkit-transition:-webkit-transform ease .3s;transition:-webkit-transform ease .3s;transition:transform ease .3s;transition:transform ease .3s, -webkit-transform ease .3s}.search-and-browse-page-link--previous:hover svg,.search-and-browse-page-link--previous:focus svg{-webkit-transform:translateY(0.1em) translateX(-0.375em) rotate(180deg);-ms-transform:translateY(0.1em) translateX(-0.375em) rotate(180deg);transform:translateY(0.1em) translateX(-0.375em) rotate(180deg)}.home-page-main-section--header--cta{margin-bottom:.5em;margin-right:.5em}.home-page-main-section--header--cta:last-child{margin-right:0}.filter-clear--cta{position:absolute;top:0;margin-top:.85em;margin-right:.75em;padding:.35em 1em;background-color:#EAEBEF;border:2px solid #EAEBEF;font-size:85%;font-weight:bold;-webkit-transition:border .1s ease;transition:border .1s ease}.theme-color--yellow .filter-clear--cta{background-color:#ffce00;color:#1F1F1F}@media (min-width: 40em){.filter-clear--cta{display:table;position:relative;padding:.5em 1.25em;margin-top:0;font-size:initial}}@media (min-width: 76.5625em){.filter-clear--cta{margin-top:.1em;font-size:1.125em}}.filter-clear--cta:hover{border:2px solid;background-color:#EAEBEF}.line-divider,.line-divider__white,.all-topics-divide{display:block;padding:0;margin:1em 0 2em;height:1px;border:0;border-top:2px solid #1F1F1F}.line-divider__white,.all-topics-divide{border-color:#ffffff}.faux_select--inner>span,.simple-select-wrapper>select,.simple_form .input.tel input,.simple_form .input.string input,.simple_form .input.select input,.simple_form .input.email input,.simple_form .input.integer input,.simple_form .input.numeric input,.simple_form .input.file input,.simple_form .input.text textarea,.editable-other-input-field,.stripe_form .form-input.string{color:#343432;padding:.5em .75em;border-radius:0px}.widget-text-label,.simple_form .form-list ul li,.simple_form .form-list li,.simple_form .input.tel .form-label,.simple_form .input.email .form-label,.simple_form .input.string .form-label,.simple_form .input.select .form-label,.simple_form .input.check_boxes .form-label,.simple_form .input.radio_buttons .form-label,.simple_form .input.country .form-label,.simple_form .input.integer .form-label,.simple_form .input.text .form-label,.simple_form .input.numeric .form-label,.simple_form .input.file .form-label,.address_search_label,.address_search_other{display:block;margin-bottom:.25em;font-weight:600}.simple_form .checkbox label,.simple_form .boolean label,.simple_form .boolean,.simple_form .checkbox,.simple_form .checkbox label .checkbox-wrapper,.simple_form .boolean label .checkbox-wrapper,.simple_form .boolean .checkbox-wrapper,.simple_form .checkbox .checkbox-wrapper,span.radio{cursor:pointer;color:#343432;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.75rem 0}.simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before,span.radio [type="radio"]+span:not(.form-hint),span.radio [type="radio"]+label+span:not(.form-hint){width:1em;height:1em;background-repeat:no-repeat;background-size:90%;background-position:center;background-color:#ffffff;pointer-events:none}.simple_form .checkbox label,.simple_form .boolean label,.simple_form .boolean,.simple_form .checkbox,.simple_form .checkbox label .checkbox-wrapper,.simple_form .boolean label .checkbox-wrapper,.simple_form .boolean .checkbox-wrapper,.simple_form .checkbox .checkbox-wrapper{border-bottom:.1em solid transparent}.simple_form .checkbox label:focus-within [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label:focus-within [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean:focus-within [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox:focus-within [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper:focus-within [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper:focus-within [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox label:focus-within [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean label:focus-within [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean:focus-within [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox:focus-within [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper:focus-within [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper:focus-within [type="checkbox"]+label+span:not(.form-hint)::before{outline:2px solid #00758a;outline-offset:1px}.simple_form .boolean [type="checkbox"],.simple_form .checkbox [type="checkbox"]{clip:revert;opacity:.005;width:1.25rem;height:1.25rem;z-index:1}.simple_form .checkbox label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean label [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .checkbox .checkbox-wrapper [type="checkbox"]+span:not(.form-hint)::before,.simple_form .boolean [type="checkbox"]+label+span:not(.form-hint)::before,.simple_form .checkbox [type="checkbox"]+label+span:not(.form-hint)::before{display:block;margin-top:.1rem;border:.15em solid;content:''}.simple_form .checkbox label [type="checkbox"]:focus+label,.simple_form .boolean label [type="checkbox"]:focus+label,.simple_form .boolean [type="checkbox"]:focus+label,.simple_form .checkbox [type="checkbox"]:focus+label,.simple_form .boolean .checkbox-wrapper [type="checkbox"]:focus+label,.simple_form .checkbox .checkbox-wrapper [type="checkbox"]:focus+label{display:block;position:relative;width:calc(100% - 4rem)}.simple_form .checkbox label [type="checkbox"]:focus+label::after,.simple_form .boolean label [type="checkbox"]:focus+label::after,.simple_form .boolean [type="checkbox"]:focus+label::after,.simple_form .checkbox [type="checkbox"]:focus+label::after,.simple_form .boolean .checkbox-wrapper [type="checkbox"]:focus+label::after,.simple_form .checkbox .checkbox-wrapper [type="checkbox"]:focus+label::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:-.25rem -1.5rem;outline-offset:0;outline:thick solid orange}span.radio [type="radio"]{clip:revert;opacity:.005;width:1.3rem;height:1.3rem}span.radio [type="radio"]+span:not(.form-hint),span.radio [type="radio"]+label+span:not(.form-hint){top:0;left:0;display:block;border-radius:1em;border:0.15em solid #ffffff;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}span.radio [type="radio"]:focus+label{display:block;position:relative;width:calc(100% - 4rem)}span.radio [type="radio"]:focus+label::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:-.25rem -1.5rem;outline-offset:0;outline:thick solid orange}.theme-color--blue [type="radio"]+span:not(.form-hint),.theme-color--blue [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 0.15em #00758a;box-shadow:0 0 0 0.15em #00758a}.theme-color--blue span.radio:focus-within:after{border-color:#00758a}.theme-color--blue [type="checkbox"]:checked+span::before,.theme-color--blue [type="checkbox"]:checked+label+span::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-blue-b2500694c0fa339acde6c5168a23bd724052e47c112fa114ca2b3cd9a4557638.svg)}.theme-color--orange [type="radio"]+span:not(.form-hint),.theme-color--orange [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 0.15em #f77f00;box-shadow:0 0 0 0.15em #f77f00}.theme-color--orange span.radio:focus-within:after{border-color:#f77f00}.theme-color--orange [type="checkbox"]:checked+span:not(.form-hint)::before,.theme-color--orange [type="checkbox"]:checked+label+span:not(.form-hint)::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-orange-e4926803999c46387437e7062c740e2a30668df40427d2076733e65ac99e421c.svg)}.theme-color--red [type="radio"]+span,.theme-color--red [type="radio"]+label+span{-webkit-box-shadow:0 0 0 0.15em #e8112d;box-shadow:0 0 0 0.15em #e8112d}.theme-color--red span.radio:focus-within:after{border-color:#e8112d}.theme-color--red [type="checkbox"]:checked+span::before,.theme-color--red [type="checkbox"]:checked+label+span::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-red-7e77ac5f1ea57f47c7bddefd6e12f6a2d24d8b33972ccf8923485fb76abb307d.svg)}.theme-color--green [type="radio"]+span:not(.form-hint),.theme-color--green [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 0.15em #367113;box-shadow:0 0 0 0.15em #367113}.theme-color--green span.radio:focus-within:after{border-color:#367113}.theme-color--green [type="checkbox"]:checked+span::before,.theme-color--green [type="checkbox"]:checked+label+span::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-green-989d967c59f8bd8acb9e720287b4d979b703afb7487da792f7de91ffe3eda58b.svg)}.theme-color--pink [type="radio"]+span:not(.form-hint),.theme-color--pink [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 0.15em #c41c70;box-shadow:0 0 0 0.15em #c41c70}.theme-color--pink span.radio:focus-within{border-color:#c41c70}.theme-color--pink [type="checkbox"]:checked+span:not(.form-hint)::before,.theme-color--pink [type="checkbox"]:checked+label+span:not(.form-hint)::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-pink-4500172dd05c003d950644697deca9dfde7821ec41e5652815b2e8720c1ac426.svg)}.theme-color--xmas-2023-rgb [type="radio"]+span:not(.form-hint),.theme-color--xmas-2023-rgb [type="radio"]+label+span:not(.form-hint),.theme-color--xmas-2023-cmyk [type="radio"]+span:not(.form-hint),.theme-color--xmas-2023-cmyk [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 .15em #30437E;box-shadow:0 0 0 .15em #30437E}.theme-color--xmas-2023-rgb span.radio:focus-within,.theme-color--xmas-2023-cmyk span.radio:focus-within{border-color:#30437E}.theme-color--xmas-2023-rgb [type="checkbox"]:checked+span:not(.form-hint)::before,.theme-color--xmas-2023-rgb [type="checkbox"]:checked+label+span:not(.form-hint)::before,.theme-color--xmas-2023-cmyk [type="checkbox"]:checked+span:not(.form-hint)::before,.theme-color--xmas-2023-cmyk [type="checkbox"]:checked+label+span:not(.form-hint)::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-pink-4500172dd05c003d950644697deca9dfde7821ec41e5652815b2e8720c1ac426.svg)}.theme-color--jan-2024-cmyk [type="radio"]+span:not(.form-hint),.theme-color--jan-2024-cmyk [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 .15em #6D5784;box-shadow:0 0 0 .15em #6D5784}.theme-color--jan-2024-cmyk span.radio:focus-within{border-color:#6D5784}.theme-color--jan-2024-cmyk [type="checkbox"]:checked+span:not(.form-hint)::before,.theme-color--jan-2024-cmyk [type="checkbox"]:checked+label+span:not(.form-hint)::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-pink-4500172dd05c003d950644697deca9dfde7821ec41e5652815b2e8720c1ac426.svg)}.theme-color--jan-2024-rgb [type="radio"]+span:not(.form-hint),.theme-color--jan-2024-rgb [type="radio"]+label+span:not(.form-hint){-webkit-box-shadow:0 0 0 .15em #5D4F81;box-shadow:0 0 0 .15em #5D4F81}.theme-color--jan-2024-rgb span.radio:focus-within{border-color:#5D4F81}.theme-color--jan-2024-rgb [type="checkbox"]:checked+span:not(.form-hint)::before,.theme-color--jan-2024-rgb [type="checkbox"]:checked+label+span:not(.form-hint)::before{background-image:url(https://www.scottishbooktrust.com/assets/css_icons/icon-check-pink-4500172dd05c003d950644697deca9dfde7821ec41e5652815b2e8720c1ac426.svg)}.faux_select{position:relative;background-color:#EAEBEF;opacity:1;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border:solid 2px transparent;-webkit-transition:all 100ms ease;transition:all 100ms ease}.faux_select:focus-within{outline-offset:-5px;outline:thick solid orange}.faux_select:hover{border:solid 2px;cursor:pointer}.faux_select--inner{cursor:pointer}.faux_select--inner>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.faux_select--inner span svg{display:inline-block;margin-left:.5em;width:.75em;height:.75em;-webkit-transition:-webkit-transform 250ms ease;transition:-webkit-transform 250ms ease;transition:transform 250ms ease;transition:transform 250ms ease, -webkit-transform 250ms ease;fill:#343432}.faux_select.faux_select--selected{background-color:#343432}.faux_select.faux_select--selected span{color:#ffffff}.faux_select.faux_select--selected span svg{fill:#ffffff}.theme-color--blue .faux_select.faux_select--selected span svg,.theme-color--red .faux_select.faux_select--selected span svg,.theme-color--yellow .faux_select.faux_select--selected span svg,.theme-color--green .faux_select.faux_select--selected span svg,.theme-color--pink .faux_select.faux_select--selected span svg,.theme-color--orange .faux_select.faux_select--selected span svg{fill:#ffffff}.faux_select.faux_select--selected:focus-within{border:2px solid #000}.simple_form .disabled .faux_select{opacity:.5}.simple_form .disabled .faux_select:hover{-webkit-box-shadow:none;box-shadow:none}.simple_form .disabled .faux_select svg{fill:#767676}.faux_select select{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:0;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.faux_select select:active span::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.hidden.faux_select{display:none}.faux_select--inner:hover{cursor:pointer}.simple_form .input.organisation-select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.simple_form .input.organisation-select-input .form-hint{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.simple-select-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#ffffff;border:solid 2px transparent;-webkit-transition:all 100ms ease;transition:all 100ms ease}.simple-select-wrapper:focus-within{border:solid 2px}.simple-select-wrapper:hover{border:solid 2px;cursor:pointer}.simple-select-wrapper.selected select{color:#ffffff}.simple-select-wrapper.selected option{color:#1F1F1F}.simple-select-wrapper.selected::after{background-image:url(https://www.scottishbooktrust.com/assets/select_dropdown_arrow_white-a3f7c09da07c2c8c9c97537dde7b85e7ba7320e4230590ce9d8e25263c24a95a.svg)}.simple-select-wrapper::after{position:absolute;width:.75rem;height:.75rem;right:0;margin-right:1rem;content:'';display:block;background-size:contain;background-image:url(https://www.scottishbooktrust.com/assets/select_dropdown_arrow_blue-93ea72ac470dcb069074fc3f8f71f1ff6f578e00ffe4e76bb06a718ee71ec793.svg);pointer-events:none}.simple-select-wrapper>select{background:none;width:100%;height:100;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.filterrific_spinner{position:absolute;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}@media (min-width: 76.5625em){.filterrific_spinner{left:0;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}.hamburger-text:focus,mark:focus,.wrapper-split__title h1:focus,.color-theme:focus,.slickr-content-editable>ol li:focus::before,.widget-accordion .accordion-open .widget-accordion-panel--body ol li:focus::before,.widget--video__bottom .widget-description ol li:focus::before,.slickr--content-editable p a:focus:not(.content-editable-button),.slickr-content-editable>ul a:focus:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ul a:focus:not(.content-editable-button),.widget--video__bottom .widget-description ul a:focus:not(.content-editable-button),.slickr-content-editable>ol a:focus:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body ol a:focus:not(.content-editable-button),.widget--video__bottom .widget-description ol a:focus:not(.content-editable-button),.section-content-lane-link a:focus:not(.content-editable-button),.landing-page-pagination--navigation .pagination .first a:focus:not(.content-editable-button),.landing-page-pagination--navigation .pagination .last a:focus:not(.content-editable-button),.landing-page-pagination--navigation span.page a a:focus:not(.content-editable-button),.secondary-cta--theme a:focus:not(.content-editable-button),.recent-updates--header--link a:focus:not(.content-editable-button),.landing-page-pagination--navigation span.current a:focus:not(.content-editable-button),.landing-page-pagination--navigation span.gap a:focus:not(.content-editable-button),.articles-load-more a:focus:not(.content-editable-button),.bws--2021 .link a:focus:not(.content-editable-button),.bws--2022 .link a:focus:not(.content-editable-button),.bws-event--contact-details-link a:focus:not(.content-editable-button),.widget-read-more-alt a:focus:not(.content-editable-button),.navigation-support--link--text a:focus:not(.content-editable-button),.content-tile-header a:focus:not(.content-editable-button),.recent-update-block--text a:focus:not(.content-editable-button),.slickr-content-editable>p a:focus:not(.content-editable-button),.table th a:focus:not(.content-editable-button),.table td a:focus:not(.content-editable-button),.home-page-main-section--site-search--input a:focus:not(.content-editable-button),.simple-form-errors:not(:empty) a:focus:not(.content-editable-button),.widget-accordion .accordion-open .widget-accordion-panel--body p a:focus:not(.content-editable-button),.widget--video__bottom .widget-description p a:focus:not(.content-editable-button),.section-content-lane--breakout--intro a:focus:not(.content-editable-button),.support-carousel--intro a:focus:not(.content-editable-button),.support-home--intro a:focus:not(.content-editable-button),.announcement_banner-container p a:focus:not(.content-editable-button),.bws_hero-intro a:focus:not(.content-editable-button),.home-page-main-section--header--intro a:focus:not(.content-editable-button),.home-page-main-section--overview--section--intro a:focus:not(.content-editable-button),.bws-event--venue-information-text a:focus:not(.content-editable-button),.result-item p a:focus:not(.content-editable-button),.paragraph a:focus:not(.content-editable-button),.section-content-lane-link:focus,.landing-page-pagination--navigation .pagination .first:focus,.landing-page-pagination--navigation .pagination .last:focus,.landing-page-pagination--navigation span.page a:focus,.landing-page-pagination--navigation span.current a:focus,.secondary-cta--theme:focus,.support-carousel--tile--link:focus,.support-home--link:focus,.link-with-icon:focus,.widget-video-link:focus,.page-header__filter-panel--search-input .site-search-button:focus,.widget-link-list .widget-link-list--link:focus,.author-listing-tile--link--with-icon a:focus,.support-page-donation-address .support-page-donation-gift-aid-link:focus,.form-hint a:focus,.form-loading-indicator a:focus,.simple_form .form-description a:focus,.simple_form .form-policy a:focus,.simple_form .form-cancel:focus,.form-link-secondary:focus,.content-page-main--header--more a:focus,.header-collection a:focus,.organisation-listing-item--edit-link:focus,.organisation-listing-item--span:focus,.link-small:focus,.filter-clear--cta:focus,.simple_form .boolean a:focus,.simple_form .checkbox a:focus,span.radio a:focus,.widget-accordion-panel:focus,.section-content-lane-title--with-category span:focus,.section-content-lane-title--with-category a:focus,.section-content-lane--featured .section-content-lane-title:focus,.section-content-lane--featured .section-content-lane-header .section-content-lane-link:focus:hover,.plyr--full-ui input[type=range]:focus,.page-header__filter-panel--top--btn:focus,.home-page-main-section--overview--content--title:focus,.a-to-z-list a:focus,.theme-color:focus,.recent-updates--header--link:focus,.simple_form .form-button:focus,.slickr-content-editable>p a.content-editable-button:focus,.section-call-to-action--related--tags:focus,.section-content-lane--breakout--link:focus,.support-page-donation-buttons .support-page-donation-submit:focus:first-child,.push-banner-cta>.button-cta:focus,.footer-contact--newsletter-button:focus,.content-page-main--header--ctas-link:focus,.training-button:focus,.button-cta__theme:focus,.home-page-main-section--overview--section--cta:focus,.button-cta__theme--dark:focus,.support-home--donation-links__link:focus,.button-cta__grey:focus,.widget-read-more:focus,.support-carousel--tile--cta:focus,.button-cta__blue:focus,.button-yellow:focus,.button-cta__yellow:focus,.button-cta__green:focus,.button-cta__orange:focus,.button-cta__red:focus,.landing-page-main-section--section--cta:focus,.button-cta__pink:focus,.support-page-donation-input:focus,.support-page-donation-buttons .support-page-donation-submit:focus:last-child,.quiz-component-button:focus,.answer-component-toggle:focus,.bws-event-booking-info--ticket-button:focus,.button-cta:focus,.simple-select-wrapper>select:focus,.widget--tags__tag:focus,.content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile-tags>.tag:focus,.author-listing-tile--tag:focus,.home-page-main-section--site-search--input:focus,.home-page-main-section--site-search--submit:focus,.bookbug_logo:focus,.recent-update-block:focus,.support-page-donation-text-field.visible .string.optional input.donate-input:focus,.landing-page-pagination--navigation .pagination .next a:focus,.landing-page-pagination--navigation .pagination .prev a:focus,.push-banner-toggle:focus,.event-tile-link:focus,.sbt .header-icon .bws_logo:focus,.footer-content a:focus,.footer-contact--social-links a:focus,.page-header--navigation-site-link a:focus,.page-header--navigation-logo a:focus,.page-header--navigation__logo:focus,.hamburger:focus,.page-header__filter-panel--search-input .input-site-search:focus,.page-header__filter-panel--search-input .button-site-search-toggle:focus,.bws.bws--2023 .bws-event--contact-details-link:focus,.content-page-main--sharing--link:focus,.bws--2023 .bws-event--contact-details-social-block a:focus,.bws--2024 .bws-event--contact-details-social-block a:focus,.bws--2023 .bws-event-back:focus,.bws--2024 .bws-event-back:focus{outline-offset:5px;outline:thick solid orange}.event--no-results{width:90%;margin:0 auto 2em}@media (min-width: 50em){.event--no-results{width:70%}}@media (min-width: 76.5625em){.event--no-results{width:55%}}.link-skip-to-main{position:absolute}.link-skip-to-main:focus-within{position:absolute;z-index:999;top:0;left:0;width:initial;height:initial;clip:initial;margin:initial}.link-skip-to-main:focus-within a{outline-offset:-5px;outline:thick solid orange;display:block;background-color:#EAEBEF;color:#1F1F1F;padding:1em;font-family:"proxima-nova", sans-serif;font-size:1.25em;line-height:1.2;font-weight:700}.slickr-content-editable>div:first-child{margin-top:0}.slickr-content-editable .form-alerts+p{margin-bottom:1rem}.slickr-content-editable>iframe,.slickr-content-editable>ul,.slickr-content-editable>ol,.slickr-content-editable>.widget,.slickr-content-editable>.blockquote,.slickr-content-editable>blockquote{clear:both}.slickr-content-editable>iframe{padding-top:0;width:100%;height:250px}@media (min-width: 50em){.slickr-content-editable>iframe{height:500px}}.slickr-content-editable>h1,.slickr-content-editable>h2,.slickr-content-editable>h3,.slickr-content-editable>h4,.slickr-content-editable>h5,.slickr-content-editable>h6,.slickr-content-editable>blockquote,.slickr-content-editable>.blockquote,.slickr-content-editable>p,.slickr-content-editable>ul,.slickr-content-editable>ol{max-width:70ch}.slickr-content-editable>.blockquote{position:relative;margin-left:auto;margin-right:auto}.slickr-content-editable>.blockquote>blockquote{position:relative}.slickr-content-editable>.blockquote>blockquote>div{margin:0;font-weight:bold}.slickr-content-editable>.blockquote>blockquote>div p{display:inline}.slickr-content-editable>.blockquote blockquote>footer{margin:0.5em 0 0}.slickr-content-editable>.blockquote blockquote>footer>cite{margin:0;color:#343432;font-style:italic}.slickr-content-editable>.blockquote .svg-quote{display:block;width:1.5rem;height:1.5rem}.slickr-content-editable>.blockquote .svg-quote-closed{display:inline;margin-left:0.25em}@media (min-width: 50em){.slickr-content-editable>.blockquote .svg-quote{position:absolute}.slickr-content-editable>.blockquote .svg-quote-open{left:-2rem}.slickr-content-editable>.blockquote .svg-quote-closed{display:initial;left:100%}}@media (min-width: 64em){.slickr-content-editable>.blockquote .svg-quote{position:absolute;width:2rem;height:2rem}.slickr-content-editable>.blockquote .svg-quote-open{left:-3rem}.slickr-content-editable>.blockquote .svg-quote-closed{display:initial;left:100%}}.slickr-content-editable>p a:not(.content-editable-button){font-size:inherit;font-weight:inherit}.bws--2024 .slickr-content-editable>p .link{color:white}.slickr-content-editable>p a.content-editable-button{margin:.5rem 0;font-size:inherit}.slickr-content-editable>p a.content-editable-button span:not(.new_window_link__cta)::after{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;content:'';background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyNCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAyNSAwTDEwLjE3OCAyLjgyOEwxNi4zNTQgOS4wMDRIMFYxMi45OTZIMTYuMzU0TDEwLjE3OCAxOS4xNzJMMTMuMDI1IDIyTDI0IDExTDEzLjAyNSAwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");background-size:contain;background-repeat:no-repeat;display:inline-block;width:19px;height:19px}.slickr-content-editable>p a.content-editable-button.link__external span:not(.new_window_link__cta)::before{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:1em;height:1em;content:'';display:inline-block;margin-left:.5rem;background-color:currentColor;-webkit-mask-image:url(https://www.scottishbooktrust.com/assets/svgs/open_in_new-e630e4d81b533af41452c34b56620c1d5962400b3a8b49492a5cfc1a6643bc26.svg);mask-image:url(https://www.scottishbooktrust.com/assets/svgs/open_in_new-e630e4d81b533af41452c34b56620c1d5962400b3a8b49492a5cfc1a6643bc26.svg)}.slickr-content-editable>p a.content-editable-button:hover span::after{-webkit-transform:translateX(0.375em);-ms-transform:translateX(0.375em);transform:translateX(0.375em)}.slickr-content-editable>p.para-small{margin-bottom:0.25em}.slickr-content-editable>p:not(:first-child):empty{height:0.25em}.slickr-content-editable>ol>li>a,.slickr-content-editable>ul>li>a{font-weight:inherit}.slickr-content-editable>.widget:first-child{margin-top:0}.slickr-content-editable>.widget:last-child{margin-bottom:0}.slickr-content-editable figure+blockquote{clear:none;padding-left:0;text-align:left}.slickr-content-editable em{font-style:italic}.slickr-content-editable>h1 span,.slickr-content-editable>h2 span,.slickr-content-editable>h3 span,.slickr-content-editable>h4 span,.slickr-content-editable>h5 span,.slickr-content-editable>h6 span{font-weight:initial !important}.slickr-content-editable--centered>h1,.slickr-content-editable--centered>h2,.slickr-content-editable--centered>h3,.slickr-content-editable--centered>h4,.slickr-content-editable--centered>h5,.slickr-content-editable--centered>h6,.slickr-content-editable--centered>p,.slickr-content-editable--centered>ul,.slickr-content-editable--centered>ol,.slickr-content-editable--centered>iframe{text-align:center;margin-left:auto;margin-right:auto}.slickr-content-editable--centered>figure:not(:empty){float:none !important;margin-right:auto;margin-left:auto}.slickr-content-editable--large-para>p:last-child{margin-bottom:0}.slickr-content-editable--story>p+p:not(:empty),.slickr-content-editable--story>.buffer+p:not(:empty){margin-bottom:0}.widget--tags__tag,.content-tile--featured .content-tile-link .content-tile-tags a,.content-tile-tags>.tag,.author-listing-tile--tag{position:relative;z-index:1;padding:.25em .5em;margin-right:.25em;margin-bottom:.25em;font-size:12px;color:#666666;background-color:#EAEBEF;border-radius:3px;font-weight:700;text-transform:uppercase;-webkit-transition:background-color 150ms ease;transition:background-color 150ms ease}.widget--tags__tag:hover,.content-tile--featured .content-tile-link .content-tile-tags a:hover,.content-tile-tags>.tag:hover,.author-listing-tile--tag:hover{background-color:#cdcfd9;cursor:pointer}.widget--tags__tag:focus,.content-tile--featured .content-tile-link .content-tile-tags a:focus,.content-tile-tags>.tag:focus,.author-listing-tile--tag:focus{outline-offset:-5px;z-index:1}.widget--tags__tag:not([href]),.content-tile--featured .content-tile-link .content-tile-tags a:not([href]),.content-tile-tags>.tag:not([href]),.author-listing-tile--tag:not([href]){pointer-events:none}.widget--tags__tag{color:#ffffff}.content-tile--featured .content-tile-link .content-tile-tags a{color:#ffffff;font-weight:700}.icon-link-component,.widget-icon-link,.footer-contact--social-links-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-line-pack:center;align-content:center;font-size:1em;background-color:#343432;border-radius:2.5em;-webkit-transition:background-color 150ms ease;transition:background-color 150ms ease}.icon-link-component:hover,.widget-icon-link:hover,.footer-contact--social-links-link:hover,.icon-link-component:focus,.widget-icon-link:focus,.footer-contact--social-links-link:focus{background-color:#767676}.icon-link-component svg,.widget-icon-link svg,.footer-contact--social-links-link svg{padding:.65em;width:2.5em;height:2.5em;fill:#ffffff}.theme-color--yellow .icon-link-component svg,.theme-color--yellow .widget-icon-link svg,.theme-color--yellow .footer-contact--social-links-link svg{fill:#1F1F1F}.table-source:not(:empty){display:block;margin-top:.5em}.table{display:table;width:100%;margin:0}.table p a{font-size:inherit}.table td{background:#EAEBEF}.table th,.table td{font-size:.9em;padding:1em;border:2px solid #ffffff;background:#EAEBEF}@media (min-width: 50em){.table th,.table td{font-size:1em}}.table .left tr th:first-of-type,.table .left tr td:first-of-type{background-color:#EAEBEF;font-style:normal}.table .right tr th:last-of-type,.table .right tr td:last-of-type{background-color:#EAEBEF;font-style:normal}.table .top tr th:nth-of-type(n+1){font-family:"proxima-nova", sans-serif;font-style:normal;background-color:#767676}.table .bottom tr:last-of-type td:nth-of-type(n+1){font-family:"proxima-nova", sans-serif;background-color:#767676;font-style:normal}.home-page-main-section--site-search{padding-bottom:0}.home-page-main-section--site-search--bar{z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#ffffff;border-radius:.25em;border-bottom:3px solid transparent}.home-page-main-section--site-search--bar:focus-within{border-bottom:3px solid #00758a}.home-page-main-section--site-search--input{z-index:1;position:relative;padding:1em .75em;margin-bottom:0;width:100%;border-radius:.25em;border-style:none;outline:none}.home-page-main-section--site-search--input:focus{outline-offset:-5px}.home-page-main-section--site-search--input::-webkit-input-placeholder{color:#767676}.home-page-main-section--site-search--input:-ms-input-placeholder{color:#767676}.home-page-main-section--site-search--input::-ms-input-placeholder{color:#767676}.home-page-main-section--site-search--input::placeholder{color:#767676}.home-page-main-section--site-search--submit{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:1em .75em;width:auto;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:#ffffff}.home-page-main-section--site-search--submit:focus{outline-offset:-2.5px;z-index:2}.home-page-main-section--site-search--submit--icon{width:1.5em;height:1.5em;fill:#00758a;-webkit-transition:fill 150ms ease-in-out;transition:fill 150ms ease-in-out}.home-page-main-section--site-search--submit:hover .home-page-main-section--site-search--submit--icon{fill:#004a57}@media (min-width: 50em){.home-page-main-section--site-search--input{padding:1em}.home-page-main-section--site-search--submit{padding:1em}.home-page-main-section--site-search--submit--icon{width:2.25em;height:2.25em}}.home-page-main-section--site-search--bar,.content-tile-link,.content-tile--featured .content-tile-link,.result-item,.navigation-support--link a,.funding-partner-link--image{position:relative}.home-page-main-section--site-search--bar:after,.content-tile-link:after,.content-tile--featured .content-tile-link:after,.result-item:after,.navigation-support--link a:after,.funding-partner-link--image:after{position:absolute;top:0;left:0;content:' ';width:100%;height:100%;-webkit-box-shadow:0 0 3px 2px #cdcfd9;box-shadow:0 0 3px 2px #cdcfd9;border-radius:.25em;opacity:0;-webkit-transition:opacity 200ms ease-out;transition:opacity 200ms ease-out}.home-page-main-section--site-search--bar:hover::after,.content-tile-link:hover::after,.result-item:hover::after,.navigation-support--link a:hover::after,.funding-partner-link--image:hover::after,.home-page-main-section--site-search--bar:focus::after,.content-tile-link:focus::after,.result-item:focus::after,.navigation-support--link a:focus::after,.funding-partner-link--image:focus::after{opacity:.75}.landing-page-background,.home-page-background{position:relative;background-color:#EAEBEF}.landing-page-background--image-top,.home-page-background--image-top{position:absolute}@media (min-width: 40em){.landing-page-background--image-top,.home-page-background--image-top{display:block;top:0;right:0;width:50%}}.landing-page-background--image-top-image,.home-page-background--image-top-image{position:absolute;right:0;padding-bottom:100%;width:100%;height:100%;max-width:600px;background-position:top right;background-repeat:no-repeat;background-size:contain;z-index:0}.home-page-background--image-top-clipped{position:absolute;padding-bottom:65%;width:80%;height:0;background-position:right top;background-repeat:no-repeat;background-size:contain}@media (min-width: 40em){.home-page-background--image-top-clipped{left:10%}}@media (min-width: 76.5625em){.home-page-background--image-top-clipped{left:5%}}@media (min-width: 100em){.home-page-background--image-top-clipped{left:15%;padding-bottom:1px;width:600px;height:500px}}.home-page-background--image-top-clipped{z-index:1}.support-page-background--image-image,.donate-page-background--image-image{display:none;position:absolute;top:15%;width:20%;height:75%}@media (min-width: 40em){.support-page-background--image-image,.donate-page-background--image-image{display:block}}@media (min-width: 64em){.support-page-background--image-image,.donate-page-background--image-image{width:40%}}@media (min-width: 100em){.support-page-background--image-image,.donate-page-background--image-image{width:100%;height:75%}}.support-page-background--image-top-left,.support-page-background--image-mid-left,.support-page-background--image-bottom-left,.donate-page-background--image-top-left,.donate-page-background--image-mid-left,.donate-page-background--image-bottom-left{left:0}.support-page-background--image-top-right,.support-page-background--image-mid-right,.support-page-background--image-bottom-right,.donate-page-background--image-top-right,.donate-page-background--image-mid-right,.donate-page-background--image-bottom-right{right:0;background-position:right}.support-page-background--image{position:absolute;width:100%;height:100%;max-height:800px;left:0;z-index:-1}@media (min-width: 100em){.support-page-background--image{max-height:1000px}}.support-page-background--image-mid-left{top:25%}.support-page-background--image-mid-right{top:25%}@media (min-width: 64em){.support-page-background--image-mid-right{top:50%}}.support-page-background--image-bottom-left{top:-50%}@media (min-width: 64em){.support-page-background--image-bottom-left{top:-25%}}.support-page-background--image-bottom-right{top:-50%}@media (min-width: 64em){.support-page-background--image-bottom-right{top:50%}}.support-page-background--image-footer{bottom:0;width:30%;height:100%}.support-page-background--image-footer-left{top:auto;bottom:0;height:100%;background-position:bottom}.donate-page-background--image{position:absolute;width:100%;height:100%;max-height:800px;top:0;left:0;z-index:-1}@media (min-width: 100em){.donate-page-background--image{max-height:1000px}}.donate-page-background--image-mid-left{top:125%}.donate-page-background--image-mid-right{top:125%}@media (min-width: 64em){.donate-page-background--image-mid-right{top:150%}}.donate-page-background--image-bottom-left{top:-50%}@media (min-width: 64em){.donate-page-background--image-bottom-left{top:-25%}}.donate-page-background--image-bottom-right{top:-50%}@media (min-width: 64em){.donate-page-background--image-bottom-right{top:50%}}.donate-page-background--image-footer{top:initial;bottom:0;width:30%;height:100%}.donate-page-background--image-footer-left{top:auto;bottom:0;height:100%;background-position:bottom}.background-gold{background-color:#b87a27}.background-sand{background-color:#f7f1e3}.background-grey{background-color:#EAEBEF}.background-white{background-color:#ffffff}.background-fixed{position:relative}.background-fixed .background-fixed-image{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;min-width:100%;min-height:100%}@media (min-width: 64em){.background-fixed .background-fixed-image{position:fixed}}.content-tile-link,.content-tile--featured .content-tile-link,.result-item,.author-listing-tile,.support-page-donate-section--body,.funding-partner-link--image{border-radius:0.25em}.content-tile-link,.content-tile--featured .content-tile-link,.result-item,.author-listing-tile,.section-content-lane--no-results,.support-page-donate-section--body,.funding-partner-link--image{border-bottom:2px solid #cdcfd9}.slickr-content-editable>figure.s_limit:not(:empty),.slickr-content-editable--centered>figure.s_limit:not(:empty),.slickr-content-editable>figure.thumb_limit:not(:empty),.slickr-content-editable--centered>figure.thumb_limit:not(:empty){clear:both;float:left;padding-right:1em;margin-bottom:.5em;width:33%}.slickr-content-editable>figure.s_limit:not(:empty) img,.slickr-content-editable--centered>figure.s_limit:not(:empty) img,.slickr-content-editable>figure.thumb_limit:not(:empty) img,.slickr-content-editable--centered>figure.thumb_limit:not(:empty) img{margin-top:.5em;max-width:100%;border-radius:.25em}@media (min-width: 26.25em){.slickr-content-editable>figure.s_limit:not(:empty),.slickr-content-editable--centered>figure.s_limit:not(:empty),.slickr-content-editable>figure.thumb_limit:not(:empty),.slickr-content-editable--centered>figure.thumb_limit:not(:empty){width:25%}}.slickr-content-editable>figure.s_limit:not(:empty),.slickr-content-editable--centered>figure.s_limit:not(:empty){width:45%}@media (min-width: 26.25em){.slickr-content-editable>figure.s_limit:not(:empty),.slickr-content-editable--centered>figure.s_limit:not(:empty){width:33%}}.slickr-content-editable>figure:not(:empty),.slickr-content-editable--centered>figure:not(:empty){position:relative;margin-top:0}.slickr-content-editable>figure.m_limit:not(:empty),.slickr-content-editable--centered>figure.m_limit:not(:empty),.slickr-content-editable>figure.l_limit:not(:empty),.slickr-content-editable--centered>figure.l_limit:not(:empty),.slickr-content-editable>figure.xl_limit:not(:empty),.slickr-content-editable--centered>figure.xl_limit:not(:empty){max-width:100%;clear:both}.slickr-content-editable>figure.m_limit:not(:empty) img,.slickr-content-editable--centered>figure.m_limit:not(:empty) img,.slickr-content-editable>figure.l_limit:not(:empty) img,.slickr-content-editable--centered>figure.l_limit:not(:empty) img,.slickr-content-editable>figure.xl_limit:not(:empty) img,.slickr-content-editable--centered>figure.xl_limit:not(:empty) img{display:block;margin-left:auto;margin-right:auto;max-width:100%}.slickr-content-editable>figure.m_limit:not(:empty) .figcaption,.slickr-content-editable--centered>figure.m_limit:not(:empty) .figcaption,.slickr-content-editable>figure.l_limit:not(:empty) .figcaption,.slickr-content-editable--centered>figure.l_limit:not(:empty) .figcaption,.slickr-content-editable>figure.xl_limit:not(:empty) .figcaption,.slickr-content-editable--centered>figure.xl_limit:not(:empty) .figcaption{margin-top:.25em;text-align:center}.slickr-content-editable>figure.m_limit:first-child:not(:empty),.slickr-content-editable--centered>figure.m_limit:first-child:not(:empty),.slickr-content-editable>figure.l_limit:first-child:not(:empty),.slickr-content-editable--centered>figure.l_limit:first-child:not(:empty),.slickr-content-editable>figure.xl_limit:first-child:not(:empty),.slickr-content-editable--centered>figure.xl_limit:first-child:not(:empty){margin-top:0}.slickr-content-editable>figure.l_limit:not(:empty),.slickr-content-editable--centered>figure.l_limit:not(:empty),.slickr-content-editable>figure.xl_limit:not(:empty),.slickr-content-editable--centered>figure.xl_limit:not(:empty){width:100%}.slickr-content-editable>figure.l_limit:not(:empty) img,.slickr-content-editable--centered>figure.l_limit:not(:empty) img,.slickr-content-editable>figure.xl_limit:not(:empty) img,.slickr-content-editable--centered>figure.xl_limit:not(:empty) img{width:100%}.slickr-content-editable>figure.xl_limit:not(:empty),.slickr-content-editable--centered>figure.xl_limit:not(:empty){padding-left:0;padding-right:0}.simple-form-errors:not(:empty){background:#e8112d;color:white;padding:1rem}.form-alerts{padding:1em;color:#ffffff;background-color:#00758a}.form-alerts--errors{background-color:#e8112d}.form-alerts--success{background-color:#367113}.form-alerts-alert{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-alerts-alert span{padding:.35em 0;color:#ffffff;-webkit-box-flex:1;-ms-flex:1;flex:1}.form-alerts-alert span a{color:inherit;text-decoration:none;font-weight:bold}.form-alerts-alert span a:hover{text-decoration:underline}.form-alerts-alert--svg{fill:#ffffff;margin-right:.75em;margin-right:.75em;-webkit-box-flex:0;-ms-flex:0 2em;flex:0 2em}.form-alerts-alert--svg--error{padding:.15em}.vote_counter_container{margin:1em 0;color:#00758a}.vote_counter_container[data-target]{font-weight:700}.vote_counter_container.cant-vote{color:#e8112d}.bookbug_logo{border-radius:50%;border:2px dotted transparent;-webkit-transition:.1s transform;transition:.1s transform;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.bookbug_logo:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.bookbug_logo img{width:100%;height:auto}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.max-width-100{max-width:100%}.padding-small{padding:1rem}.margin-bottom{margin-bottom:.5em}.margin-bottom--md{margin-bottom:1em}.margin-bottom--lg{margin-bottom:1em}@media (min-width: 40em){.margin-bottom--lg{margin-bottom:2em}}.margin-top-lg{margin-top:1em}@media (min-width: 40em){.margin-top-lg{margin-top:2em}}.margin-none{margin:0 !important}.relative{position:relative}.absolute{position:absolute}.inset{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.text-right{text-align:right}.separator{width:100%;height:4rem;background-color:transparent}.separator svg{width:100%;height:100%;fill:transparent}.separator--bg-white{background-color:#ffffff}.separator--shape-white svg{fill:#ffffff}.theme-color--xmas-2022 .separator--shape-theme svg{fill:#f7f1e3}.theme-color--xmas-2023-rgb .separator--shape-theme svg{fill:#aedeef}.theme-color--xmas-2023-cmyk .separator--shape-theme svg{fill:#aedeef}.theme-color--jan-2024-rgb .separator--shape-theme svg{fill:#CDCAE4}.theme-color--jan-2024-cmyk .separator--shape-theme svg{fill:#D8D2EA}.bws .hamburger .hamburger-text{color:#1F1F1F}.bws .hamburger-inner,.bws .hamburger-inner::before,.bws .hamburger-inner::after{background:#1F1F1F}.bws .filter-clear--cta{background:#ffce00;color:black;border:2px solid #1F1F1F;border-radius:0;margin-top:0}.bws .filter-clear--cta .element-icon-link svg{fill:black}.bws.bws--2023 .filter-clear--cta{background:#000000;color:white;border:2px solid #000000;border-radius:5px;margin-top:0;top:10px}@media (min-width: 40em){.bws.bws--2023 .filter-clear--cta{top:0}}.bws.bws--2023 .filter-clear--cta .element-icon-link svg{fill:white}.bws a.bws-svg-icon,.bws .footer-contact--social-links-link{border-radius:50%;background-color:#EAEBEF}.bws a.bws-svg-icon:hover,.bws .footer-contact--social-links-link:hover{background-color:#343432}.bws--2024 .slickr-content-editable>p a.content-editable-button{background-color:#FFEDAA;color:black}.bws--2024 .slickr-content-editable>p a.content-editable-button span:not(.new_window_link__cta)::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDI0IDIyIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTEzLjAyNSAwTDEwLjE3OCAyLjgyOEwxNi4zNTQgOS4wMDRIMFYxMi45OTZIMTYuMzU0TDEwLjE3OCAxOS4xNzJMMTMuMDI1IDIyTDI0IDExTDEzLjAyNSAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+")}.bws--2021 a.bws-svg-icon,.bws--2021 .footer-contact--social-links-link,.bws--2022 a.bws-svg-icon,.bws--2022 .footer-contact--social-links-link{background-color:#f77f00}.bws--2021 a.bws-svg-icon:hover,.bws--2021 .footer-contact--social-links-link:hover,.bws--2022 a.bws-svg-icon:hover,.bws--2022 .footer-contact--social-links-link:hover{background-color:#f77f00}.bws--2023 a.bws-svg-icon,.bws--2023 .footer-contact--social-links-link{background-color:#65bc46}.bws--2023 a.bws-svg-icon:hover,.bws--2023 .footer-contact--social-links-link:hover{background-color:#65bc46}.slider-arrow.bws-lane-arrow{background-image:url(https://www.scottishbooktrust.com/assets/bws/arrow_right--black-6153d8d155cecd588b4cea17867d600fce2ad26436b4a0f38d0f21f5dc06ff5e.svg);background-repeat:no-repeat}.bws--2024 .slider-arrow.bws-lane-arrow{background-image:url(https://www.scottishbooktrust.com/assets/bws/arrow_right--yellow-2f0994a3b100d610e1da8abc0884074c75afe57fea0b4059476a21454f1d996b.svg)}.bws.bws--2024 .hamburger .hamburger-text{color:#FFEDAA}.bws.bws--2024 .hamburger-inner,.bws.bws--2024 .hamburger-inner::before,.bws.bws--2024 .hamburger-inner::after{background:#FFEDAA}.bws .faux_select span{color:black;font-weight:700}.bws--2023 .faux_select{border:2px solid #000000;background-color:#ffffff;border-radius:5px}.bws--2023 .faux_select span{color:black;font-weight:700}.bws--2021 .faux_select,.bws--2022 .faux_select{border-color:#1F1F1F;border-radius:0;background-color:#00b5d6}.bws--2021 .faux_select span,.bws--2022 .faux_select span{color:black;font-weight:700}.bws--2021 .faux_select span svg,.bws--2022 .faux_select span svg{fill:#1F1F1F}.bws--2021 .faux_select--selected,.bws--2022 .faux_select--selected{background-color:#ffce00}.bws--2021 .faux_select--selected span svg,.bws--2022 .faux_select--selected span svg{fill:#1F1F1F}.bws--2021 .faux_select:focus,.bws--2021 .faux_select:focus-within,.bws--2022 .faux_select:focus,.bws--2022 .faux_select:focus-within{-webkit-box-shadow:#ffce00;box-shadow:#ffce00}.bws--2021 .filter-input--alt,.bws--2022 .filter-input--alt{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.bws--2021 .filter-input--alt .faux_select,.bws--2022 .filter-input--alt .faux_select{background-color:#ffce00}.bws--2021 .filter-input--alt .faux_select--selected,.bws--2022 .filter-input--alt .faux_select--selected{background-color:#1F1F1F}.bws--2021 .filter-input--alt .faux_select--selected span,.bws--2022 .filter-input--alt .faux_select--selected span{color:#ffce00}.bws--2021 .filter-input--alt .faux_select--selected span svg,.bws--2022 .filter-input--alt .faux_select--selected span svg{fill:#ffce00}.bws--2021 .filter-input--alt .faux_select:focus,.bws--2021 .filter-input--alt .faux_select:focus-within,.bws--2022 .filter-input--alt .faux_select:focus,.bws--2022 .filter-input--alt .faux_select:focus-within{-webkit-box-shadow:#1F1F1F;box-shadow:#1F1F1F}.widget-container,.simple_form:not(.donate-form),.quiz-component{background-color:#EAEBEF}.widget-theme-reverse .widget-container,.widget-theme-reverse .simple_form:not(.donate-form),.widget-theme-reverse .quiz-component{background-color:#ffffff}.widget-theme-rounded .widget-container,.widget-theme-rounded .simple_form:not(.donate-form),.widget-theme-rounded .quiz-component{border-radius:.25em}.widget-container{clear:both}.page--user-dashboard .widget-user-detail .widget-container--inner{padding-top:2em}.page--user-dashboard .widget-container{margin-top:0;margin-bottom:1em}.form-alerts+.widget-container{margin-top:0}.widget-text-data{margin-bottom:1.5em;padding:1em;font-weight:500;background-color:white}.widget-text-data--tall{margin-bottom:3em}.widget-icon-link{z-index:1;margin-right:0.25em;margin-left:0.25em;margin-bottom:0.5em}.widget-icon-link--container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget-icon-link--container a:focus{outline-offset:5px;outline:thick solid orange}.widget-icon-link--container a:focus{outline-offset:0}.widget-accordion-panel--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.widget-accordion-panel--button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;margin:.5em 0;height:1em;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.widget-accordion-panel--button .button-icon{width:1em;height:1em;fill:#00758a;pointer-events:none}.bws--2024 .widget-accordion-panel--button .button-icon{fill:#FFC000}.widget-accordion-panel--button .button-icon-minus{display:none}.widget-accordion-panel--body{display:block;height:100%;max-height:.01em;overflow:hidden;color:#fff;-webkit-transition:max-height 250ms cubic-bezier(0, 1, 0, 1),margin-top 500ms ease;transition:max-height 250ms cubic-bezier(0, 1, 0, 1),margin-top 500ms ease}.bws--2024 .widget-accordion-panel--body,.bws--2024 .widget-accordion-panel--body p{color:#FFEDAA}.widget-accordion-panel--body a{color:inherit}.widget-accordion-panel{border-color:#00758a;border-bottom:2px solid}.bws--2024 .widget-accordion-panel{border-bottom:2px solid #FFEDAA}.widget-accordion-panel:first-child{border-top:2px solid}.bws--2024 .widget-accordion-panel:first-child{border-top:2px solid #FFEDAA}.widget-accordion .accordion-open .button-icon-plus{display:none}.widget-accordion .accordion-open .button-icon-minus{display:block}.widget-accordion .accordion-open .widget-accordion-panel--body{margin-top:1em;height:100%;max-height:999em;overflow:visible visible;-webkit-transition:max-height 500ms ease-in-out, margin-top 1ms ease-in-out;transition:max-height 500ms ease-in-out, margin-top 1ms ease-in-out;color:#343432}.widget-accordion .accordion-open .widget-accordion-panel--body p{color:#343432;font-size:1em}.widget-accordion .accordion-open .widget-accordion-panel--body p:not(:first-child){margin-top:1em}.widget-accordion .accordion-open .widget-accordion-panel--body ol,.widget-accordion .accordion-open .widget-accordion-panel--body ul{margin-top:1em;margin-bottom:1em;font-size:1em}.bws--2024 .widget-accordion .accordion-open .widget-accordion-panel--body,.bws--2024 .widget-accordion .accordion-open .widget-accordion-panel--body p{color:#FFEDAA}.widget-accordion .accordion-open .widget-accordion-panel--body p{margin-top:1em}.widget-accordion--title{padding-bottom:0;margin-bottom:0;color:#343432;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;cursor:pointer}.bws--2024 .widget-accordion--title{color:#FFC000}@media (min-width: 50em){.widget-container--even-split{display:-webkit-box;display:-ms-flexbox;display:flex}}.widget-container--even-split__child:last-child{margin-top:1em}@media (min-width: 50em){.widget-container--even-split__child:last-child{margin-top:0}}@media (min-width: 50em){.widget-container--even-split__child{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}}.widget-container--inner-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 26.25em){.widget-container--inner-flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.widget-container--inner-flex-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (min-width: 26.25em){.widget-container--inner-flex-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.widget-container--inner-flex .widget-image{max-width:200px}@media (min-width: 26.25em){.widget-container--inner-flex .widget-image{max-width:250px;-webkit-box-flex:1;-ms-flex:1 1 20%;flex:1 1 20%;margin-right:1em}}@media (min-width: 50em){.widget-container--inner-flex .widget-image{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;margin-right:2em}}.widget-container--inner-flex .widget-image img{width:100%}.widget-container--inner-flex .widget-image--person{margin-right:auto;margin-bottom:1em;margin-left:auto}@media (min-width: 26.25em){.widget-container--inner-flex .widget-image--person{margin-right:1em}}@media (min-width: 50em){.widget-container--inner-flex .widget-image--person{margin-right:2em}}.widget-container--inner-flex .widget-image--person img{border-radius:50%}.widget-container--inner-flex .widget-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.widget-container--inner-flex.event-detail{display:block}@media (min-width: 50em){.widget-container--inner-flex.event-detail{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width: 50em){.widget-container--inner-flex.event-detail .widget-text:first-child{margin-right:2em}}.widget-container--inner-flex.event-detail .widget-text:nth-of-type(2){margin-top:1em}@media (min-width: 50em){.widget-container--inner-flex.event-detail .widget-text:nth-of-type(2){-webkit-box-flex:1;-ms-flex:1 1 35%;flex:1 1 35%;margin-top:0}}@media (min-width: 64em){.widget-container--inner-flex.event-detail .widget-text:nth-of-type(2){-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}}.widget-container hr{height:4px;background-color:white;border:none}.widget-icons{display:-webkit-box;display:-ms-flexbox;display:flex}.widget-icons .content-page-main--sharing--link:not(:last-of-type){margin-right:1em}.widget-link-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.widget-link-list .widget-link-list--link{display:inline-block;margin-bottom:.5em;white-space:nowrap}.widget--title__small{display:block;color:#666666}.widget--title{margin-bottom:.25em}.widget--title-book{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.widget--title__title__secondary{font-family:"altis-scotbook-bold", sans-serif;font-weight:100}.widget--tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:1em}.widget-description{color:#666666;padding-bottom:1em}@media (min-width: 50em){.widget-description{padding-bottom:2em}}.widget-description:empty{display:none}.widget-description p:not(:only-child):not(:last-child){padding-bottom:1em}.widget-description:last-child{padding-bottom:0}.widget-description.slickr-content-editable{font-size:inherit}.widget-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:1rem}.widget-links .widget-read-more{margin-bottom:1rem}.widget-links .widget-read-more-alt{margin-top:.5em;margin-bottom:0}.widget-read-more{margin-top:auto}.widget-read-more--author{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.widget-read-more--author span{color:#ffffff}.widget-read-more-alt{display:inline-block;margin-top:auto;font-size:1rem}.widget-read-more-alt{display:inline-block;margin-top:auto;font-size:1rem}.widget-image{background-size:contain;background-repeat:no-repeat}.widget-related-book-image{background-position:center top}.widget-related-bio .widget-image{padding:1em}.widget-related-bio .widget-bio-image{padding-bottom:100%;border-radius:50%;background-position:center;background-size:contain}.widget-books-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.widget-books-grid--item,.widget-books-grid--link{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;margin-bottom:2%;color:#00758a}@media (min-width: 26.25em){.widget-books-grid--item,.widget-books-grid--link{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%}}@media (min-width: 76.5625em){.widget-books-grid--item,.widget-books-grid--link{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%}}.widget-books-grid--item{padding-bottom:60%;background-position:50% 50%;background-size:cover}@media (min-width: 26.25em){.widget-books-grid--item{padding-bottom:40%}}.widget-books-grid--link{background-color:#ffffff;border-radius:1rem;overflow:hidden}@media (min-width: 76.5625em){.widget-books-grid--link{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%}}.widget-books-grid--link .widget--title,.widget-books-grid--link .widget--title__title__secondary{text-align:center}.widget-books-grid--link .widget--title__title__secondary{padding:0 1rem 1rem}.widget-books-grid--link .widget-image{padding-bottom:150%;margin-bottom:1rem;background-position:50% 50%;background-size:cover}.widget-downloads--container{border-top:2px solid #b0b4c3;border-bottom:2px solid #b0b4c3}.widget-downloads-item{border-top:2px solid #cdcfd9}.widget-downloads-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:1em;padding-bottom:1em;color:#00758a;-webkit-transition:background-color 250ms ease-in-out;transition:background-color 250ms ease-in-out}.widget-downloads-item-link>span{margin-left:.25em;width:100%}.widget-downloads-item-link:hover,.widget-downloads-item-link:focus{background-color:#cdcfd9}.widget-downloads-item-icon{width:3em;height:3em;fill:#00758a}.widget-downloads-item-name{color:#343432}.widget-downloads-item-size{color:#666666}.widget-downloads-item:first-child{border-top:0}.widget-people-grid{background-color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-people-title:not(:empty){-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.widget-people-title:not(:empty)+.widget-container{margin-top:0}.widget-video-html5,.widget-video-iframe iframe,.widget-audio-html5,.widget-audio-iframe iframe{margin:0 auto;width:100%}.widget-player{padding:1em 0}.widget-audio-html5{height:88px}.widget-audio-iframe iframe{padding:0;margin:1em auto}.widget-video-link--container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-video-link--container:empty{display:none}.widget--video__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.widget--video__bottom .widget-description{margin-top:1em;padding-bottom:0}.widget--video__bottom .widget-description p{color:#343432;font-size:1em}.widget--video__bottom .widget-description p:not(:first-child){margin-top:1em}.widget--video__bottom .widget-description ol,.widget--video__bottom .widget-description ul{margin-top:1em;margin-bottom:1em;font-size:1em}.widget--video__bottom .widget-description:empty{margin:0}.content-lane .content-tile,.stat-component{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;margin-bottom:.5em;color:inherit}@media (min-width: 26.25em){.content-lane .content-tile,.stat-component{-webkit-box-flex:0;-ms-flex:0 1 49%;flex:0 1 49%;margin:0 .5% 1%}}@media (min-width: 40em){.content-lane .content-tile,.stat-component{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}@media (min-width: 64em){.content-lane .content-tile,.stat-component{-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}.campaign-section-background .content-lane .content-tile,.content-lane .campaign-section-background .content-tile,.campaign-section-background .stat-component{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}.campaign-section-background .content-lane .content-tile .stat-text-top,.content-lane .campaign-section-background .content-tile .stat-text-top,.campaign-section-background .stat-component .stat-text-top{margin-bottom:.5em}}.content-lane-slider .content-tile{-webkit-box-flex:1;-ms-flex:1 1 13em;flex:1 1 13em;max-width:100%;margin:1em .05em;color:inherit;position:relative}.content-tile-link,.content-tile--featured .content-tile-link,.result-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1em;min-height:13em;background:#ffffff;-webkit-transition:-webkit-box-shadow 200ms ease-in-out;transition:-webkit-box-shadow 200ms ease-in-out;transition:box-shadow 200ms ease-in-out;transition:box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out}.author-listing-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1em;min-height:13em;background:#ffffff;-webkit-transition:-webkit-box-shadow 200ms ease-in-out;transition:-webkit-box-shadow 200ms ease-in-out;transition:box-shadow 200ms ease-in-out;transition:box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out}.content-lane{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-tile--featured .content-tile-link{position:relative}.content-tile--featured .content-tile-link .content-tile-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-size:cover;opacity:.25;-webkit-filter:contrast(1.25);filter:contrast(1.25)}.content-tile--featured .content-tile-link .content-tile-header,.content-tile--featured .content-tile-link .content-tile-lower{z-index:1}.content-tile--featured .content-tile-link .content-tile-header{color:#ffffff}.content-tile--featured .content-tile-link .content-tile-header svg{fill:#ffffff}.theme-color--yellow .content-tile--featured .content-tile-link .content-tile-header{color:#1F1F1F}.theme-color--yellow .content-tile--featured .content-tile-link .content-tile-header svg{fill:#1F1F1F}.content-tile-header{z-index:1;height:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.content-tile-header>span{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-tile-header svg{-ms-flex-item-align:start;align-self:flex-start}.content-tile-header:not([href]){cursor:default}.content-tile-header:not([href]) span{color:#767676}.content-tile-header:not([href]) svg{display:none}.content-tile-header:focus{outline:none}.content-tile-header:focus:after{outline-offset:-5px;outline:thick solid orange}.content-tile-header:after{position:absolute;content:'';top:0;left:0;right:0;bottom:0}.content-tile-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-tile-author{font-size:initial}.content-tile--featured .content-tile-author{color:#ffffff}.content-tile-description{margin-bottom:0;color:#666666}.content-tile--featured .content-tile-description{color:white}.theme-color--yellow .content-tile--featured .content-tile-description{color:#1F1F1F}.song-and-rhyme-type{position:absolute;bottom:.85em;right:.85em}.js-slider-lane .content-tile:only-child{padding:0 1.5em !important}@media (min-width: 26.25em){.js-slider-lane .content-tile:only-child{padding:0 12px 0 0 !important}}.widget .content-tile{margin:1em 0;position:relative}.author-listing-tile{position:relative;display:block;margin-bottom:0.5em;padding:2em 1em;width:100%;min-height:100%}.widget-container .author-listing-tile{background-color:#EAEBEF}@media (min-width: 26.25em){.author-listing-tile{-webkit-box-flex:0;-ms-flex:0 1 49%;flex:0 1 49%;margin:0 0.5% 1%;margin-bottom:none}}@media (min-width: 40em){.author-listing-tile{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}.widget-container .author-listing-tile{-webkit-box-flex:0;-ms-flex:0 1 48%;flex:0 1 48%}}@media (min-width: 64em){.author-listing-tile{-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}.widget-container .author-listing-tile{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%}}.author-listing-tile--inner{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%}.author-listing-tile--inner,.author-listing-tile--author-types{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.author-listing-tile--inner ul li,.author-listing-tile--author-types ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:11}.author-listing-tile--image-link{z-index:1;cursor:pointer}.author-listing-tile--link{display:block;margin-top:auto;z-index:10}.author-listing-tile--link:after{position:absolute;content:' ';top:0;left:0;right:0;bottom:0}.author-listing-tile--link--with-icon{margin-top:.4rem;position:relative}.author-listing-tile--link--with-icon a{position:relative;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0;width:auto;text-align:center;font-size:initial;font-weight:bold;text-decoration:none}.author-listing-tile--link--with-icon a svg{margin-right:.5em;width:1.2em;height:1.2em}.author-listing-tile--image{position:relative;overflow:hidden;margin-bottom:1em;width:5em;height:5em;border-radius:50%;background-position:center;background-size:contain;background-image:url(https://www.scottishbooktrust.com/assets/icon-profile-49e89283f7b88de1b7e01475a944fc5f3e0a38603ca767209a5c9e6364d99b6e.svg)}.author-listing-tile--image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-listing-tile--image__icon{background-size:66%;background-repeat:no-repeat}@media (min-width: 40em){.author-listing-tile--image{width:6em;height:6em}}.author-listing-tile--name{font-weight:700;margin-bottom:0.5em}.author-listing-tile--authority{color:#666666;margin-bottom:0.75em;font-weight:100}.author-listing-tile--name,.author-listing-tile--authority,.author-listing-tile--tag{display:block;text-align:center}.author-listing-tile--author-types:not(:empty){margin-bottom:1em}.section-content-lane{position:relative}.section-content-lane:first-of-type{padding-top:0}.section-content-lane:last-of-type .section-content-lane:not(.section-content-lane--featured){padding-bottom:0;border-bottom:0}.section-content-lane-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding-bottom:1em;-ms-grid-column:1;-ms-grid-column-span:7;grid-column:1 / 8;-ms-grid-row:1;grid-row:1}@media (min-width: 40em){.section-content-lane-header{-ms-grid-column:1;-ms-grid-column-span:4;grid-column:1 / 5;padding-bottom:2em}}@media (min-width: 64em){.section-content-lane-header{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1 / 4}}.bookbug_page .section-content-lane-header{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9}.section-content-lane .tns-liveregion{display:none}.section-content-lane .tns-outer{-ms-grid-row:2;grid-row:2}@media (min-width: 40em){.section-content-lane .tns-outer{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}}@media (min-width: 64em){.section-content-lane .tns-outer{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9}}.section-content-lane-title{margin-right:.5em;margin-bottom:0}.section-content-lane-title--with-category a{-webkit-transition:color 200ms ease-in-out;transition:color 200ms ease-in-out}.theme-color--yellow .section-content-lane--featured .section-content-lane-title{color:#1F1F1F}.section-content-lane-link{color:#00758a;border-color:#00758a}.section-content-lane-link:hover{color:#005261;border-color:#005261}.theme-color--yellow .section-content-lane-link{color:#1F1F1F}.theme-color--yellow .section-content-lane-link:hover{color:#1F1F1F}.section-content-lane--featured .section-content-lane-header .section-content-lane-link{color:#343432;border-color:#343432}.section-content-lane--featured{border-bottom:3px solid #ffffff;margin-bottom:1em}.section-content-lane--featured:last-child:not(:only-child){padding-bottom:0;border-bottom:0}@media (min-width: 40em){.section-content-lane--featured .layout-section-content-lane--featured--image{-ms-grid-column:6;-ms-grid-column-span:2;grid-column:6 / 8}}.section-content-lane-header--wide{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9}.section-content-lane--bookbug .section-content-lane-header--block{display:block}@media (min-width: 40em){.section-content-lane--bookbug .section-content-lane-header--block{-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6}}.layout-section-content-lane--featured--image{position:relative}.layout-section-content-lane--featured--image svg{position:absolute;padding:2em}@media (min-width: 40em){.layout-section-content-lane--featured--image{-ms-grid-column:6;-ms-grid-column-span:2;grid-column:6 / 8}}.section-content-lane--no-results{display:inline-block;position:relative;z-index:1;padding:1em;background-color:#ffffff;border-radius:3px}@media (min-width: 50em){.section-content-lane--no-results{padding:2em}}.tns-ovh{padding:0.25em}.tns-outer{position:relative;left:-1em;right:-1em;width:100vw}@media (min-width: 26.25em){.tns-outer{left:auto;right:auto;width:auto}}.widget .tns-outer{left:auto;right:auto;width:100%}.section-content-lane .tns-controls,.support-page-main-section .tns-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 50em){.section-content-lane .tns-controls,.support-page-main-section .tns-controls{display:block}}.section-content-lane .tns-controls button[data-controls='prev'],.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='next']{margin:1em 1em 0;width:2em;height:2em;background-repeat:no-repeat;background-color:transparent;background-size:contain;background-position:center;border:none;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@media (min-width: 40em){.section-content-lane .tns-controls button[data-controls='prev'],.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='next']{z-index:2;position:absolute;top:50%;margin:0;width:2.25em;height:2.25em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 76.5625em){.section-content-lane .tns-controls button[data-controls='prev'],.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='next']{width:3em;height:3em}}.section-content-lane .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='prev']{left:0;background-image:url(https://www.scottishbooktrust.com/assets/css_icons/arrow_large_left-e0154060ecfebd6a14efa5859074d36b519527587db2be37f0c26e53e2407005.svg)}@media (min-width: 40em){.section-content-lane .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='prev']{left:-2.5em}}@media (min-width: 50em){.section-content-lane .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='prev']{left:-3.25em}}@media (min-width: 76.5625em){.section-content-lane .tns-controls button[data-controls='prev'],.support-page-main-section .tns-controls button[data-controls='prev']{left:-5em}}.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='next']{right:0;background-image:url(https://www.scottishbooktrust.com/assets/css_icons/arrow_large_right-26841007b8cdaba546f230211929354beeeaedaeb3d7f32761e7bee6a6804f6e.svg)}@media (min-width: 40em){.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='next']{right:-2.5em}}@media (min-width: 50em){.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='next']{right:-3.25em}}@media (min-width: 76.5625em){.section-content-lane .tns-controls button[data-controls='next'],.support-page-main-section .tns-controls button[data-controls='next']{right:-5em}}.widget .tns-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 64em){.widget .tns-controls{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:1em}}.widget button[data-controls='prev'],.widget button[data-controls='next']{position:relative;background-color:transparent;border:none;width:2em;height:2em}@media (min-width: 76.5625em){.widget button[data-controls='prev'],.widget button[data-controls='next']{position:absolute;top:50%}}.widget button[data-controls='prev']{left:0;background-image:url(https://www.scottishbooktrust.com/assets/css_icons/arrow_large_left-e0154060ecfebd6a14efa5859074d36b519527587db2be37f0c26e53e2407005.svg)}@media (min-width: 76.5625em){.widget button[data-controls='prev']{left:-2.75em}}.widget button[data-controls='next']{right:0;background-image:url(https://www.scottishbooktrust.com/assets/css_icons/arrow_large_right-26841007b8cdaba546f230211929354beeeaedaeb3d7f32761e7bee6a6804f6e.svg)}@media (min-width: 76.5625em){.widget button[data-controls='next']{right:-2.75em}}.tns-nav{position:absolute;bottom:-2em;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tns-nav button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#cdcfd9;margin:0.2em;width:1em;height:1em;border-radius:100%;border:none}.tns-nav button.tns-nav-active{background:#b0b4c3}.support-page-funding-partners .tns-controls{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.support-page-funding-partners .tns-controls button[data-controls='prev'],.support-page-funding-partners .tns-controls button[data-controls='next']{display:inline;padding:1em;width:3em;height:3em;border-radius:100%;border:2px solid #00758a;background-color:#00758a;background-repeat:no-repeat;background-size:35%;background-position:center;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}@media (min-width: 40em){.support-page-funding-partners .tns-controls button[data-controls='prev'],.support-page-funding-partners .tns-controls button[data-controls='next']{width:4em;height:4em}}.support-page-funding-partners .tns-controls button[data-controls='prev']:hover,.support-page-funding-partners .tns-controls button[data-controls='next']:hover{-webkit-box-shadow:0 0 0 2px #00758a;box-shadow:0 0 0 2px #00758a}.support-page-funding-partners .tns-controls button[data-controls='prev']{left:0;background-image:url(https://www.scottishbooktrust.com/assets/css_icons/arrow_left_thick-7ab0e3d65861814f00b4a433c24dd425a70ec685f652e260ecdd0d58c4023a17.svg)}@media (min-width: 50em){.support-page-funding-partners .tns-controls button[data-controls='prev']{left:-5em}}.support-page-funding-partners .tns-controls button[data-controls='next']{right:0;background-image:url(https://www.scottishbooktrust.com/assets/css_icons/arrow_right_thick-633bb3e52013321e4a7219b86269558726e3e6e84669116e6e9b8ea2b28374bb.svg)}@media (min-width: 50em){.support-page-funding-partners .tns-controls button[data-controls='next']{right:-5em}}.section-call-to-action{position:relative}.section-call-to-action--background{position:absolute;top:0;left:50%;width:100%;height:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}.section-call-to-action--header{text-align:center}.section-call-to-action--related{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-call-to-action--related--tags{margin:.15em}.section-call-to-action--related--tags:focus{position:relative;z-index:1}.section-content-lane--breakout{position:relative}@media (min-width: 40em){.section-content-lane--breakout--header{-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6;-ms-grid-row:1;grid-row:1}}@media (min-width: 64em){.section-content-lane--breakout--header{-ms-grid-column:2;-ms-grid-column-span:3;grid-column:2 / 5}}.section-content-lane--breakout .section-content-lane{padding-bottom:0}@media (min-width: 40em){.section-content-lane--breakout .section-content-lane{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9;-ms-grid-row:2;grid-row:2}}@media (min-width: 64em){.section-content-lane--breakout .section-content-lane{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}}.section-content-lane--breakout--title{font-family:"altis-scotbook-bold", sans-serif;font-weight:100}.theme-color--blue .section-featured .content-tile-link{border-color:#83cde7}.theme-color--blue .section-featured .content-tile-link:hover,.theme-color--blue .section-featured .content-tile-link:focus{-webkit-box-shadow:0 0 2px 2px #83cde7;box-shadow:0 0 2px 2px #83cde7}.section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link:hover,.section-content-lane--breakout--landing:nth-of-type(even) .content-tile-link:focus{-webkit-box-shadow:0 0 2px 2px;box-shadow:0 0 2px 2px}.section-content-lane--breakout--standard{background-color:#EAEBEF}.recent-updates{background-color:#ffffff;border-radius:.5em}.recent-updates--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1em 1em 0;z-index:1}@media (min-width: 40em){.recent-updates--header{padding:2em 2em 0}}@media (min-width: 64em){.recent-updates--header{padding:3em 3em 0}}.recent-updates--header--title{margin-bottom:.5em}.recent-updates--header--link{display:table}.recent-updates--body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1em}@media (min-width: 40em){.recent-updates--body{padding:2em}}@media (min-width: 64em){.recent-updates--body{padding:3em}}.recent-update-block{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}@media (min-width: 26.25em){.recent-update-block{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}}@media (min-width: 50em){.recent-update-block{-webkit-box-flex:0;-ms-flex:0 1 33%;flex:0 1 33%}}.recent-update-block--text{padding:0 1em 1em}.recent-update-block:hover .recent-update-block--arrow{-webkit-transform:translateX(0.375em);-ms-transform:translateX(0.375em);transform:translateX(0.375em)}.recent-update-block--header{position:relative}.recent-update-block--image{position:relative;z-index:1;padding:.25em}.recent-update-block--image .recent-update-blob{width:100%;height:100%;display:block;margin:0 auto}.recent-update-block--image image{-webkit-transform:scale(0.75, 0.75) translate(15%, 15%);-ms-transform:scale(0.75, 0.75) translate(15%, 15%);transform:scale(0.75, 0.75) translate(15%, 15%)}.recent-update-block-bg{position:absolute;z-index:0;top:0;width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat}.webp .recent-update-block:nth-of-type(even) .recent-update-block-bg{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-recent-03-b12baae6c0581a7c0bdec7339b72ad4373bccdf75a6c1afa0b3d1b59a2cae662.webp)}.no-webp .recent-update-block:nth-of-type(even) .recent-update-block-bg{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-recent-03-997e6f26619f61168fc216496ee516e7f82930deaf126168055278b683651e9d.png)}.webp .recent-update-block:nth-of-type(odd) .recent-update-block-bg{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-recent-02-d23635954e6d0a7cc0a2b254b378c68ec4def5671f0d84e07218f809c77c0e80.webp)}.no-webp .recent-update-block:nth-of-type(odd) .recent-update-block-bg{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-recent-02-c16f78e756de756142df366d34df5d99cfe3c9285674eeb4e45557834d8038f8.png)}.support-page-testimonials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 26.25em){.support-page-testimonials{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.support-page-testimonials .recent-update-block{padding:.5em}.support-page-video-section--video{display:block;margin:0 auto;width:100%;background-size:cover;background-position:center}.video-controls-play{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4em;height:4em;background:#f77f00;border:0;border-radius:50%;-webkit-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out}@media (min-width: 50em){.video-controls-play{width:6em;height:6em}}.video-controls-play:after{content:'';display:block;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:50%;background-color:#343432;opacity:0;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.video-controls-play:hover:after{opacity:.15}.video-controls-play .video-controls-svg{padding:1em;margin-left:.25em;width:100%;height:100%;fill:#ffffff;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}@media (min-width: 50em){.video-controls-play .video-controls-svg{padding:1.65em;margin-left:.35em}}.video-controls button[data-state=pause],.video-controls button[data-state=mute]{position:absolute;top:auto;left:auto;bottom:.5em;right:.5em;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.video-controls button[data-state=pause],.video-controls button[data-state=mute]{width:1em;height:1em}@media (min-width: 40em){.video-controls button[data-state=pause],.video-controls button[data-state=mute]{width:3em;height:3em}}.video-controls button[data-state=play]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.video-controls button[data-state=pause] .video-controls-svg,.video-controls button[data-state=mute] .video-controls-svg{padding:.5em;margin-left:0}.video-controls button[data-state=mute] .video-controls-svg{padding:.5em;margin-left:0}.standard-video-container{margin-bottom:1em}.standard-video-container-links{margin-top:1em}.standard-video-container-links:empty{margin:0}[data-platform=iPhone] .plyr--full-ui ::-webkit-media-text-track-container{display:block}.plyr__poster{background-color:#f1f2f5}.support-page-donate-section--support-page{position:relative;z-index:10;padding-top:0}.support-page-donate-section--twenty-first{padding-top:0}.support-page-donate-section--body{background-color:#ffffff}.support-page-donate-section--body-intro{max-width:60ch;margin:1rem auto}.support-page-donate-section--body-title,.support-page-donate-section--body-intro,.support-page-donate-section--body-footer{padding:0 1em;margin-bottom:0;text-align:center}.support-page-donate-section--body-title{padding-top:1em}.support-page-donate-section--body-intro>*:first-child,.support-page-donate-section--body-footer>*:first-child{margin-top:1em}.support-page-donate-section--body-intro>*:last-child,.support-page-donate-section--body-footer>*:last-child{margin-bottom:1em}.support-page-donate-section--body-intro>*:empty,.support-page-donate-section--body-footer>*:empty{display:none}.support-page-donation-buttons,.support-page-donation-values,.support-page-donation-errors,.support-page-donation-text-field,.support-page-donation-info{margin:0 auto;padding-left:1em;padding-right:1em;max-width:600px}@media (min-width: 50em){.support-page-donation-buttons,.support-page-donation-values,.support-page-donation-errors,.support-page-donation-text-field,.support-page-donation-info{padding-left:0;padding-right:0}}.support-page-donation-buttons .donation-radio-button-wrapper,.support-page-donation-values .donation-radio-button-wrapper,.support-page-donation-errors .donation-radio-button-wrapper,.support-page-donation-text-field .donation-radio-button-wrapper,.support-page-donation-info .donation-radio-button-wrapper{position:relative;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.support-page-donation-buttons .donation-radio-button-wrapper:focus-within,.support-page-donation-values .donation-radio-button-wrapper:focus-within,.support-page-donation-errors .donation-radio-button-wrapper:focus-within,.support-page-donation-text-field .donation-radio-button-wrapper:focus-within,.support-page-donation-info .donation-radio-button-wrapper:focus-within{outline-offset:5px;outline:thick solid orange;border-radius:50px;z-index:1}.support-page-donation-buttons .donation-radio-button-wrapper input[type='radio'],.support-page-donation-values .donation-radio-button-wrapper input[type='radio'],.support-page-donation-errors .donation-radio-button-wrapper input[type='radio'],.support-page-donation-text-field .donation-radio-button-wrapper input[type='radio'],.support-page-donation-info .donation-radio-button-wrapper input[type='radio']{clip:revert;width:100%;height:100%}.support-page-donation-errors ul{color:#e8112d;margin:.5rem 0 0}.support-page-donation-values{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;gap:.5rem}.support-page-donation-values label{margin:0 1%}@media (min-width: 50em){.support-page-donation-values{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.support-page-donation-values .donation-radio-button-wrapper{-webkit-box-flex:0;-ms-flex:0 0 31%;flex:0 0 31%}.support-page-donation-values .donation-radio-button-wrapper--other{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.support-page-donation-values input[type=radio]:checked+.label-radio,.support-page-donation-values input[type=radio]:focus+.label-radio,.support-page-donation-values input[type=text]:focus+.label-text{position:relative;color:#ffffff;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out}.theme-color--xmas-2022 .support-page-donation-values input[type=radio]:checked+.label-radio,.theme-color--xmas-2022 .support-page-donation-values input[type=radio]:focus+.label-radio,.theme-color--xmas-2022 .support-page-donation-values input[type=text]:focus+.label-text{background-color:#b87a27}.theme-color--xmas-2023-rgb .support-page-donation-values input[type=radio]:checked+.label-radio,.theme-color--xmas-2023-cmyk .support-page-donation-values input[type=radio]:checked+.label-radio,.theme-color--xmas-2023-rgb .support-page-donation-values input[type=radio]:focus+.label-radio,.theme-color--xmas-2023-cmyk .support-page-donation-values input[type=radio]:focus+.label-radio,.theme-color--xmas-2023-rgb .support-page-donation-values input[type=text]:focus+.label-text,.theme-color--xmas-2023-cmyk .support-page-donation-values input[type=text]:focus+.label-text{background-color:#30437E}.theme-color--jan-2024-rgb .support-page-donation-values input[type=radio]:checked+.label-radio,.theme-color--jan-2024-rgb .support-page-donation-values input[type=radio]:focus+.label-radio,.theme-color--jan-2024-rgb .support-page-donation-values input[type=text]:focus+.label-text{background-color:#5D4F81}.theme-color--jan-2024-cmyk .support-page-donation-values input[type=radio]:checked+.label-radio,.theme-color--jan-2024-cmyk .support-page-donation-values input[type=radio]:focus+.label-radio,.theme-color--jan-2024-cmyk .support-page-donation-values input[type=text]:focus+.label-text{background-color:#6D5784}.support-page-donation-values .hidden-field{opacity:.001}.support-page-donation-values .label-radio{margin-bottom:0}.support-page-donation-values .label-radio,.support-page-donation-values .label-text{padding:.75em;background-color:#EAEBEF;color:#343432;border-radius:2em;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;min-width:110px;max-width:auto;text-align:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;cursor:pointer}.support-page-donation-values .label-radio:hover,.support-page-donation-values .label-text:hover{background-color:#cdcfd9}.support-page-donation-values .label-radio:not(:last-of-type)+span,.support-page-donation-values .label-text:not(:last-of-type)+span{-webkit-box-flex:0;-ms-flex:0 0 .5em;flex:0 0 .5em}.support-page-donation-values input[type=radio],.support-page-donation-values .input-text{opacity:.001}.support-page-donation-values .label-text:focus-within,.support-page-donation-values .label-text.contains-value{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75em 1.5em;background-color:#f77f00;color:#ffffff;min-width:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.support_close_text_input{position:absolute;top:-.25em;right:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1F1F1F;font-size:.85em;cursor:pointer;-webkit-transform:all 100ms ease;-ms-transform:all 100ms ease;transform:all 100ms ease;opacity:0}.support_close_text_input svg{margin-left:.25em;width:.5em;height:.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.support_close_text_input:hover{text-decoration:underline}.support_close_text_input.is-visible{opacity:1}@media (min-width: 50em){.support_close_text_input{top:1em}}.support-page-donation-input{-webkit-box-shadow:0 0 0 3px #EAEBEF;box-shadow:0 0 0 3px #EAEBEF}.support-page-donation-buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.support-page-donation-buttons .support-page-donation-submit:first-child{-ms-grid-column-align:center;justify-self:center}.support-page-donation-buttons .support-page-donation-submit:last-child{border:2px solid #EAEBEF;background-color:#EAEBEF}.support-page-donation-buttons .support-page-donation-submit:only-child svg{fill:white !important}.support-page-donation-buttons .support-page-donation-submit:not(:only-child){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-bottom:.5em}@media (min-width: 40em){.support-page-donation-buttons .support-page-donation-submit:not(:only-child){-webkit-box-flex:1;-ms-flex:1 1 38%;flex:1 1 38%}}.support-page-donation-buttons .support-page-donation-submit:not(:only-child) span{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 40em){.support-page-donation-buttons .support-page-donation-submit:not(:only-child):first-of-type{margin-right:.25em}}.support-page-donation-buttons .support-page-donation-submit:not(:only-child):first-of-type::before{position:absolute;display:block;top:0;left:0;width:100%;height:3px;background-color:#EAEBEF;content:''}@media (min-width: 40em){.support-page-donation-buttons .support-page-donation-submit:not(:only-child):last-of-type{margin-left:.25em}}.support-page-donation-buttons .support-page-donation-submit:not(:only-child)[href=null],.support-page-donation-buttons .support-page-donation-submit:not(:only-child)[href='#']{background-color:#EAEBEF;color:#767676;pointer-events:none}.support-page-donation-buttons .support-page-donation-submit:not(:only-child)[href=null]:hover,.support-page-donation-buttons .support-page-donation-submit:not(:only-child)[href='#']:hover{background-color:#EAEBEF}.support-page-donation-info{padding-top:0;padding-bottom:1em;margin:0 auto}.support-page-donation-info:empty{padding:0;margin:0;max-width:0;overflow:hidden}.support-page-donation-text-field.visible .string.optional .donate-field__prefix-container input.donate-input:focus{outline:none}.support-page-donation-text-field.form-section-hidden.visible#custom_amount label{display:block;margin-bottom:.5rem}.donate-field__prefix-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:2px;border-style:solid;border-color:#EAEBEF;border-radius:50px}.donate-field__prefix-container:focus-within{outline-offset:5px;outline:thick solid orange;border-radius:50px;z-index:1}.donate-field__prefix-container:focus-within input{outline:none}.donate-field__prefix-container .donate-field__prefix-text{color:#343432;margin-top:0;padding:.65em .85em;padding-left:1.5rem;font-size:1.125em;line-height:1.375;font-weight:600;color:#343432;background-color:#ffffff;border-radius:50px}@media (min-width: 50em){.donate-field__prefix-container .donate-field__prefix-text{font-size:1.3125em;padding-left:1.5rem}}@media (min-width: 76.5625em){.donate-field__prefix-container .donate-field__prefix-text{padding:.75em 1.15em;font-size:1.4375em;line-height:1;padding-left:1.5rem}}.support-page-donation-text-field.visible .donate-field__prefix-container input.string.optional.donate-input{margin-top:0;border:0 !important;padding-left:.25rem}.support-page-donation-text-field.visible{padding-bottom:2rem}.support-page-donation-text-field.visible .string.optional input.donate-input{margin-top:.5rem;border:2px solid #EAEBEF !important;width:100%;padding:.65em .85em;font-size:1.125em;font-weight:600;color:#343432;background-color:transparent}@media (min-width: 50em){.support-page-donation-text-field.visible .string.optional input.donate-input{font-size:1.3125em}}@media (min-width: 76.5625em){.support-page-donation-text-field.visible .string.optional input.donate-input{padding:.75em 1.15em;font-size:1.4375em;line-height:1}}.campaign-section-background.scroll-indicator,.background-white.scroll-indicator{position:relative}.campaign-section-background.scroll-indicator:after,.background-white.scroll-indicator:after{content:'';position:absolute;bottom:0;width:100%;height:1.5rem;background-image:url(https://www.scottishbooktrust.com/assets/svgs/arrow_dropdown-31b2b6153ca5497629b2d84525f26606fb2016e2559fe732bad43e56c2eba58d.svg);background-position:bottom center;background-repeat:no-repeat;opacity:.5}.campaign-section-background.scroll-indicator:has(>.header-1):after,.background-white.scroll-indicator:has(>.header-1):after{bottom:-2rem;left:0}@media (min-width: 50em){.campaign-section-background.scroll-indicator:has(>.header-1):after,.background-white.scroll-indicator:has(>.header-1):after{bottom:-3rem}}:root{--donation-background-color: #aedeef;--donation-accent-color: #00758a;--donation-accent-alt-color: #005261;--donation-fonts-color: #005261;--donation-additional-color: #343432}.donation-main-content .donation-title-container{grid-column:2 / -2;text-align:center}.donation-main-content .header-1{color:var(--donation-fonts-color);margin:0}.donation-main-content .separator--shape-theme svg{fill:var(--donation-background-color)}.donation-main-content .support-page-donation-values input[type=radio]:checked+.label-radio{background-color:var(--donation-accent-color)}.donation-main-content .footer-contact--social-links-link{background-color:var(--donation-accent-color);border-radius:50%}.donation-main-content .footer-contact--social-links-link:hover{background-color:var(--donation-accent-alt-color)}.donation-main-content .campaign-hero-caption p{max-width:45ch}.donation-main-content .hero-component-donation__media img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.donation-main-content .hero-component-donation__media .hero-component-image__no-blob img{grid-column:2 / -2}.donation-main-content .hero-component-donation__body h1,.donation-main-content .hero-component-donation__body h2,.donation-main-content .hero-component-donation__body h3,.donation-main-content .hero-component-donation__body h6{color:var(--donation-fonts-color)}.donation-main-content .hero-component-donation__body ul li:before{background-image:none;width:.65rem;height:.65rem;-webkit-mask-image:url("data:image/svg+xml,<svg width='10' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'><circle cx='4' cy='4' r='4'/></svg>");mask-image:url("data:image/svg+xml,<svg width='10' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'><circle cx='4' cy='4' r='4'/></svg>");background-color:var(--donation-accent-color);fill:var(--donation-accent-color)}.donation-main-content .hero-component-donation__body>p a.content-editable-button{background-color:var(--donation-accent-color)}.donation-main-content .hero-component-donation__body>p a.content-editable-button:hover{background-color:var(--donation-accent-alt-color)}.donation-main-content .button-cta__theme,.donation-main-content .footer-contact--newsletter-button{background-color:var(--donation-accent-color)}.donation-main-content .button-cta__theme:hover,.donation-main-content .footer-contact--newsletter-button:hover{background-color:var(--donation-accent-alt-color)}.donation-main-content .support-page-main-section .donate-setup-form .support-page-donation-buttons button{background-color:var(--donation-accent-color)}.donation-main-content .support-page-main-section .donate-setup-form .support-page-donation-buttons button:last-child{background-color:#EAEBEF}.donation-main-content .support-page-main-section .donate-setup-form .support-page-donation-buttons button:last-child span svg{fill:var(--donation-accent-color)}.donation-main-content .campaign-section-background{background-color:var(--donation-background-color)}.donation-main-content .hamburger .hamburger-text{color:var(--donation-fonts-color)}.donation-main-content .hamburger-inner{background-color:var(--donation-fonts-color)}.donation-main-content .hamburger-inner:before,.donation-main-content .hamburger-inner:after{background-color:var(--donation-fonts-color)}.support-page-donation-address{margin-top:1em;border:3px dashed #ffffff}@media (min-width: 40em){.support-page-donation-address{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.support-page-donation-address .support-page-donation-instructions,.support-page-donation-address .support-page-donation-address-info{-webkit-box-flex:1;-ms-flex:1 1 48%;flex:1 1 48%;min-width:225px}.support-page-donation-address .support-page-donation-gift-aid{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 1em 1em;font-size:1em;color:#343432}.support-page-donation-instructions{padding:1em 1em 0}@media (min-width: 40em){.support-page-donation-instructions{padding:1em}}.support-page-donation-address-info{position:relative;margin:.75em;padding:.75em 1em;color:#343432;background-color:#dcdde4;opacity:.85}.support-page-donation-address-info .address-svg{position:absolute;top:.75em;right:.75em;width:2em;height:2em;fill:#ffffff}.support-page-donation-header{margin-bottom:.5em}.support-page-donation-text{color:#343432}@media (min-width: 40em){.support-page-donation-text{max-width:265px}}.support-carousel{-ms-grid-row:3;grid-row:3;-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}.support-carousel--title{-ms-grid-row:1;grid-row:1;-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8;text-align:center}.support-carousel--intro{-ms-grid-row:2;grid-row:2;-ms-grid-column:3;-ms-grid-column-span:4;grid-column:3 / 7;text-align:center}.support-carousel--tile{position:relative;margin:0 auto;max-width:25%}@media (min-width: 780px){.support-carousel--tile{opacity:.33}.support-carousel--tile--active{opacity:1}}.support-carousel--tile-bg{z-index:-1;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:90%;height:100%;background-color:#ffffff;border-radius:200px}.support-carousel--tile--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:400px}@media (min-width: 50em){.support-carousel--tile--inner{max-width:80%}}.support-carousel--tile--top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.support-carousel--tile--icon{margin:0 auto 1.5em;width:6em;height:6em;border-radius:100%;background-size:contain;background-position:center}@media (min-width: 50em){.support-carousel--tile--icon{width:9em;height:9em}}.support-carousel--tile--title{margin:0 auto 1em;text-align:center}.support-carousel--tile--cta{margin:0 auto}.support-home--block{position:relative}.support-home--title{text-align:center}.support-home--intro{text-align:center}.support-home--link{display:table;margin:0 auto}.support-home--blockquote{border-top:3px solid #ffffff}.support-home--blockquote__quote{margin-bottom:0;color:#00758a}.support-home--blockquote__citation{display:block;text-align:center;color:#767676}.support-home--donation-links{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem;background-color:#ffffff;border-radius:5em;-webkit-box-shadow:0 2px 2px 2px #cdcfd9;box-shadow:0 2px 2px 2px #cdcfd9}@media (min-width: 40em){.support-home--donation-links{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem .5em 0}}.support-home--donation-links__link{display:block;margin:.25rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.support-home--donation-links__link span{display:block;text-align:center}@media (min-width: 40em){.support-home--donation-links__link{margin:0 .25em .5rem;max-width:150px}}.support-home--donation-links--container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 40em){.support-home--donation-links--container{max-width:66%}}.support-home--donation-links__title{margin-bottom:.25em;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width: 40em){.support-home--donation-links__title{max-width:50%}}.simple_form .input.tel input,.simple_form .input.string input,.simple_form .input.select input,.simple_form .input.email input,.simple_form .input.integer input,.simple_form .input.numeric input,.simple_form .input.file input,.simple_form .input.text textarea,.editable-other-input-field,.stripe_form .form-input.string{display:block;width:100%;border:0;border-bottom:2px solid;border-color:transparent}.simple_form .input.tel input:focus,.simple_form .input.string input:focus,.simple_form .input.select input:focus,.simple_form .input.email input:focus,.simple_form .input.integer input:focus,.simple_form .input.numeric input:focus,.simple_form .input.file input:focus,.simple_form .input.text textarea:focus,.editable-other-input-field:focus,.stripe_form .form-input.string:focus{outline-offset:5px;outline:thick solid orange}.simple_form .input.tel input:focus,.simple_form .input.string input:focus,.simple_form .input.select input:focus,.simple_form .input.email input:focus,.simple_form .input.integer input:focus,.simple_form .input.numeric input:focus,.simple_form .input.file input:focus,.simple_form .input.text textarea:focus,.editable-other-input-field:focus,.stripe_form .form-input.string:focus{outline-offset:0}.simple_form[disabled=disabled]>div.input{opacity:.5;pointer-events:none}.simple_form[disabled=disabled]>input[type=submit],.simple_form[disabled=disabled]>button.form-button{background-color:grey;pointer-events:none}.form-hint,.form-loading-indicator{display:block;margin-top:.5em;color:#666666;font-size:inherit;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.form-hint a,.form-loading-indicator a{font-size:inherit}.form-hint--error,.form-loading-indicator--error{color:#e8112d}.form-loading-indicator{margin-bottom:1em;opacity:.5}.form-loading-indicator::after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:ellipsis steps(4, end) 1300ms infinite;animation:ellipsis steps(4, end) 1300ms infinite;content:"\2026";width:0px}@-webkit-keyframes ellipsis{to{width:1em}}@keyframes ellipsis{to{width:1em}}.donate_form{background-color:rgba(234,235,239,0.75);border-radius:1em;padding-top:1.25em;padding-bottom:1em}.simple_form .form-header{padding-bottom:.25em;margin-bottom:1em;border-bottom:3px solid rgba(118,118,118,0.25)}.simple_form .form-error{display:block;padding:0 0 .5em;font-size:80%;color:#a90d21;font-weight:bold}.simple_form .form-description,.simple_form .form-policy{display:inline-block;margin-bottom:.25em;color:#343432;font-weight:100}.simple_form .form-description:empty,.simple_form .form-policy:empty{margin:0;display:none}.simple_form .form-description .form-loading-indicator,.simple_form .form-policy .form-loading-indicator{font-size:inherit}.simple_form .form-description--lower{margin-top:.5rem}.simple_form .form-description--padded{padding-bottom:.5em}.simple_form .form-description a,.simple_form .form-policy a{font-size:inherit}.simple_form .form-policy{margin:0 0 2rem;padding:1rem;overflow:scroll;background-color:white}.simple_form .form-policy ul{padding:1rem}.simple_form .form-section-hidden{display:none}.simple_form .form-section-hidden.visible{display:block}.simple_form .form-count{display:inline-block;margin-top:.5em;color:#343432}@media (min-width: 40em){.simple_form .form-count{width:100%;text-align:right}}.simple_form .form-list{display:inline-block;margin-bottom:.25em;color:#343432;font-weight:100}.simple_form .form-select-all{padding:0;background:none;border:0}.simple_form .form-two-cols{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:unset}@media (min-width: 40em){.simple_form .form-two-cols{-ms-grid-columns:1fr [2];grid-template-columns:repeat(2, 1fr);grid-column-gap:2rem}}.simple_form .input{display:block;position:relative;margin-bottom:1em}@media (min-width: 40em){.simple_form .input{margin-bottom:2em}}.simple_form .input.tel .form-label,.simple_form .input.email .form-label,.simple_form .input.string .form-label,.simple_form .input.select .form-label,.simple_form .input.check_boxes .form-label,.simple_form .input.radio_buttons .form-label,.simple_form .input.country .form-label,.simple_form .input.integer .form-label,.simple_form .input.text .form-label,.simple_form .input.numeric .form-label,.simple_form .input.file .form-label{text-transform:none}.simple_form .input.tel .form-label .dates-of-events,.simple_form .input.email .form-label .dates-of-events,.simple_form .input.string .form-label .dates-of-events,.simple_form .input.select .form-label .dates-of-events,.simple_form .input.check_boxes .form-label .dates-of-events,.simple_form .input.radio_buttons .form-label .dates-of-events,.simple_form .input.country .form-label .dates-of-events,.simple_form .input.integer .form-label .dates-of-events,.simple_form .input.text .form-label .dates-of-events,.simple_form .input.numeric .form-label .dates-of-events,.simple_form .input.file .form-label .dates-of-events{color:#00b5d6}.simple_form .input.tel input,.simple_form .input.string input,.simple_form .input.select input,.simple_form .input.email input,.simple_form .input.integer input,.simple_form .input.numeric input,.simple_form .input.file input{clear:both}.simple_form .input.tel .field_with_errors input,.simple_form .input.tel.field_with_errors input,.simple_form .input.string .field_with_errors input,.simple_form .input.string.field_with_errors input,.simple_form .input.select .field_with_errors input,.simple_form .input.select.field_with_errors input,.simple_form .input.email .field_with_errors input,.simple_form .input.email.field_with_errors input,.simple_form .input.integer .field_with_errors input,.simple_form .input.integer.field_with_errors input,.simple_form .input.numeric .field_with_errors input,.simple_form .input.numeric.field_with_errors input,.simple_form .input.file .field_with_errors input,.simple_form .input.file.field_with_errors input{border-color:#a90d21}.simple_form .input.tel .field_with_errors input:focus,.simple_form .input.tel.field_with_errors input:focus,.simple_form .input.string .field_with_errors input:focus,.simple_form .input.string.field_with_errors input:focus,.simple_form .input.select .field_with_errors input:focus,.simple_form .input.select.field_with_errors input:focus,.simple_form .input.email .field_with_errors input:focus,.simple_form .input.email.field_with_errors input:focus,.simple_form .input.integer .field_with_errors input:focus,.simple_form .input.integer.field_with_errors input:focus,.simple_form .input.numeric .field_with_errors input:focus,.simple_form .input.numeric.field_with_errors input:focus,.simple_form .input.file .field_with_errors input:focus,.simple_form .input.file.field_with_errors input:focus{border-color:#00758a}.simple_form .input.integer input::-webkit-outer-spin-button,.simple_form .input.integer input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.simple_form .input.integer input[type=number]{-moz-appearance:textfield}.simple_form .input.text textarea{resize:vertical}.simple_form .input.text .field_with_errors textarea,.simple_form .input.text.field_with_errors textarea{border-color:#a90d21}.simple_form .input.text .field_with_errors textarea:focus,.simple_form .input.text.field_with_errors textarea:focus{border-color:#00758a}.simple_form .input.hidden{margin:0}.simple_form .input.hidden .form-error{display:none}.simple_form .form-section-hidden{display:none}.simple_form .form-section-hidden-permanent{display:none}.simple_form .form-button{border:2px solid transparent;margin-bottom:.5rem}.simple_form .form-button--ghost{border:2px solid #00758a}.simple_form .form-button--cancel{background-color:#a90d21}.simple_form .form-cancel{padding:1em}.simple_form .faux_select{background-color:#ffffff}.simple_form .input-collection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.simple_form .input-collection .checkbox>label,.simple_form .input-collection .radio>label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-left:.5rem}.simple_form .check_boxes .input-collection>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 48%;flex:1 0 48%}.simple_form .radio_buttons .input-collection{position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.simple_form .radio_buttons .input-collection>.radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}.simple_form .checkbox label .checkbox-wrapper,.simple_form .boolean label .checkbox-wrapper,.simple_form .boolean .checkbox-wrapper,.simple_form .checkbox .checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.simple_form .checkbox label .checkbox-wrapper+.form-hint,.simple_form .boolean label .checkbox-wrapper+.form-hint,.simple_form .boolean .checkbox-wrapper+.form-hint,.simple_form .checkbox .checkbox-wrapper+.form-hint{margin:0}.simple_form .boolean label{margin-top:.25rem}.simple_form .checkbox label,.simple_form boolean label{padding-left:.5rem}.simple_form div.input.boolean,.simple_form div.input-collection .checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.simple_form div.input.boolean.field_with_hint.updated_label_class,.simple_form div.input-collection .checkbox.field_with_hint.updated_label_class{-ms-flex-wrap:wrap;flex-wrap:wrap}.simple_form div.input.boolean label.collection_check_boxes,.simple_form div.input-collection .checkbox label.collection_check_boxes{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:0;padding-left:0.5rem}.simple_form div.input.boolean label.form-label,.simple_form div.input-collection .checkbox label.form-label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:0;padding-left:0.5rem}.simple_form div.input.boolean label.checkbox,.simple_form div.input-collection .checkbox label.checkbox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-left:0.5rem}.simple_form div.input.boolean .form-error,.simple_form div.input-collection .checkbox .form-error{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.simple_form div.input.boolean label,.simple_form div.input-collection .checkbox label{margin-left:0;font-weight:600;padding-left:0.5rem}.simple_form div.input.boolean.inline-boolean-with-wrapper-label,.simple_form div.input-collection .checkbox.inline-boolean-with-wrapper-label{-ms-flex-wrap:wrap;flex-wrap:wrap}.simple_form div.input.boolean.inline-boolean-with-wrapper-label label:first-child,.simple_form div.input-collection .checkbox.inline-boolean-with-wrapper-label label:first-child{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.simple_form div.input.boolean.inline-boolean-with-wrapper-label label:last-child,.simple_form div.input-collection .checkbox.inline-boolean-with-wrapper-label label:last-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.simple_form input[disabled]{background-color:white;cursor:default;opacity:0.5}.simple_form .check_boxes.disabled .input-collection span.checkbox label,.simple_form .radio_buttons.disabled .input-collection span.radio label{opacity:0.5;cursor:default}.editable-other-input-container{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;position:absolute;bottom:0;margin-top:.5rem;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.editable-other-input-field{margin-left:0}.editable-other-input-field:focus{outline:thick solid orange;outline-offset:0}.editable-other-input-option.radio.visible{padding-bottom:3.25rem}.editable-other-input-option.radio.visible .editable-other-input-container{display:block;width:92%}.editable-other-input-option.visible{padding-bottom:2.25rem}.editable-other-input-option.visible .editable-other-input-container{display:block;width:50%}.editable-other-input-option.simple-select-wrapper.visible{padding-bottom:3rem}.editable-other-input-option.simple-select-wrapper.visible .editable-other-input-container{width:100%;padding-bottom:2px}.editable-other-input-option.simple-select-wrapper.visible .editable-other-input-container input{width:calc(100% - 4px)}span.radio input:not(.editable-other-input-field){position:relative;padding:0 0.25rem;margin-left:.75em}.input-collection span.radio input:not(.editable-other-input-field){position:absolute;margin-left:0}.actions-split .actions-right{margin-top:1em}@media (min-width: 40em){.actions-split{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.actions-split .actions-right{text-align:right;margin-top:0}}.simple_form .form-boolean-short{margin-bottom:0}.tours-and-event-boolean{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:1em;margin-bottom:0 !important;padding-bottom:0}.tours-and-event-boolean .check_boxes{padding-bottom:0}.tours-and-event-boolean .form-label{padding-top:0 !important}div.boolean{-ms-flex-wrap:wrap;flex-wrap:wrap}div.boolean .form-error{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-ms-flex-item-align:end;align-self:flex-end;margin-left:1rem}.field.recaptcha{margin-top:0}.public_campaign_terms .input.boolean:first-child{margin-bottom:.5rem}.public_campaign_terms .input.boolean:nth-child(2){margin-bottom:1rem}.stripe_form .form-input.string{background-color:white}.form-section-hidden{display:none}.form-section-hidden.visible{display:block}.input-group-with-previous{margin-top:-1rem}.input-file{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:-1.5rem 0 2rem;padding:1rem;background-color:white;border-bottom:2px solid transparent}.input-file.focus{border-bottom:2px solid #00758a}.input-file--edit,.input-file-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-file-details{font-weight:bold;color:#343432}.input-file-control{margin-left:.5rem}.input-file .form-error{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.form-required-prompt-component{color:#343432;font-weight:600;line-height:1em;margin-bottom:1em;margin-top:-1.1em}@media (min-width: 50em){.form-required-prompt-component{text-align:right}}.landing-page-pagination{padding:0 .5em 1em;color:#343432}.landing-page-pagination--navigation .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.landing-page-pagination--navigation .pagination .pagination-center{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:none;padding:2em 0}.landing-page-pagination--navigation .pagination .prev{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.landing-page-pagination--navigation .pagination .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.landing-page-pagination--navigation .pagination .first{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.landing-page-pagination--navigation .pagination .last{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}@media (min-width: 50em){.landing-page-pagination--navigation .pagination .pagination-center{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;max-width:400px}.landing-page-pagination--navigation .pagination .prev{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.landing-page-pagination--navigation .pagination .next{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.landing-page-pagination--navigation .pagination .first{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.landing-page-pagination--navigation .pagination .last{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}.landing-page-pagination--navigation .pagination a{text-decoration:none;color:inherit;font-size:inherit}.landing-page-pagination--navigation .pagination-center{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.landing-page-pagination--navigation .pagination-center>span{padding:0 .5rem}.landing-page-pagination--navigation .pagination-center>span.current{padding:0 1rem}.landing-page-pagination--navigation .pagination-center>span a{padding:0 .5rem}.landing-page-pagination--navigation .pagination .next,.landing-page-pagination--navigation .pagination .prev{border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:background-color 100ms ease;transition:background-color 100ms ease}.bws .landing-page-pagination--navigation .pagination .next:not(:empty),.bws .landing-page-pagination--navigation .pagination .prev:not(:empty){background-color:#00b5d6;border:2px solid black}.bws .landing-page-pagination--navigation .pagination .next:not(:empty):hover,.bws .landing-page-pagination--navigation .pagination .prev:not(:empty):hover{background-color:#00758a}.bws .landing-page-pagination--navigation .pagination .next svg,.bws .landing-page-pagination--navigation .pagination .prev svg{fill:#1F1F1F}.landing-page-pagination--navigation .pagination .next a,.landing-page-pagination--navigation .pagination .prev a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;border-radius:50%}.landing-page-pagination--navigation .pagination .next svg,.landing-page-pagination--navigation .pagination .prev svg{display:-webkit-box;display:-ms-flexbox;display:flex;fill:#ffffff;width:1em;height:1em}.landing-page-pagination--navigation .pagination .first,.landing-page-pagination--navigation .pagination .last{border:none}.stats-component{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.stat-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;border-radius:5px}.stat-text-top{margin:.5rem 0 .25rem}.stat-text-bottom{margin:auto 0 0}.signpost-component{margin:2rem 0}@media (min-width: 40em){.signpost-component{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}}.signpost-component .signpost-inner-block{-ms-grid-row:1;grid-row:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 40em){.signpost-component:nth-child(odd) .signpost-inner-block:first-child{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9}}@media (min-width: 64em){.signpost-component:nth-child(odd) .signpost-inner-block:first-child{-ms-grid-column:1;-ms-grid-column-span:6;grid-column:1 / 7}}@media (min-width: 40em){.signpost-component:nth-child(odd) .signpost-inner-block:last-child{-ms-grid-column:9;-ms-grid-column-span:4;grid-column:9 / 13}}@media (min-width: 64em){.signpost-component:nth-child(odd) .signpost-inner-block:last-child{-ms-grid-column:7;-ms-grid-column-span:6;grid-column:7 / 13}}@media (min-width: 40em){.signpost-component:nth-child(even) .signpost-inner-block:first-child{-ms-grid-column:5;-ms-grid-column-span:8;grid-column:5 / 13}}@media (min-width: 64em){.signpost-component:nth-child(even) .signpost-inner-block:first-child{-ms-grid-column:7;-ms-grid-column-span:6;grid-column:7 / 13}}@media (min-width: 40em){.signpost-component:nth-child(even) .signpost-inner-block:last-child{-ms-grid-column:1;-ms-grid-column-span:4;grid-column:1 / 5}}@media (min-width: 64em){.signpost-component:nth-child(even) .signpost-inner-block:last-child{-ms-grid-column:1;-ms-grid-column-span:6;grid-column:1 / 7}}.blob-image{max-width:500px;background-size:contain;background-repeat:no-repeat;background-position:center}.blob-image-pink{background-image:url(https://www.scottishbooktrust.com/assets/blobs/blob_pink-6245ea595e49ba7f1281c0a5cf6dff4ce6bfcfdb1604a69f9cdfd6048840a499.png)}.blob-image-orange{background-image:url(https://www.scottishbooktrust.com/assets/blobs/blob_orange-4cb07d45507dcf5e203d531006a71d394b6176b8745bfb8d1382a05050cf3930.png)}.blob-image-blue{background-image:url(https://www.scottishbooktrust.com/assets/blobs/blob_blue-07a76738639277802ff4ed3390068422ed11cee1a6307ab2aa0b732aa10867c4.png)}.blob-image-green{background-image:url(https://www.scottishbooktrust.com/assets/blobs/blob_green-bb62830cfee4b98c8de75599fb58bcb59dcffb764ef8de532396f110fe7658d0.png)}.blob-header-image{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:8rem;padding-left:8rem;background:url(https://www.scottishbooktrust.com/assets/blobs/blob_orange-4cb07d45507dcf5e203d531006a71d394b6176b8745bfb8d1382a05050cf3930.png) no-repeat center;background-size:contain}.blob-header-text{text-align:center}.blob-cta-component{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;position:relative;margin-top:1em}@media (min-width: 64em){.blob-cta-component{margin-top:initial}}.blob-cta-content,.blob-cta-background{position:relative;-ms-grid-row:1;grid-row:1;-ms-grid-column:1;-ms-grid-column-span:12;grid-column:1 / 13}.blob-cta-background .svg{position:absolute;top:0;bottom:0;left:-1em;right:-1em;width:100vw;height:100%}.blob-cta-background .svg.mobile{display:block}@media (min-width: 50em){.blob-cta-background .svg{left:-2em;right:-2em}}@media (min-width: 64em){.blob-cta-background .svg{position:initial;width:100%;height:auto;-webkit-transform:initial;-ms-transform:initial;transform:initial}.blob-cta-background .svg.mobile{display:none}.blob-cta-background .svg.desktop{display:block}}.blob-cta-background{z-index:0}.blob-cta-content{z-index:1;text-align:center;padding-top:4rem;padding-bottom:4rem}@media (min-width: 40em){.blob-cta-content{padding-right:6rem;padding-left:6rem}}@media (min-width: 50em){.blob-cta-content{padding-right:8rem;padding-left:8rem}}.quiz-component{text-align:center}.quiz-component-rule{display:block;position:relative;margin-right:auto;margin-left:auto;height:4px;width:120px;border-radius:2px;border:0;content:''}.question-component-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1rem;margin-right:auto;margin-left:auto;max-width:500px}.question-component-answers .answer-component{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;padding:.25rem}.quiz-component-action{margin-top:1em;max-width:300px}.quiz-component-button,.answer-component-toggle{width:100%;text-align:center;background-color:#ffffff}.widget-theme-reverse .quiz-component-button,.widget-theme-reverse .answer-component-toggle{background-color:#EAEBEF}.answer-component-input:checked+.answer-component-toggle{background-color:#f77f00 !important;border-color:#f77f00;color:#ffffff}.push-banner{background-repeat:no-repeat;background-position:center right;background-size:cover}@media (min-width: 50em){.push-banner{background-size:70% auto}}.push-banner-background-layer{background-size:cover;background-repeat:repeat}.push-banner-title{margin-right:2em;margin-bottom:.5em;color:#ffffff}.push-banner-image-layer{display:none}.push-banner-image-credit{display:none}.push-banner-text-layer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.push-banner-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.push-banner-body{display:none}.push-banner-cta{margin-right:3em}.push-banner-toggle{padding:.5em;width:2.5em;height:2.5em;background-color:white;background-size:33%;border:none;border-radius:50%;position:absolute;top:0;right:1em;z-index:2}.push-banner-toggle-icon{display:block;width:100%;height:100%;padding:.25rem}.push-banner-toggle-icon svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.push-banner-toggle-icon svg.minus{display:none}@media (min-width: 50em){.push-banner-title{margin-bottom:0}.push-banner-text-layer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.push-banner{position:relative;overflow:hidden}.push-banner .push-banner-graphic{position:absolute;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center left;object-position:center left}.push-banner.open .push-banner-title{-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin-bottom:0.5em;color:#1F1F1F;max-width:22ch}.push-banner.open .push-banner-body{display:block}.push-banner.open .push-banner-text-layer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:4em 0}@media (min-width: 50em){.push-banner.open .push-banner-text-layer{max-width:45%}}@media (min-width: 76.5625em){.push-banner.open .push-banner-text-layer{max-width:45%}}.push-banner.open .push-banner-background-layer{background-size:cover;background-repeat:no-repeat}.push-banner.open .push-banner-image-layer{display:block;margin-left:-1em;width:100vw;height:100%;position:absolute}.push-banner.open .push-banner-image-layer>.mobile{display:block;height:100%}.push-banner.open .push-banner-image-layer>.desktop{display:none}.push-banner.open .push-banner-toggle-icon svg.minus{display:block}.push-banner.open .push-banner-toggle-icon svg.plus{display:none}@media (min-width: 50em){.push-banner.open .push-banner-text-layer{padding:4em 4em}.push-banner.open .push-banner-background-layer{background-position:top left;background-size:50% 100%}.push-banner.open .push-banner-image-credit{display:block;position:absolute;width:100%;text-align:right;background-color:white;bottom:0;padding:.25em 1em 0}.push-banner.open .push-banner-image-layer{position:absolute;top:0;bottom:0;margin-left:initial;width:calc(50% - 5em);min-width:50ch}.push-banner.open .push-banner-image-layer>.mobile{display:none}.push-banner.open .push-banner-image-layer>.desktop{display:block;height:100%}}.push-banner-background-layer,.push-banner--theme-green .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_green-f74f9a02d14f3c5772f0185eadcc14f1e0551f5b3b68311cfdea71cf2b924259.jpg)}.open .push-banner-background-layer,.open.push-banner--theme-green .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_green-68557f4e46d0ead4554503b5abcba18123db351e9e729cc504ada014fa4e0c73.png)}@media (min-width: 50em){.open .push-banner-background-layer,.open.push-banner--theme-green .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_green-48759f8ac0161f033a10af31008ab73dbbae11fbac54cad6f850750fa42478f4.png)}}.push-banner--theme-blue .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_blue-561920b9f75fc09d2702bf4185bd634b0524d0d97df4a260b57bb8a37e8864ad.jpg)}.open.push-banner--theme-blue .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_blue-f2e1f3606b7d1eb6c4d4e1d2a76fbc46e806ccba0e588bd81242952a67bd90cc.png)}@media (min-width: 50em){.open.push-banner--theme-blue .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_blue-ef8bdc70f186c9b171fe0fc0ce003ee184c40873ce7c7cebb0960094f0cfd7af.png)}}.push-banner--theme-pink .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_pink-8dd2d386d18a9fece62e938cd1e6329a156ecc3325161bb344f7c49216aa7d6b.jpg)}.open.push-banner--theme-pink .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_pink-2ac8c65072d8e7d4da11997af92b24e94c92c1160145ebfae9da1c02010a1359.png)}@media (min-width: 50em){.open.push-banner--theme-pink .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_pink-f2f59e29b8c8e6651d8f46d798084a3620ce627afb43994684d56d5420a0e874.png)}}.push-banner--theme-red .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_red-aff33b820a51f5266f95bd9cd040d7ffc68b1cfcd535b1c310d74eb91ad02c9e.jpg)}.open.push-banner--theme-red .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_red-b61bbca0a20ccf031dc3e15eafc47732e176fb142cf0d37f447dcbf19fe6920b.png)}@media (min-width: 50em){.open.push-banner--theme-red .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_red-093a97bcc367a8e2736da6c38d7d758879505e32aa0080f098b2fe7c647c2cd1.png)}}.push-banner--theme-orange .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_orange-0ba557d42b7cfee5021b31c690f9d98cd8ae2ed170f286c43f129eceb24862c8.jpg)}.open.push-banner--theme-orange .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_orange-cd5a2d4d2ee588f81b83cabfce6b401286ca94776b575c2c96d4d7add12cf665.png)}@media (min-width: 50em){.open.push-banner--theme-orange .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_orange-6e61f662f0c9f031b55989defd702b92997c1c198d8a9a12df06cf5b8ffc5e4e.png)}}.push-banner--theme-sand .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/images/banner/collapsed_blob_sand.jpg)}.open.push-banner--theme-sand .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/images/banner/small_blob_sand)}@media (min-width: 50em){.open.push-banner--theme-sand .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/images/banner/big_blob_sand)}}.push-banner--theme-gold .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_gold-90dc17afe2a3aa6fa0fb05a5bfe9bdb524729696bfab2434383301b1261c8628.jpg)}.open.push-banner--theme-gold .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_gold-e27c29aa4d0747959c0588c367f533d9407a1408e7fec307ba16e2d23dc65ade.jpg)}@media (min-width: 50em){.open.push-banner--theme-gold .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_gold-3a8e6d2ee54018e067be339f63725b14598a0b89a5b04396cc9417438dd84252.png)}}.push-banner--theme-gold_green .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_gold_green-c3b3b7f919196bf9b869445ae339d95e6249e9bebace95747f2f49b0d6c5b90f.jpg)}.open.push-banner--theme-gold_green .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_gold_green-21c625b87c76ed7ed1ea78393b8e6eb42dd84e27abdb21f626874a2eca81dd08.png)}@media (min-width: 50em){.open.push-banner--theme-gold_green .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_gold_green-7b3134b255b4d753e2fe70348890d4f66603b1a7f1c185b9f49e8f84203d62ca.png)}}.push-banner--theme-xmas_2023_cmyk .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_xmas_2023_cmyk-8de6ff249a36c082a8ca9685662cf8b57829e64c277e91ea7e879510ebf27e1e.jpg)}.open.push-banner--theme-xmas_2023_cmyk .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_xmas_2023_cmyk-e1ff27a142cc2c86428eac443090e91d41ecf711a805d22f172885a98d74240f.jpg)}@media (min-width: 50em){.open.push-banner--theme-xmas_2023_cmyk .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_xmas_2023_cmyk-d75a2c7bcba78d373ffd8b43a6860aaea671c3e83530dcf20de1ddb4214fded6.png)}}.push-banner--theme-xmas_2023_rgb .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_xmas_2023_rgb-5d148d0934b97b5f663886e9fb57037282f2a7a63251d9a38526788d030fbcab.jpg)}.open.push-banner--theme-xmas_2023_rgb .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_xmas_2023_rgb-2e43771997cf9e5fa02102d7f8a99eaf5c9f66f900d4cac1c39779b7d2916359.jpg)}@media (min-width: 50em){.open.push-banner--theme-xmas_2023_rgb .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_xmas_2023_rgb-8de1faeb8000ea059172a9d91609f3fd7e1f8e920a8bffc6fe35615b52627780.png)}}.push-banner--theme-jan_2024_cmyk .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_jan_2024_cmyk-bea910a24c2a70d5291200054bd706457a10d684531d08abaa62c6a39cb0047a.jpg)}.open.push-banner--theme-jan_2024_cmyk .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_jan_2024_cmyk-7dcfcd61547cc39df7ce429d1d71bec536d13e3d0e901fdbd80abd8a21fc5ce2.jpg)}@media (min-width: 50em){.open.push-banner--theme-jan_2024_cmyk .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_jan_2024_cmyk-9d8695999bb7f9cbe009b797d901361f2adc3978f54843230d31b67750c3e3d0.png)}}.push-banner--theme-jan_2024_rgb .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/collapsed_blob_jan_2024_rgb-fbd0835192214ba5d88bb702d30c67f8209bee7f8f9aaf76f37ec2c4cd31cdb8.jpg)}.open.push-banner--theme-jan_2024_rgb .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/small_blob_jan_2024_rgb-d82edfb319ba85b3d42265f594aa3fd4d427867c4c41dacf313f9b97fb332571.jpg)}@media (min-width: 50em){.open.push-banner--theme-jan_2024_rgb .push-banner-background-layer{background-image:url(https://www.scottishbooktrust.com/assets/banner/big_blob_jan_2024_rgb-2a6a1a3a875723d86a319b848d0af05a4b4af63beb79ad7fe491e2766e5b3d19.png)}}.push-banner-cta>.button-cta,.push-banner--theme-secondary-green .push-banner-cta>.button-cta{background-color:#fff;color:#367113}.push-banner-cta>.button-cta svg,.push-banner--theme-secondary-green .push-banner-cta>.button-cta svg{fill:#367113}.push-banner-cta>.button-cta:hover,.push-banner--theme-secondary-green .push-banner-cta>.button-cta:hover{background-color:#2c5b0f;color:#fff}.push-banner-cta>.button-cta:hover svg,.push-banner--theme-secondary-green .push-banner-cta>.button-cta:hover svg{fill:#fff}.open .push-banner-cta>.button-cta,.open.push-banner--theme-secondary-green .push-banner-cta>.button-cta{background-color:#367113;color:#fff}.open .push-banner-cta>.button-cta svg,.open.push-banner--theme-secondary-green .push-banner-cta>.button-cta svg{fill:#fff}.open .push-banner-cta>.button-cta:hover,.open.push-banner--theme-secondary-green .push-banner-cta>.button-cta:hover{background-color:#2c5b0f}.push-banner--theme-secondary-blue .push-banner-cta>.button-cta{background-color:#fff;color:#00758A}.push-banner--theme-secondary-blue .push-banner-cta>.button-cta svg{fill:#00758A}.push-banner--theme-secondary-blue .push-banner-cta>.button-cta:hover{background-color:#005f71;color:#fff}.push-banner--theme-secondary-blue .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-blue .push-banner-cta>.button-cta{background-color:#00758A;color:#fff}.open.push-banner--theme-secondary-blue .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-blue .push-banner-cta>.button-cta:hover{background-color:#005f71}.push-banner--theme-secondary-pink .push-banner-cta>.button-cta{background-color:#fff;color:#c41c70}.push-banner--theme-secondary-pink .push-banner-cta>.button-cta svg{fill:#c41c70}.push-banner--theme-secondary-pink .push-banner-cta>.button-cta:hover{background-color:#ae1963;color:#fff}.push-banner--theme-secondary-pink .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-pink .push-banner-cta>.button-cta{background-color:#c41c70;color:#fff}.open.push-banner--theme-secondary-pink .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-pink .push-banner-cta>.button-cta:hover{background-color:#ae1963}.push-banner--theme-secondary-red .push-banner-cta>.button-cta{background-color:#fff;color:#e8112d}.push-banner--theme-secondary-red .push-banner-cta>.button-cta svg{fill:#e8112d}.push-banner--theme-secondary-red .push-banner-cta>.button-cta:hover{background-color:#d00f28;color:#fff}.push-banner--theme-secondary-red .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-red .push-banner-cta>.button-cta{background-color:#e8112d;color:#fff}.open.push-banner--theme-secondary-red .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-red .push-banner-cta>.button-cta:hover{background-color:#d00f28}.push-banner--theme-secondary-orange .push-banner-cta>.button-cta{background-color:#222;color:#f77f00}.push-banner--theme-secondary-orange .push-banner-cta>.button-cta svg{fill:#f77f00}.push-banner--theme-secondary-orange .push-banner-cta>.button-cta:hover{background-color:#de7200;color:#222}.push-banner--theme-secondary-orange .push-banner-cta>.button-cta:hover svg{fill:#222}.open.push-banner--theme-secondary-orange .push-banner-cta>.button-cta{background-color:#f77f00;color:#222}.open.push-banner--theme-secondary-orange .push-banner-cta>.button-cta svg{fill:#222}.open.push-banner--theme-secondary-orange .push-banner-cta>.button-cta:hover{background-color:#de7200}.push-banner--theme-secondary-sand .push-banner-cta>.button-cta{background-color:#222;color:#f7f1e3}.push-banner--theme-secondary-sand .push-banner-cta>.button-cta svg{fill:#f7f1e3}.push-banner--theme-secondary-sand .push-banner-cta>.button-cta:hover{background-color:#f1e7cf;color:#222}.push-banner--theme-secondary-sand .push-banner-cta>.button-cta:hover svg{fill:#222}.open.push-banner--theme-secondary-sand .push-banner-cta>.button-cta{background-color:#f7f1e3;color:#222}.open.push-banner--theme-secondary-sand .push-banner-cta>.button-cta svg{fill:#222}.open.push-banner--theme-secondary-sand .push-banner-cta>.button-cta:hover{background-color:#f1e7cf}.push-banner--theme-secondary-gold .push-banner-cta>.button-cta{background-color:#fff;color:#b87a27}.push-banner--theme-secondary-gold .push-banner-cta>.button-cta svg{fill:#b87a27}.push-banner--theme-secondary-gold .push-banner-cta>.button-cta:hover{background-color:#a36c23;color:#fff}.push-banner--theme-secondary-gold .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-gold .push-banner-cta>.button-cta{background-color:#b87a27;color:#fff}.open.push-banner--theme-secondary-gold .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-gold .push-banner-cta>.button-cta:hover{background-color:#a36c23}.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta{background-color:#fff;color:#367113}.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta svg{fill:#367113}.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta:hover{background-color:#2c5b0f;color:#fff}.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta{background-color:#367113;color:#fff}.open.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-gold_green .push-banner-cta>.button-cta:hover{background-color:#2c5b0f}.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta{background-color:#fff;color:#30437E}.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta svg{fill:#30437E}.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta:hover{background-color:#29396c;color:#fff}.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta{background-color:#30437E;color:#fff}.open.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-xmas_2023_cmyk .push-banner-cta>.button-cta:hover{background-color:#29396c}.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta{background-color:#fff;color:#30437E}.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta svg{fill:#30437E}.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta:hover{background-color:#29396c;color:#fff}.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta{background-color:#30437E;color:#fff}.open.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-xmas_2023_rgb .push-banner-cta>.button-cta:hover{background-color:#29396c}.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta{background-color:#fff;color:#6D5784}.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta svg{fill:#6D5784}.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta:hover{background-color:#604d75;color:#fff}.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta{background-color:#6D5784;color:#fff}.open.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-jan_2024_cmyk .push-banner-cta>.button-cta:hover{background-color:#604d75}.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta{background-color:#fff;color:#0053A0}.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta svg{fill:#0053A0}.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta:hover{background-color:#004687;color:#fff}.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta:hover svg{fill:#fff}.open.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta{background-color:#0053A0;color:#fff}.open.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta svg{fill:#fff}.open.push-banner--theme-secondary-jan_2024_rgb .push-banner-cta>.button-cta:hover{background-color:#004687}.push-banner-toggle-icon svg,.push-banner--theme-green .push-banner-toggle-icon svg{fill:#367113}.push-banner-toggle-icon svg>*,.push-banner--theme-green .push-banner-toggle-icon svg>*{fill:#367113}.push-banner--theme-blue .push-banner-toggle-icon svg{fill:#00758A}.push-banner--theme-blue .push-banner-toggle-icon svg>*{fill:#00758A}.push-banner--theme-pink .push-banner-toggle-icon svg{fill:#c41c70}.push-banner--theme-pink .push-banner-toggle-icon svg>*{fill:#c41c70}.push-banner--theme-red .push-banner-toggle-icon svg{fill:#e8112d}.push-banner--theme-red .push-banner-toggle-icon svg>*{fill:#e8112d}.push-banner--theme-orange .push-banner-toggle-icon svg{fill:#f77f00}.push-banner--theme-orange .push-banner-toggle-icon svg>*{fill:#f77f00}.push-banner--theme-sand .push-banner-toggle-icon svg{fill:#f7f1e3}.push-banner--theme-sand .push-banner-toggle-icon svg>*{fill:#f7f1e3}.push-banner--theme-gold .push-banner-toggle-icon svg{fill:#b87a27}.push-banner--theme-gold .push-banner-toggle-icon svg>*{fill:#b87a27}.push-banner--theme-gold_green .push-banner-toggle-icon svg{fill:#367113}.push-banner--theme-gold_green .push-banner-toggle-icon svg>*{fill:#367113}.push-banner--theme-xmas_2023_cmyk .push-banner-toggle-icon svg{fill:#30437E}.push-banner--theme-xmas_2023_cmyk .push-banner-toggle-icon svg>*{fill:#30437E}.push-banner--theme-xmas_2023_rgb .push-banner-toggle-icon svg{fill:#30437E}.push-banner--theme-xmas_2023_rgb .push-banner-toggle-icon svg>*{fill:#30437E}.push-banner--theme-jan_2024_cmyk .push-banner-toggle-icon svg{fill:#6D5784}.push-banner--theme-jan_2024_cmyk .push-banner-toggle-icon svg>*{fill:#6D5784}.push-banner--theme-jan_2024_rgb .push-banner-toggle-icon svg{fill:#0053A0}.push-banner--theme-jan_2024_rgb .push-banner-toggle-icon svg>*{fill:#0053A0}.hero-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}@media (min-width: 76.5625em){.hero-component{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.hero-component__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.theme-color--xmas-2022 .hero-component__title>.theme-color{color:#b87a27}.hero-component__body{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.hero-component__title,.hero-component__body{width:100%;text-align:center}@media (min-width: 76.5625em){.hero-component__title,.hero-component__body{width:calc(50% - 4rem);text-align:left}}.hero-component__media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (min-width: 76.5625em){.hero-component__media{position:absolute;left:50%;top:0;bottom:0;right:0;width:auto}}.hero-component__media-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.hero-component.donation-hero{display:-ms-grid;display:grid;-ms-grid-rows:1fr auto;grid-template-rows:1fr auto;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 2rem 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 2rem 1fr 1fr 1fr 1fr 1fr 1fr}.hero-component.donation-hero .hero-component-donation__body{grid-column:1 / -1;margin-bottom:2rem}.hero-component.donation-hero .hero-component-donation__media{grid-column:1 / -1}.hero-component.donation-hero .hero-component-image .hero-component-image-mask image{width:var(--masked-image-size, 100%)}@media (min-width: 50em){.hero-component.donation-hero{padding-left:4rem;padding-right:4rem;-ms-grid-rows:auto;grid-template-rows:auto}.hero-component.donation-hero.no-image{justify-items:center}.hero-component.donation-hero.no-image .hero-component-donation__body{grid-column:2 / -2}.hero-component.donation-hero .hero-component-donation__body{-ms-grid-row:1;grid-row:1;grid-column:7 / -1;margin-bottom:0;padding-right:1rem}.hero-component.donation-hero .hero-component-donation__media{-ms-grid-row:1;grid-row:1;-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6}}@media (min-width: 76.5625em){.hero-component.donation-hero{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.hero-component-image{margin-bottom:1rem}.rich-2022 .hero-component-image{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.rich-2022 .hero-component-image .hero-component-image-mask{-ms-grid-column:2;-ms-grid-column-span:4;grid-column:2 / 6}.hero-component-image .hero-component-image-mask{z-index:2;-ms-grid-row:1;grid-row:1;margin-left:auto}.hero-component-image .hero-component-image-mask image{width:100%;height:auto}.hero-component-image .hero-component-graphic{-ms-grid-row:1;grid-row:1;-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6;z-index:1;width:100%}.book-list-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.book-list-banner-image-container{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.book-list-banner-image{width:100%;-o-object-fit:contain;object-fit:contain}.book-list-banner .relative.wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.announcement_banner{--banner-background-color: #ffffff;--banner-text-color: #1F1F1F;--banner-button-color: #ffffff;--banner-button-background-color: #1F1F1F;--banner-button-border-color: #1F1F1F;--banner-button-background-hover-color: darken($color-black, 10%);position:relative;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;z-index:-1;-webkit-box-shadow:0 0 0 2px #cdcfd9;box-shadow:0 0 0 2px #cdcfd9}.announcement_banner.announcement_banner-theme__green{--banner-background-color: #367113;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #367113;--banner-button-border-color: #fff;--banner-button-background-hover-color: #21450c;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__blue{--banner-background-color: #00758A;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #00758A;--banner-button-border-color: #fff;--banner-button-background-hover-color: #004a57;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__pink{--banner-background-color: #c41c70;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #c41c70;--banner-button-border-color: #fff;--banner-button-background-hover-color: #971657;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__red{--banner-background-color: #e8112d;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #e8112d;--banner-button-border-color: #fff;--banner-button-background-hover-color: #b80e24;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__orange{--banner-background-color: #f77f00;--banner-text-color: #222;--banner-button-color: #222;--banner-button-background-color: #f77f00;--banner-button-border-color: #222;--banner-button-background-hover-color: #c46500;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__sand{--banner-background-color: #f7f1e3;--banner-text-color: #222;--banner-button-color: #222;--banner-button-background-color: #f7f1e3;--banner-button-border-color: #222;--banner-button-background-hover-color: #ecddbb;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__gold{--banner-background-color: #b87a27;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #b87a27;--banner-button-border-color: #fff;--banner-button-background-hover-color: #8e5e1e;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__gold_green{--banner-background-color: #367113;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #367113;--banner-button-border-color: #fff;--banner-button-background-hover-color: #21450c;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__xmas_2023_cmyk{--banner-background-color: #30437E;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #30437E;--banner-button-border-color: #fff;--banner-button-background-hover-color: #222f59;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__xmas_2023_rgb{--banner-background-color: #30437E;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #30437E;--banner-button-border-color: #fff;--banner-button-background-hover-color: #222f59;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__jan_2024_cmyk{--banner-background-color: #6D5784;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #6D5784;--banner-button-border-color: #fff;--banner-button-background-hover-color: #544365;background:var(--banner-background-color)}.announcement_banner.announcement_banner-theme__jan_2024_rgb{--banner-background-color: #0053A0;--banner-text-color: #fff;--banner-button-color: #fff;--banner-button-background-color: #0053A0;--banner-button-border-color: #fff;--banner-button-background-hover-color: #00396d;background:var(--banner-background-color)}.announcement_banner-text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.announcement_banner-container{max-width:87.5em;padding:.75rem 1rem;margin:0 auto;z-index:10}@media (min-width: 53.4375em){.announcement_banner-container{padding:.75rem 2rem}}@media (min-width: 76.5625em){.announcement_banner-container{padding:.75rem 4rem}}.announcement_banner-container svg{fill:var(--banner-text-color);min-width:1.75rem;margin-right:.75rem}.announcement_banner-container p{color:var(--banner-text-color);margin-bottom:.5rem;margin-right:.5rem}.announcement_banner-container p:last-child{margin-bottom:0}.announcement_banner-container p strong{font-weight:800}.announcement_banner-container p em{font-style:italic}.announcement_banner-container p a{color:var(--banner-text-color) !important;border-color:var(--banner-text-color) !important;text-decoration:underline;font-weight:500}.announcement_banner-container p a.action{margin-left:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-decoration:none;border:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.announcement_banner-container p a.action svg{fill:var(--banner-text-color);margin-left:.15rem;margin-right:0;width:1rem;height:1rem;-webkit-transition:all .3s ease;transition:all .3s ease}.announcement_banner-container p a.action:hover svg{-webkit-transform:translateX(0.25rem);-ms-transform:translateX(0.25rem);transform:translateX(0.25rem)}.announcement_banner-container p+.announcement_banner-button{margin-top:1.5rem}.bws--2022 .ticket-button,.bws--2021 .ticket-button{background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #f77f00), to(#f77f00));background-image:linear-gradient(to top, transparent, transparent 50%, #f77f00 50%, #f77f00)}.bws--2022 .event-tile--featured .event-tile-link,.bws--2021 .event-tile--featured .event-tile-link{background-color:#f77f00}.event-tile{color:#1F1F1F;padding-left:5px}.bws--2023 .event-tile{color:#000000}.bws--2024 .event-tile{background-color:transparent;color:white}.event-tile-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:15em;-webkit-transition:-webkit-box-shadow 200ms;transition:-webkit-box-shadow 200ms;transition:box-shadow 200ms;transition:box-shadow 200ms, -webkit-box-shadow 200ms;border:2px solid #1F1F1F}.event-tile-link:focus{outline-offset:0;border-radius:12px}.bws--2023 .event-tile-link,.bws--2024 .event-tile-link{border:none}.event-tile-link .event-main-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#ffffff;border-radius:12px;position:relative}.bws--2024 .event-tile-link .event-main-info-container{border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#313133}.event-tile--featured .event-tile-link .event-main-info-container{background-color:#1F1F1F;color:#ffffff}.bws--2023 .event-tile--featured .event-tile-link .event-main-info-container{background-color:#000000;color:#ffffff}@media (min-width: 50em){.event-tile-link{min-height:18em}}.event-tile-link:hover .ticket-button{background-position:0 0%;border-radius:12px;margin-top:1px}.bws--2023 .event-tile-link:hover .ticket-button{margin-top:2px}.bws--2024 .event-tile-link:hover .ticket-button{margin-top:0;border-radius:0;color:black}.event-tile-header{padding:1rem}.bws--2023 .event-tile-header{color:#000000}.bws--2024 .event-tile-header{color:white}.event-tile--additional-info-details{position:relative;margin:0 0;padding:0 1rem 1rem;border-bottom:2px solid currentColor;line-height:1.25em;color:#1F1F1F}.bws--2023 .event-tile--additional-info-details{color:#000000;border-bottom:none}.bws--2024 .event-tile--additional-info-details{color:white;border-color:black}.event-tile--additional-info-arrow{fill:#1F1F1F}.event-tile--image{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;height:60%;background-size:cover;background-position:top center}.bws--2023 .event-tile--image{position:absolute;height:100%;border-radius:12px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.bws--2024 .event-tile--image{position:absolute;height:100%;-webkit-filter:grayscale(100%) brightness(0.6);filter:grayscale(100%) brightness(0.6)}.event-tile .svg-small{display:inline-block;vertical-align:middle;margin-right:0.25rem;width:0.85rem;height:0.85rem;fill:currentColor}.event-tile--featured{-webkit-transition:all 200ms;transition:all 200ms}.event-tile--featured .event-tile{color:#1F1F1F}.bws--2024 .event-tile--featured .event-tile{color:white}.event-tile--featured .event-tile-link{background-color:#343432}.bws--2023 .event-tile--featured .event-tile-link{background-color:transparent}.bws--2024 .event-tile--featured .event-tile-link{background-color:transparent}.event-tile--featured .event-tile-header{color:#1F1F1F}.bws--2023 .event-tile--featured .event-tile-header{z-index:3;color:#ffffff}.bws--2024 .event-tile--featured .event-tile-header{z-index:3;color:white}.event-tile--featured .event-tile--additional-info-details{color:#1F1F1F}.bws--2023 .event-tile--featured .event-tile--additional-info-details{color:#ffffff}.bws--2024 .event-tile--featured .event-tile--additional-info-details{color:white}.event-tile--featured .event-tile--additional-info-ticket{color:#1F1F1F}.bws--2023 .event-tile--featured .event-tile--additional-info-ticket{color:#ffffff}.bws--2024 .event-tile--featured .event-tile--additional-info-ticket{color:white}.event-tile--featured .event-tile-arrow{-webkit-transition:all 200ms;transition:all 200ms;fill:#1F1F1F}.bws--2023 .event-tile--featured .event-tile-arrow{fill:#ffffff}.bws--2024 .event-tile--featured .event-tile-arrow{fill:#FFEDAA}.bws--2023 .event-tile--featured .event-tile-link:hover .event-tile-arrow{fill:#000000}.bws--2024 .event-tile--featured .event-tile-link:hover .event-tile-arrow{fill:black}.event-tile--featured:hover .event-tile--additional-info-ticket,.event-tile--featured :hover .event-tile--additional-info-ticket svg{color:#1F1F1F;fill:#1F1F1F}.bws--2024 .event-tile .event-tile-link:hover .event-tile-arrow{fill:black}.event-tile--featured--overlay{position:absolute}.bws--2023 .event-tile--featured .event-tile--featured--overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);border-radius:12px}.event-tile--featured--image .event-tile--additional-info-details{padding:0}.bws--2023 .event-tile--featured--image .event-tile--additional-info-details{padding:0 1rem 1rem}.event-tile--featured--image .event-tile--additional-info-details>*{display:none}.bws--2023 .event-tile--featured--image .event-tile--additional-info-details>*{display:block}.ticket-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1em;font-family:"proxima-nova", sans-serif;font-weight:600;font-size:18px;line-height:21px;color:#1F1F1F;text-decoration:none;background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffce00), to(#ffce00));background-image:linear-gradient(to top, transparent, transparent 50%, #ffce00 50%, #ffce00);background-position:0 -100%;background-size:100% 200%;-webkit-transition:all ease 0.3s;transition:all ease 0.3s}.bws--2024 .ticket-button{background-image:-webkit-gradient(linear, left bottom, left top, from(#313133), color-stop(50%, #313133), color-stop(50%, #FFC000), to(#FFC000));background-image:linear-gradient(to top, #313133, #313133 50%, #FFC000 50%, #FFC000);color:white;background-size:100% 201%}.bws--2024 .ticket-button svg{fill:#FFEDAA}.bws--2023 .event-tile-link:hover .ticket-button{color:#ffffff;fill:#ffffff}.bws--2024 .event-tile-link:hover .ticket-button{fill:black}.bws--2023 .event-tile .ticket-button{color:#000000;background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #000), to(#000));background-image:linear-gradient(to top, transparent, transparent 50%, #000 50%, #000)}.bws--2023 .event-tile--featured .ticket-button{background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));background-image:linear-gradient(to top, transparent, transparent 50%, #fff 50%, #fff)}.ticket-button:hover{background-position:0 0%}.ticket-button .arrow-right{content:url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.66 19.13'><polygon points='10.1,0 7.98,2.12 13.87,8.01 0,8.01 0,11.01 13.96,11.01 7.98,17 10.1,19.12 19.66,9.56' fill='#000000'/> </svg>");display:inline-block;position:relative;float:right;width:17px;height:17.5px;top:0.1em;margin:0 0.1em 0 0.3em}.bws--2024 .ticket-button .arrow-right{content:url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.66 19.13'><polygon points='10.1,0 7.98,2.12 13.87,8.01 0,8.01 0,11.01 13.96,11.01 7.98,17 10.1,19.12 19.66,9.56' fill='#FFEDAA'/> </svg>")}.bws--2023 .event-tile--featured .ticket-button .arrow-right{content:url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.66 19.13'><polygon points='10.1,0 7.98,2.12 13.87,8.01 0,8.01 0,11.01 13.96,11.01 7.98,17 10.1,19.12 19.66,9.56' fill='#ffffff'/> </svg>")}.bws--2023 .event-tile--featured .event-tile-link:hover .ticket-button .arrow-right{content:url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.66 19.13'><polygon points='10.1,0 7.98,2.12 13.87,8.01 0,8.01 0,11.01 13.96,11.01 7.98,17 10.1,19.12 19.66,9.56' fill='#000000'/> </svg>")}.bws--2023 .ticket-button{background-color:#ffffff;border-radius:12px;margin-top:2px}.bws--2023 .event-tile--featured .ticket-button{background-color:#000000;color:#ffffff;-webkit-transition:all 200ms;transition:all 200ms}.bws--2023 .event-tile--featured .event-tile-link:hover .ticket-button{color:#000000}.bws .events-lane--item{padding-right:1.5rem}@media (min-width: 50em){.bws .events-lane--item{padding-right:1.35rem}}@media (min-width: 76.5625em){.bws .events-lane--item{padding-right:0.7rem}}.bws .slider-arrow{width:1.5rem;height:1.5rem}@media (min-width: 50em){.bws .slider-arrow{width:2.25rem;height:2.25rem}}.bws .tns-outer{position:relative;left:0;right:0}.bws .tns-inner{margin-right:2em !important;overflow:hidden}@media (min-width: 50em){.bws .tns-inner{margin-right:2em !important}}.bws .tns-controls button{position:absolute;z-index:2;top:0;right:1rem;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent}@media (min-width: 50em){.bws .tns-controls button{right:.5rem;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}@media (min-width: 76.5625em){.bws .tns-controls button{right:1rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.page-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:1;background-color:#ffffff;-webkit-box-shadow:0 0 0 2px #cdcfd9;box-shadow:0 0 0 2px #cdcfd9;height:100%;-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;z-index:2}.page-header #main-navigation{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.page-header #pushBanner{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page-header .page-header__filter-panel{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.page-header.no-shadow{-webkit-box-shadow:none;box-shadow:none}.page-header--container{position:relative}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.page-header{border-bottom:2px solid #EAEBEF}}.header-logo{color:#ffffff}.header-logo-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:auto;height:auto;fill:#ffffff;color:#1F1F1F}.header-logo-image .header-logo-black{fill:#1F1F1F}.header-logo-image .header-logo-grey{fill:#EAEBEF}@media (min-width: 50em){.header-logo-image{padding-top:1em;padding-bottom:1em}}.header-logo svg{width:initial;height:100%}.sbt .header-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sbt .header-icon .bws_logo{margin-left:0.5em}@media (min-width: 53.4375em){.sbt .header-icon .bws_logo{margin-left:0}}.sbt .header-icon .bws_logo:focus{outline-offset:-5px}.sbt .header-icon .bws_logo svg{border-radius:50%}.sbt .header-icon .bws_logo .bws_logo-border{fill:#1F1F1F}.sbt .header-icon .bws_logo .bws_logo-text{fill:#1F1F1F}.footer-content{background:#343432;color:#ffffff;height:100%;-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto}.footer-copyright{color:#EAEBEF;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.footer-copyright-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1em 0 0;border:0;border-top:2px solid #EAEBEF}.footer-copyright-flex>*{padding:1.5em 0 0}.footer-copyright-flex .svg{margin-right:1em}.footer-copyright a{font-size:inherit;border-bottom:1px solid #EAEBEF}.footer-copyright a:hover{border-color:#767676}.footer-lower-icon svg{fill:#EAEBEF}@media (min-width: 40em){.footer--sitemap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 50em){.footer--sitemap{max-width:95%}}.footer--sitemap--col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1em}.footer--sitemap--col li{margin-bottom:.5em}.footer--sitemap--col li:first-of-type{margin-bottom:1em}@media (min-width: 50em){.footer--sitemap--col{width:30%}}.footer--sitemap--col:not(:last-of-type){margin-right:1.5em}.footer--sitemap--link{margin-bottom:.5em;-webkit-transition:all 200ms, outline 0s linear, outline-offset 0s linear;transition:all 200ms, outline 0s linear, outline-offset 0s linear;border-bottom:1px solid #EAEBEF}.footer--sitemap--link:hover{border-color:#767676}.footer--sitemap--link-top{color:#EAEBEF;margin-bottom:1em;-webkit-transition:all 200ms, outline 0s linear, outline-offset 0s linear;transition:all 200ms, outline 0s linear, outline-offset 0s linear}.footer--sitemap--link-top:not([href='']):hover{color:#767676}.footer--sitemap--link-top[href='']{cursor:default}.footer_logo--fundraising{margin-top:1em;max-width:12em;background-color:white}.footer_logo--culture{margin-top:1em;max-width:8em}.footer_logo--council{margin-top:1em;max-width:11em}.footer-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1em;height:100%;-webkit-box-flex:1;-ms-flex:1 1 18em;flex:1 1 18em}@media (min-width: 50em){.footer-contact{margin-left:1em;min-height:15em}}@media (min-width: 76.5625em){.footer-contact{margin-left:2em}}.footer-contact--header{color:#ffffff}.footer-contact--newsletter-button{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:0}.footer-contact--link{color:#EAEBEF;margin-bottom:1em;-webkit-transition:all 200ms, outline 0s linear, outline-offset 0s linear;transition:all 200ms, outline 0s linear, outline-offset 0s linear;-ms-flex-item-align:start;align-self:flex-start;border-bottom:1px solid #EAEBEF}.footer-contact--link:hover{color:#767676;border-color:#767676}.footer-contact--social-links{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:1em}.footer-contact--social-links-link{margin-right:1em}.layout-footer{display:block;height:100%}@media (min-width: 50em){.layout-footer{display:-ms-grid;display:grid;-ms-grid-rows:auto auto;grid-template-rows:auto auto;-ms-grid-columns:66% 33%;grid-template-columns:66% 33%}}.layout-footer--top{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.layout-footer--lower{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2;-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end}.layout-footer--right{-ms-grid-column:2;grid-column:2;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;max-height:20em}.layout-footer--right__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-footer--right__top>*{margin-bottom:1em}.page-header--navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.page-header--navigation-site-link a{display:block;padding-top:.75em;padding-bottom:.75em}.page-header--navigation-site-link a:focus{outline-offset:-5px;padding-left:1rem;padding-right:1rem;margin-left:-1rem;margin-right:-2rem}.page-header--navigation-site-link:nth-of-type(2){margin-top:.1em}@media (min-width: 53.4375em){.page-header--navigation-site-link:nth-of-type(2){margin-top:0}}.page-header--navigation-site-link:last-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:2.5rem}.page-header--navigation-site-link:last-of-type>.site-link{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media (min-width: 40em){.page-header--navigation-site-link:last-of-type{right:6.5rem}}.page-header--navigation-site-link:last-of-type a:focus{outline-offset:5px;margin-left:0;margin-right:0}@media (min-width: 53.4375em){.page-header--navigation-site-link{padding-top:2em;padding-bottom:2em}.page-header--navigation-site-link a{padding:0}.page-header--navigation-site-link a:focus{outline-offset:5px;outline:thick solid orange}.page-header--navigation-site-link a:focus{outline-offset:5px;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.page-header--navigation-site-link:nth-of-type(3){padding-top:2em}.page-header--navigation-site-link:last-of-type{position:initial;top:initial;right:initial}}.page-header--navigation-logo{padding-right:6rem}.page-header--navigation-logo a{color:#1F1F1F}.page-header--navigation__logo,.page-header--navigation__burger,.page-header--navigation-site-link:last-child{height:6rem}@media (min-width: 40em){.page-header--navigation__logo,.page-header--navigation__burger,.page-header--navigation-site-link:last-child{height:7rem}}.page-header--navigation-site{max-height:6rem}@media (min-width: 40em){.page-header--navigation-site{max-height:7rem}}.page-header--navigation__logo img{width:95px;height:64px}.page-header--navigation__logo:focus{outline-offset:-5px}@media (min-width: 53.4375em){.page-header--navigation__logo{margin-right:1em;width:8rem;height:auto}.page-header--navigation__logo:focus{outline-offset:-5px}}@media (min-width: 40em){.page-header--navigation__logo img{width:117px;height:80px;outline-offset:5px}}@media (min-width: 76.5625em){.page-header--navigation__logo{width:10rem}.page-header--navigation__logo img{width:143px;height:97px}}.page-header--navigation-site{width:100%;height:100%;overflow-x:hidden;overflow-y:hidden;-webkit-transition:max-height 0.5s cubic-bezier(0, 1, 0, 1);transition:max-height 0.5s cubic-bezier(0, 1, 0, 1)}@media (min-width: 50em){.page-header--navigation-site{margin-left:-1em;width:calc(100% + 1em)}}@media (min-width: 53.4375em){.page-header--navigation-site{margin:0 auto;width:100%;max-height:none}.page-header--navigation-site .page-header--navigation-site-link:last-child{position:relative;top:initial;right:0;height:auto}}.page-header--navigation-site.is-active,.page-header--navigation-site:focus-within{max-height:999em;-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.hamburger{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:0;padding:0 1em}.hamburger:focus{outline-offset:-5px}@media (min-width: 40em){.hamburger .hamburger-text{position:relative;clip:initial;width:initial;height:initial;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-right:.35em;margin-bottom:0;color:#00758a;font-weight:bold;text-transform:uppercase}}@media (min-width: 53.4375em){.page-header--navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.page-header--navigation-site{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.page-header--navigation-site-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hamburger{display:none}}.page-header--navigation-site-link:nth-of-type(2):hover{border-color:#c41c70}.page-header--navigation-site-link:nth-of-type(3):hover{border-color:#367113}.page-header--navigation-site-link:nth-of-type(4):hover{border-color:#00758a}.page-header--navigation-site-link:nth-of-type(5):hover{border-color:#c41c70}.page-header--navigation-site-link:nth-of-type(6):hover,.page-header--navigation-site-link:nth-of-type(6).page-header--navigation-site-link{border-bottom-color:transparent;margin-right:1em}.page-header--navigation-site-link--active:nth-child(3){border-color:#c41c70}.page-header--navigation-site-link--active:nth-child(4){border-color:#367113}.page-header--navigation-site-link--active:nth-child(5){border-color:#00758a}.page-header--navigation-site-link--active:nth-child(6){border-color:#c41c70}.page-header--navigation-site-link::after{content:'';position:absolute;z-index:-1;top:0;left:-1em;width:999em;height:100%;opacity:.3}@media (min-width: 53.4375em){.page-header--navigation-site-link::after{content:none}}.page-header--navigation-site-link::before{content:none;position:absolute;top:0;left:-.79em;width:.25em;height:100%;background-color:0}@media (min-width: 53.4375em){.page-header--navigation-site-link::before{content:none}}.page-header--navigation-site-link--active:before{content:''}@media (min-width: 53.4375em){.page-header--navigation-site-link--active:before{content:none}}.page-header--navigation-site-link:nth-of-type(2):after,.page-header--navigation-site-link:nth-of-type(2):before{background-color:#c41c70}.page-header--navigation-site-link:nth-of-type(3):after,.page-header--navigation-site-link:nth-of-type(3):before{background-color:#f77f00}.page-header--navigation-site-link:nth-of-type(4):after,.page-header--navigation-site-link:nth-of-type(4):before{background-color:#00758a}.page-header--navigation-site-link:nth-of-type(5):after,.page-header--navigation-site-link:nth-of-type(5):before{background-color:#367113}.page-header--navigation-site-link:nth-of-type(6):after,.page-header--navigation-site-link:nth-of-type(6):before{background-color:transparent}.navigation-support.no-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.navigation-support.no-carousel .navigation-support--link--image{padding-bottom:66%;height:0}.navigation-support--link{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 .25em 1em .25em}.navigation-support--link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;border-radius:0.25em}.navigation-support--link a svg{-ms-flex-item-align:start;align-self:flex-start}.navigation-support--link a:hover svg{-webkit-transform:translateX(0.375em);-ms-transform:translateX(0.375em);transform:translateX(0.375em)}.navigation-support--link--image{background-size:cover;background-repeat:no-repeat;background-position:center;border-top-left-radius:0.25em;border-top-right-radius:0.25em;height:250px;width:100%}.navigation-support--link--bottom{padding:1em;height:100%;background-color:#ffffff;border-bottom-left-radius:0.25em;border-bottom-right-radius:0.25em;border-bottom:2px solid #cdcfd9}@media (min-width: 50em){.navigation-support--link--bottom{padding:1.5em}}.page-header__filter-panel{position:relative;padding:.5rem 0;-webkit-box-shadow:0 0 0 2px #cdcfd9;box-shadow:0 0 0 2px #cdcfd9;z-index:1}@media (min-width: 40em){.page-header__filter-panel{padding:0}}.page-header__filter-panel.is-inline{-webkit-box-shadow:none;box-shadow:none}.page-header__filter-panel--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:0;height:100%;max-height:0em;overflow:hidden;-webkit-transition:max-height 500ms cubic-bezier(0, 1, 0, 1);transition:max-height 500ms cubic-bezier(0, 1, 0, 1)}@media (min-width: 40em){.page-header__filter-panel--inner{padding-top:1.5em;max-height:none;overflow:visible}}.page-header__filter-panel--inner .filter-input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:.5em}.page-header__filter-panel--inner.is_visible{max-height:999em;-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.page-header__filter-panel--inner .filter-input,.page-header__filter-panel--inner .site-search-container{margin-bottom:1.5em}.is-inline .page-header__filter-panel--inner{padding:0}.is-inline .page-header__filter-panel--inner .page-header__filter-panel--search-input{margin-bottom:1rem}.is-inline .page-header__filter-panel--inner .filter-clear--cta,.is-inline .page-header__filter-panel--inner .filter-input .faux_select{background-color:#ffffff}.is-inline .page-header__filter-panel--inner .filter-input .faux_select.faux_select--selected{background-color:#00758a}.page-header__filter-panel--search-clear{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.page-header__filter-panel--select-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:999em;-webkit-transition:opacity 500ms ease;transition:opacity 500ms ease;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:.5em}@media (min-width: 50em){.page-header__filter-panel--select-inputs{width:100%;margin-top:0}}.page-header__filter-panel--select-inputs.is-hidden{max-width:0em;overflow:hidden;width:100%;height:0px;opacity:0}.page-header__filter-panel--search-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transition:-webkit-box-flex 500ms cubic-bezier(0, 1, 0, 1);transition:-webkit-box-flex 500ms cubic-bezier(0, 1, 0, 1);transition:flex 500ms cubic-bezier(0, 1, 0, 1);transition:flex 500ms cubic-bezier(0, 1, 0, 1),-webkit-box-flex 500ms cubic-bezier(0, 1, 0, 1),-ms-flex 500ms cubic-bezier(0, 1, 0, 1)}.page-header__filter-panel--search-input.is-showing{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-inline .page-header__filter-panel--search-input{margin-bottom:1rem}.page-header__filter-panel--search-input .site-search-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:0em;overflow:hidden;-webkit-transition-delay:1s;transition-delay:1s;-webkit-transition:max-width 500ms cubic-bezier(0, 1, 0, 1);transition:max-width 500ms cubic-bezier(0, 1, 0, 1)}.page-header__filter-panel--search-input .site-search-container.is-showing{max-width:999em;-webkit-transition-delay:0;transition-delay:0;-webkit-transition:max-width 500ms cubic-bezier(0, 1, 0, 1);transition:max-width 500ms cubic-bezier(0, 1, 0, 1)}.page-header__filter-panel--search-input .site-search-button{background-color:#EAEBEF;border:2px #EAEBEF solid}.page-header__filter-panel--search-input .input-site-search{padding:.85em .5em;width:100%;text-align:center;font-weight:bold;border-width:2px;border-style:solid;border-color:#EAEBEF;-webkit-transition:all 150ms ease;transition:all 150ms ease;color:#343432}.page-header__filter-panel--search-input .input-site-search:focus{outline:none}.page-header__filter-panel--search-input .input-site-search::-webkit-input-placeholder{color:rgba(52,52,50,0.5)}.page-header__filter-panel--search-input .input-site-search:-ms-input-placeholder{color:rgba(52,52,50,0.5)}.page-header__filter-panel--search-input .input-site-search::-ms-input-placeholder{color:rgba(52,52,50,0.5)}.page-header__filter-panel--search-input .input-site-search::placeholder{color:rgba(52,52,50,0.5)}.page-header__filter-panel--search-input .button-site-search-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.5em;margin-left:.5em;margin-bottom:1.5em;width:2.75em;height:2.75em;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border:2px solid transparent;border-radius:2.5em;background-color:#EAEBEF;-webkit-box-shadow:0;box-shadow:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:border 150ms ease;transition:border 150ms ease}.page-header__filter-panel--search-input .button-site-search-toggle:hover{cursor:pointer}.page-header__filter-panel--search-input .button-site-search-toggle svg{width:1.25em;height:1.25em}@media (min-width: 50em){.page-header__filter-panel--search-input .button-site-search-toggle{margin-left:1em;margin-top:0}}.page-header__filter-panel--top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width: 40em){.page-header__filter-panel--top{display:none}}.page-header__filter-panel--top--btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .75em;height:2em;text-transform:uppercase;background:none;border:none}.page-header__filter-panel--top--btn svg{margin-left:.5em;width:1em;height:auto}.filter-expand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width: 40em){.filter-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.filter-expand-divider{margin-top:1em;margin-bottom:1em;border:0;background:none;border-bottom:2px solid #dcdde4}@media (min-width: 50em){.filter-expand-divider{margin-top:1em;margin-bottom:2em}}.filter-expand__cta{display:none;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:1em;height:2.5rem;line-height:1}@media (min-width: 40em){.filter-expand__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.filter-expand__cta-svg{width:.75rem;fill:white;margin-left:.5em;-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear, -webkit-transform .1s linear;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.is-collapsed .filter-expand__cta-svg{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.filter-expand__clear{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:.25em}.filter-expand__clear .link-secondary{margin-left:5px}.filter-expand__clear .link-secondary:focus{outline-offset:0}@media (min-width: 40em){.filter-expand__clear{margin-left:1em;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.filter-expand__body{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;height:auto;max-height:40rem;margin-top:1em;overflow:hidden;-webkit-transition:max-height .3s ease-in;transition:max-height .3s ease-in}@media (min-width: 40em){.filter-expand__body{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:0}}.filter-expand__body form{margin-top:0}.filter-expand__body .filter-input{margin-right:.75rem;margin-bottom:.75rem}.is-collapsed .filter-expand__body{-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}@media (min-width: 40em){.is-collapsed .filter-expand__body{max-height:3.25rem}}.landing-page-background--image{position:absolute}@media (min-width: 40em){.landing-page-background--image-top{max-width:800px}}.landing-page-background--image-bottom{bottom:0;left:0;width:20%}.landing-page-background--image-bottom-image{padding-bottom:100%;width:100%;height:0;background-position:left bottom;background-repeat:no-repeat;background-size:contain}.webp .theme-color--blue .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_blue-df7b8fe35fcb08a2796b3654e7bb93190b70ee9ce06b185d483cafbeed1752a0.webp)}.no-webp .theme-color--blue .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_blue-5ed40d51757699cb52b6e3d4942cc0aacaaaf2210041aebe565a9848bd6754b1.png)}.webp .theme-color--blue .landing-page-background--image-bottom-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/bg_landing_blue_footer-db2017dd5d804ad89a6dcf17759debbbdec58bccaed295860f5b06c6bbc299dc.webp)}.no-webp .theme-color--blue .landing-page-background--image-bottom-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/bg_landing_blue_footer-56912e5fb20c8edce1830fb78601d9804142ba055a314c414b0a908be0b31689.png)}.webp .theme-color--red .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_red-91d3ccc28cf8c385f8c969c84ca5ae32c4948fbb6052bef60c35dd13960c425d.webp)}.no-webp .theme-color--red .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_red-75737edd24f3ce95cd1bdf61faa531641fbf2457d2d15be5e3d0e437e204de51.png)}.webp .theme-color--red .landing-page-background--image-bottom-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/bg_landing_red_footer-04fb82d4cda8ee2b1cb318e2c57a9e8dc714ecb51b9993b216a2ec8d22102dda.webp)}.no-webp .theme-color--red .landing-page-background--image-bottom-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/bg_landing_red_footer-d984604f0c4d84c300a373b0dbe7859c444ce1c085f2cc0e0ed3012fd2353420.png)}.webp .theme-color--green .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_green-0652084a78b8e0d34729d81d53c9a3cf53d16d80cabe1822333bd444b3baeb50.webp)}.no-webp .theme-color--green .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_green-94754e5c39f13f85af411221828c1d9dd1041cac4942a647577b4130c37c123d.png)}.webp .theme-color--pink .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_pink-24ae7305766c6d207d3d764e912cfebdcf5ed1dacc4f9e077f8416de44ee5c86.webp)}.no-webp .theme-color--pink .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_pink-72583268adcdf20855050e35dfd46c8f5976aae969efdc774913a98de8653cc5.png)}.webp .theme-color--yellow .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_yellow-88a2a65c6c924f754f21d6e15c9abd581b4218c5a44f760197889a1fd8ebbd05.webp)}.no-webp .theme-color--yellow .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_yellow-779565cf8cb9893da0e5f64bcf69020b2d0eee2de2595f9a49578165cc653300.png)}.webp .theme-color--orange .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_orange-86cd7fc3dee4c69feec601fc488e6bf6ba081232536238b540d3ae93a487fee7.webp)}.no-webp .theme-color--orange .landing-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/landing_bgs/landing_page_header_orange-ac59582b3f70529680afcde03323f68cff1403a99a00321951a1f5de936c067d.png)}.landing-header-overlay{position:absolute;z-index:-1;right:0%;max-width:25em;grid-column:none}@media (min-width: 50em){.landing-header-overlay{right:-10%;max-width:35em}}@media (min-width: 76.5625em){.landing-header-overlay{right:0;max-width:none}}.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section-img,.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section-img{position:relative;padding-bottom:100%;width:100%;max-width:600px;background-size:contain;background-repeat:no-repeat;z-index:0}@media (min-width: 40em){.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section-img,.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section-img{position:absolute;display:block}}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image,.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--bg-image--image{background-repeat:no-repeat;position:absolute;top:0;width:100%}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image svg,.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--bg-image--image svg{width:100%}@media (min-width: 40em){.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image,.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--bg-image--image{display:block}}@media (min-width: 100em){.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image,.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--bg-image--image{left:20%;width:600px;height:500px}}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image{left:auto}@media (min-width: 64em){.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image{right:15%}}@media (min-width: 100em){.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image--image{right:20%}}.home-page-background--image{position:absolute}.home-page-background--image-top{display:none}@media (min-width: 40em){.home-page-background--image-top{display:block}}.home-page-background--image-top-image{background-size:contain;background-repeat:no-repeat;top:0;z-index:0}.webp .home-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-top-498fe72b9dfe49ce2c1ac708f45d647cd4732689836c70d2ab987561d3e5b393.webp)}.no-webp .home-page-background--image-top-image{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-top-74da3d271a56298069900c29b6d5bf2ff16c1fe9c5bc89b02cf50e740d5f12ef.png)}.home-page-background--image-top-clipped{z-index:3}.home-page-background--image-top image{-webkit-transform:scale(0.85, 0.85) translate(15%, 15%);-ms-transform:scale(0.85, 0.85) translate(15%, 15%);transform:scale(0.85, 0.85) translate(15%, 15%)}.home-page-background--image-bottom{background-size:cover;bottom:0;left:0;width:100%;height:200px}.webp .home-page-background--image-bottom{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-bottom_1-002319543537bce744fc04bfe8d9bca45943ce7af31cd7fb867c717fc2f48597.webp)}.no-webp .home-page-background--image-bottom{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-bottom_1-2abce81390871ea821425b193fcbfa96d170693c12aa561ca250c90cf2224d97.png)}.home-page-overview{position:relative}.home-page-overview .home-page-overview-image-container{position:relative;width:100%;height:100%}@media (min-width: 40em){.home-page-overview .home-page-overview-image-container{position:absolute;top:0;width:45%}}.home-page-overview .home-page-overview-image-container image{-webkit-transform:scale(0.7, 0.7) translate(35%, 33%);-ms-transform:scale(0.7, 0.7) translate(35%, 33%);transform:scale(0.7, 0.7) translate(35%, 33%)}.webp .home-page-overview:nth-of-type(1) .home-page-main-section--overview--section-img{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-03-green-6a0dd9c53867f57a5541c58119303c36cca289e9a049fa759fe2a723f6c886ec.webp)}.no-webp .home-page-overview:nth-of-type(1) .home-page-main-section--overview--section-img{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-03-green-9eae68e918f9afa20eb5ebd8a02a22e52c3d2156a2cd85873269fbba45b3b196.png)}.webp .home-page-overview:nth-of-type(3) .home-page-main-section--overview--section-img{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-07-f9803dd133b83f41d8de1fe6fb4a7f0cf10ad73949163635fa7af0ab494cdb76.webp)}.no-webp .home-page-overview:nth-of-type(3) .home-page-main-section--overview--section-img{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-07-69e7e6f3dffaf91be07f4d58e58758018ea2dd59ffe1688fb9db523083aa0199.png)}.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section-img{left:0}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section-img{background-position:top right;right:0}.webp .home-page-overview:nth-of-type(even) .home-page-main-section--overview--section-img{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-05-0546d11da5b42cde441c860001b56c6f6dc269d4bef62e3d97aa8da84f1c2ebe.webp)}.no-webp .home-page-overview:nth-of-type(even) .home-page-main-section--overview--section-img{background-image:url(https://www.scottishbooktrust.com/assets/home_bgs/homepage-05-7765c40c0308dac46ac50b1e51f8ce3545cdde8ac00a2a6bc391c3a15e4e6896.png)}.home-page-overview:nth-of-type(even) .home-page-overview-image-container{right:0}.home-page-main-section--overview--bg-image--image{top:-5em !important}@media (min-width: 26.25em){.home-page-main-section--overview--bg-image--image{top:0 !important;z-index:3}}.home-page-background--image-top-clipped svg{width:100%}.home-page-main--header--header-image,.landing-page-main--header--header-image{display:none;position:absolute;top:-2em;-ms-grid-row:1;grid-row:1;-ms-grid-column:6;-ms-grid-column-span:2;grid-column:6 / 8;width:100%;z-index:-1}@media (min-width: 40em){.home-page-main--header--header-image,.landing-page-main--header--header-image{display:block;-ms-grid-column:6;-ms-grid-column-span:2;grid-column:6 / 8}}@media (min-width: 50em){.home-page-main--header--header-image,.landing-page-main--header--header-image{top:-5em;padding:2em}}@media (min-width: 64em){.home-page-main--header--header-image,.landing-page-main--header--header-image{top:-7em}}.home-page-main--header--header-image svg,.landing-page-main--header--header-image svg{width:100%;height:auto}.section-content-lane--featured--image{width:auto;display:none}@media (min-width: 40em){.section-content-lane--featured--image{display:block;position:relative;top:-7.5em}}@media (min-width: 64em){.section-content-lane--featured--image{top:-11em;padding:5em}}.trix-content .attachment-gallery>action-text-attachment,.trix-content .attachment-gallery>.attachment{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;padding:0 0.5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--2>.attachment,.trix-content .attachment-gallery.attachment-gallery--4>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--4>.attachment{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.trix-content action-text-attachment .attachment{padding:0 !important;max-width:100% !important}trix-editor{min-height:15em;background-color:#ffffff;border:none;border-bottom:2px solid transparent;border-radius:0}trix-editor:focus{border-bottom:2px solid #00758a}trix-editor .form-control{height:auto}trix-editor button{background-color:#ffffff}trix-editor ul li{list-style:disc}trix-editor ol li{list-style:decimal}trix-toolbar .trix-button:focus{border:2px #00758a solid}trix-toolbar span[data-trix-button-group~=file-tools]{display:none}trix-toolbar span[data-trix-button-group~=block-tools] button[data-trix-attribute~=heading1],trix-toolbar span[data-trix-button-group~=block-tools] button[data-trix-attribute~=quote],trix-toolbar span[data-trix-button-group~=block-tools] button[data-trix-attribute~=code]{display:none}trix-toolbar span[data-trix-button-group~=text-tools] button[data-trix-attribute~=strike]{display:none}.banner_cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.banner_cta--heading{margin-bottom:1.5rem}.banner_cta__body{margin-bottom:1.5rem}@media (min-width: 50em){.banner_cta{margin-bottom:3rem}}.banner_ctas{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:3}@media (min-width: 76.5625em){.banner_ctas:not(.banner_cta--one):not(.banner_cta--two){gap:1.5rem;margin:0 -14%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.banner_ctas--boxed-out .banner_ctas:not(.banner_cta--one):not(.banner_cta--two){margin:0 calc(-14% - 3rem)}}.banner_ctas-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.banner_ctas--boxed-out .banner_ctas-container{background-color:#eaebef;padding:2.5rem 2.5rem;border-radius:5px}.banner_ctas--boxed-out .banner_cta--one .banner_ctas-container,.banner_ctas--boxed-out .banner_cta--two .banner_ctas-container{padding:3.1rem 3.1rem}@media (min-width: 40em){.banner_ctas-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width: 50em){.banner_ctas-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 2rem);flex:1 1 calc(50% - 2rem)}.banner_cta--one .banner_ctas-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.banner_ctas--boxed-out .banner_ctas-container:not(.banner_cta--one) .banner_ctas--boxed-out .banner_ctas-container{max-width:calc(50% - 1rem)}}@media (min-width: 76.5625em){.banner_ctas-container{-webkit-box-flex:1;-ms-flex:1 1 33%;flex:1 1 33%}.banner_ctas--boxed-out .banner_ctas-container:not(.banner_cta--one):not(.banner_cta--two) .banner_ctas--boxed-out .banner_ctas-container{max-width:calc(360px + 2rem)}}.banner_ctas-image{width:100%}@media (min-width: 40em){.banner_ctas-image{max-width:250px}}@media (min-width: 50em){.banner_ctas-image:not(.banner_cta--one):not(.banner_cta--two){-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}}.banner_ctas-image .flex-center{max-width:250px;margin:0 auto}.banner_ctas-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width: 76.5625em){.banner_ctas-content{min-width:calc(360px - 2rem)}}.banner_ctas--text{-webkit-box-flex:1;-ms-flex:1;flex:1}.donation_payment_form_details{border:2px solid rgba(118,118,118,0.25);margin-bottom:1rem;border-radius:1rem;display:none}.donation_payment_form_details__visible{display:block}.donation_payment_form_details[open] .donation_payment--expand{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.donation_payment_form_details[open] summary{border-bottom-left-radius:0;border-bottom-right-radius:0}.donation_payment_form_details--container{padding:1rem}.donation_payment_form_details summary{padding:1rem;border-radius:1rem;background:white;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.donation_payment_form_details summary::marker,.donation_payment_form_details summary::-webkit-details-marker{display:none}.donation_payment_form_details summary .donation_payment--expand{width:1rem;height:1rem;margin-right:1rem;margin-left:.5rem;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;background-image:url("svgs/arrow_dropdown.svg");-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background-repeat:no-repeat;background-size:cover}.donation_payment_form_details summary .header_container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.donation_payment_form_details summary .header_container--text{margin-bottom:0}.donation_payment_form_details summary .header_container--icons img{width:60px}.bws--2021 .bws_hero-outer,.bws--2022 .bws_hero-outer{background:#f77f00}.bws--2023 .bws_hero-outer{background:#65bc46}.bws--2024 .bws_hero-outer{background:black}.bws_hero-outer{max-height:750px;padding-bottom:2rem}.bws_hero-wrapper{background-repeat:no-repeat;background-position:right;background-size:contain;max-height:535px}.bws--2024 .bws_hero-wrapper{padding-top:2rem;padding-bottom:2rem}@media (min-width: 76.5625em){.bws_hero-wrapper{height:50vw}.bws--2024 .bws_hero-wrapper{background-position-x:calc(100% - 4rem)}}@media (min-width: 1024px){.bws--2024 .bws_hero-wrapper{padding-bottom:0;background-position-x:calc(100% - 2rem)}}@media (min-width: 76.5625em){.bws--2024 .bws_hero-wrapper{background-position-x:calc(100% - 4rem)}}.bws--2023 .bws_hero-wrapper .divider{position:relative;margin-top:2rem;z-index:2;background:#000000;height:2px}.bws--2024 .bws_hero-wrapper .divider{position:relative;z-index:2;background:#313133;height:2px}.bws_hero-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:50em;height:100%;margin-bottom:2rem}@media (min-width: 76.5625em){.bws--2024 .bws_hero-content{margin-bottom:0}}.bws_hero-title{color:#000000}.bws_hero-title--content{margin-bottom:0.15em;color:currentColor;max-width:12ch}.bws--2024 .bws_hero-title--content{color:#FFEDAA}.bws_hero-title--date-info{margin-bottom:0.15em;color:currentColor}.bws--2024 .bws_hero-title--date-info{color:#FFEDAA}.bws_hero-intro{width:100%;color:currentColor;font-weight:700;margin:2em 0}.bws--2024 .bws_hero-intro{color:#FFEDAA}@media (min-width: 50em){.bws_hero-intro{width:65%}}.events-container--top-bar{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:1em 1em .5em 0}.bws--2023 .events-container--link{color:#000000}.bws--2024 .events-container--link{color:#FFEDAA}.bws-event-booking-info--ticket-detail{color:#1F1F1F}.bws--2023 .bws-event-booking-info--ticket-detail{color:#000000}.bws--2024 .bws-event-booking-info--ticket-detail{color:white}.bws--2023 .slickr-content-editable p,.bws--2023 .slickr-content-editable li,.bws--2023 .slickr-content-editable blockquote{color:#000000}.bws--2021 .bws-event--header-text-color,.bws--2022 .bws-event--header-text-color{color:#1F1F1F}.bws--2021 .bws-event--header-text-color svg,.bws--2022 .bws-event--header-text-color svg{fill:#1F1F1F}.bws--2021 .bws-event-upper,.bws--2022 .bws-event-upper{background-color:#f77f00}.bws--2021 .bws-event-lower,.bws--2022 .bws-event-lower{background-color:none}.bws--2021 .bws-event--lower-section--column-one,.bws--2021 .bws-event--lower-section--column-two,.bws--2022 .bws-event--lower-section--column-one,.bws--2022 .bws-event--lower-section--column-two{padding:2em 0 0;border-top:2px solid #1F1F1F}@media (min-width: 76.5625em){.bws--2021 .bws-event--lower-section--column-one,.bws--2021 .bws-event--lower-section--column-two,.bws--2022 .bws-event--lower-section--column-one,.bws--2022 .bws-event--lower-section--column-two{padding:2em 0;border-bottom:2px solid #1F1F1F}}.bws--2024 .slickr-content-editable h1,.bws--2024 .slickr-content-editable h2,.bws--2024 .slickr-content-editable h3,.bws--2024 .slickr-content-editable h4,.bws--2024 .slickr-content-editable h5,.bws--2024 .slickr-content-editable h6{color:#FFEDAA}.bws--2024 .slickr-content-editable p,.bws--2024 .slickr-content-editable li,.bws--2024 .slickr-content-editable blockquote{color:#FFEDAA}.bws--2024 .slickr-content-editable>ul li:before{background-image:url(https://www.scottishbooktrust.com/assets/list_markers/circle_yellow_bws24-4fdd43ea68929b77a4f9fcdcb4989a9640349bccb42f5131801e7ed00f0f1e30.svg)}.bws--2024 .slickr-content-editable .blockquote{padding:0;border:1px solid #313133;border-radius:12px;margin:2rem 0 3rem;max-width:none}.bws--2024 .slickr-content-editable .blockquote blockquote{padding:2rem 2rem 105px 2rem;margin-bottom:0}.bws--2024 .slickr-content-editable .blockquote blockquote .svg-quote{display:none}.bws--2024 .slickr-content-editable .blockquote blockquote p{font-size:2.5rem;line-height:1.25}.bws--2024 .slickr-content-editable .blockquote blockquote footer cite{color:#FFEDAA}@media (min-width: 76.5625em){.bws--2024 .slickr-content-editable .blockquote blockquote{padding:2rem 210px 2rem 2rem}}.bws--2024 .slickr-content-editable .blockquote blockquote:after{background-position:bottom right;right:0;left:-15px;width:100%;bottom:0;padding-bottom:0}.bws--2021 .page-header__filter-panel,.bws--2022 .page-header__filter-panel{background-color:#f77f00}.bws--2021 .button-site-search-toggle,.bws--2022 .button-site-search-toggle{background:#1F1F1F}.bws--2021 .button-site-search-toggle svg,.bws--2022 .button-site-search-toggle svg{fill:#ffffff}.bws--2023 .page-header__filter-panel{-webkit-box-shadow:none;box-shadow:none;background-color:#65bc46}.bws--2023 .button-site-search-toggle{background:#000000}.bws--2023 .button-site-search-toggle svg{fill:#ffffff}.bws--2024 .page-header__filter-panel{-webkit-box-shadow:none;box-shadow:none;background-color:black}.bws--2024 .page-header__filter-panel--top--btn{color:#FFEDAA;position:relative;top:-.5rem}.bws--2024 .button-site-search-toggle{background:#FFEDAA}.bws--2024 .button-site-search-toggle svg{fill:black}.bws .filter-input{min-width:15rem}.bws .filter-input:focus-within{outline:thick solid orange;outline-offset:0;border-radius:5px}.bws--2024 .filter-input:focus-within{outline:none}.bws--2024 .filter-input:hover .faux_select{border-color:#FFC000}.bws--2024 .filter-input .faux_select{border-radius:10px}.bws--2024 .filter-input .faux_select--selected{background-color:#FFEDAA}.bws--2024 .filter-input .faux_select--selected svg{fill:black}.bws--2024 .filter-clear--cta{border-radius:10px;color:white;background-color:#313133}.bws .page-header__filter-panel{border:none}.bws_filter-location{margin:1em auto 0;white-space:nowrap}@media (min-width: 26.25em){.bws_filter-location{margin:1em 0.25em 1em 1em}}.bws .bws-event-booking-info{position:relative;z-index:10}.bws .bws-event-booking-info::before,.bws .bws-event-booking-info::after{z-index:1;content:'';position:absolute;display:block;width:100%;left:0;right:0;background-repeat:no-repeat;background-size:contain}.bws .bws-event-booking-info::before{background-image:url(https://www.scottishbooktrust.com/assets/bws/2022/booking_widget_book-0aedb0eef85b0ac1026e9aecd7a5a79755b955b87a32d128b1312bdbe3276a7d.png);background-position:right;display:none}@media (min-width: 50em){.bws .bws-event-booking-info::before{display:block;top:-120px;left:75%;width:50%;padding-bottom:100%;z-index:2}}.bws .bws-event-booking-info::after{background-image:url(https://www.scottishbooktrust.com/assets/bws/2022/booking_widget_map-76dd125c74afa0e485263aee5efde9c2c8163067084c66d21ea3f6387edc69b0.png);display:none}@media (min-width: 50em){.bws .bws-event-booking-info::after{display:block;width:80%;padding-bottom:100%;top:-60px;left:-10%;z-index:0}}.bws .bws-event-booking-info .bws-event-lower-graphic-left{z-index:1;position:absolute;width:100%;left:0;right:0;background-repeat:no-repeat;background-size:contain;background-image:url(https://www.scottishbooktrust.com/assets/bws/2022/booking_widget_mic-b99111d121c5c23b3d1d674bc196a9fd767cfd2daa45c155fb22826a65e690a9.png);display:none}@media (min-width: 50em){.bws .bws-event-booking-info .bws-event-lower-graphic-left{display:block;left:-25%;bottom:-25px;width:75%;padding-bottom:100%;z-index:1;background-position:bottom}}.bws .bws-event-booking-info--ticket,.bws .bws-event-booking-info--help{background-color:white;border:2px solid black}.bws .bws-event-booking-info--help-text{color:#000000}.bws .bws-event-booking-info--help{position:relative;border-top:0}.bws .bws-event-booking-info--ticket-button{border-radius:12px;background-color:white;border:2px solid transparent}.bws .bws-event-booking-info--ticket-button:hover{background-color:#FFEDAA}.bws.bws--2023 .bws-event-booking-info--ticket,.bws.bws--2023 .bws-event-booking-info--help{border:none;border-radius:12px}.bws.bws--2023 .bws-event-booking-info--ticket{margin-bottom:2px}.bws.bws--2023 .bws-event-booking-info::after,.bws.bws--2023 .bws-event-booking-info::before{background-image:none}.bws.bws--2023 .bws-event-booking-info::before{background-image:url("bws/2023/detail_header-top.png");background-position:top center;background-repeat:no-repeat;top:-65px;z-index:2;left:0;width:100%}.bws.bws--2023 .bws-event-booking-info::after{display:none;background-image:none;top:initial;bottom:-30px;height:58px;width:80%;left:12%;z-index:3;padding-bottom:0}.bws.bws--2024 .bws-event-booking-info::before{background-image:url(https://www.scottishbooktrust.com/assets/bws/2024/detail_header_bg-71a2dca98ac8104f3f752d6794f39c9624241dc269184f58a408751bbb1c806c.svg);background-position:top left;background-repeat:no-repeat;top:-280px;z-index:2;left:-50px;width:800px;height:510px;background-size:contain}.bws.bws--2023 .bws-event-booking-info::after{background-image:url("bws/2023/detail_header-bottom.png");top:initial;bottom:-30px;height:58px;width:80%;left:12%;z-index:3;padding-bottom:0}.bws.bws--2023 .bws-event-booking-info .bws-event-lower-graphic-left{background-image:none;display:none}.bws.bws--2024 .bws-event-booking-info .bws-event-lower-graphic-left{background-image:none;display:none}.bws.bws--2023 .bws-event-booking-info--ticket-button{color:#ffffff;background-color:#000000;border:none;border-radius:12px}.bws.bws--2023 .bws-event-booking-info--ticket-button svg{fill:#ffffff}.bws.bws--2023 .bws-event--contact-details-link{border-color:#65bc46}.bws.bws--2023 .bws-event-booking-info{padding:0;margin:0}.bws.bws--2023 .bws-event--info{border-bottom:2px solid #000000;padding:0 0 2rem}.bws.bws--2023 .bws-event--info-item{color:#000000}.bws-event-booking-info{margin-bottom:1.5em}@media (min-width: 50em){.bws-event-booking-info{margin-left:1.5em;padding:1rem}}.bws-event-booking-info--ticket,.bws-event-booking-info--help{position:relative;z-index:2}.bws-event-booking-info--ticket{padding:1em;background:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start}@media (min-width: 76.5625em){.bws-event-booking-info--ticket{padding:1.5em}}.bws-event-booking-info--ticket-detail{margin:0;line-height:1}.bws-event-booking-info--ticket-button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;margin:0.75em 0 0;border-radius:0}.bws-event-booking-info--ticket-button svg{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.bws-event-booking-info--help{padding:1em;background:#ffffff}@media (min-width: 76.5625em){.bws-event-booking-info--help{padding:1.5em}}.bws-event-booking-info--help-text{margin-bottom:0.5em}.bws.bws--2024 .bws-event-booking-info--ticket,.bws.bws--2024 .bws-event-booking-info--help{background-color:#313133;color:white}.bws.bws--2024 .bws-event-booking-info--help{border:0}.bws.bws--2024 .bws-event-booking-info--help-text{color:white;margin-bottom:1.5rem}.bws.bws--2024 .bws-event-booking-info--help .bws-event--contact-details-link{color:white;border-color:white}.bws.bws--2024 .bws-event-booking-info--help .bws-event--contact-details-link svg{fill:white}.bws.bws--2024 .bws-event-booking-info--help .bws-event--contact-details-link:hover{color:#FFEDAA;border-color:#FFEDAA}.bws.bws--2024 .bws-event-booking-info--help .bws-event--contact-details-link:hover svg{fill:#FFEDAA}.bws.bws--2024 .bws-event-booking-info--ticket{border-top-left-radius:12px;border-top-right-radius:12px;border:0;margin-bottom:1px}.bws.bws--2024 .bws-event-booking-info::after{display:none}.bws.bws--2024 .is_stuck .bws-event-booking-info--ticket{margin-bottom:2px}.bws--2021 .page-header,.bws--2022 .page-header{background-color:#f77f00;-webkit-box-shadow:none;box-shadow:none}.bws--2021 .page-header .bws_logo .bws_logo-background,.bws--2022 .page-header .bws_logo .bws_logo-background{fill:#f77f00}.bws--2021 .page-header--navigation-site-link:last-of-type .site-link,.bws--2022 .page-header--navigation-site-link:last-of-type .site-link{border-radius:0;border:2px solid #1F1F1F;background-color:#ffce00;color:#1F1F1F;margin-right:.5rem}.bws--2023 .page-header{background-color:#65bc46;-webkit-box-shadow:none;box-shadow:none}.bws--2023 .page-header .bws_logo .bws_logo-background{fill:#65bc46}.bws--2023 .page-header--navigation-site-link:last-of-type .site-link{border-radius:5px;border:2px solid #000000;background-color:#000000;color:#ffffff;margin-right:.5rem}.bws--2024 .page-header{background-color:#313133;-webkit-box-shadow:none;box-shadow:none;z-index:3}.bws--2024 .page-header .bws_logo .bws_logo-background,.bws--2024 .page-header .bws_logo .bws_logo-border{fill:#FFC000}.bws--2024 .page-header--navigation-site-link:last-of-type .site-link{border-radius:5px;border:2px solid #FFC000;background-color:#FFC000;color:black;margin-right:.5rem}.bws .sbt_logo{display:block}.bws.page-header{-webkit-box-shadow:none;box-shadow:none}.bws.bws--2024 .page-header--navigation-site-link{color:white}.bws .page-header--navigation-site-link:nth-of-type(3):hover{border-color:#ffce00}.bws .page-header--navigation-site-link:nth-of-type(4):hover{border-color:#ffce00}.bws .page-header--navigation-site-link:nth-of-type(5):hover{border-color:#ffce00}.bws .page-header--navigation-site-link:nth-of-type(6):hover{border-color:#ffce00}.bws.bws--2023 .page-header--navigation-site-link:nth-of-type(3):hover{border-color:#000000}.bws.bws--2023 .page-header--navigation-site-link:nth-of-type(4):hover{border-color:#000000}.bws.bws--2023 .page-header--navigation-site-link:nth-of-type(5):hover{border-color:#000000}.bws.bws--2023 .page-header--navigation-site-link:nth-of-type(6):hover{border-color:#000000}.bws_logo{width:60px;height:60px;min-width:65px}.bws_logo a{display:block;padding:1em 0}@media (min-width: 40em){.bws_logo{width:80px;height:80px;min-width:65px}}@media (min-width: 50em){.bws_logo{width:98px;height:98px}}.bws--2021 .footer-content,.bws--2022 .footer-content,.bws--2023 .footer-content{background-color:#000}.bws--2021 .footer-contact--newsletter-button,.bws--2021 .footer-contact--social-links-link,.bws--2022 .footer-contact--newsletter-button,.bws--2022 .footer-contact--social-links-link,.bws--2023 .footer-contact--newsletter-button,.bws--2023 .footer-contact--social-links-link{background-color:#ffce00;border-radius:0;color:#000}.bws--2021 .footer-contact--newsletter-button svg,.bws--2021 .footer-contact--social-links-link svg,.bws--2022 .footer-contact--newsletter-button svg,.bws--2022 .footer-contact--social-links-link svg,.bws--2023 .footer-contact--newsletter-button svg,.bws--2023 .footer-contact--social-links-link svg{fill:#000}.bws--2024 .footer-contact--newsletter-button{background-color:#FFC000;color:#313133;border-radius:0}.bws--2024 .footer-contact--newsletter-button svg{fill:#313133}.bws--2024 .footer--sitemap--link:hover,.bws--2024 .footer-contact--link:hover{color:#FFC000;border-color:#FFC000}.bws--2023 .footer-contact--social-links-link{background-color:#000;border-radius:0;color:#fff}.bws--2023 .footer-contact--social-links-link svg{fill:#fff}.bws--2023 .bws_main{background-color:#65bc46}.bws--2024 .footer-contact--social-links-link{background-color:#FFEDAA;color:black}.bws--2024 .footer-contact--social-links-link svg{fill:#313133}.bws--2024 .footer-contact--social-links-link:hover{background-color:#FFC000}.bws--2024 .bws_main{background-color:#65bc46}.events-lane,.events-no_lane{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.events-lane--item,.events-no_lane--item{-webkit-box-flex:1;-ms-flex:1 1 12em;flex:1 1 12em;margin:.35em 0;padding-right:.7em;min-width:1em;-ms-flex-item-align:start;align-self:flex-start}@media (min-width: 50em){.events-lane--item,.events-no_lane--item{-webkit-box-flex:1;-ms-flex:1 1 14em;flex:1 1 14em;margin:.75em 0;min-width:7.5em}}.bws--2023 .events-lane--header,.bws--2023 .events-no_lane--header{color:#000000}.bws--2024 .events-lane--header,.bws--2024 .events-no_lane--header{color:#FFEDAA}.events-lane-container{margin-bottom:2em}@media (min-width: 50em){.events-lane-container{margin-bottom:3em}}.events-no_lane{padding-right:1.5em;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}.event--no-results{padding:1em;color:#e8112d}.bws--2023 .event--no-results--text{color:black}.bws--2024 .event--no-results--text{color:#FFEDAA}.events-no_lane .events-lane--item{max-width:22em}@media (min-width: 50em){.events-no_lane .events-lane--item{max-width:18em}}@media (min-width: 76.5625em){.events-no_lane .events-lane--item{max-width:15.6rem}}.layout-landing-page-main-element{width:100%;height:100%;-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto}.layout-landing-page-main{z-index:2}.layout-landing-page-main .featured_lane_grid_layout:not(:empty){margin-bottom:1em}.layout-landing-page-main--navigation-landing{padding-bottom:0}.layout-landing-page-main--header{padding-top:0}@media (min-width: 40em){.layout-landing-page-main--header{-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6;-ms-grid-row:1;grid-row:1}.layout-landing-page-main--batch-info{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9;-ms-grid-row:2;grid-row:2}.layout-landing-page-main--content-lane,.layout-landing-page-main .content-lane{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9;-ms-grid-row:3;grid-row:3;padding-bottom:2em}.layout-landing-page-main--content-lane:last-of-type,.layout-landing-page-main .content-lane:last-of-type{padding-bottom:0}.layout-landing-page-main--batch-navigation{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9;-ms-grid-row:4;grid-row:4}.layout-landing-page-main--call-to-action{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9;-ms-grid-row:4;grid-row:4}.layout-landing-page-main .featured_lane_grid_layout:not(:empty){margin-bottom:3em}.layout-landing-page-main #no_available_items:not(:empty)+.featured_lane_grid_layout .section-content-lane--featured{border-bottom:none;margin-top:3em}}@media (min-width: 64em){.layout-landing-page-main--header{-ms-grid-column:2;-ms-grid-column-span:3;grid-column:2 / 5}.layout-landing-page-main--content-lane{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}.layout-landing-page-main--call-to-action{-ms-grid-column:1;-ms-grid-column-span:8;grid-column:1 / 9}}@media (min-width: 76.5625em){.layout-landing-page-main--header{-ms-grid-column:2;-ms-grid-column-span:3;grid-column:2 / 5}}.support-page-main-section.support-page-vertical-margin--no-bottom{margin-bottom:0}.support-page-main-section--optional{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.support-page-main-section--optional .slickr-content-editable:not(:empty){margin-bottom:0}.support-page-main-section--optional .slickr-content-editable:not(:empty) p:last-child{margin-bottom:0}.support-page-donate-section--twenty-first+.support-page-main-section--optional .slickr-content-editable:not(:empty){margin-top:0}.support-page-donate-section--twenty-first+.support-page-main-section--optional .slickr-content-editable:not(:empty) p:last-child{margin-bottom:0}.support-page-section-breakout{background-color:#ffffff;position:relative;z-index:1}.support-page-main-section--header{-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12;z-index:1}@media (min-width: 64em){.support-page-main-section--header{-ms-grid-column:3;-ms-grid-column-span:8;grid-column:3 / 11}}@media (min-width: 76.5625em){.support-page-main-section--header{-ms-grid-column:4;-ms-grid-column-span:6;grid-column:4 / 10}}.support-page-main-section--header--title{text-align:center}.support-page-main-section--header--intro{text-align:center}.support-page-main-section--header--intro p:not(:last-of-type){margin-bottom:1em}.layout-support-page-video{padding-bottom:0;position:relative;-ms-grid-column:3;-ms-grid-column-span:8;grid-column:3 / 11;-ms-grid-row:2;grid-row:2}.layout-support-page-video>p{color:#343432}@media (min-width: 76.5625em){.layout-support-page-video{-ms-grid-column:4;-ms-grid-column-span:6;grid-column:4 / 10}}.layout-support-page-video .widget-container:only-child{margin-bottom:0}.layout-support-page-twenty-first-content{padding-bottom:0;position:relative;-ms-grid-column:3;-ms-grid-column-span:8;grid-column:3 / 11;-ms-grid-row:2;grid-row:2}@media (min-width: 76.5625em){.layout-support-page-twenty-first-content{-ms-grid-column:4;-ms-grid-column-span:6;grid-column:4 / 10}}.layout-support-page-twenty-first-content .widget-container:only-child{margin-bottom:0}.support-page-donate-section--header{-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}@media (min-width: 64em){.support-page-donate-section--header{-ms-grid-column:3;-ms-grid-column-span:8;grid-column:3 / 11}}@media (min-width: 76.5625em){.support-page-donate-section--header{-ms-grid-column:4;-ms-grid-column-span:6;grid-column:4 / 10}}.support-page-donate-section--header--title{text-align:center}.support-page-donate-section--header--intro{text-align:center}.support-page-donate-section--body,.support-page-donate-form,.layout-support-page-donation-address--inner{-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}@media (min-width: 64em){.support-page-donate-section--body,.support-page-donate-form,.layout-support-page-donation-address--inner{-ms-grid-column:3;-ms-grid-column-span:8;grid-column:3 / 11}}@media (min-width: 76.5625em){.support-page-donate-section--body,.support-page-donate-form,.layout-support-page-donation-address--inner{-ms-grid-column:4;-ms-grid-column-span:6;grid-column:4 / 10}}.support-page-donate-section--body{-ms-grid-row:2;grid-row:2}.layout-support-page-donation-address--inner{-ms-grid-row:3;grid-row:3}.support-page-main-section__donation-rich-2022-refresh{margin-top:3rem;margin-bottom:1rem}@media (min-width: 64em){.support-page-main-section__donation-rich-2022-refresh{margin-top:3rem;margin-bottom:1rem}}@media (min-width: 76.5625em){.support-page-main-section__donation-rich-2022-refresh{margin-top:3rem;margin-bottom:1rem}}.support-page-main-section .support-page-testimonials,.support-page-main-section .tns-outer{-ms-grid-row:2;grid-row:2;-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}@media (min-width: 64em){.support-page-main-section .support-page-testimonials,.support-page-main-section .tns-outer{-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}}.support-page-main-section .layout-support-navigation{-ms-grid-row:2;grid-row:2;-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}@media (min-width: 64em){.support-page-main-section .layout-support-navigation{-ms-grid-column:1;-ms-grid-column-span:12;grid-column:1 / 13}}.layout-home-page-main{position:relative;width:100%;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.layout-home-page-main:not(:last-of-type){padding-bottom:0}@media (min-width: 40em){.layout-home-page-main--header{-ms-grid-column:1;-ms-grid-column-span:7;grid-column:1 / 8;-ms-grid-row:1;grid-row:1}.layout-home-page-main--site-search{-ms-grid-column:1;-ms-grid-column-span:12;grid-column:1 / 13;-ms-grid-row:2;grid-row:2}.layout-home-page-main--overview{-ms-grid-column:1;-ms-grid-column-span:7;grid-column:1 / 8}.layout-home-page-main--recent-updates{-ms-grid-column:1;-ms-grid-column-span:12;grid-column:1 / 13}.layout-home-page-main--support{-ms-grid-column:3;-ms-grid-column-span:8;grid-column:3 / 11}}@media (min-width: 64em){.layout-home-page-main--header{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}.layout-home-page-main--site-search{-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}.layout-home-page-main--overview{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}.layout-home-page-main--recent-updates{-ms-grid-column:2;-ms-grid-column-span:10;grid-column:2 / 12}.layout-home-page-main--support{-ms-grid-column:4;-ms-grid-column-span:6;grid-column:4 / 10}}@media (min-width: 76.5625em){.layout-home-page-main--header{-ms-grid-column:2;-ms-grid-column-span:5;grid-column:2 / 7}}.layout-content-page-main{width:100%;height:100%;-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;z-index:2}@media (min-width: 40em){.layout-content-page-main--header{-ms-grid-column:2;-ms-grid-column-span:4;grid-column:2 / 6;-ms-grid-row:1;grid-row:1}.layout-content-page-main--aside{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1 / 3}.layout-content-page-main--body{-ms-grid-column:2;-ms-grid-column-span:3;grid-column:2 / 5;-ms-grid-row:2;grid-row:2}}@media (min-width: 64em){.layout-content-page-main--header{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2 / 3;-ms-grid-row:1;grid-row:1}.layout-content-page-main--aside{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1 / 2}.layout-content-page-main--body{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2 / 3;-ms-grid-row:2;grid-row:2}}.standard-page--breakout-container{background-color:#EAEBEF}.standard-page--breakout-container .section-content-lane{padding:0}.standard-page--breakout-container .section-content-lane-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 40em){.standard-page--breakout-container .section-content-lane{-ms-grid-column:1;-ms-grid-column-span:7;grid-column:1 / 8}}@media (min-width: 64em){.standard-page--breakout-container .section-content-lane{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}}.layout-training-page-main{width:100%;height:100%;-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;z-index:2}@media (min-width: 40em){.layout-training-page-main .layout-content-page-main--header{-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6;-ms-grid-row:1;grid-row:1;margin-left:1em}.layout-training-page-main .layout-content-page-main--body{-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6;-ms-grid-row:2;grid-row:2;margin-left:1em}}@media (min-width: 64em){.layout-training-page-main .layout-content-page-main--header{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1 / 4;-ms-grid-row:1;grid-row:1;margin-left:inital}.layout-training-page-main .layout-content-page-main--body{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1 / 4;-ms-grid-row:2;grid-row:2;margin-left:inital}}.standard-page--breakout-container{background-color:#EAEBEF}.standard-page--breakout-container .section-content-lane{padding:0}.standard-page--breakout-container .section-content-lane .layout-content-page-main-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 40em){.standard-page--breakout-container .section-content-lane{-ms-grid-column:1;-ms-grid-column-span:7;grid-column:1 / 8}}@media (min-width: 64em){.standard-page--breakout-container .section-content-lane{-ms-grid-column:2;-ms-grid-column-span:6;grid-column:2 / 8}}.home-page-main-section--header--intro{margin-bottom:1em}.home-page-overview .home-page-main-section--overview--section,.home-page-overview .home-page-main-section--overview--bg-image{-ms-grid-row:1;grid-row:1}.home-page-overview .home-page-main-section--overview--section-img{position:absolute}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section{-ms-grid-column:1;-ms-grid-column-span:5;grid-column:1 / 6}@media (min-width: 64em){.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section{-ms-grid-column:2;-ms-grid-column-span:3;grid-column:2 / 5}}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-grid-column:6;-ms-grid-column-span:3;grid-column:6 / 9}@media (min-width: 64em){.home-page-overview:nth-of-type(even) .home-page-main-section--overview--bg-image{-ms-grid-column:6;-ms-grid-column-span:3;grid-column:6 / 9}}.home-page-overview:nth-of-type(even) .home-page-main-section--overview--section-img{right:0}.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section{-ms-grid-column:4;-ms-grid-column-span:5;grid-column:4 / 9}@media (min-width: 64em){.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section{-ms-grid-column:5;-ms-grid-column-span:3;grid-column:5 / 8}}.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--bg-image{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1 / 4}@media (min-width: 64em){.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--bg-image{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1 / 4}}.home-page-overview:nth-of-type(odd) .home-page-main-section--overview--section-img{left:0}.home-page-main-section--overview--section--header{font-family:"altis-scotbook-bold", sans-serif;font-weight:100}.home-page-main-section--overview--content{padding-bottom:0}@media (min-width: 26.25em){.home-page-main-section--overview--content--row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.home-page-main-section--overview--content .content-tile{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;margin-bottom:1em}.landing-page-main-section{position:relative}.landing-page-background{z-index:0}.landing-page-background--image{z-index:-1}.landing-page-background .landing-page-main-section{z-index:1}.landing-page-main-section--header--intro{margin-bottom:0}.landing-page-main-section--header--cta{margin-top:1em}.landing-page-main-section--header--cta:focus{outline-color:#000}.landing-page-main-section--section--title{color:#343432}.landing-anchor-nav{margin-top:0}.landing-anchor-nav--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 50em){.landing-anchor-nav--intro:not(:empty){max-width:60%}}.landing-anchor-nav--item{margin:0 .5rem .5rem 0}.content-page-main--header{background:none}.content-page-main--header-wrapper{padding-bottom:1em}@media (min-width: 50em){.content-page-main--header-wrapper{padding-bottom:1.5em}}.content-page-main--header--location,.content-page-main--header--more{color:#666666}.content-page-main--header--intro{margin-bottom:.5em}.content-page-main--header--intro:last-child{margin-bottom:0}.content-page-main--header--tags_and_topics,.content-page-main--header--ctas{margin-bottom:1em}.content-page-main--header--tags_and_topics:last-child,.content-page-main--header--ctas:last-child{margin-bottom:0}.content-page-main--header--more a{font-size:inherit}.content-page-main--header--tags{display:block;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 40em){.content-page-main--header--tags{display:-webkit-box;display:-ms-flexbox;display:flex}}.content-page-main--header--tags span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:.5em;min-width:200px}.content-page-main--header--tags span:empty{display:none}.content-page-main--header--tags span svg{margin-right:.5em;width:1.25em;height:1.25em;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.content-page-main--header--ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-page-main--header--ctas-link{margin-bottom:.25em;margin-right:1em}.content-page-main--header--header-image{margin-bottom:1em;display:block;width:100%;height:auto;background-repeat:no-repeat;background-position:top center;background-size:contain}.content-page-main--header--header-image img{width:100%}@media (min-width: 50em){.content-page-main--header--header-image{margin-bottom:2em}}.content-page-main--header--header-image:last-child{margin-bottom:0}.content-page-main--header img[src='']{display:none}@media (min-width: 50em){.content-page-main--header--more{margin-bottom:.25em}.content-page-main--header--title{margin-bottom:.25em}.content-page-main--header--location:last-of-type,.content-page-main--header--dates:last-of-type{margin-bottom:1em}}.content-page-main--sharing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2em}@media (min-width: 40em){.content-page-main--sharing{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0}}.content-page-main--sharing--title{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-bottom:1em;text-align:center}@media (min-width: 40em){.content-page-main--sharing--title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0;text-align:auto}}.content-page-main--sharing--title,.content-page-main--sharing--link{margin-right:1em}@media (min-width: 40em){.content-page-main--sharing--title,.content-page-main--sharing--link{margin-bottom:1em;margin-right:0}}.bws--2021 .bws_footer_graphic::after,.bws--2022 .bws_footer_graphic::after{padding-bottom:20%;background-image:url(https://www.scottishbooktrust.com/assets/bws/2022/footer-17c812ec652da06645c27a9378e765aebde2629d38ce2a771037e0a84129a5c9.png)}.bws.bws--2023 .bws_footer_graphic::after{padding-bottom:20%;background-image:url(https://www.scottishbooktrust.com/assets/bws/2023/footer-71a8e0faf6d3de0cd59ee80552e1ab8b26b51b5f2e504ee4a36b4126236544f9.png);background-color:#65bc46}.bws.bws--2024 .bws_footer_graphic::after{padding-bottom:33%;background-image:url(https://www.scottishbooktrust.com/assets/bws/2024/footer-1427941cd74b55940b6dc3679abbd244335d8482f69d69c2331d1f98bf48b599.png);background-repeat:no-repeat;background-size:cover;background-color:black;z-index:0;position:absolute;bottom:0;left:0}.bws.bws--2024 .bws_main{position:relative}.bws.bws--2024 .bws_main .wrapper{position:relative;padding-bottom:7rem}@media (min-width: 26.25em){.bws.bws--2024 .bws_main .wrapper{padding-bottom:22%}}@media (min-width: 76.5625em){.bws.bws--2024 .bws_main .wrapper{padding-bottom:25%}}.bws .bws_footer_graphic::after{position:relative;display:block;width:100%;background-color:white;background-size:contain;content:'';z-index:1}.bws--2024 .bws_footer_graphic{position:relative;background:black}.bws--2024 .events-container{position:relative;z-index:2}.bws header.page-header .header-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bws .page-header__filter-panel--search-input .site-search-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width: 26.25em){.bws .page-header__filter-panel--search-input .site-search-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.bws .page-header__filter-panel--search-input .site-search-container .location-search-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.bws .page-header__filter-panel--search-input .site-search-container .location-search-label{display:block;margin-bottom:.25rem;font-weight:bold}.bws--2024 .layout-bws-event{position:relative;z-index:2}@media (min-width: 50em){.layout-bws-event{display:-ms-grid;display:grid;-ms-grid-rows:auto auto auto;-ms-grid-columns:62.5% 5% 32.5%;grid-template-columns:62.5% 5% 32.5%;grid-template-rows:auto auto auto}}@media (min-width: 76.5625em){.layout-bws-event{-ms-grid-columns:60% 10% 30%;grid-template-columns:60% 10% 30%;-ms-grid-rows:auto auto auto;grid-template-rows:auto auto auto}}@media (min-width: 50em){.layout-bws-event--left-col{-ms-grid-row:1;-ms-grid-column:1;grid-column:1}.layout-bws-event--left-col-2{-ms-grid-row:2;grid-row:2}}.bws--2024 .bws-event-upper .layout-bws-event--left-col{border-bottom:1px solid #313133;margin-bottom:2rem}@media (min-width: 50em){.layout-bws-event--right-col{height:100%;-ms-grid-column:3;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:3;grid-row-start:1;grid-row-end:3;grid-row-span:2}}.bws--2023 .bws-event-section{background-color:#65bc46}@media (min-width: 50em){.bws--2023 .bws-event-section.bws-event-upper{padding-bottom:0}}@media (min-width: 50em){.bws--2023 .bws-event-section.bws-event-lower{padding-top:0}}.bws--2024 .bws-event-section.bws-event-upper{padding-bottom:0rem}.bws--2024 .bws-event-section.bws-event-lower{padding-top:0;padding-bottom:17rem}.bws--2024 .individual-event .bws-event-section.bws-event-lower{position:relative;z-index:1;padding-top:0;padding-bottom:0rem}.bws--2024 .bws_main{background-color:black}.bws--2024 .individual-event .sticky-wrapper{padding-bottom:30vw}.bws--2024 .line-divider{border-color:#313133}.bws-event--header-wrapper{margin-bottom:2em}.bws-event--header-text{margin-bottom:0.15em;color:#1F1F1F}.bws--2024 .bws-event--header-text{color:#FFEDAA}.bws--2023 .bws-event--header-text{color:#000000}.bws--2024 .bws-event--header-text{color:#FFEDAA}.bws-event--header-date-info{display:inline-block;padding:0.75em 0}.bws-event--header-date-info svg{margin-right:0.5em}.bws--2023 .bws-event--header-date-info{color:#000000}.bws--2024 .bws-event--header-date-info{color:#FFEDAA}.bws-event--info{position:relative;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:50em;margin:2em 0}.bws-event--info-item{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:100%}.bws-event--info-item:not(:empty){margin:0.5em 2em 0.5em 0}@media (min-width: 50em){.bws-event--info-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.bws-event--info-item svg{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:0.5em;width:1.5em}.bws--2024 .bws-event--info-item svg{fill:#FFEDAA}.bws--2024 .bws-event--info-item{color:#FFEDAA}.bws--2023 .bws-event--info{color:#000000}.bws--2024 .bws-event--info{color:#FFEDAA}.bws--2023 .slickr-content-editable blockquote{background:#fff;border-radius:12px;padding:1rem;text-align:left;padding:2rem 1.5rem;color:#000000;position:relative;margin-bottom:4rem}.bws--2023 .slickr-content-editable blockquote:after{content:"";background-size:contain;display:block;position:absolute;width:100%;background-image:url(bws/2023/quote_bg.png);background-repeat:no-repeat;padding-bottom:6%;bottom:-15%;left:5%}.bws--2024 .slickr-content-editable blockquote{background:black;border-radius:12px;border-color:#313133;padding:1rem;text-align:left;padding:2rem 1.5rem;color:#FFEDAA;position:relative;margin-bottom:4rem}.bws--2024 .slickr-content-editable blockquote:after{content:"";background-size:contain;display:block;position:absolute;width:210px;height:140px;background-image:url(https://www.scottishbooktrust.com/assets/bws/2024/quote_bg-e16dfa3648d1a26ba846f09d87917b732d1b0880ae6b5a84ac3fc9a7371c9c31.png);background-repeat:no-repeat;padding-bottom:6%;bottom:-15%;left:5%}@media (min-width: 76.5625em){.bws--2024 .slickr-content-editable blockquote:after{height:280px}}.bws-event--lower-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.bws-event--lower-section--column-one,.bws-event--lower-section--column-two{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:2rem}.bws--2024 .bws-event--lower-section--column-one,.bws--2024 .bws-event--lower-section--column-two{border-top:2px solid #313133;border-bottom:2px solid #313133;padding:1.5rem 0}.bws-event--lower-section--column-two{border-top:none}@media (min-width: 50em){.bws-event--lower-section{gap:2rem}.bws-event--lower-section--column-one{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.bws-event--lower-section--column-two{-webkit-box-flex:1;-ms-flex:1 1 33%;flex:1 1 33%}}.bws-event--venue-information-block{margin-bottom:2em}.bws--2023 .bws-event--venue-information-header{color:#000000}.bws--2024 .bws-event--venue-information-header{color:#FFEDAA}.bws-event--venue-information-text{margin-bottom:0}.bws--2023 .bws-event--venue-information-text{color:#000000}.bws--2024 .bws-event--venue-information-text{color:#FFEDAA}.bws-event--venue-information-text__strong{margin-top:0.5em;font-weight:400;line-height:1.5;color:#1F1F1F}.bws--2023 .bws-event--venue-information-text__strong{color:#000000}.bws--2024 .bws-event--venue-information-text__strong{color:#FFEDAA}.bws--2023 .bws-event--venue-information{padding:2rem 0;border-top:2px solid #000000;border-bottom:2px solid #000000}.bws--2023 .layout-bws-event--left-col .line-divider__white{display:none}.bws--2023 .bws-event--contact-details-header{color:#000000}.bws--2024 .bws-event--contact-details-header{color:#FFEDAA}.bws-event--contact-details-link{display:block;overflow:hidden;text-overflow:ellipsis;color:#1F1F1F;font-weight:lighter;border-bottom:2px solid #f77f00}.bws--2020 .bws-event--contact-details-link{border-bottom:2px solid #00758a}.bws--2024 .bws-event--contact-details-link{border-color:#FFEDAA}.bws--2023 .bws-event--contact-details .bws-event--contact-details-link{border-color:#000000;color:#000000}.bws--2024 .bws-event--contact-details-link{color:#FFEDAA}.bws-event--contact-details-social-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.bws-event--contact-details-social-block svg{width:2.5em;height:2.5em;fill:#f77f00;-webkit-transition:fill 200ms;transition:fill 200ms}.bws-event--contact-details-social-block a.content-page-main--sharing--link{margin-right:0.5em;outline-color:black;background-color:transparent}.bws-event--contact-details-social-block a.content-page-main--sharing--link:hover{background-color:transparent}.bws--2023 .bws-event--contact-details-social-block svg{fill:#000000;height:1.25rem;width:1.25rem}.bws--2023 .bws-event--contact-details-social-block a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;border-radius:50%;background-color:#ffffff}.bws--2023 .bws-event--contact-details-social-block a.content-page-main--sharing--link{margin-right:.75rem}.bws--2023 .bws-event--contact-details-social-block a:focus{outline-offset:0}.bws--2023 .bws-event--contact-details-social-block a:hover{background-color:#000000}.bws--2023 .bws-event--contact-details-social-block a:hover svg{fill:#ffffff}.bws--2024 .bws-event--contact-details-social-block svg{fill:#313133;height:1.25rem;width:1.25rem}.bws--2024 .bws-event--contact-details-social-block a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;border-radius:50%;background-color:#FFEDAA}.bws--2024 .bws-event--contact-details-social-block a.content-page-main--sharing--link{margin-right:.75rem}.bws--2024 .bws-event--contact-details-social-block a:focus{outline-offset:0}.bws--2024 .bws-event--contact-details-social-block a:hover{background-color:#FFC000}.bws--2024 .bws-event--contact-details-social-block a:hover svg{fill:#313133}.bws--2023 .bws-event--contact-details{padding:0 0 2rem;border-bottom:2px solid #000000;border-top:none}@media (min-width: 50em){.bws--2023 .bws-event--contact-details{border-top:2px solid #000000;padding:2rem 0}}.bws-event--contact-details-link+.bws-event--contact-details-social-block{margin-top:2em}.bws-event--descriptions{margin-bottom:2em;width:100%}@media (min-width: 50em){.bws-event--descriptions{margin-bottom:4em}}.bws--2024 .bws-event--descriptions{margin-bottom:2em}@media (min-width: 50em){.bws--2024 .bws-event--descriptions{margin-bottom:2em}}.bws-event--image{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.bws-event-info-header{margin-bottom:1em}.bws-event-back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-decoration:underline;margin-bottom:1em}.bws-event-back .left-arrow--slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms}.bws-event-back .left-arrow--slide svg{margin-right:0.5em;width:0.9em;height:0.9em;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.bws--2023 .bws-event-back{color:#000000}.bws--2023 .bws-event-back svg{fill:#ffffff}.bws--2024 .bws-event-back{color:white}.bws--2024 .bws-event-back svg{fill:white}.funding-partner-link--image{display:block;margin:4em;padding-bottom:60%;height:100%;background-size:75%;background-position:center;background-repeat:no-repeat;background-color:#ffffff;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}@media (min-width: 540px){.funding-partner-link--image{margin:auto;padding-bottom:100%}}.header-collection{font-weight:100;color:#343432}.header-collection-label{font-weight:400;font-family:"altis-scotbook-bold", sans-serif}.header-collection a{font-size:inherit}.header-alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.header-alert .svg{margin-right:.25em;margin-bottom:.25em}.layout-author-image{display:none;float:right;clear:both}.layout-author-image .image{width:100%;height:auto}.author-image{height:0px;border-radius:50%;overflow:hidden}.inline-author-image{float:right;position:relative;margin-bottom:1em;padding-bottom:30%;width:30%;background-position:center center;background-size:100%}.inline-author-image .image{position:absolute;top:0;left:0;z-index:-1;width:100%;height:auto}@media (min-width: 64em){.inline-author-image{display:none}.layout-author-image{display:block;-ms-grid-column:3;-ms-grid-column-span:2;grid-column:3 / 5;padding-bottom:100%;width:100%}.layout-author-image .image{width:100%;height:auto}}.author-directory-information{padding-bottom:1em}.layout-browse-and-search-form{margin-bottom:0}.layout-browse-all-topics{padding-top:0;margin-top:-3em}.search_output--header{display:none}.search_output--header.visible{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:0}.search_output .header-2{margin-bottom:0}.a-to-z-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 50em){.a-to-z-list{-ms-flex-pack:distribute;justify-content:space-around}}.a-to-z-list-item{color:#666666;-webkit-box-flex:0;-ms-flex:0 1 1.5em;flex:0 1 1.5em;padding:0.25em 0;position:relative}.a-to-z-list-item .topic-skip-link{background:#EAEBEF;position:absolute;bottom:-3.5rem;padding:.5rem;width:8rem;left:0;z-index:1}.a-to-z-list span{cursor:default}.a-to-z-list a{font-weight:bold;cursor:pointer}.a-to-z-list a.selected{border-bottom:solid 2px}.a-to-z-list a,.a-to-z-list span{font-size:inherit}.result-item{display:block;padding:1.5em;margin-top:.5em;min-height:0}.result-item:last-child{margin-bottom:1em}.result-item h3,.result-item p{margin-bottom:.5em}.result-item span{font-style:italic}.search-pagination{display:block;padding:0 0 .5em;color:#343432}@media (min-width: 50em){.search-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}}.search-pagination:last-child{margin-bottom:2em}.search-pagination-controls{justify-self:flex-end}.search-and-browse-page-link{margin-top:.5em}@media (min-width: 50em){.search-and-browse-page-link{margin-top:0}}.search-and-browse-page-link.hidden{display:none;margin:0;padding:0}.search_output{postition:relative}.search_output .filterrific_spinner{display:none;position:relative;left:50%;right:initial;margin:0 auto;width:auto;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.search_output .filterrific_spinner img{display:inline-block;margin:0 auto}.bookbug_page .section-content-lane--no-results{display:none}.bookbug_page .section-content-lane--no-results:nth-child(2){display:block;margin-top:2em}.dashboard-open-applications.hidden{display:none}.dashboard-dropdown-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;cursor:pointer}.dashboard-dropdown-header .widget--title__title{margin-bottom:-.25em}.dashboard-dropdown-header button{background-color:transparent;border:none}.dashboard-dropdown-header .button-icon{width:1em;height:1em;fill:#00758a}.dashboard-dropdown-header .button-icon-plus{display:block}.dashboard-dropdown-header .button-icon-minus{display:none}.dashboard-dropdown-header .open .button-icon-minus{display:block}.dashboard-dropdown-header .open .button-icon-plus{display:none}.dashboard-dropdown-header svg,.dashboard-dropdown-header span{pointer-events:none}.organisation-listing-item--delete-link:hover,.organisation-listing-item--delete-link:focus{padding:.25em .5em;max-width:10em;opacity:1}.organisation-listing-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;position:relative}.organisation-listing-item.main-org #triangle-topright{position:absolute;width:0;height:0;border-top:10px solid #00758a;border-left:10px solid transparent}.organisation-listing-item--item:hover+.organisation-listing-item--delete-link{padding:.25em .5em;max-width:10em;opacity:1;right:100%;overflow:visible}.organisation-listing-item--item:focus-within+.organisation-listing-item--delete-link{padding:.25em .5em;max-width:10em;opacity:1}.organisation-listing-item--span{cursor:pointer;display:inline-block;margin-bottom:.5em;white-space:nowrap;font-weight:bold;color:#767676 !important;border:none}.organisation-listing-item--delete-link{position:absolute;display:inline-block;left:100%;max-width:0em;overflow:hidden;color:#767676;border:0;opacity:0;font-size:.85em;font-weight:500;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease}@media (min-width: 40em){.organisation-listing-item--delete-link{left:auto;right:100%;margin-left:1em}}.organisation-listing-item--delete-link:hover,.organisation-listing-item--delete-link:focus{color:#a90d21;overflow:visible}.organisation-listing-item--delete-link:hover::before,.organisation-listing-item--delete-link:focus::before{position:absolute;right:-1em;content:'';margin-left:.5em;width:1.15em;height:1.15em;opacity:1;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik01LjY2MiAyM2wtNS4zNjktNS4zNjVjLS4xOTUtLjE5NS0uMjkzLS40NS0uMjkzLS43MDcgMC0uMjU2LjA5OC0uNTEyLjI5My0uNzA3bDE0LjkyOS0xNC45MjhjLjE5NS0uMTk0LjQ1MS0uMjkzLjcwNy0uMjkzLjI1NSAwIC41MTIuMDk5LjcwNy4yOTNsNy4wNzEgNy4wNzNjLjE5Ni4xOTUuMjkzLjQ1MS4yOTMuNzA4IDAgLjI1Ni0uMDk3LjUxMS0uMjkzLjcwN2wtMTEuMjE2IDExLjIxOWg1LjUxNHYyaC0xMi4zNDN6bTMuNjU3LTJsLTUuNDg2LTUuNDg2LTEuNDE5IDEuNDE0IDQuMDc2IDQuMDcyaDIuODI5em0uNDU2LTExLjQyOWwtNC41MjggNC41MjggNS42NTggNS42NTkgNC41MjctNC41My01LjY1Ny01LjY1N3oiLz48L3N2Zz4=");background-size:contain;background-repeat:no-repeat}@media (min-width: 40em){.organisation-listing-item--delete-link:hover::before,.organisation-listing-item--delete-link:focus::before{left:-1em;right:auto;margin-left:auto;margin-right:.5em}}.dashboard-header-text{color:#1F1F1F;margin:.5em 0}@media (min-width: 64em){.dashboard-header-text{padding-right:.5em}}.training-iframe.hidden,.mobile-contents.hidden{display:none}.training-iframe{display:'block';max-width:'100%'}.training-iframe iframe{display:block;margin-left:auto;margin-right:auto;max-width:100%}@media (min-width: 50em){.mobile-contents:not(:empty){padding-left:2em;padding-right:2em}}@media (min-width: 76.5625em){.mobile-contents:not(:empty){padding-left:4em;padding-right:4em}}.blog-author-image{border-radius:50%}.section-content-lane--featured--image--blogauthor{top:initial;left:25%;padding:0}.address_search--wrapper input.visually-hidden[type=checkbox]{display:none}.simple_form div.address_search{display:-webkit-box;display:-ms-flexbox;display:flex}.simple_form div.address_search input[type=text]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:.5rem}.address_search_other--link{color:#00758a;cursor:pointer;margin-top:.25rem}.address_search_other--link:hover{color:#005261}#detailsFormOutput.submitted{pointer-events:none;opacity:.5}.campaign-hero-caption{padding:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:bold}.campaign-hero-caption p{max-width:75ch;color:#1F1F1F}.campaign-hero-caption img{margin-right:1rem;max-width:120px;height:auto}.theme-color--xmas-2022 .campaign-section-background{background-color:#f7f1e3}.theme-color--xmas-2023-rgb .campaign-section-background{background-color:#aedeef}.theme-color--xmas-2023-cmyk .campaign-section-background{background-color:#aedeef}.theme-color--jan-2024-rgb .campaign-section-background{background-color:#CDCAE4}.theme-color--jan-2024-cmyk .campaign-section-background{background-color:#D8D2EA}
