@comicrelief/storybook 1.34.0 → 1.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -96,7 +96,7 @@ object-assign
96
96
  object-assign
97
97
  (c) Sindre Sorhus
98
98
  @license MIT
99
- */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,a,l=function(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var u in n=Object(arguments[s]))o.call(n,u)&&(l[u]=n[u]);if(r){a=r(n);for(var c=0;c<a.length;c++)i.call(n,a[c])&&(l[a[c]]=n[a[c]])}}return l}},function(e,t,n){"use strict";(function(t){if("production"!==t.env.NODE_ENV)var r=n(2),o=n(4),i=n(3),a={};e.exports=function(e,n,l,s,u){if("production"!==t.env.NODE_ENV)for(var c in e)if(e.hasOwnProperty(c)){var d;try{r("function"==typeof e[c],"%s: %s type `%s` is invalid; it must be a function, usually from the `prop-types` package, but received `%s`.",s||"React class",l,c,typeof e[c]),d=e[c](n,c,s,l,null,i)}catch(e){d=e}if(o(!d||d instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",s||"React class",l,c,typeof d),d instanceof Error&&!(d.message in a)){a[d.message]=!0;var f=u?u():"";o(!1,"Failed %s type: %s%s",l,d.message,null!=f?f:"")}}}}).call(t,n(0))},function(e,t,n){"use strict";var r=n(1),o=n(2),i=n(3);e.exports=function(){function e(e,t,n,r,a,l){l!==i&&o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types")}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=r,n.PropTypes=n,n}},function(e,t,n){"use strict";(function(t){var r=n(1),o=n(2),i=n(4),a=n(9),l=n(3),s=n(10);e.exports=function(e,n){var u="function"==typeof Symbol&&Symbol.iterator,c="@@iterator";var d="<<anonymous>>",f={array:m("array"),bool:m("boolean"),func:m("function"),number:m("number"),object:m("object"),string:m("string"),symbol:m("symbol"),any:h(r.thatReturnsNull),arrayOf:function(e){return h(function(t,n,r,o,i){if("function"!=typeof e)return new g("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var a=t[n];if(!Array.isArray(a)){var s=y(a);return new g("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected an array.")}for(var u=0;u<a.length;u++){var c=e(a,u,r,o,i+"["+u+"]",l);if(c instanceof Error)return c}return null})},element:function(){return h(function(t,n,r,o,i){var a=t[n];if(!e(a)){var l=y(a);return new g("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected a single ReactElement.")}return null})}(),instanceOf:function(e){return h(function(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||d,l=function(e){if(!e.constructor||!e.constructor.name)return d;return e.constructor.name}(t[n]);return new g("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null})},node:function(){return h(function(e,t,n,r,o){if(!b(e[t]))return new g("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.");return null})}(),objectOf:function(e){return h(function(t,n,r,o,i){if("function"!=typeof e)return new g("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var a=t[n],s=y(a);if("object"!==s)return new g("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected an object.");for(var u in a)if(a.hasOwnProperty(u)){var c=e(a,u,r,o,i+"."+u,l);if(c instanceof Error)return c}return null})},oneOf:function(e){if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOf, expected an instance of array."),r.thatReturnsNull;return h(function(t,n,r,o,i){for(var a=t[n],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e);return new g("Invalid "+o+" `"+i+"` of value `"+a+"` supplied to `"+r+"`, expected one of "+s+".")})},oneOfType:function(e){if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),r.thatReturnsNull;for(var n=0;n<e.length;n++){var o=e[n];if("function"!=typeof o)return i(!1,"Invalid argument supplied to oneOfType. Expected an array of check functions, but received %s at index %s.",_(o),n),r.thatReturnsNull}return h(function(t,n,r,o,i){for(var a=0;a<e.length;a++){var s=e[a];if(null==s(t,n,r,o,i,l))return null}return new g("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")})},shape:function(e){return h(function(t,n,r,o,i){var a=t[n],s=y(a);if("object"!==s)return new g("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected `object`.");for(var u in e){var c=e[u];if(c){var d=c(a,u,r,o,i+"."+u,l);if(d)return d}}return null})},exact:function(e){return h(function(t,n,r,o,i){var s=t[n],u=y(s);if("object"!==u)return new g("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.");var c=a({},t[n],e);for(var d in c){var f=e[d];if(!f)return new g("Invalid "+o+" `"+i+"` key `"+d+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var p=f(s,d,r,o,i+"."+d,l);if(p)return p}return null})}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function g(e){this.message=e,this.stack=""}function h(e){if("production"!==t.env.NODE_ENV)var r={},a=0;function s(s,u,c,f,p,h,m){if(f=f||d,h=h||c,m!==l)if(n)o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var b=f+":"+c;!r[b]&&a<3&&(i(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",h,f),r[b]=!0,a++)}return null==u[c]?s?null===u[c]?new g("The "+p+" `"+h+"` is marked as required in `"+f+"`, but its value is `null`."):new g("The "+p+" `"+h+"` is marked as required in `"+f+"`, but its value is `undefined`."):null:e(u,c,f,p,h)}var u=s.bind(null,!1);return u.isRequired=s.bind(null,!0),u}function m(e){return h(function(t,n,r,o,i,a){var l=t[n];return y(l)!==e?new g("Invalid "+o+" `"+i+"` of type `"+v(l)+"` supplied to `"+r+"`, expected `"+e+"`."):null})}function b(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(b);if(null===t||e(t))return!0;var n=function(e){var t=e&&(u&&e[u]||e[c]);if("function"==typeof t)return t}(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!b(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!b(i[1]))return!1}return!0;default:return!1}}function y(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||"Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol}(t,e)?"symbol":t}function v(e){if(void 0===e||null===e)return""+e;var t=y(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function _(e){var t=v(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return g.prototype=Error.prototype,f.checkPropTypes=s,f.PropTypes=f,f}}).call(t,n(0))}])},function(e,t,n){var r=n(596);(t=e.exports=n(12)(!1)).push([e.i,"@import url(https://fonts.googleapis.com/css?family=Anton|Montserrat:500,700,800);",""]),t.push([e.i,'/* Pattern Lab Base theme variables */\n\n/* Susy Grid and breakpoints */\n\n/*\n * TODO: Extract grid from susy framework instead of importing all\n */\n\n/* Small breakpoint */\n\n/* Medium breakpoint */\n\n/* Large breakpoint */\n\n/* Tweaked breakpoints to allow \'mobile\' style nav on iPad landscape */\n\n/* Extra Large breakpoint */\n\n/* Grid values */\n\n/* Changing Susy default global settings */\n\n/* \n * Colours\n */\n\n/* Single message row background colour, used in June site, to be renamed and updated */\n\n/* standard form colors */\n\n/**\n * Parameters\n * $inlinelink[1] = name\n * $inlinelink[2] = border-color\n * $inlinelink[3] = border-color for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour/font colour\n */\n\n/**\n * Parameters\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/**\n * Breakpoints\n *\n * For usage, please refer to:\n * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage\n * More on the breakpoint mixin usage:\n * https://github.com/Team-Sass/breakpoint/wiki\n *\n * Single query breakpoint:\n * @include breakpoint(md) { ... }\n *\n * Single custom breakpoint:\n * @include breakpoint(100px) { ... }\n * \n * Min and max query breakpoint:\n * @include breakpoint(100px, 200px) { ... }\n *\n */\n\n/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/* Pattern Lab Comic Relief theme variables */\n\n/* Primary */\n\n/* Secondary */\n\n/* Secondary light */\n\n/* Secondary dark */\n\n/* Sizing variations.\n** format is as follows: breakpoint: (font-size, line-height)\n*/\n\n/* \'Title\' H1 variation */\n\n/* More backwards compatibility */\n\n/* New stuff */\n\n/* As per Body for backwards compatibility */\n\n/* Pattern Lab Comic Relief theme components */\n\nh1,\nh2,\nh3,\nh4,\nh5 {\n text-transform: uppercase;\n font-family: "Anton", Impact, sans-serif;\n}\n\nh1 strong,\nh2 strong,\nh3 strong,\nh4 strong,\nh5 strong {\n font-family: inherit;\n}\n\np,\nspan {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n}\n\np strong,\nspan strong {\n font-family: inherit;\n}\n\np:last-child {\n margin: 0;\n}\n\n/* Override base theme variations, to make current content \'work\' on some level */\n\nh1 {\n margin-bottom: 30px;\n}\n\nh1.font--font-black,\nh1.font--xlarge,\nh1.font--black-shadow {\n font-size: 42px;\n line-height: 48px;\n}\n\n@media (min-width: 740px) {\n h1.font--font-black,\n h1.font--xlarge,\n h1.font--black-shadow {\n font-size: 42px;\n line-height: 48px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--font-black,\n h1.font--xlarge,\n h1.font--black-shadow {\n font-size: 64px;\n line-height: 72px;\n }\n}\n\nh2,\nh3,\np.text--subtitle {\n margin-bottom: 20px;\n}\n\np.font--xlarge,\np.font--large,\np.font--small,\np.font--xsmall {\n font-size: 15px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n p.font--xlarge,\n p.font--large,\n p.font--small,\n p.font--xsmall {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--xlarge,\n p.font--large,\n p.font--small,\n p.font--xsmall {\n font-size: 20px;\n line-height: 32px;\n }\n}\n\nh1.text--title {\n font-size: 54px;\n line-height: 62px;\n margin-bottom: 30px;\n}\n\n@media (min-width: 740px) {\n h1.text--title {\n font-size: 54px;\n line-height: 62px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.text--title {\n font-size: 100px;\n line-height: 104px;\n }\n}\n\nh1.font--red,\nh1.font--royal-blue,\nh1.font--dark-purple,\nh1.font--purple,\nh1.font--black,\nh1.font--dark-grey,\nh1.font--grey,\nh2.font--red,\nh2.font--royal-blue,\nh2.font--dark-purple,\nh2.font--purple,\nh2.font--black,\nh2.font--dark-grey,\nh2.font--grey,\nh3.font--red,\nh3.font--royal-blue,\nh3.font--dark-purple,\nh3.font--purple,\nh3.font--black,\nh3.font--dark-grey,\nh3.font--grey,\nh4.font--red,\nh4.font--royal-blue,\nh4.font--dark-purple,\nh4.font--purple,\nh4.font--black,\nh4.font--dark-grey,\nh4.font--grey,\nh5.font--red,\nh5.font--royal-blue,\nh5.font--dark-purple,\nh5.font--purple,\nh5.font--black,\nh5.font--dark-grey,\nh5.font--grey,\np.font--red,\np.font--royal-blue,\np.font--dark-purple,\np.font--purple,\np.font--black,\np.font--dark-grey,\np.font--grey,\nspan.font--red,\nspan.font--royal-blue,\nspan.font--dark-purple,\nspan.font--purple,\nspan.font--black,\nspan.font--dark-grey,\nspan.font--grey {\n color: #48276E;\n}\n\nh1.font--mint-green,\nh1.font--white,\nh1.font--light-grey,\nh2.font--mint-green,\nh2.font--white,\nh2.font--light-grey,\nh3.font--mint-green,\nh3.font--white,\nh3.font--light-grey,\nh4.font--mint-green,\nh4.font--white,\nh4.font--light-grey,\nh5.font--mint-green,\nh5.font--white,\nh5.font--light-grey,\np.font--mint-green,\np.font--white,\np.font--light-grey,\nspan.font--mint-green,\nspan.font--white,\nspan.font--light-grey {\n color: #FFFFFF;\n}\n\n/* 2019 Classes .. to be used via Sass @extends, not as standalone WYSIWYG classes */\n\n.text--subtitle,\n.text--subtitle-small,\n.text--label,\nlabel,\n.text--label-small {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 800;\n}\n\n.text--subtitle strong,\n.text--subtitle-small strong,\n.text--label strong,\nlabel strong,\n.text--label-small strong {\n font-weight: inherit;\n}\n\n.text--footnote {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 500;\n}\n\n.text--footnote strong {\n font-weight: 700;\n}\n\n.text--body {\n font-size: 15px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n .text--body {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--body {\n font-size: 20px;\n line-height: 32px;\n }\n}\n\n.text--body-small {\n font-size: 15px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n .text--body-small {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--body-small {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n.text--subtitle {\n font-size: 27px;\n line-height: 40px;\n}\n\n@media (min-width: 740px) {\n .text--subtitle {\n font-size: 27px;\n line-height: 40px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--subtitle {\n font-size: 36px;\n line-height: 48px;\n }\n}\n\n.text--subtitle-small {\n font-size: 27px;\n line-height: 40px;\n margin-bottom: 15px;\n}\n\n@media (min-width: 740px) {\n .text--subtitle-small {\n font-size: 27px;\n line-height: 40px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--subtitle-small {\n font-size: 27px;\n line-height: 40px;\n }\n}\n\n.text--label,\nlabel {\n font-size: 11px;\n line-height: 16px;\n text-transform: uppercase;\n}\n\n@media (min-width: 740px) {\n .text--label,\n label {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--label,\n label {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n.text--label-small {\n font-size: 11px;\n line-height: 16px;\n text-transform: uppercase;\n}\n\n@media (min-width: 740px) {\n .text--label-small {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--label-small {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n.text--footnote {\n font-size: 11px;\n line-height: 16px;\n}\n\n@media (min-width: 740px) {\n .text--footnote {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--footnote {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n/* Backwards mapping so our existing content in the CMS doesn\'t look too wonky */\n\ni.font--family-black,\n.font--family-black,\ni.font--family-bold,\n.font--family-bold {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 800;\n text-transform: unset;\n}\n\ni.font--family-regular,\n.font--family-regular,\n.font--family-medium,\ni.font--family-medium {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 700;\n text-transform: unset;\n}\n\n.font--family-light,\ni.font--family-light {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 500;\n text-transform: unset;\n}\n\n/* Used to strongarm styles for Membership page,\n * overriding general bg-color/font-color rules */\n\n.font--white {\n color: #FFFFFF !important;\n}\n\n.font--red {\n color: #E52630 !important;\n}\n\n.font--deep-violet {\n color: #2C0230 !important;\n}\n\n.font--grey {\n color: #918791 !important;\n}\n\n.font--coral {\n color: #F9686D !important;\n}\n\n.font--orange {\n color: #FF9144 !important;\n}\n\n.font--yellow {\n color: #FFE400 !important;\n}\n\n.font--green {\n color: #4ECD57 !important;\n}\n\n.font--blue {\n color: #6489FC !important;\n}\n\n.font--magenta {\n color: #FC59CE !important;\n}\n\n.font--purple {\n color: #C180F9 !important;\n}\n\n.font--teal {\n color: #22CFD8 !important;\n}\n\n/* Per breakpoint tweaks for Membership */\n\n@media (min-width: 740px) {\n .no-wrap--md-lg {\n white-space: nowrap;\n }\n}\n\n@media (min-width: 1024px) {\n .no-wrap--lg {\n white-space: nowrap;\n }\n}\n\nbr.break--md-lg {\n display: none;\n}\n\n@media (min-width: 740px) {\n br.break--md-lg {\n display: inline;\n }\n}\n\nbr.break--lg {\n display: none;\n}\n\n@media (min-width: 1024px) {\n br.break--lg {\n display: inline;\n }\n}\n\n/* Pattern Lab Base theme components */\n\n.cookie-consent.cc_container {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n position: relative;\n padding: 10px;\n text-align: center;\n background: #2C0230;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n /* Required a modifier class so we\'re not affecting the simpler \n * CC banner (w/different markup) currently used in Donate etc. */\n}\n\n@media (min-width: 1024px) {\n .cookie-consent.cc_container {\n padding: 15px 20px 15px;\n }\n}\n\n.cookie-consent.cc_container .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child),\n.cookie-consent.cc_container p,\n.cookie-consent.cc_container a {\n color: #FFFFFF;\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n}\n\n.cookie-consent.cc_container p {\n margin-top: 15px;\n}\n\n.cookie-consent.cc_container .cc_message {\n margin: 0 auto;\n width: calc(100% - 50px);\n font-size: 14px;\n line-height: 16px;\n text-align: left;\n}\n\n@media (min-width: 740px) {\n .cookie-consent.cc_container .cc_message {\n width: auto;\n margin-top: 15px;\n font-size: 18px;\n line-height: 20px;\n }\n}\n\n.cookie-consent.cc_container .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n margin: 0;\n padding: 12px 20px;\n width: 40px;\n height: 44px;\n text-indent: -9999px;\n background-image: url('+r(n(597))+');\n background-repeat: no-repeat;\n background-position: center;\n}\n\n.cookie-consent.cc_container .btn:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child) {\n background-color: transparent;\n}\n\n@media (min-width: 1024px) {\n .cookie-consent.cc_container .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n min-width: 128px;\n text-indent: 0;\n color: #2C0230;\n background-image: none;\n background-color: #FFFFFF;\n border: 2px solid #FFFFFF;\n }\n\n .cookie-consent.cc_container .btn:hover,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child) {\n color: #FFFFFF;\n background-color: transparent;\n }\n}\n\n.cookie-consent.cc_container.cc_banner--drupal {\n display: block;\n padding: 20px;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_more_info {\n font-size: inherit;\n line-height: inherit;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message {\n margin: 0 0 10px;\n width: 100%;\n font-size: 14px;\n line-height: 20px;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message:last-child {\n margin-bottom: 0;\n}\n\n@media (min-width: 740px) {\n .cookie-consent.cc_container.cc_banner--drupal .cc_message {\n font-size: 14px;\n line-height: 20px;\n width: 75%;\n margin: 0 auto 15px;\n }\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n background-image: none;\n height: auto;\n text-indent: 0;\n margin-top: 0;\n margin-bottom: 10px !important;\n padding: 8px 20px !important;\n width: 100%;\n color: #2C0230;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child):hover {\n color: #FFFFFF;\n}\n\n@media (min-width: 740px) {\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n width: auto;\n margin-right: 8px !important;\n margin-bottom: 0 !important;\n }\n}\n\n.btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n display: inline-block;\n width: auto;\n margin: 0 auto;\n padding: 21px 40px;\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n text-decoration: none;\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n font-size: 18px;\n line-height: 18px;\n background-color: #E52630;\n color: #FFFFFF;\n border-radius: 30px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n}\n\n.btn span,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) span {\n font-size: inherit;\n font-weight: inherit;\n}\n\n.btn:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child) {\n background-color: #C180F9;\n}\n\n.btn.btn--full-width,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--full-width.btn:first-child:not(:only-child) {\n display: block;\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn.btn--full-width,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--full-width.btn:first-child:not(:only-child) {\n display: inline-block;\n width: auto;\n }\n}\n\n/* Process $buttonList colour variations through our btn-variation mixin. */\n\n.btn--black-ghost {\n background-color: transparent;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--black-ghost:hover,\n.btn--black-ghost:focus {\n outline: none;\n background-color: #061d38;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--black-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost {\n background-color: transparent;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white-ghost:hover,\n.btn--white-ghost:focus {\n outline: none;\n background-color: #fff;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red {\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--red:hover,\n.btn--red:focus {\n outline: none;\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue {\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--blue:hover,\n.btn--blue:focus {\n outline: none;\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow {\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--yellow:hover,\n.btn--yellow:focus {\n outline: none;\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green {\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--green:hover,\n.btn--green:focus {\n outline: none;\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal {\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--teal:hover,\n.btn--teal:focus {\n outline: none;\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue {\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--royal-blue:hover,\n.btn--royal-blue:focus {\n outline: none;\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple {\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--purple:hover,\n.btn--purple:focus {\n outline: none;\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink {\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--pink:hover,\n.btn--pink:focus {\n outline: none;\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n background-color: #fff;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child),\n.btn--white:focus,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:focus:first-child:not(:only-child) {\n outline: none;\n background-color: #030e1a;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white:active,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:active:first-child:not(:only-child) {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n/* Force white colour on black bg hover and focus state */\n\n.btn.btn--white:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child),\n.btn.btn--white:focus,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:focus:first-child:not(:only-child) {\n color: #FFFFFF;\n}\n\n/**\n * Buttons display as stack block for xs\n */\n\n.btn + .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) + .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn + .btn:first-child:not(:only-child) {\n margin-top: 30px;\n}\n\n/**\n * Buttons display as inline block for md and large breakpoints.\n */\n\n.btn.btn--fixed-width,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--fixed-width.btn:first-child:not(:only-child) {\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n display: inline-block;\n width: auto;\n font-size: 18px;\n }\n\n .btn.btn--fixed-width,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--fixed-width.btn:first-child:not(:only-child) {\n width: 100%;\n min-width: 290px;\n }\n\n .btn + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn + .btn:first-child:not(:only-child) {\n margin-top: 0;\n margin-left: 25px;\n }\n}\n\n/*\n * Add icon to btn\n */\n\n.btn .icon,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) .icon {\n height: 20px;\n font-weight: normal;\n line-height: 20px;\n}\n\n.btn .icon:before,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) .icon:before {\n position: relative;\n top: 9px;\n line-height: 0;\n}\n\n.btn .icon + span,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) .icon + span,\n.btn span + .icon,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) span + .icon {\n margin-left: 5px;\n}\n\n/**\n * Adds large buttons.\n */\n\n.btn--lg {\n padding-top: 19px;\n padding-bottom: 19px;\n font-size: 18px;\n line-height: 22px;\n}\n\n/**\n * Large button styles for >= md breakpoint.\n */\n\n@media (min-width: 740px) {\n .btn--lg {\n height: 70px;\n padding: 24px 70px;\n border-radius: 35px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n }\n}\n\n/* for a large group of buttons */\n\n@media (min-width: 740px) {\n .btn:first-child:not(:only-child),\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n margin-bottom: 20px;\n }\n\n .btn + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn + .btn:first-child:not(:only-child) {\n margin-bottom: 20px;\n }\n}\n\n/* Ghost button \nless padding because ghost buttons have borders */\n\n.btn--white-ghost,\n.btn--black-ghost {\n padding: 19px 38px;\n}\n\n.btn--black-ghost {\n border: 2px solid #274084;\n}\n\n.btn--black-ghost:hover {\n color: #FFFFFF;\n}\n\n.btn--white-ghost {\n border: 2px solid #FFFFFF;\n}\n\n.btn--white-ghost:hover {\n color: #274084;\n}\n\n/* small buttons for content wall */\n\n.content-wall .btn,\n.content-wall .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child),\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .content-wall .btn:first-child:not(:only-child) {\n padding: 16px 32px;\n font-size: 16px;\n}\n\n.content-wall .btn--white-ghost,\n.content-wall .btn--black-ghost {\n padding: 14px 30px;\n}\n\n.cookie-consent.cc_container {\n position: relative !important;\n overflow: hidden;\n -webkit-animation-name: slideDown;\n animation-name: slideDown;\n -webkit-animation-duration: 1s;\n animation-duration: 1s;\n -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n max-height: 100px;\n}\n\n.cookie-consent.cc_container .cc_more_info {\n display: inline-block;\n}\n\n.cookie-consent.cc_container .cc_message {\n color: #FFFFFF;\n}\n\n@-webkit-keyframes slideDown {\n 0% {\n max-height: 0;\n }\n\n 100% {\n max-height: 100px;\n }\n}\n\n@keyframes slideDown {\n 0% {\n max-height: 0;\n }\n\n 100% {\n max-height: 100px;\n }\n}',""])},function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},function(e,t){e.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMS40LDIwbDguMyw4LjNsLTEuNCwxLjRMMjAsMjEuNGwtOC4zLDguM2wtMS40LTEuNGw4LjMtOC4zbC04LjMtOC4zbDEuNC0xLjRsOC4zLDguM2w4LjMtOC4zbDEuNCwxLjRMMjEuNCwyMHoiLz4KPC9zdmc+Cg=="},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=c(n(3)),o=c(n(4)),i=c(n(5)),a=c(n(6)),l=n(0),s=c(l),u=c(n(1));function c(e){return e&&e.__esModule?e:{default:e}}n(599);var d=function(e){function t(){(0,r.default)(this,t);var e=(0,i.default)(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return e.state={isOpen:!1},e}return(0,a.default)(t,e),(0,o.default)(t,[{key:"handleToggle",value:function(e){e.preventDefault(),this.setState({isOpen:!1===this.state.isOpen})}},{key:"render",value:function(){var e=this,t=!0===this.state.isOpen?"close":"show",n=!0===this.state.isOpen?"show":"close";return s.default.createElement("div",{className:"form__row form__row--just-in-time-block"},s.default.createElement("div",{className:"form__fieldset"},s.default.createElement("a",{href:"#"+t+"-public","aria-expanded":this.state.isOpen,className:"link toggle-link "+t+"-link","aria-label":!0===this.state.isOpen?"Click to close":"Click to open for more information on why we are asking for this information",onClick:function(t){return e.handleToggle(t)}},this.props.linkText),s.default.createElement("div",{className:"just-in-time--content just-in-time--content-"+n},this.props.children)))}}]),t}(l.Component);d.propTypes={linkText:u.default.string.isRequired},t.default=d},function(e,t,n){(e.exports=n(12)(!1)).push([e.i,"/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/* Susy Grid and breakpoints */\n\n/*\n * TODO: Extract grid from susy framework instead of importing all\n */\n\n/* Small breakpoint */\n\n/* Medium breakpoint */\n\n/* Large breakpoint */\n\n/* Tweaked breakpoints to allow 'mobile' style nav on iPad landscape */\n\n/* Extra Large breakpoint */\n\n/* Grid values */\n\n/* Changing Susy default global settings */\n\n/* \n * Colours\n */\n\n/* Single message row background colour, used in June site, to be renamed and updated */\n\n/* standard form colors */\n\n/* Pattern Lab Comic Relief theme variables */\n\n.form__row--just-in-time-block .toggle-link {\n position: relative;\n font-size: 18px;\n border-bottom: 4px solid #595959;\n font-family: \"GT-Walsheim-Bold\", helvetica, arial, sans-serif;\n color: #595959;\n text-decoration: none;\n}\n\n.form__row--just-in-time-block .toggle-link:focus,\n.form__row--just-in-time-block .toggle-link:hover {\n border-bottom: 4px solid #595959;\n}\n\n.form__row--just-in-time-block .toggle-link:after {\n content: '\\2303';\n position: absolute;\n font-family: Arial;\n margin-left: 4px;\n overflow: hidden;\n line-height: 19px;\n font-size: 25px;\n color: inherit;\n font-weight: bold;\n}\n\n.form__row--just-in-time-block .toggle-link.show-link:after {\n -webkit-transform: rotate(180deg);\n -ms-transform: rotate(180deg);\n transform: rotate(180deg);\n bottom: 5px;\n}\n\n.form__row--just-in-time-block .toggle-link.close-link:after {\n -webkit-transform: rotate(0);\n -ms-transform: rotate(0);\n transform: rotate(0);\n bottom: -4px;\n}\n\n.form__row--just-in-time-block .just-in-time--content {\n display: block;\n margin-top: 15px;\n overflow: hidden;\n -webkit-transition: max-height 0.5s ease-in-out;\n -o-transition: max-height 0.5s ease-in-out;\n transition: max-height 0.5s ease-in-out;\n height: auto;\n max-height: 0;\n}\n\n.form__row--just-in-time-block .just-in-time--content p {\n color: #595959;\n}\n\n.form__row--just-in-time-block .just-in-time--content.just-in-time--content-close a,\n.form__row--just-in-time-block .just-in-time--content.just-in-time--content-close .link {\n display: none;\n}\n\n.form__row--just-in-time-block .close-link {\n display: none;\n}\n\n.form__row--just-in-time-block .show-link:target + .close-link {\n display: inline;\n}\n\n.form__row--just-in-time-block .show-link:target {\n display: none;\n}\n\n.form__row--just-in-time-block .show-link:target ~ .just-in-time--content,\n.form__row--just-in-time-block .just-in-time--content.just-in-time--content-show {\n /* Need to provide a hard value here for max-height to animate to;\n * supplied copy seems to be about 300px height on SM breakpoint, \n * have left a bit of wiggle room here for good measure */\n max-height: 450px;\n}\n\n.form__row--just-in-time-block .close-link:target ~ .just-in-time--content a {\n display: none;\n}\n\n/* override base styles */\n\n.form__row--just-in-time-block .close-link {\n display: inline;\n}",""])},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=f(n(24)),o=f(n(3)),i=f(n(4)),a=f(n(5)),l=f(n(6)),s=n(0),u=f(s),c=f(n(1)),d=f(n(50));function f(e){return e&&e.__esModule?e:{default:e}}n(601);var p=n(602),g=n(611),h=function(e){function t(e){(0,o.default)(this,t);var n=(0,a.default)(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.state={optionsMarkup:null,valid:null,message:"",value:"",showErrorMessage:n.props.showErrorMessage},n.setRef=function(e){n.radioButtonRef=e},n.validateField=n.validateField.bind(n),n.onClickHandler=n.onClickHandler.bind(n),n.onBlurHandler=n.onBlurHandler.bind(n),n}return(0,l.default)(t,e),(0,i.default)(t,[{key:"componentWillMount",value:function(){var e=this.props.options.find(function(e){return!0===e.selected});void 0!==e&&this.setState({value:e.value})}},{key:"componentDidMount",value:function(){this.createOptions(),this.validateField(this.state.value,"mount")}},{key:"componentWillReceiveProps",value:function(e){!0===e.showErrorMessage&&this.setState((0,r.default)({},this.state,{showErrorMessage:e.showErrorMessage}))}},{key:"componentDidUpdate",value:function(){"function"==typeof this.props.isValid&&this.props.isValid(this.state,this.props.id)}},{key:"onClickHandler",value:function(e){var t=e.target.value;this.setState({value:t,showErrorMessage:!0}),this.validateField(t,"click")}},{key:"onBlurHandler",value:function(){this.props.required&&this.validateField(this.state.value,"blur")}},{key:"markdownLinkRenderer",value:function(e){return 0===e.href.indexOf("/")?u.default.createElement("a",{className:"link inline additional-text__link",href:e.href},e.children):u.default.createElement("a",{className:"link inline additional-text__link",href:e.href,target:"_blank",rel:"nofollow noopener noreferrer"},e.children,u.default.createElement("span",{className:"visuallyhidden"},"(opens in a new window)"))}},{key:"createOptions",value:function(){var e=this,t=[];Object.keys(this.props.options).forEach(function(n){var r=p.generate();t.push(u.default.createElement("div",{className:"form__field--wrapper form__radio form__radio--inline",key:"form__field--wrapper-"+r},u.default.createElement("label",{className:"form__field-label",htmlFor:"radio--"+r,key:"form__field-label-"+r},e.props.options[n].label),u.default.createElement("input",{type:"radio",id:"radio--"+r,name:e.props.id,value:e.props.options[n].value,key:"radio-button-"+r,onClick:e.onClickHandler,defaultChecked:e.props.options[n].selected}),u.default.createElement("span",null," "),e.props.options[n].additionalText?u.default.createElement(g,{source:e.props.options[n].additionalText,renderers:{link:e.markdownLinkRenderer},className:"form__fieldset form__field--wrapper form__field-additional-text"}):null))}),this.setState({optionsMarkup:t})}},{key:"validateField",value:function(e,t){var n=""!==e?e:null;!0===this.props.required?null===n?this.setState({valid:!1,message:"This field is required",showErrorMessage:"mount"!==t}):n&&this.setState({valid:!0,message:"",showErrorMessage:!1}):this.setState({valid:!0,message:"",showErrorMessage:!1})}},{key:"renderOptions",value:function(){return this.state.optionsMarkup}},{key:"render",value:function(){var e=!0===this.state.showErrorMessage?"form__field-error-wrapper":"",t=""!==this.props.extraClass?this.props.extraClass:"",n=!0===this.props.showErrorMessage&&""!==this.state.message&&!1===this.state.valid?"form__field--erroring":"",o=(0,d.default)(),i="firefox"===o.name&&o.os.match("Windows")?{"aria-live":"assertive","aria-relevant":"additions removals"}:{"aria-live":"assertive",role:"status"};return u.default.createElement("fieldset",{id:this.props.id,className:"form__fieldset form__field--wrapper form__field-wrapper--radio "+e+" "+t+" "+n,onBlur:this.onBlurHandler,ref:this.setRef},u.default.createElement("legend",{className:"form__fieldset--label"},this.props.label),this.renderOptions(),!1===this.state.valid&&!0===this.state.showErrorMessage&&""!==this.state.message&&u.default.createElement("div",(0,r.default)({id:"field-error--"+this.props.id,className:"form__field-error-container form__field-error-container--radio"},i),u.default.createElement("span",{className:"form-error"},this.state.message)))}}]),t}(s.Component);h.defaultProps={extraClass:"",isValid:null,showErrorMessage:!1,value:null},h.propTypes={id:c.default.string.isRequired,label:c.default.string.isRequired,required:c.default.bool.isRequired,options:c.default.arrayOf(c.default.shape({label:c.default.string.isRequired,value:c.default.oneOfType([c.default.string,c.default.number]),selected:c.default.bool}).isRequired).isRequired,value:c.default.func,extraClass:c.default.string,isValid:c.default.func,showErrorMessage:c.default.bool},t.default=h},function(e,t,n){(e.exports=n(12)(!1)).push([e.i,'/* generated with grunt-sass-globbing */\n\n/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/**\n * Breakpoints\n *\n * For usage, please refer to:\n * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage\n * More on the breakpoint mixin usage:\n * https://github.com/Team-Sass/breakpoint/wiki\n *\n * Single query breakpoint:\n * @include breakpoint(md) { ... }\n *\n * Single custom breakpoint:\n * @include breakpoint(100px) { ... }\n * \n * Min and max query breakpoint:\n * @include breakpoint(100px, 200px) { ... }\n *\n */\n\n.media--blazy {\n height: 100%;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\nbody,\ndiv,\ndl,\ndt,\ndd,\nul,\nol,\nli,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\npre,\nform,\nfieldset,\ninput,\ntextarea,\np,\nblockquote,\nth,\ntd {\n margin: 0;\n padding: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\nfieldset,\nimg {\n border: 0;\n}\n\ncaption,\nth {\n text-align: left;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\n\nq:before,\nq:after {\n content: \'\';\n}\n\nabbr,\nacronym {\n border: 0;\n}\n\n/* apply a natural box layout model to all elements, but allowing components to change */\n\nhtml {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*,\n*:before,\n*:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\nol,\nul {\n list-style: none;\n}\n\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\npicture img,\nlegend {\n width: 100%;\n}\n\n/* \n * Colours\n */\n\n/* Single message row background colour, used in June site, to be renamed and updated */\n\n/* standard form colors */\n\n/**\n * Parameters\n * $inlinelink[1] = name\n * $inlinelink[2] = border-color\n * $inlinelink[3] = border-color for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour/font colour\n */\n\n/**\n * Parameters\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/* Susy Grid and breakpoints */\n\n/*\n * TODO: Extract grid from susy framework instead of importing all\n */\n\n/* Small breakpoint */\n\n/* Medium breakpoint */\n\n/* Large breakpoint */\n\n/* Tweaked breakpoints to allow \'mobile\' style nav on iPad landscape */\n\n/* Extra Large breakpoint */\n\n/* Grid values */\n\n/* Changing Susy default global settings */\n\n.bg--cream-grey {\n background-color: #F5F2ED;\n}\n\n/* default font colours can be overridden as follows */\n\n.bg--red .font--yellow {\n color: #fbef51;\n}\n\n.bg--purple .font--pink {\n color: #fc9eb9;\n}\n\n.bg--yellow .font--red {\n color: #f04257;\n}\n\n.bg--pink .font--royal-blue {\n color: #0565d1;\n}\n\n.bg--blue .font--dark-purple {\n color: #7023b7;\n}\n\n.bg--red {\n background-color: #f04257;\n}\n\n.bg--blue {\n background-color: #22d2dc;\n}\n\n.bg--yellow {\n background-color: #fbef51;\n}\n\n.bg--green {\n background-color: #b2e55e;\n}\n\n.bg--teal {\n background-color: #00beca;\n}\n\n.bg--royal-blue {\n background-color: #0565d1;\n}\n\n.bg--purple {\n background-color: #7d2ca9;\n}\n\n.bg--dark-purple {\n background-color: #7023b7;\n}\n\n.bg--pink {\n background-color: #fc9eb9;\n}\n\n.bg--black {\n background-color: #030e1a;\n}\n\n.bg--dark-blue {\n background-color: #061d38;\n}\n\n.bg--white {\n background-color: #fff;\n}\n\n.bg--jasper-grey {\n background-color: #666;\n}\n\n.bg--gainsboro-grey {\n background-color: #c7c7c7;\n}\n\n.bg--light-grey {\n background-color: #dddddd;\n}\n\n.bg--smoke-grey {\n background-color: #f0f0f0;\n}\n\n/**\n * Needed to break-out these bg styles out a bit as the mutiple\n * nested selectors were breaking the styles and/or getting them overridden? Weird. **/\n\n.bg--black h2,\n.bg--black h3,\n.bg--black h4,\n.bg--black h5,\n.bg--black p,\n.bg--black .link {\n color: #fff;\n}\n\n.bg--black .bg--white h2,\n.bg--black .bg--white h3,\n.bg--black .bg--white h4,\n.bg--black .bg--white h5,\n.bg--black .bg--white p,\n.bg--black .bg--white .link,\n.bg--black .bg--smoke-grey h2,\n.bg--black .bg--smoke-grey h3,\n.bg--black .bg--smoke-grey h4,\n.bg--black .bg--smoke-grey h5,\n.bg--black .bg--smoke-grey p,\n.bg--black .bg--smoke-grey .link,\n.bg--black .bg--light-grey h2,\n.bg--black .bg--light-grey h3,\n.bg--black .bg--light-grey h4,\n.bg--black .bg--light-grey h5,\n.bg--black .bg--light-grey p,\n.bg--black .bg--light-grey .link,\n.bg--black .bg--gainsboro-grey h2,\n.bg--black .bg--gainsboro-grey h3,\n.bg--black .bg--gainsboro-grey h4,\n.bg--black .bg--gainsboro-grey h5,\n.bg--black .bg--gainsboro-grey p,\n.bg--black .bg--gainsboro-grey .link,\n.bg--black .bg--green h2,\n.bg--black .bg--green h3,\n.bg--black .bg--green h4,\n.bg--black .bg--green h5,\n.bg--black .bg--green p,\n.bg--black .bg--green .link,\n.bg--black .bg--yellow h2,\n.bg--black .bg--yellow h3,\n.bg--black .bg--yellow h4,\n.bg--black .bg--yellow h5,\n.bg--black .bg--yellow p,\n.bg--black .bg--yellow .link,\n.bg--black .bg--pink h2,\n.bg--black .bg--pink h3,\n.bg--black .bg--pink h4,\n.bg--black .bg--pink h5,\n.bg--black .bg--pink p,\n.bg--black .bg--pink .link,\n.bg--black .bg--blue h2,\n.bg--black .bg--blue h3,\n.bg--black .bg--blue h4,\n.bg--black .bg--blue h5,\n.bg--black .bg--blue p,\n.bg--black .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--jasper-grey h2,\n.bg--jasper-grey h3,\n.bg--jasper-grey h4,\n.bg--jasper-grey h5,\n.bg--jasper-grey p,\n.bg--jasper-grey .link {\n color: #fff;\n}\n\n.bg--jasper-grey .bg--white h2,\n.bg--jasper-grey .bg--white h3,\n.bg--jasper-grey .bg--white h4,\n.bg--jasper-grey .bg--white h5,\n.bg--jasper-grey .bg--white p,\n.bg--jasper-grey .bg--white .link,\n.bg--jasper-grey .bg--smoke-grey h2,\n.bg--jasper-grey .bg--smoke-grey h3,\n.bg--jasper-grey .bg--smoke-grey h4,\n.bg--jasper-grey .bg--smoke-grey h5,\n.bg--jasper-grey .bg--smoke-grey p,\n.bg--jasper-grey .bg--smoke-grey .link,\n.bg--jasper-grey .bg--light-grey h2,\n.bg--jasper-grey .bg--light-grey h3,\n.bg--jasper-grey .bg--light-grey h4,\n.bg--jasper-grey .bg--light-grey h5,\n.bg--jasper-grey .bg--light-grey p,\n.bg--jasper-grey .bg--light-grey .link,\n.bg--jasper-grey .bg--gainsboro-grey h2,\n.bg--jasper-grey .bg--gainsboro-grey h3,\n.bg--jasper-grey .bg--gainsboro-grey h4,\n.bg--jasper-grey .bg--gainsboro-grey h5,\n.bg--jasper-grey .bg--gainsboro-grey p,\n.bg--jasper-grey .bg--gainsboro-grey .link,\n.bg--jasper-grey .bg--green h2,\n.bg--jasper-grey .bg--green h3,\n.bg--jasper-grey .bg--green h4,\n.bg--jasper-grey .bg--green h5,\n.bg--jasper-grey .bg--green p,\n.bg--jasper-grey .bg--green .link,\n.bg--jasper-grey .bg--yellow h2,\n.bg--jasper-grey .bg--yellow h3,\n.bg--jasper-grey .bg--yellow h4,\n.bg--jasper-grey .bg--yellow h5,\n.bg--jasper-grey .bg--yellow p,\n.bg--jasper-grey .bg--yellow .link,\n.bg--jasper-grey .bg--pink h2,\n.bg--jasper-grey .bg--pink h3,\n.bg--jasper-grey .bg--pink h4,\n.bg--jasper-grey .bg--pink h5,\n.bg--jasper-grey .bg--pink p,\n.bg--jasper-grey .bg--pink .link,\n.bg--jasper-grey .bg--blue h2,\n.bg--jasper-grey .bg--blue h3,\n.bg--jasper-grey .bg--blue h4,\n.bg--jasper-grey .bg--blue h5,\n.bg--jasper-grey .bg--blue p,\n.bg--jasper-grey .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--dark-blue h2,\n.bg--dark-blue h3,\n.bg--dark-blue h4,\n.bg--dark-blue h5,\n.bg--dark-blue p,\n.bg--dark-blue .link {\n color: #fff;\n}\n\n.bg--dark-blue .bg--white h2,\n.bg--dark-blue .bg--white h3,\n.bg--dark-blue .bg--white h4,\n.bg--dark-blue .bg--white h5,\n.bg--dark-blue .bg--white p,\n.bg--dark-blue .bg--white .link,\n.bg--dark-blue .bg--smoke-grey h2,\n.bg--dark-blue .bg--smoke-grey h3,\n.bg--dark-blue .bg--smoke-grey h4,\n.bg--dark-blue .bg--smoke-grey h5,\n.bg--dark-blue .bg--smoke-grey p,\n.bg--dark-blue .bg--smoke-grey .link,\n.bg--dark-blue .bg--light-grey h2,\n.bg--dark-blue .bg--light-grey h3,\n.bg--dark-blue .bg--light-grey h4,\n.bg--dark-blue .bg--light-grey h5,\n.bg--dark-blue .bg--light-grey p,\n.bg--dark-blue .bg--light-grey .link,\n.bg--dark-blue .bg--gainsboro-grey h2,\n.bg--dark-blue .bg--gainsboro-grey h3,\n.bg--dark-blue .bg--gainsboro-grey h4,\n.bg--dark-blue .bg--gainsboro-grey h5,\n.bg--dark-blue .bg--gainsboro-grey p,\n.bg--dark-blue .bg--gainsboro-grey .link,\n.bg--dark-blue .bg--green h2,\n.bg--dark-blue .bg--green h3,\n.bg--dark-blue .bg--green h4,\n.bg--dark-blue .bg--green h5,\n.bg--dark-blue .bg--green p,\n.bg--dark-blue .bg--green .link,\n.bg--dark-blue .bg--yellow h2,\n.bg--dark-blue .bg--yellow h3,\n.bg--dark-blue .bg--yellow h4,\n.bg--dark-blue .bg--yellow h5,\n.bg--dark-blue .bg--yellow p,\n.bg--dark-blue .bg--yellow .link,\n.bg--dark-blue .bg--pink h2,\n.bg--dark-blue .bg--pink h3,\n.bg--dark-blue .bg--pink h4,\n.bg--dark-blue .bg--pink h5,\n.bg--dark-blue .bg--pink p,\n.bg--dark-blue .bg--pink .link,\n.bg--dark-blue .bg--blue h2,\n.bg--dark-blue .bg--blue h3,\n.bg--dark-blue .bg--blue h4,\n.bg--dark-blue .bg--blue h5,\n.bg--dark-blue .bg--blue p,\n.bg--dark-blue .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--royal-blue h2,\n.bg--royal-blue h3,\n.bg--royal-blue h4,\n.bg--royal-blue h5,\n.bg--royal-blue p,\n.bg--royal-blue .link {\n color: #fff;\n}\n\n.bg--royal-blue .bg--white h2,\n.bg--royal-blue .bg--white h3,\n.bg--royal-blue .bg--white h4,\n.bg--royal-blue .bg--white h5,\n.bg--royal-blue .bg--white p,\n.bg--royal-blue .bg--white .link,\n.bg--royal-blue .bg--smoke-grey h2,\n.bg--royal-blue .bg--smoke-grey h3,\n.bg--royal-blue .bg--smoke-grey h4,\n.bg--royal-blue .bg--smoke-grey h5,\n.bg--royal-blue .bg--smoke-grey p,\n.bg--royal-blue .bg--smoke-grey .link,\n.bg--royal-blue .bg--light-grey h2,\n.bg--royal-blue .bg--light-grey h3,\n.bg--royal-blue .bg--light-grey h4,\n.bg--royal-blue .bg--light-grey h5,\n.bg--royal-blue .bg--light-grey p,\n.bg--royal-blue .bg--light-grey .link,\n.bg--royal-blue .bg--gainsboro-grey h2,\n.bg--royal-blue .bg--gainsboro-grey h3,\n.bg--royal-blue .bg--gainsboro-grey h4,\n.bg--royal-blue .bg--gainsboro-grey h5,\n.bg--royal-blue .bg--gainsboro-grey p,\n.bg--royal-blue .bg--gainsboro-grey .link,\n.bg--royal-blue .bg--green h2,\n.bg--royal-blue .bg--green h3,\n.bg--royal-blue .bg--green h4,\n.bg--royal-blue .bg--green h5,\n.bg--royal-blue .bg--green p,\n.bg--royal-blue .bg--green .link,\n.bg--royal-blue .bg--yellow h2,\n.bg--royal-blue .bg--yellow h3,\n.bg--royal-blue .bg--yellow h4,\n.bg--royal-blue .bg--yellow h5,\n.bg--royal-blue .bg--yellow p,\n.bg--royal-blue .bg--yellow .link,\n.bg--royal-blue .bg--pink h2,\n.bg--royal-blue .bg--pink h3,\n.bg--royal-blue .bg--pink h4,\n.bg--royal-blue .bg--pink h5,\n.bg--royal-blue .bg--pink p,\n.bg--royal-blue .bg--pink .link,\n.bg--royal-blue .bg--blue h2,\n.bg--royal-blue .bg--blue h3,\n.bg--royal-blue .bg--blue h4,\n.bg--royal-blue .bg--blue h5,\n.bg--royal-blue .bg--blue p,\n.bg--royal-blue .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--red h2,\n.bg--red h3,\n.bg--red h4,\n.bg--red h5,\n.bg--red p,\n.bg--red .link {\n color: #fff;\n}\n\n.bg--red .bg--white h2,\n.bg--red .bg--white h3,\n.bg--red .bg--white h4,\n.bg--red .bg--white h5,\n.bg--red .bg--white p,\n.bg--red .bg--white .link,\n.bg--red .bg--smoke-grey h2,\n.bg--red .bg--smoke-grey h3,\n.bg--red .bg--smoke-grey h4,\n.bg--red .bg--smoke-grey h5,\n.bg--red .bg--smoke-grey p,\n.bg--red .bg--smoke-grey .link,\n.bg--red .bg--light-grey h2,\n.bg--red .bg--light-grey h3,\n.bg--red .bg--light-grey h4,\n.bg--red .bg--light-grey h5,\n.bg--red .bg--light-grey p,\n.bg--red .bg--light-grey .link,\n.bg--red .bg--gainsboro-grey h2,\n.bg--red .bg--gainsboro-grey h3,\n.bg--red .bg--gainsboro-grey h4,\n.bg--red .bg--gainsboro-grey h5,\n.bg--red .bg--gainsboro-grey p,\n.bg--red .bg--gainsboro-grey .link,\n.bg--red .bg--green h2,\n.bg--red .bg--green h3,\n.bg--red .bg--green h4,\n.bg--red .bg--green h5,\n.bg--red .bg--green p,\n.bg--red .bg--green .link,\n.bg--red .bg--yellow h2,\n.bg--red .bg--yellow h3,\n.bg--red .bg--yellow h4,\n.bg--red .bg--yellow h5,\n.bg--red .bg--yellow p,\n.bg--red .bg--yellow .link,\n.bg--red .bg--pink h2,\n.bg--red .bg--pink h3,\n.bg--red .bg--pink h4,\n.bg--red .bg--pink h5,\n.bg--red .bg--pink p,\n.bg--red .bg--pink .link,\n.bg--red .bg--blue h2,\n.bg--red .bg--blue h3,\n.bg--red .bg--blue h4,\n.bg--red .bg--blue h5,\n.bg--red .bg--blue p,\n.bg--red .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--purple h2,\n.bg--purple h3,\n.bg--purple h4,\n.bg--purple h5,\n.bg--purple p,\n.bg--purple .link {\n color: #fff;\n}\n\n.bg--purple .bg--white h2,\n.bg--purple .bg--white h3,\n.bg--purple .bg--white h4,\n.bg--purple .bg--white h5,\n.bg--purple .bg--white p,\n.bg--purple .bg--white .link,\n.bg--purple .bg--smoke-grey h2,\n.bg--purple .bg--smoke-grey h3,\n.bg--purple .bg--smoke-grey h4,\n.bg--purple .bg--smoke-grey h5,\n.bg--purple .bg--smoke-grey p,\n.bg--purple .bg--smoke-grey .link,\n.bg--purple .bg--light-grey h2,\n.bg--purple .bg--light-grey h3,\n.bg--purple .bg--light-grey h4,\n.bg--purple .bg--light-grey h5,\n.bg--purple .bg--light-grey p,\n.bg--purple .bg--light-grey .link,\n.bg--purple .bg--gainsboro-grey h2,\n.bg--purple .bg--gainsboro-grey h3,\n.bg--purple .bg--gainsboro-grey h4,\n.bg--purple .bg--gainsboro-grey h5,\n.bg--purple .bg--gainsboro-grey p,\n.bg--purple .bg--gainsboro-grey .link,\n.bg--purple .bg--green h2,\n.bg--purple .bg--green h3,\n.bg--purple .bg--green h4,\n.bg--purple .bg--green h5,\n.bg--purple .bg--green p,\n.bg--purple .bg--green .link,\n.bg--purple .bg--yellow h2,\n.bg--purple .bg--yellow h3,\n.bg--purple .bg--yellow h4,\n.bg--purple .bg--yellow h5,\n.bg--purple .bg--yellow p,\n.bg--purple .bg--yellow .link,\n.bg--purple .bg--pink h2,\n.bg--purple .bg--pink h3,\n.bg--purple .bg--pink h4,\n.bg--purple .bg--pink h5,\n.bg--purple .bg--pink p,\n.bg--purple .bg--pink .link,\n.bg--purple .bg--blue h2,\n.bg--purple .bg--blue h3,\n.bg--purple .bg--blue h4,\n.bg--purple .bg--blue h5,\n.bg--purple .bg--blue p,\n.bg--purple .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--white h2,\n.bg--white h3,\n.bg--white h4,\n.bg--white h5,\n.bg--white p,\n.bg--white .link {\n color: #030e1a;\n}\n\n.bg--white .bg--black h2,\n.bg--white .bg--black h3,\n.bg--white .bg--black h4,\n.bg--white .bg--black h5,\n.bg--white .bg--black p,\n.bg--white .bg--black .link,\n.bg--white .bg--jasper-grey h2,\n.bg--white .bg--jasper-grey h3,\n.bg--white .bg--jasper-grey h4,\n.bg--white .bg--jasper-grey h5,\n.bg--white .bg--jasper-grey p,\n.bg--white .bg--jasper-grey .link,\n.bg--white .bg--dark-blue h2,\n.bg--white .bg--dark-blue h3,\n.bg--white .bg--dark-blue h4,\n.bg--white .bg--dark-blue h5,\n.bg--white .bg--dark-blue p,\n.bg--white .bg--dark-blue .link,\n.bg--white .bg--royal-blue h2,\n.bg--white .bg--royal-blue h3,\n.bg--white .bg--royal-blue h4,\n.bg--white .bg--royal-blue h5,\n.bg--white .bg--royal-blue p,\n.bg--white .bg--royal-blue .link,\n.bg--white .bg--red h2,\n.bg--white .bg--red h3,\n.bg--white .bg--red h4,\n.bg--white .bg--red h5,\n.bg--white .bg--red p,\n.bg--white .bg--red .link,\n.bg--white .bg--purple h2,\n.bg--white .bg--purple h3,\n.bg--white .bg--purple h4,\n.bg--white .bg--purple h5,\n.bg--white .bg--purple p,\n.bg--white .bg--purple .link {\n color: #fff;\n}\n\n.bg--smoke-grey h2,\n.bg--smoke-grey h3,\n.bg--smoke-grey h4,\n.bg--smoke-grey h5,\n.bg--smoke-grey p,\n.bg--smoke-grey .link {\n color: #030e1a;\n}\n\n.bg--smoke-grey .bg--black h2,\n.bg--smoke-grey .bg--black h3,\n.bg--smoke-grey .bg--black h4,\n.bg--smoke-grey .bg--black h5,\n.bg--smoke-grey .bg--black p,\n.bg--smoke-grey .bg--black .link,\n.bg--smoke-grey .bg--jasper-grey h2,\n.bg--smoke-grey .bg--jasper-grey h3,\n.bg--smoke-grey .bg--jasper-grey h4,\n.bg--smoke-grey .bg--jasper-grey h5,\n.bg--smoke-grey .bg--jasper-grey p,\n.bg--smoke-grey .bg--jasper-grey .link,\n.bg--smoke-grey .bg--dark-blue h2,\n.bg--smoke-grey .bg--dark-blue h3,\n.bg--smoke-grey .bg--dark-blue h4,\n.bg--smoke-grey .bg--dark-blue h5,\n.bg--smoke-grey .bg--dark-blue p,\n.bg--smoke-grey .bg--dark-blue .link,\n.bg--smoke-grey .bg--royal-blue h2,\n.bg--smoke-grey .bg--royal-blue h3,\n.bg--smoke-grey .bg--royal-blue h4,\n.bg--smoke-grey .bg--royal-blue h5,\n.bg--smoke-grey .bg--royal-blue p,\n.bg--smoke-grey .bg--royal-blue .link,\n.bg--smoke-grey .bg--red h2,\n.bg--smoke-grey .bg--red h3,\n.bg--smoke-grey .bg--red h4,\n.bg--smoke-grey .bg--red h5,\n.bg--smoke-grey .bg--red p,\n.bg--smoke-grey .bg--red .link,\n.bg--smoke-grey .bg--purple h2,\n.bg--smoke-grey .bg--purple h3,\n.bg--smoke-grey .bg--purple h4,\n.bg--smoke-grey .bg--purple h5,\n.bg--smoke-grey .bg--purple p,\n.bg--smoke-grey .bg--purple .link {\n color: #fff;\n}\n\n.bg--light-grey h2,\n.bg--light-grey h3,\n.bg--light-grey h4,\n.bg--light-grey h5,\n.bg--light-grey p,\n.bg--light-grey .link {\n color: #030e1a;\n}\n\n.bg--light-grey .bg--black h2,\n.bg--light-grey .bg--black h3,\n.bg--light-grey .bg--black h4,\n.bg--light-grey .bg--black h5,\n.bg--light-grey .bg--black p,\n.bg--light-grey .bg--black .link,\n.bg--light-grey .bg--jasper-grey h2,\n.bg--light-grey .bg--jasper-grey h3,\n.bg--light-grey .bg--jasper-grey h4,\n.bg--light-grey .bg--jasper-grey h5,\n.bg--light-grey .bg--jasper-grey p,\n.bg--light-grey .bg--jasper-grey .link,\n.bg--light-grey .bg--dark-blue h2,\n.bg--light-grey .bg--dark-blue h3,\n.bg--light-grey .bg--dark-blue h4,\n.bg--light-grey .bg--dark-blue h5,\n.bg--light-grey .bg--dark-blue p,\n.bg--light-grey .bg--dark-blue .link,\n.bg--light-grey .bg--royal-blue h2,\n.bg--light-grey .bg--royal-blue h3,\n.bg--light-grey .bg--royal-blue h4,\n.bg--light-grey .bg--royal-blue h5,\n.bg--light-grey .bg--royal-blue p,\n.bg--light-grey .bg--royal-blue .link,\n.bg--light-grey .bg--red h2,\n.bg--light-grey .bg--red h3,\n.bg--light-grey .bg--red h4,\n.bg--light-grey .bg--red h5,\n.bg--light-grey .bg--red p,\n.bg--light-grey .bg--red .link,\n.bg--light-grey .bg--purple h2,\n.bg--light-grey .bg--purple h3,\n.bg--light-grey .bg--purple h4,\n.bg--light-grey .bg--purple h5,\n.bg--light-grey .bg--purple p,\n.bg--light-grey .bg--purple .link {\n color: #fff;\n}\n\n.bg--gainsboro-grey h2,\n.bg--gainsboro-grey h3,\n.bg--gainsboro-grey h4,\n.bg--gainsboro-grey h5,\n.bg--gainsboro-grey p,\n.bg--gainsboro-grey .link {\n color: #030e1a;\n}\n\n.bg--gainsboro-grey .bg--black h2,\n.bg--gainsboro-grey .bg--black h3,\n.bg--gainsboro-grey .bg--black h4,\n.bg--gainsboro-grey .bg--black h5,\n.bg--gainsboro-grey .bg--black p,\n.bg--gainsboro-grey .bg--black .link,\n.bg--gainsboro-grey .bg--jasper-grey h2,\n.bg--gainsboro-grey .bg--jasper-grey h3,\n.bg--gainsboro-grey .bg--jasper-grey h4,\n.bg--gainsboro-grey .bg--jasper-grey h5,\n.bg--gainsboro-grey .bg--jasper-grey p,\n.bg--gainsboro-grey .bg--jasper-grey .link,\n.bg--gainsboro-grey .bg--dark-blue h2,\n.bg--gainsboro-grey .bg--dark-blue h3,\n.bg--gainsboro-grey .bg--dark-blue h4,\n.bg--gainsboro-grey .bg--dark-blue h5,\n.bg--gainsboro-grey .bg--dark-blue p,\n.bg--gainsboro-grey .bg--dark-blue .link,\n.bg--gainsboro-grey .bg--royal-blue h2,\n.bg--gainsboro-grey .bg--royal-blue h3,\n.bg--gainsboro-grey .bg--royal-blue h4,\n.bg--gainsboro-grey .bg--royal-blue h5,\n.bg--gainsboro-grey .bg--royal-blue p,\n.bg--gainsboro-grey .bg--royal-blue .link,\n.bg--gainsboro-grey .bg--red h2,\n.bg--gainsboro-grey .bg--red h3,\n.bg--gainsboro-grey .bg--red h4,\n.bg--gainsboro-grey .bg--red h5,\n.bg--gainsboro-grey .bg--red p,\n.bg--gainsboro-grey .bg--red .link,\n.bg--gainsboro-grey .bg--purple h2,\n.bg--gainsboro-grey .bg--purple h3,\n.bg--gainsboro-grey .bg--purple h4,\n.bg--gainsboro-grey .bg--purple h5,\n.bg--gainsboro-grey .bg--purple p,\n.bg--gainsboro-grey .bg--purple .link {\n color: #fff;\n}\n\n.bg--green h2,\n.bg--green h3,\n.bg--green h4,\n.bg--green h5,\n.bg--green p,\n.bg--green .link {\n color: #030e1a;\n}\n\n.bg--green .bg--black h2,\n.bg--green .bg--black h3,\n.bg--green .bg--black h4,\n.bg--green .bg--black h5,\n.bg--green .bg--black p,\n.bg--green .bg--black .link,\n.bg--green .bg--jasper-grey h2,\n.bg--green .bg--jasper-grey h3,\n.bg--green .bg--jasper-grey h4,\n.bg--green .bg--jasper-grey h5,\n.bg--green .bg--jasper-grey p,\n.bg--green .bg--jasper-grey .link,\n.bg--green .bg--dark-blue h2,\n.bg--green .bg--dark-blue h3,\n.bg--green .bg--dark-blue h4,\n.bg--green .bg--dark-blue h5,\n.bg--green .bg--dark-blue p,\n.bg--green .bg--dark-blue .link,\n.bg--green .bg--royal-blue h2,\n.bg--green .bg--royal-blue h3,\n.bg--green .bg--royal-blue h4,\n.bg--green .bg--royal-blue h5,\n.bg--green .bg--royal-blue p,\n.bg--green .bg--royal-blue .link,\n.bg--green .bg--red h2,\n.bg--green .bg--red h3,\n.bg--green .bg--red h4,\n.bg--green .bg--red h5,\n.bg--green .bg--red p,\n.bg--green .bg--red .link,\n.bg--green .bg--purple h2,\n.bg--green .bg--purple h3,\n.bg--green .bg--purple h4,\n.bg--green .bg--purple h5,\n.bg--green .bg--purple p,\n.bg--green .bg--purple .link {\n color: #fff;\n}\n\n.bg--yellow h2,\n.bg--yellow h3,\n.bg--yellow h4,\n.bg--yellow h5,\n.bg--yellow p,\n.bg--yellow .link {\n color: #030e1a;\n}\n\n.bg--yellow .bg--black h2,\n.bg--yellow .bg--black h3,\n.bg--yellow .bg--black h4,\n.bg--yellow .bg--black h5,\n.bg--yellow .bg--black p,\n.bg--yellow .bg--black .link,\n.bg--yellow .bg--jasper-grey h2,\n.bg--yellow .bg--jasper-grey h3,\n.bg--yellow .bg--jasper-grey h4,\n.bg--yellow .bg--jasper-grey h5,\n.bg--yellow .bg--jasper-grey p,\n.bg--yellow .bg--jasper-grey .link,\n.bg--yellow .bg--dark-blue h2,\n.bg--yellow .bg--dark-blue h3,\n.bg--yellow .bg--dark-blue h4,\n.bg--yellow .bg--dark-blue h5,\n.bg--yellow .bg--dark-blue p,\n.bg--yellow .bg--dark-blue .link,\n.bg--yellow .bg--royal-blue h2,\n.bg--yellow .bg--royal-blue h3,\n.bg--yellow .bg--royal-blue h4,\n.bg--yellow .bg--royal-blue h5,\n.bg--yellow .bg--royal-blue p,\n.bg--yellow .bg--royal-blue .link,\n.bg--yellow .bg--red h2,\n.bg--yellow .bg--red h3,\n.bg--yellow .bg--red h4,\n.bg--yellow .bg--red h5,\n.bg--yellow .bg--red p,\n.bg--yellow .bg--red .link,\n.bg--yellow .bg--purple h2,\n.bg--yellow .bg--purple h3,\n.bg--yellow .bg--purple h4,\n.bg--yellow .bg--purple h5,\n.bg--yellow .bg--purple p,\n.bg--yellow .bg--purple .link {\n color: #fff;\n}\n\n.bg--pink h2,\n.bg--pink h3,\n.bg--pink h4,\n.bg--pink h5,\n.bg--pink p,\n.bg--pink .link {\n color: #030e1a;\n}\n\n.bg--pink .bg--black h2,\n.bg--pink .bg--black h3,\n.bg--pink .bg--black h4,\n.bg--pink .bg--black h5,\n.bg--pink .bg--black p,\n.bg--pink .bg--black .link,\n.bg--pink .bg--jasper-grey h2,\n.bg--pink .bg--jasper-grey h3,\n.bg--pink .bg--jasper-grey h4,\n.bg--pink .bg--jasper-grey h5,\n.bg--pink .bg--jasper-grey p,\n.bg--pink .bg--jasper-grey .link,\n.bg--pink .bg--dark-blue h2,\n.bg--pink .bg--dark-blue h3,\n.bg--pink .bg--dark-blue h4,\n.bg--pink .bg--dark-blue h5,\n.bg--pink .bg--dark-blue p,\n.bg--pink .bg--dark-blue .link,\n.bg--pink .bg--royal-blue h2,\n.bg--pink .bg--royal-blue h3,\n.bg--pink .bg--royal-blue h4,\n.bg--pink .bg--royal-blue h5,\n.bg--pink .bg--royal-blue p,\n.bg--pink .bg--royal-blue .link,\n.bg--pink .bg--red h2,\n.bg--pink .bg--red h3,\n.bg--pink .bg--red h4,\n.bg--pink .bg--red h5,\n.bg--pink .bg--red p,\n.bg--pink .bg--red .link,\n.bg--pink .bg--purple h2,\n.bg--pink .bg--purple h3,\n.bg--pink .bg--purple h4,\n.bg--pink .bg--purple h5,\n.bg--pink .bg--purple p,\n.bg--pink .bg--purple .link {\n color: #fff;\n}\n\n.bg--blue h2,\n.bg--blue h3,\n.bg--blue h4,\n.bg--blue h5,\n.bg--blue p,\n.bg--blue .link {\n color: #030e1a;\n}\n\n.bg--blue .bg--black h2,\n.bg--blue .bg--black h3,\n.bg--blue .bg--black h4,\n.bg--blue .bg--black h5,\n.bg--blue .bg--black p,\n.bg--blue .bg--black .link,\n.bg--blue .bg--jasper-grey h2,\n.bg--blue .bg--jasper-grey h3,\n.bg--blue .bg--jasper-grey h4,\n.bg--blue .bg--jasper-grey h5,\n.bg--blue .bg--jasper-grey p,\n.bg--blue .bg--jasper-grey .link,\n.bg--blue .bg--dark-blue h2,\n.bg--blue .bg--dark-blue h3,\n.bg--blue .bg--dark-blue h4,\n.bg--blue .bg--dark-blue h5,\n.bg--blue .bg--dark-blue p,\n.bg--blue .bg--dark-blue .link,\n.bg--blue .bg--royal-blue h2,\n.bg--blue .bg--royal-blue h3,\n.bg--blue .bg--royal-blue h4,\n.bg--blue .bg--royal-blue h5,\n.bg--blue .bg--royal-blue p,\n.bg--blue .bg--royal-blue .link,\n.bg--blue .bg--red h2,\n.bg--blue .bg--red h3,\n.bg--blue .bg--red h4,\n.bg--blue .bg--red h5,\n.bg--blue .bg--red p,\n.bg--blue .bg--red .link,\n.bg--blue .bg--purple h2,\n.bg--blue .bg--purple h3,\n.bg--blue .bg--purple h4,\n.bg--blue .bg--purple h5,\n.bg--blue .bg--purple p,\n.bg--blue .bg--purple .link {\n color: #fff;\n}\n\n/* generated with grunt-sass-globbing */\n\n/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/**\n * Breakpoints\n *\n * For usage, please refer to:\n * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage\n * More on the breakpoint mixin usage:\n * https://github.com/Team-Sass/breakpoint/wiki\n *\n * Single query breakpoint:\n * @include breakpoint(md) { ... }\n *\n * Single custom breakpoint:\n * @include breakpoint(100px) { ... }\n * \n * Min and max query breakpoint:\n * @include breakpoint(100px, 200px) { ... }\n *\n */\n\n.media--blazy {\n height: 100%;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\nbody,\ndiv,\ndl,\ndt,\ndd,\nul,\nol,\nli,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\npre,\nform,\nfieldset,\ninput,\ntextarea,\np,\nblockquote,\nth,\ntd {\n margin: 0;\n padding: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\nfieldset,\nimg {\n border: 0;\n}\n\ncaption,\nth {\n text-align: left;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\n\nq:before,\nq:after {\n content: \'\';\n}\n\nabbr,\nacronym {\n border: 0;\n}\n\n/* apply a natural box layout model to all elements, but allowing components to change */\n\nhtml {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*,\n*:before,\n*:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\nol,\nul {\n list-style: none;\n}\n\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\npicture img,\nlegend {\n width: 100%;\n}\n\nh1 {\n margin: 0 0 20px;\n color: #030e1a;\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n font-size: 40px;\n line-height: 40px;\n}\n\n@media (min-width: 740px) {\n h1 {\n font-size: 64px;\n line-height: 64px;\n }\n}\n\n@media (min-width: 1024px) {\n h1 {\n font-size: 70px;\n line-height: 70px;\n }\n}\n\nh1.font--font-black {\n font-family: "GT-Walsheim-Black", helvetica, arial, sans-serif;\n font-size: 40px;\n line-height: 36px;\n}\n\n@media (min-width: 740px) {\n h1.font--font-black {\n font-size: 64px;\n line-height: 54px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--font-black {\n font-size: 70px;\n line-height: 60px;\n }\n}\n\nh1.font--xlarge {\n font-size: 36px;\n line-height: 38px;\n}\n\n@media (min-width: 740px) {\n h1.font--xlarge {\n font-size: 64px;\n line-height: 64px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--xlarge {\n font-size: 90px;\n line-height: 90px;\n }\n}\n\nh1.font--black-shadow {\n text-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);\n font-family: "GT-Walsheim-Black", helvetica, arial, sans-serif;\n font-size: 40px;\n line-height: 40px;\n}\n\n@media (min-width: 740px) {\n h1.font--black-shadow {\n font-size: 64px;\n line-height: 64px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--black-shadow {\n font-size: 70px;\n line-height: 70px;\n }\n}\n\n@media (min-width: 740px) {\n h1.font--black-shadow {\n text-shadow: -5px 5px 0 rgba(0, 0, 0, 0.25);\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--black-shadow {\n text-shadow: -7px 7px 0 rgba(0, 0, 0, 0.25);\n }\n}\n\nh2,\nh3,\nh4,\nh5,\np,\n.link {\n color: #030e1a;\n}\n\np,\nh2,\nh3,\nh4 {\n clear: both;\n margin: 0 0 15px;\n}\n\np:last-child,\np:first-child:last-child {\n margin-bottom: 5px;\n}\n\nh2 {\n font-family: "GT-Walsheim-Medium", helvetica, arial, sans-serif;\n font-size: 32px;\n line-height: 34px;\n}\n\n@media (min-width: 740px) {\n h2 {\n font-size: 34px;\n line-height: 38px;\n }\n}\n\n@media (min-width: 1024px) {\n h2 {\n font-size: 40px;\n line-height: 44px;\n }\n}\n\nh3 {\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 28px;\n line-height: 30px;\n}\n\n@media (min-width: 740px) {\n h3 {\n font-size: 30px;\n line-height: 34px;\n }\n}\n\n@media (min-width: 1024px) {\n h3 {\n font-size: 34px;\n line-height: 38px;\n }\n}\n\nh4 {\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 24px;\n line-height: 26px;\n}\n\n@media (min-width: 740px) {\n h4 {\n font-size: 26px;\n line-height: 28px;\n }\n}\n\n@media (min-width: 1024px) {\n h4 {\n font-size: 30px;\n line-height: 32px;\n }\n}\n\np {\n padding: 0;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 16px;\n line-height: 22px;\n}\n\n@media (min-width: 740px) {\n p {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n p {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\np.font--xlarge {\n margin-bottom: 20px;\n font-size: 18px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n p.font--xlarge {\n font-size: 22px;\n line-height: 28px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--xlarge {\n font-size: 24px;\n line-height: 30px;\n }\n}\n\np.font--large {\n font-size: 18px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n p.font--large {\n font-size: 20px;\n line-height: 26px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--large {\n font-size: 20px;\n line-height: 26px;\n }\n}\n\np.font--small {\n font-size: 14px;\n line-height: 18px;\n}\n\n@media (min-width: 740px) {\n p.font--small {\n font-size: 16px;\n line-height: 20px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--small {\n font-size: 16px;\n line-height: 20px;\n }\n}\n\np.font--xsmall {\n font-size: 12px;\n line-height: 16px;\n}\n\n@media (min-width: 740px) {\n p.font--xsmall {\n font-size: 14px;\n line-height: 18px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--xsmall {\n font-size: 14px;\n line-height: 18px;\n }\n}\n\nspan.font--font-black {\n font-family: "GT-Walsheim-Black", helvetica, arial, sans-serif;\n}\n\nstrong {\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n}\n\n.font--red {\n color: #f04257;\n}\n\n.font--blue {\n color: #22d2dc;\n}\n\n.font--yellow {\n color: #fbef51;\n}\n\n.font--green {\n color: #b2e55e;\n}\n\n.font--teal {\n color: #00beca;\n}\n\n.font--royal-blue {\n color: #0565d1;\n}\n\n.font--purple {\n color: #7d2ca9;\n}\n\n.font--dark-purple {\n color: #7023b7;\n}\n\n.font--pink {\n color: #fc9eb9;\n}\n\n.font--black {\n color: #030e1a;\n}\n\n.font--dark-blue {\n color: #061d38;\n}\n\n.font--white {\n color: #fff;\n}\n\n.font--jasper-grey {\n color: #666;\n}\n\n.font--gainsboro-grey {\n color: #c7c7c7;\n}\n\n.font--light-grey {\n color: #dddddd;\n}\n\n.font--smoke-grey {\n color: #f0f0f0;\n}\n\nh1.font--red,\nh2.font--red,\nh3.font--red,\nh4.font--red,\nh5.font--red,\np.font--red,\nspan.font--red {\n color: #f04257;\n}\n\nh1.font--blue,\nh2.font--blue,\nh3.font--blue,\nh4.font--blue,\nh5.font--blue,\np.font--blue,\nspan.font--blue {\n color: #22d2dc;\n}\n\nh1.font--yellow,\nh2.font--yellow,\nh3.font--yellow,\nh4.font--yellow,\nh5.font--yellow,\np.font--yellow,\nspan.font--yellow {\n color: #fbef51;\n}\n\nh1.font--green,\nh2.font--green,\nh3.font--green,\nh4.font--green,\nh5.font--green,\np.font--green,\nspan.font--green {\n color: #b2e55e;\n}\n\nh1.font--teal,\nh2.font--teal,\nh3.font--teal,\nh4.font--teal,\nh5.font--teal,\np.font--teal,\nspan.font--teal {\n color: #00beca;\n}\n\nh1.font--royal-blue,\nh2.font--royal-blue,\nh3.font--royal-blue,\nh4.font--royal-blue,\nh5.font--royal-blue,\np.font--royal-blue,\nspan.font--royal-blue {\n color: #0565d1;\n}\n\nh1.font--purple,\nh2.font--purple,\nh3.font--purple,\nh4.font--purple,\nh5.font--purple,\np.font--purple,\nspan.font--purple {\n color: #7d2ca9;\n}\n\nh1.font--dark-purple,\nh2.font--dark-purple,\nh3.font--dark-purple,\nh4.font--dark-purple,\nh5.font--dark-purple,\np.font--dark-purple,\nspan.font--dark-purple {\n color: #7023b7;\n}\n\nh1.font--pink,\nh2.font--pink,\nh3.font--pink,\nh4.font--pink,\nh5.font--pink,\np.font--pink,\nspan.font--pink {\n color: #fc9eb9;\n}\n\nh1.font--black,\nh2.font--black,\nh3.font--black,\nh4.font--black,\nh5.font--black,\np.font--black,\nspan.font--black {\n color: #030e1a;\n}\n\nh1.font--dark-blue,\nh2.font--dark-blue,\nh3.font--dark-blue,\nh4.font--dark-blue,\nh5.font--dark-blue,\np.font--dark-blue,\nspan.font--dark-blue {\n color: #061d38;\n}\n\nh1.font--white,\nh2.font--white,\nh3.font--white,\nh4.font--white,\nh5.font--white,\np.font--white,\nspan.font--white {\n color: #fff;\n}\n\nh1.font--jasper-grey,\nh2.font--jasper-grey,\nh3.font--jasper-grey,\nh4.font--jasper-grey,\nh5.font--jasper-grey,\np.font--jasper-grey,\nspan.font--jasper-grey {\n color: #666;\n}\n\nh1.font--gainsboro-grey,\nh2.font--gainsboro-grey,\nh3.font--gainsboro-grey,\nh4.font--gainsboro-grey,\nh5.font--gainsboro-grey,\np.font--gainsboro-grey,\nspan.font--gainsboro-grey {\n color: #c7c7c7;\n}\n\nh1.font--light-grey,\nh2.font--light-grey,\nh3.font--light-grey,\nh4.font--light-grey,\nh5.font--light-grey,\np.font--light-grey,\nspan.font--light-grey {\n color: #dddddd;\n}\n\nh1.font--smoke-grey,\nh2.font--smoke-grey,\nh3.font--smoke-grey,\nh4.font--smoke-grey,\nh5.font--smoke-grey,\np.font--smoke-grey,\nspan.font--smoke-grey {\n color: #f0f0f0;\n}\n\n/*\n/* = Generic form styles\n*/\n\nlabel,\nlegend,\n.form__field-label {\n display: block;\n padding-top: 10px;\n margin-bottom: 12px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 16px;\n line-height: 22px;\n}\n\n@media (min-width: 740px) {\n label,\n legend,\n .form__field-label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n label,\n legend,\n .form__field-label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\nfieldset {\n padding: 0;\n border-width: 0;\n}\n\ninput[type="email"],\ninput[type="number"],\ninput[type="date"],\ninput[type="search"],\ninput[type="text"],\ninput[type="tel"],\ninput[type="url"],\ninput[type="password"],\ntextarea {\n height: 50px;\n padding-left: 12px;\n background-color: #fff;\n border: 1px solid #595959;\n border-radius: 0;\n width: 100%;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n -webkit-box-shadow: none;\n box-shadow: none;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n -moz-appearance: none;\n appearance: none;\n -webkit-appearance: none;\n font-size: 16px;\n line-height: 22px;\n}\n\ninput[type="email"]::-webkit-input-placeholder,\ninput[type="number"]::-webkit-input-placeholder,\ninput[type="date"]::-webkit-input-placeholder,\ninput[type="search"]::-webkit-input-placeholder,\ninput[type="text"]::-webkit-input-placeholder,\ninput[type="tel"]::-webkit-input-placeholder,\ninput[type="url"]::-webkit-input-placeholder,\ninput[type="password"]::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]::-moz-placeholder,\ninput[type="number"]::-moz-placeholder,\ninput[type="date"]::-moz-placeholder,\ninput[type="search"]::-moz-placeholder,\ninput[type="text"]::-moz-placeholder,\ninput[type="tel"]::-moz-placeholder,\ninput[type="url"]::-moz-placeholder,\ninput[type="password"]::-moz-placeholder,\ntextarea::-moz-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]:-ms-input-placeholder,\ninput[type="number"]:-ms-input-placeholder,\ninput[type="date"]:-ms-input-placeholder,\ninput[type="search"]:-ms-input-placeholder,\ninput[type="text"]:-ms-input-placeholder,\ninput[type="tel"]:-ms-input-placeholder,\ninput[type="url"]:-ms-input-placeholder,\ninput[type="password"]:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]::-ms-input-placeholder,\ninput[type="number"]::-ms-input-placeholder,\ninput[type="date"]::-ms-input-placeholder,\ninput[type="search"]::-ms-input-placeholder,\ninput[type="text"]::-ms-input-placeholder,\ninput[type="tel"]::-ms-input-placeholder,\ninput[type="url"]::-ms-input-placeholder,\ninput[type="password"]::-ms-input-placeholder,\ntextarea::-ms-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]::placeholder,\ninput[type="number"]::placeholder,\ninput[type="date"]::placeholder,\ninput[type="search"]::placeholder,\ninput[type="text"]::placeholder,\ninput[type="tel"]::placeholder,\ninput[type="url"]::placeholder,\ninput[type="password"]::placeholder,\ntextarea::placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\n@media (min-width: 740px) {\n input[type="email"]::-webkit-input-placeholder,\n input[type="number"]::-webkit-input-placeholder,\n input[type="date"]::-webkit-input-placeholder,\n input[type="search"]::-webkit-input-placeholder,\n input[type="text"]::-webkit-input-placeholder,\n input[type="tel"]::-webkit-input-placeholder,\n input[type="url"]::-webkit-input-placeholder,\n input[type="password"]::-webkit-input-placeholder,\n textarea::-webkit-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]::-moz-placeholder,\n input[type="number"]::-moz-placeholder,\n input[type="date"]::-moz-placeholder,\n input[type="search"]::-moz-placeholder,\n input[type="text"]::-moz-placeholder,\n input[type="tel"]::-moz-placeholder,\n input[type="url"]::-moz-placeholder,\n input[type="password"]::-moz-placeholder,\n textarea::-moz-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]:-ms-input-placeholder,\n input[type="number"]:-ms-input-placeholder,\n input[type="date"]:-ms-input-placeholder,\n input[type="search"]:-ms-input-placeholder,\n input[type="text"]:-ms-input-placeholder,\n input[type="tel"]:-ms-input-placeholder,\n input[type="url"]:-ms-input-placeholder,\n input[type="password"]:-ms-input-placeholder,\n textarea:-ms-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]::-ms-input-placeholder,\n input[type="number"]::-ms-input-placeholder,\n input[type="date"]::-ms-input-placeholder,\n input[type="search"]::-ms-input-placeholder,\n input[type="text"]::-ms-input-placeholder,\n input[type="tel"]::-ms-input-placeholder,\n input[type="url"]::-ms-input-placeholder,\n input[type="password"]::-ms-input-placeholder,\n textarea::-ms-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]::placeholder,\n input[type="number"]::placeholder,\n input[type="date"]::placeholder,\n input[type="search"]::placeholder,\n input[type="text"]::placeholder,\n input[type="tel"]::placeholder,\n input[type="url"]::placeholder,\n input[type="password"]::placeholder,\n textarea::placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n}\n\ninput[type="email"]::-webkit-input-placeholder,\ninput[type="number"]::-webkit-input-placeholder,\ninput[type="date"]::-webkit-input-placeholder,\ninput[type="search"]::-webkit-input-placeholder,\ninput[type="text"]::-webkit-input-placeholder,\ninput[type="tel"]::-webkit-input-placeholder,\ninput[type="url"]::-webkit-input-placeholder,\ninput[type="password"]::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\n@media (min-width: 740px) {\n input[type="email"]::-webkit-input-placeholder,\n input[type="number"]::-webkit-input-placeholder,\n input[type="date"]::-webkit-input-placeholder,\n input[type="search"]::-webkit-input-placeholder,\n input[type="text"]::-webkit-input-placeholder,\n input[type="tel"]::-webkit-input-placeholder,\n input[type="url"]::-webkit-input-placeholder,\n input[type="password"]::-webkit-input-placeholder,\n textarea::-webkit-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n}\n\ninput[type="email"]:-ms-input-placeholder,\ninput[type="number"]:-ms-input-placeholder,\ninput[type="date"]:-ms-input-placeholder,\ninput[type="search"]:-ms-input-placeholder,\ninput[type="text"]:-ms-input-placeholder,\ninput[type="tel"]:-ms-input-placeholder,\ninput[type="url"]:-ms-input-placeholder,\ninput[type="password"]:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\n@media (min-width: 740px) {\n input[type="email"]:-ms-input-placeholder,\n input[type="number"]:-ms-input-placeholder,\n input[type="date"]:-ms-input-placeholder,\n input[type="search"]:-ms-input-placeholder,\n input[type="text"]:-ms-input-placeholder,\n input[type="tel"]:-ms-input-placeholder,\n input[type="url"]:-ms-input-placeholder,\n input[type="password"]:-ms-input-placeholder,\n textarea:-ms-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n}\n\n@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {\n input[type="email"] ::-webkit-input-placeholder,\n input[type="number"] ::-webkit-input-placeholder,\n input[type="date"] ::-webkit-input-placeholder,\n input[type="search"] ::-webkit-input-placeholder,\n input[type="text"] ::-webkit-input-placeholder,\n input[type="tel"] ::-webkit-input-placeholder,\n input[type="url"] ::-webkit-input-placeholder,\n input[type="password"] ::-webkit-input-placeholder,\n textarea ::-webkit-input-placeholder {\n opacity: 0.7;\n }\n}\n\n@media (min-width: 740px) {\n input[type="email"],\n input[type="number"],\n input[type="date"],\n input[type="search"],\n input[type="text"],\n input[type="tel"],\n input[type="url"],\n input[type="password"],\n textarea {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n input[type="email"],\n input[type="number"],\n input[type="date"],\n input[type="search"],\n input[type="text"],\n input[type="tel"],\n input[type="url"],\n input[type="password"],\n textarea {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\ntextarea {\n min-height: 65px;\n}\n\n@media (min-width: 740px) {\n textarea {\n max-width: 100%;\n height: 96px;\n }\n}\n\n.form__textarea textarea {\n padding: 6px 12px;\n}\n\nselect {\n position: relative;\n -moz-appearance: none;\n -webkit-appearance: none;\n border-radius: 0px;\n border: 1px solid #595959;\n padding: 12px 50px 8px 10px;\n width: 100%;\n height: 50px;\n font-size: 16px;\n line-height: 22px;\n font-weight: 300;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n background: transparent url("/CR__Chevron_D.svg") calc(100% - 15px) 11px/26px 26px no-repeat;\n cursor: pointer;\n margin-bottom: 0;\n}\n\n@media (min-width: 740px) {\n select {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n select {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\nselect::-ms-expand {\n display: none;\n}\n\nselect:focus {\n border: 1px solid #595959;\n -webkit-box-shadow: border-box;\n box-shadow: border-box;\n}\n\n/* Remove visually the number spinner */\n\n/* For Firefox */\n\ninput[type=\'number\'] {\n -moz-appearance: textfield;\n}\n\n/* Webkit browsers like Safari and Chrome */\n\ninput[type=number]::-webkit-inner-spin-button,\ninput[type=number]::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n\n.disabled {\n filter: alpha(opacity=40);\n -moz-opacity: 0.4;\n -khtml-opacity: 0.4;\n -webkit-opacity: 0.4;\n opacity: 0.4;\n}\n\n.disabled input,\n.disabled button {\n -webkit-transition: none;\n -o-transition: none;\n transition: none;\n cursor: initial;\n}\n\n.disabled button:hover,\n.disabled input:hover {\n background-color: #f04257;\n -webkit-transition: none;\n -o-transition: none;\n transition: none;\n}\n\nbutton:disabled,\n.disable-button:disabled {\n background: rgba(0, 0, 0, 0.5);\n cursor: no-drop;\n}\n\nbutton:disabled:before,\n.disable-button:disabled:before {\n background-image: none;\n}\n\nbutton:disabled:hover,\n.disable-button:disabled:hover {\n opacity: 1;\n -webkit-transform: translateY(0);\n -ms-transform: translateY(0);\n transform: translateY(0);\n}\n\nbutton:disabled:hover:before,\n.disable-button:disabled:hover:before {\n background-image: none;\n}\n\nlabel {\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-weight: 700;\n}\n\n.form-help-text {\n font-size: 16px;\n line-height: 22px;\n}\n\n@media (min-width: 740px) {\n .form-help-text {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .form-help-text {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n.form__field--wrapper {\n margin-right: 0;\n margin-left: 0;\n margin-bottom: 3%;\n width: 100%;\n}\n\n.form__fieldset--label {\n font-size: 16px;\n line-height: 22px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-weight: bold;\n margin-bottom: 12px;\n}\n\n@media (min-width: 740px) {\n .form__fieldset--label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .form__fieldset--label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n/* \n/* = Form validation \n*/\n\n.form-error {\n position: relative;\n font-size: 16px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n margin-top: 10px;\n display: inline-block;\n vertical-align: top;\n color: #EA0043;\n font-weight: bold;\n}\n\n.form-error:before {\n position: relative;\n content: \'\';\n display: inline-block;\n top: -1px;\n vertical-align: middle;\n margin-right: 8px;\n background: url("/error-alert-icon.png") left 0/100% no-repeat;\n width: 18px;\n height: 19px;\n}\n\n.form__field.form__field--error-outline {\n border: 1px solid #EA0043;\n}\n\n/*\n/* = checkbox and radio button forms\n*/\n\n.form__checkbox,\n.form__field-wrapper--checkbox,\n.form__field-wrapper--radio,\n.form__radio {\n position: relative;\n padding-top: 5px;\n overflow: hidden;\n}\n\n.form__checkbox.form__checkbox--inline,\n.form__checkbox.form__radio--inline,\n.form__field-wrapper--checkbox.form__checkbox--inline,\n.form__field-wrapper--checkbox.form__radio--inline,\n.form__field-wrapper--radio.form__checkbox--inline,\n.form__field-wrapper--radio.form__radio--inline,\n.form__radio.form__checkbox--inline,\n.form__radio.form__radio--inline {\n width: 97.5%;\n margin-bottom: 0;\n}\n\n.form__checkbox.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__checkbox.form__radio--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--checkbox.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--checkbox.form__radio--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--radio.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--radio.form__radio--inline.form__checkbox--inline-2-horizontal,\n.form__radio.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__radio.form__radio--inline.form__checkbox--inline-2-horizontal {\n display: inline-block;\n width: 47.5%;\n}\n\n.form__checkbox input[type="checkbox"],\n.form__field-wrapper--checkbox input[type="checkbox"],\n.form__field-wrapper--radio input[type="checkbox"],\n.form__radio input[type="checkbox"] {\n z-index: 1;\n position: absolute;\n top: 10px;\n margin: 0;\n width: 30px;\n height: 30px;\n opacity: 0;\n}\n\n.form__checkbox input[type="checkbox"]:checked + span,\n.form__field-wrapper--checkbox input[type="checkbox"]:checked + span,\n.form__field-wrapper--radio input[type="checkbox"]:checked + span,\n.form__radio input[type="checkbox"]:checked + span {\n background: url("/checkbox-white-tick.png") center/50% no-repeat;\n background-size: 100%;\n background-color: #340F78;\n border: 1px solid transparent;\n}\n\n.form__checkbox input[type="checkbox"] + span,\n.form__checkbox input[type="radio"] + span,\n.form__field-wrapper--checkbox input[type="checkbox"] + span,\n.form__field-wrapper--checkbox input[type="radio"] + span,\n.form__field-wrapper--radio input[type="checkbox"] + span,\n.form__field-wrapper--radio input[type="radio"] + span,\n.form__radio input[type="checkbox"] + span,\n.form__radio input[type="radio"] + span {\n position: absolute;\n background-color: #fff;\n top: 5px;\n left: 0;\n width: 30px;\n height: 30px;\n border: 1px solid #595959;\n}\n\n.form__checkbox input[type="checkbox"]:focus + span,\n.form__field-wrapper--checkbox input[type="checkbox"]:focus + span,\n.form__field-wrapper--radio input[type="checkbox"]:focus + span,\n.form__radio input[type="checkbox"]:focus + span {\n border-color: #595959;\n border-width: 3px;\n}\n\n.form__checkbox .form__field--sub-field-wrapper label,\n.form__field-wrapper--checkbox .form__field--sub-field-wrapper label,\n.form__field-wrapper--radio .form__field--sub-field-wrapper label,\n.form__radio .form__field--sub-field-wrapper label {\n left: 0;\n}\n\n.form__checkbox .form__field-label,\n.form__checkbox label.form__checkbox,\n.form__field-wrapper--checkbox .form__field-label,\n.form__field-wrapper--checkbox label.form__checkbox,\n.form__field-wrapper--radio .form__field-label,\n.form__field-wrapper--radio label.form__checkbox,\n.form__radio .form__field-label,\n.form__radio label.form__checkbox {\n overflow: visible;\n position: relative;\n top: 0;\n left: 45px;\n width: calc(100% - 45px);\n font-size: 18px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n word-break: break-word;\n}\n\n.form__checkbox label.form__field-label,\n.form__checkbox label.form__checkbox,\n.form__field-wrapper--checkbox label.form__field-label,\n.form__field-wrapper--checkbox label.form__checkbox,\n.form__field-wrapper--radio label.form__field-label,\n.form__field-wrapper--radio label.form__checkbox,\n.form__radio label.form__field-label,\n.form__radio label.form__checkbox {\n font-weight: normal;\n}\n\n/* Checkbox with paragraph and label included */\n\n.form__field-wrapper--checkbox {\n /* Checkbox with background */\n}\n\n.form__field-wrapper--checkbox.form__checkbox-paragraph .form__checkbox--inline {\n position: relative;\n padding-top: 5px;\n overflow: hidden;\n}\n\n.form__field-wrapper--checkbox.form__field-wrapper--background {\n background: #F0F0F0;\n padding: 18px 18px 8px;\n}\n\n.form__field-wrapper--checkbox.form__field-wrapper--background label {\n padding-top: 5px;\n}\n\n.form__field-wrapper--checkbox.form__field-wrapper--background input[type="checkbox"] + span,\n.form__field-wrapper--checkbox.form__field-wrapper--background input[type="checkbox"] {\n top: 18px;\n left: 18px;\n}\n\n/* \n/* = Radio button form \n*/\n\n.form__radio.form__radio--inline {\n position: relative;\n padding-top: 5px;\n overflow: hidden;\n}\n\n.form__radio.form__radio--inline input[type="radio"] {\n z-index: 1;\n position: absolute;\n top: 0;\n margin: 0;\n width: 30px;\n height: 30px;\n opacity: 0;\n left: 0;\n right: 0;\n}\n\n.form__radio.form__radio--inline input[type="radio"] + span {\n left: 2px;\n border-radius: 30px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n}\n\n.form__radio.form__radio--inline input[type="radio"]:checked + span {\n background-color: #340F78;\n border: 1px solid #340F78;\n}\n\n.form__radio.form__radio--inline input[type="radio"]:checked + span:before {\n position: absolute;\n content: \'\';\n top: 8px;\n left: 0;\n right: 0;\n background-color: #fff;\n border-radius: 30px;\n width: 12px;\n height: 12px;\n z-index: 1;\n margin: 0 auto;\n}\n\n.form__radio.form__radio--inline input[type="radio"]:focus + span:after {\n position: absolute;\n content: \'\';\n height: 34px;\n width: 34px;\n left: -3px;\n top: -3px;\n border: 3px solid #595959;\n border-radius: 30px;\n}\n\n.form__field-wrapper--radio .form__field-additional-text {\n margin-bottom: 0;\n}\n\n.form__field-wrapper--radio .form__field-additional-text p {\n margin-left: 45px;\n}\n\n.btn,\nbutton,\ninput[type="submit"],\ninput[type="reset"],\ninput[type="button"] {\n display: inline-block;\n width: auto;\n margin: 0 auto;\n padding: 21px 40px;\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n text-decoration: none;\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n font-size: 18px;\n line-height: 18px;\n background-color: #f04257;\n color: #fff;\n border-radius: 30px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n}\n\n.btn span,\nbutton span,\ninput[type="submit"] span,\ninput[type="reset"] span,\ninput[type="button"] span {\n font-size: inherit;\n font-weight: inherit;\n}\n\n.btn:hover,\nbutton:hover,\ninput:hover[type="submit"],\ninput:hover[type="reset"],\ninput:hover[type="button"] {\n background-color: #7d2ca9;\n}\n\n.btn.btn--full-width,\nbutton.btn--full-width,\ninput.btn--full-width[type="submit"],\ninput.btn--full-width[type="reset"],\ninput.btn--full-width[type="button"] {\n display: block;\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn.btn--full-width,\n button.btn--full-width,\n input.btn--full-width[type="submit"],\n input.btn--full-width[type="reset"],\n input.btn--full-width[type="button"] {\n display: inline-block;\n width: auto;\n }\n}\n\n/* Process $buttonList colour variations through our btn-variation mixin. */\n\n.btn--black-ghost {\n background-color: transparent;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--black-ghost:hover,\n.btn--black-ghost:focus {\n outline: none;\n background-color: #061d38;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--black-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost {\n background-color: transparent;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white-ghost:hover,\n.btn--white-ghost:focus {\n outline: none;\n background-color: #fff;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red {\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--red:hover,\n.btn--red:focus {\n outline: none;\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue {\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--blue:hover,\n.btn--blue:focus {\n outline: none;\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow {\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--yellow:hover,\n.btn--yellow:focus {\n outline: none;\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green {\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--green:hover,\n.btn--green:focus {\n outline: none;\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal {\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--teal:hover,\n.btn--teal:focus {\n outline: none;\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue {\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--royal-blue:hover,\n.btn--royal-blue:focus {\n outline: none;\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple {\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--purple:hover,\n.btn--purple:focus {\n outline: none;\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink {\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--pink:hover,\n.btn--pink:focus {\n outline: none;\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white {\n background-color: #fff;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white:hover,\n.btn--white:focus {\n outline: none;\n background-color: #030e1a;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n/* Force white colour on black bg hover and focus state */\n\n.btn.btn--white:hover,\nbutton.btn--white:hover,\ninput.btn--white:hover[type="submit"],\ninput.btn--white:hover[type="reset"],\ninput.btn--white:hover[type="button"],\n.btn.btn--white:focus,\nbutton.btn--white:focus,\ninput.btn--white:focus[type="submit"],\ninput.btn--white:focus[type="reset"],\ninput.btn--white:focus[type="button"] {\n color: #fff;\n}\n\n/**\n * Buttons display as stack block for xs\n */\n\n.btn + .btn,\nbutton + .btn,\ninput[type="submit"] + .btn,\ninput[type="reset"] + .btn,\ninput[type="button"] + .btn,\n.btn + button,\nbutton + button,\ninput[type="submit"] + button,\ninput[type="reset"] + button,\ninput[type="button"] + button,\n.btn + input[type="submit"],\nbutton + input[type="submit"],\ninput[type="submit"] + input[type="submit"],\ninput[type="reset"] + input[type="submit"],\ninput[type="button"] + input[type="submit"],\n.btn + input[type="reset"],\nbutton + input[type="reset"],\ninput[type="submit"] + input[type="reset"],\ninput[type="reset"] + input[type="reset"],\ninput[type="button"] + input[type="reset"],\n.btn + input[type="button"],\nbutton + input[type="button"],\ninput[type="submit"] + input[type="button"],\ninput[type="reset"] + input[type="button"],\ninput[type="button"] + input[type="button"] {\n margin-top: 30px;\n}\n\n/**\n * Buttons display as inline block for md and large breakpoints.\n */\n\n.btn.btn--fixed-width,\nbutton.btn--fixed-width,\ninput.btn--fixed-width[type="submit"],\ninput.btn--fixed-width[type="reset"],\ninput.btn--fixed-width[type="button"] {\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn,\n button,\n input[type="submit"],\n input[type="reset"],\n input[type="button"] {\n display: inline-block;\n width: auto;\n font-size: 18px;\n }\n\n .btn.btn--fixed-width,\n button.btn--fixed-width,\n input.btn--fixed-width[type="submit"],\n input.btn--fixed-width[type="reset"],\n input.btn--fixed-width[type="button"] {\n width: 100%;\n min-width: 290px;\n }\n\n .btn + .btn,\n button + .btn,\n input[type="submit"] + .btn,\n input[type="reset"] + .btn,\n input[type="button"] + .btn,\n .btn + button,\n button + button,\n input[type="submit"] + button,\n input[type="reset"] + button,\n input[type="button"] + button,\n .btn + input[type="submit"],\n button + input[type="submit"],\n input[type="submit"] + input[type="submit"],\n input[type="reset"] + input[type="submit"],\n input[type="button"] + input[type="submit"],\n .btn + input[type="reset"],\n button + input[type="reset"],\n input[type="submit"] + input[type="reset"],\n input[type="reset"] + input[type="reset"],\n input[type="button"] + input[type="reset"],\n .btn + input[type="button"],\n button + input[type="button"],\n input[type="submit"] + input[type="button"],\n input[type="reset"] + input[type="button"],\n input[type="button"] + input[type="button"] {\n margin-top: 0;\n margin-left: 25px;\n }\n}\n\n/*\n * Add icon to btn\n */\n\n.btn .icon,\nbutton .icon,\ninput[type="submit"] .icon,\ninput[type="reset"] .icon,\ninput[type="button"] .icon {\n height: 20px;\n font-weight: normal;\n line-height: 20px;\n}\n\n.btn .icon:before,\nbutton .icon:before,\ninput[type="submit"] .icon:before,\ninput[type="reset"] .icon:before,\ninput[type="button"] .icon:before {\n position: relative;\n top: 9px;\n line-height: 0;\n}\n\n.btn .icon + span,\nbutton .icon + span,\ninput[type="submit"] .icon + span,\ninput[type="reset"] .icon + span,\ninput[type="button"] .icon + span,\n.btn span + .icon,\nbutton span + .icon,\ninput[type="submit"] span + .icon,\ninput[type="reset"] span + .icon,\ninput[type="button"] span + .icon {\n margin-left: 5px;\n}\n\n/**\n * Adds large buttons.\n */\n\n.btn--lg {\n padding-top: 19px;\n padding-bottom: 19px;\n font-size: 18px;\n line-height: 22px;\n}\n\n/**\n * Large button styles for >= md breakpoint.\n */\n\n@media (min-width: 740px) {\n .btn--lg {\n height: 70px;\n padding: 24px 70px;\n border-radius: 35px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n }\n}\n\n/* for a large group of buttons */\n\n@media (min-width: 740px) {\n .btn:first-child:not(:only-child),\n button:first-child:not(:only-child),\n input:first-child:not(:only-child)[type="submit"],\n input:first-child:not(:only-child)[type="reset"],\n input:first-child:not(:only-child)[type="button"] {\n margin-bottom: 20px;\n }\n\n .btn + .btn,\n button + .btn,\n input[type="submit"] + .btn,\n input[type="reset"] + .btn,\n input[type="button"] + .btn,\n .btn + button,\n button + button,\n input[type="submit"] + button,\n input[type="reset"] + button,\n input[type="button"] + button,\n .btn + input[type="submit"],\n button + input[type="submit"],\n input[type="submit"] + input[type="submit"],\n input[type="reset"] + input[type="submit"],\n input[type="button"] + input[type="submit"],\n .btn + input[type="reset"],\n button + input[type="reset"],\n input[type="submit"] + input[type="reset"],\n input[type="reset"] + input[type="reset"],\n input[type="button"] + input[type="reset"],\n .btn + input[type="button"],\n button + input[type="button"],\n input[type="submit"] + input[type="button"],\n input[type="reset"] + input[type="button"],\n input[type="button"] + input[type="button"] {\n margin-bottom: 20px;\n }\n}\n\n/* Ghost button \nless padding because ghost buttons have borders */\n\n.btn--white-ghost,\n.btn--black-ghost {\n padding: 19px 38px;\n}\n\n.btn--black-ghost {\n border: 2px solid #061d38;\n}\n\n.btn--black-ghost:hover {\n color: #fff;\n}\n\n.btn--white-ghost {\n border: 2px solid #fff;\n}\n\n.btn--white-ghost:hover {\n color: #061d38;\n}\n\n/* small buttons for content wall */\n\n.content-wall .btn,\n.content-wall button,\n.content-wall input[type="submit"],\n.content-wall input[type="reset"],\n.content-wall input[type="button"] {\n padding: 16px 32px;\n font-size: 16px;\n}\n\n.content-wall .btn--white-ghost,\n.content-wall .btn--black-ghost {\n padding: 14px 30px;\n}',""])},function(e,t,n){"use strict";e.exports=n(603)},function(e,t,n){"use strict";var r=n(82),o=n(605),i=n(609),a=n(610)||0;function l(){return o(a)}e.exports=l,e.exports.generate=l,e.exports.seed=function(t){return r.seed(t),e.exports},e.exports.worker=function(t){return a=t,e.exports},e.exports.characters=function(e){return void 0!==e&&r.characters(e),r.shuffled()},e.exports.isValid=i},function(e,t,n){"use strict";var r=1;e.exports={nextValue:function(){return(r=(9301*r+49297)%233280)/233280},seed:function(e){r=e}}},function(e,t,n){"use strict";var r,o,i=n(606),a=(n(82),1567752802062),l=7;e.exports=function(e){var t="",n=Math.floor(.001*(Date.now()-a));return n===o?r++:(r=0,o=n),t+=i(l),t+=i(e),r>0&&(t+=i(r)),t+=i(n)}},function(e,t,n){"use strict";var r=n(82),o=n(607),i=n(608);e.exports=function(e){for(var t,n=0,a="";!t;)a+=i(o,r.get(),1),t=e<Math.pow(16,n+1),n++;return a}},function(e,t,n){"use strict";var r,o="object"==typeof window&&(window.crypto||window.msCrypto);r=o&&o.getRandomValues?function(e){return o.getRandomValues(new Uint8Array(e))}:function(e){for(var t=[],n=0;n<e;n++)t.push(Math.floor(256*Math.random()));return t},e.exports=r},function(e,t){e.exports=function(e,t,n){for(var r=(2<<Math.log(t.length-1)/Math.LN2)-1,o=-~(1.6*r*n/t.length),i="";;)for(var a=e(o),l=o;l--;)if((i+=t[a[l]&r]||"").length===+n)return i}},function(e,t,n){"use strict";var r=n(82);e.exports=function(e){return!(!e||"string"!=typeof e||e.length<6||new RegExp("[^"+r.get().replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&")+"]").test(e))}},function(e,t,n){"use strict";e.exports=0},function(e,t,n){"use strict";var r=n(22),o=n(612),i=n(625),a=n(1),l=n(681),s=n(683),u=n(684),c=n(685),d=n(686),f=n(687),p=n(688),g=n(689),h=Object.keys(g),m=function(e){var t=e.source||e.children||"";if(e.allowedTypes&&e.disallowedTypes)throw new Error("Only one of `allowedTypes` and `disallowedTypes` should be defined");var n=r(g,e.renderers),a=[i].concat(e.plugins||[]).reduce(b,o()).parse(t),p=r(e,{renderers:n,definitions:f(a)}),m=function(e){var t=[d,l()],n=e.disallowedTypes;e.allowedTypes&&(n=h.filter(function(t){return"root"!==t&&-1===e.allowedTypes.indexOf(t)}));var r=e.unwrapDisallowed?"unwrap":"remove";n&&n.length>0&&t.push(u.ofType(n,r));e.allowNode&&t.push(u.ifNotMatch(e.allowNode,r));e.escapeHtml||e.skipHtml||t.push(s);return e.astPlugins?t.concat(e.astPlugins):t}(e).reduce(function(e,t){return t(e,p)},a);return c(m,p)};function b(e,t){return Array.isArray(t)?e.use.apply(e,function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t)):e.use(t)}m.defaultProps={renderers:{},escapeHtml:!0,skipHtml:!1,sourcePos:!1,rawSourcePos:!1,transformLinkUri:p,astPlugins:[],plugins:[]},m.propTypes={className:a.string,source:a.string,children:a.string,sourcePos:a.bool,rawSourcePos:a.bool,escapeHtml:a.bool,skipHtml:a.bool,allowNode:a.func,allowedTypes:a.arrayOf(a.oneOf(h)),disallowedTypes:a.arrayOf(a.oneOf(h)),transformLinkUri:a.oneOfType([a.func,a.bool]),linkTarget:a.oneOfType([a.func,a.string]),transformImageUri:a.func,astPlugins:a.arrayOf(a.func),unwrapDisallowed:a.bool,renderers:a.object,plugins:a.array},m.types=h,m.renderers=g,m.uriTransformer=p,e.exports=m},function(e,t,n){"use strict";var r=n(613),o=n(614),i=n(615),a=n(621),l=n(623),s=n(624);e.exports=function e(){var t=[];var n=a();var y={};var v=!1;var _=-1;w.data=function(e,t){if(l(e))return 2===arguments.length?(h("data",v),y[e]=t,w):c.call(y,e)&&y[e]||null;if(e)return h("data",v),y=e,w;return y};w.freeze=x;w.attachers=t;w.use=function(e){var n;if(h("use",v),null===e||void 0===e);else if("function"==typeof e)l.apply(null,arguments);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?a(e):o(e)}n&&(y.settings=r(y.settings||{},n));return w;function o(e){a(e.plugins),e.settings&&(n=r(n||{},e.settings))}function i(e){if("function"==typeof e)l(e);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?l.apply(null,e):o(e)}}function a(e){var t,n;if(null===e||void 0===e);else{if(!("object"==typeof e&&"length"in e))throw new Error("Expected a list of plugins, not `"+e+"`");for(t=e.length,n=-1;++n<t;)i(e[n])}}function l(e,n){var o=function(e){var n,r=t.length,o=-1;for(;++o<r;)if((n=t[o])[0]===e)return n}(e);o?(s(o[1])&&s(n)&&(n=r(o[1],n)),o[1]=n):t.push(u.call(arguments))}};w.parse=function(e){var t,n=i(e);if(x(),p("parse",t=w.Parser),f(t))return new t(String(n),n).parse();return t(String(n),n)};w.stringify=function(e,t){var n,r=i(t);if(x(),g("stringify",n=w.Compiler),m(e),f(n))return new n(e,r).compile();return n(e,r)};w.run=k;w.runSync=function(e,t){var n,r=!1;return k(e,t,function(e,t){r=!0,o(e),n=t}),b("runSync","run",r),n};w.process=T;w.processSync=function(e){var t,n=!1;return x(),p("processSync",w.Parser),g("processSync",w.Compiler),T(t=i(e),function(e){n=!0,o(e)}),b("processSync","process",n),t};return w;function w(){for(var n=e(),o=t.length,i=-1;++i<o;)n.use.apply(null,t[i]);return n.data(r(!0,{},y)),n}function x(){var e,r,o,i;if(v)return w;for(;++_<t.length;)e=t[_],r=e[0],o=e[1],i=null,!1!==o&&(!0===o&&(e[1]=void 0),"function"==typeof(i=r.apply(w,e.slice(1)))&&n.use(i));return v=!0,_=1/0,w}function k(e,t,r){if(m(e),x(),r||"function"!=typeof t||(r=t,t=null),!r)return new Promise(o);function o(o,a){n.run(e,i(t),function(t,n,i){n=n||e,t?a(t):o?o(n):r(null,n,i)})}o(null,r)}function T(e,t){if(x(),p("process",w.Parser),g("process",w.Compiler),!t)return new Promise(n);function n(n,r){var o=i(e);d.run(w,{file:o},function(e){e?r(e):n?n(o):t(null,o)})}n(null,t)}}().freeze();var u=[].slice,c={}.hasOwnProperty,d=a().use(function(e,t){t.tree=e.parse(t.file)}).use(function(e,t,n){e.run(t.tree,t.file,function(e,r,o){e?n(e):(t.tree=r,t.file=o,n())})}).use(function(e,t){t.file.contents=e.stringify(t.tree,t.file)});function f(e){return"function"==typeof e&&function(e){var t;for(t in e)return!0;return!1}(e.prototype)}function p(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Parser`")}function g(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Compiler`")}function h(e,t){if(t)throw new Error(["Cannot invoke `"+e+"` on a frozen processor.\nCreate a new ","processor first, by invoking it: use `processor()` instead of ","`processor`."].join(""))}function m(e){if(!e||!l(e.type))throw new Error("Expected node, got `"+e+"`")}function b(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}},function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===o.call(e)},s=function(e){if(!e||"[object Object]"!==o.call(e))return!1;var t,n=r.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!i)return!1;for(t in e);return void 0===t||r.call(e,t)},u=function(e,t){i&&"__proto__"===t.name?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},c=function(e,t){if("__proto__"===t){if(!r.call(e,t))return;if(a)return a(e,t).value}return e[t]};e.exports=function e(){var t,n,r,o,i,a,d=arguments[0],f=1,p=arguments.length,g=!1;for("boolean"==typeof d&&(g=d,d=arguments[1]||{},f=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});f<p;++f)if(null!=(t=arguments[f]))for(n in t)r=c(d,n),d!==(o=c(t,n))&&(g&&o&&(s(o)||(i=l(o)))?(i?(i=!1,a=r&&l(r)?r:[]):a=r&&s(r)?r:{},u(d,{name:n,newValue:e(g,a,o)})):void 0!==o&&u(d,{name:n,newValue:o}));return d}},function(e,t,n){"use strict";e.exports=function(e){if(e)throw e}},function(e,t,n){"use strict";var r=n(616),o=n(618);e.exports=o;var i=o.prototype;function a(e,t,n){var o=this.path,i=new r(e,t,n);return o&&(i.name=o+":"+i.name,i.file=o),i.fatal=!1,this.messages.push(i),i}i.message=a,i.info=function(){var e=this.message.apply(this,arguments);return e.fatal=null,e},i.fail=function(){var e=this.message.apply(this,arguments);throw e.fatal=!0,e},i.warn=a},function(e,t,n){"use strict";var r=n(617);function o(){}e.exports=a,o.prototype=Error.prototype,a.prototype=new o;var i=a.prototype;function a(e,t,n){var o,i,a;"string"==typeof t&&(n=t,t=null),o=function(e){var t,n=[null,null];"string"==typeof e&&(-1===(t=e.indexOf(":"))?n[1]=e:(n[0]=e.slice(0,t),n[1]=e.slice(t+1)));return n}(n),i=r(t)||"1:1",a={start:{line:null,column:null},end:{line:null,column:null}},t&&t.position&&(t=t.position),t&&(t.start?(a=t,t=t.start):a.start=t),e.stack&&(this.stack=e.stack,e=e.message),this.message=e,this.name=i,this.reason=e,this.line=t?t.line:null,this.column=t?t.column:null,this.location=a,this.source=o[0],this.ruleId=o[1]}i.file="",i.name="",i.reason="",i.message="",i.stack="",i.fatal=null,i.column=null,i.line=null},function(e,t,n){"use strict";var r={}.hasOwnProperty;function o(e){return e&&"object"==typeof e||(e={}),a(e.line)+":"+a(e.column)}function i(e){return e&&"object"==typeof e||(e={}),o(e.start)+"-"+o(e.end)}function a(e){return e&&"number"==typeof e?e:1}e.exports=function(e){if(!e||"object"!=typeof e)return null;if(r.call(e,"position")||r.call(e,"type"))return i(e.position);if(r.call(e,"start")||r.call(e,"end"))return i(e);if(r.call(e,"line")||r.call(e,"column"))return o(e);return null}},function(e,t,n){"use strict";(function(t){var r=n(241),o=n(619),i=n(620);e.exports=u;var a={}.hasOwnProperty,l=u.prototype;l.toString=function(e){var t=this.contents||"";return i(t)?t.toString(e):String(t)};var s=["history","path","basename","stem","extname","dirname"];function u(e){var n,r,o;if(e){if("string"==typeof e||i(e))e={contents:e};else if("message"in e&&"messages"in e)return e}else e={};if(!(this instanceof u))return new u(e);for(this.data={},this.messages=[],this.history=[],this.cwd=t.cwd(),r=-1,o=s.length;++r<o;)n=s[r],a.call(e,n)&&(this[n]=e[n]);for(n in e)-1===s.indexOf(n)&&(this[n]=e[n])}function c(e,t){if(-1!==e.indexOf(r.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+r.sep+"`")}function d(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function f(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}Object.defineProperty(l,"path",{get:function(){return this.history[this.history.length-1]},set:function(e){d(e,"path"),e!==this.path&&this.history.push(e)}}),Object.defineProperty(l,"dirname",{get:function(){return"string"==typeof this.path?r.dirname(this.path):void 0},set:function(e){f(this.path,"dirname"),this.path=r.join(e||"",this.basename)}}),Object.defineProperty(l,"basename",{get:function(){return"string"==typeof this.path?r.basename(this.path):void 0},set:function(e){d(e,"basename"),c(e,"basename"),this.path=r.join(this.dirname||"",e)}}),Object.defineProperty(l,"extname",{get:function(){return"string"==typeof this.path?r.extname(this.path):void 0},set:function(e){var t=e||"";if(c(t,"extname"),f(this.path,"extname"),t){if("."!==t.charAt(0))throw new Error("`extname` must start with `.`");if(-1!==t.indexOf(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=o(this.path,t)}}),Object.defineProperty(l,"stem",{get:function(){return"string"==typeof this.path?r.basename(this.path,this.extname):void 0},set:function(e){d(e,"stem"),c(e,"stem"),this.path=r.join(this.dirname||"",e+(this.extname||""))}})}).call(t,n(34))},function(e,t,n){"use strict";var r=n(241);e.exports=function(e,t){if("string"!=typeof e)return e;if(0===e.length)return e;var n=r.basename(e,r.extname(e))+t;return r.join(r.dirname(e),n)}},function(e,t){function n(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}
99
+ */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,a,l=function(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var u in n=Object(arguments[s]))o.call(n,u)&&(l[u]=n[u]);if(r){a=r(n);for(var c=0;c<a.length;c++)i.call(n,a[c])&&(l[a[c]]=n[a[c]])}}return l}},function(e,t,n){"use strict";(function(t){if("production"!==t.env.NODE_ENV)var r=n(2),o=n(4),i=n(3),a={};e.exports=function(e,n,l,s,u){if("production"!==t.env.NODE_ENV)for(var c in e)if(e.hasOwnProperty(c)){var d;try{r("function"==typeof e[c],"%s: %s type `%s` is invalid; it must be a function, usually from the `prop-types` package, but received `%s`.",s||"React class",l,c,typeof e[c]),d=e[c](n,c,s,l,null,i)}catch(e){d=e}if(o(!d||d instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",s||"React class",l,c,typeof d),d instanceof Error&&!(d.message in a)){a[d.message]=!0;var f=u?u():"";o(!1,"Failed %s type: %s%s",l,d.message,null!=f?f:"")}}}}).call(t,n(0))},function(e,t,n){"use strict";var r=n(1),o=n(2),i=n(3);e.exports=function(){function e(e,t,n,r,a,l){l!==i&&o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types")}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=r,n.PropTypes=n,n}},function(e,t,n){"use strict";(function(t){var r=n(1),o=n(2),i=n(4),a=n(9),l=n(3),s=n(10);e.exports=function(e,n){var u="function"==typeof Symbol&&Symbol.iterator,c="@@iterator";var d="<<anonymous>>",f={array:m("array"),bool:m("boolean"),func:m("function"),number:m("number"),object:m("object"),string:m("string"),symbol:m("symbol"),any:h(r.thatReturnsNull),arrayOf:function(e){return h(function(t,n,r,o,i){if("function"!=typeof e)return new g("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var a=t[n];if(!Array.isArray(a)){var s=y(a);return new g("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected an array.")}for(var u=0;u<a.length;u++){var c=e(a,u,r,o,i+"["+u+"]",l);if(c instanceof Error)return c}return null})},element:function(){return h(function(t,n,r,o,i){var a=t[n];if(!e(a)){var l=y(a);return new g("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected a single ReactElement.")}return null})}(),instanceOf:function(e){return h(function(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||d,l=function(e){if(!e.constructor||!e.constructor.name)return d;return e.constructor.name}(t[n]);return new g("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null})},node:function(){return h(function(e,t,n,r,o){if(!b(e[t]))return new g("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.");return null})}(),objectOf:function(e){return h(function(t,n,r,o,i){if("function"!=typeof e)return new g("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var a=t[n],s=y(a);if("object"!==s)return new g("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected an object.");for(var u in a)if(a.hasOwnProperty(u)){var c=e(a,u,r,o,i+"."+u,l);if(c instanceof Error)return c}return null})},oneOf:function(e){if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOf, expected an instance of array."),r.thatReturnsNull;return h(function(t,n,r,o,i){for(var a=t[n],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e);return new g("Invalid "+o+" `"+i+"` of value `"+a+"` supplied to `"+r+"`, expected one of "+s+".")})},oneOfType:function(e){if(!Array.isArray(e))return"production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),r.thatReturnsNull;for(var n=0;n<e.length;n++){var o=e[n];if("function"!=typeof o)return i(!1,"Invalid argument supplied to oneOfType. Expected an array of check functions, but received %s at index %s.",_(o),n),r.thatReturnsNull}return h(function(t,n,r,o,i){for(var a=0;a<e.length;a++){var s=e[a];if(null==s(t,n,r,o,i,l))return null}return new g("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")})},shape:function(e){return h(function(t,n,r,o,i){var a=t[n],s=y(a);if("object"!==s)return new g("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected `object`.");for(var u in e){var c=e[u];if(c){var d=c(a,u,r,o,i+"."+u,l);if(d)return d}}return null})},exact:function(e){return h(function(t,n,r,o,i){var s=t[n],u=y(s);if("object"!==u)return new g("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.");var c=a({},t[n],e);for(var d in c){var f=e[d];if(!f)return new g("Invalid "+o+" `"+i+"` key `"+d+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var p=f(s,d,r,o,i+"."+d,l);if(p)return p}return null})}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function g(e){this.message=e,this.stack=""}function h(e){if("production"!==t.env.NODE_ENV)var r={},a=0;function s(s,u,c,f,p,h,m){if(f=f||d,h=h||c,m!==l)if(n)o(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var b=f+":"+c;!r[b]&&a<3&&(i(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",h,f),r[b]=!0,a++)}return null==u[c]?s?null===u[c]?new g("The "+p+" `"+h+"` is marked as required in `"+f+"`, but its value is `null`."):new g("The "+p+" `"+h+"` is marked as required in `"+f+"`, but its value is `undefined`."):null:e(u,c,f,p,h)}var u=s.bind(null,!1);return u.isRequired=s.bind(null,!0),u}function m(e){return h(function(t,n,r,o,i,a){var l=t[n];return y(l)!==e?new g("Invalid "+o+" `"+i+"` of type `"+v(l)+"` supplied to `"+r+"`, expected `"+e+"`."):null})}function b(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(b);if(null===t||e(t))return!0;var n=function(e){var t=e&&(u&&e[u]||e[c]);if("function"==typeof t)return t}(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!b(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!b(i[1]))return!1}return!0;default:return!1}}function y(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||"Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol}(t,e)?"symbol":t}function v(e){if(void 0===e||null===e)return""+e;var t=y(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function _(e){var t=v(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return g.prototype=Error.prototype,f.checkPropTypes=s,f.PropTypes=f,f}}).call(t,n(0))}])},function(e,t,n){var r=n(596);(t=e.exports=n(12)(!1)).push([e.i,"@import url(https://fonts.googleapis.com/css?family=Anton|Montserrat:500,700,800);",""]),t.push([e.i,'/* Pattern Lab Base theme variables */\n\n/* Susy Grid and breakpoints */\n\n/*\n * TODO: Extract grid from susy framework instead of importing all\n */\n\n/* Small breakpoint */\n\n/* Medium breakpoint */\n\n/* Large breakpoint */\n\n/* Tweaked breakpoints to allow \'mobile\' style nav on iPad landscape */\n\n/* Extra Large breakpoint */\n\n/* Grid values */\n\n/* Changing Susy default global settings */\n\n/* \n * Colours\n */\n\n/* Single message row background colour, used in June site, to be renamed and updated */\n\n/* standard form colors */\n\n/**\n * Parameters\n * $inlinelink[1] = name\n * $inlinelink[2] = border-color\n * $inlinelink[3] = border-color for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour/font colour\n */\n\n/**\n * Parameters\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/**\n * Breakpoints\n *\n * For usage, please refer to:\n * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage\n * More on the breakpoint mixin usage:\n * https://github.com/Team-Sass/breakpoint/wiki\n *\n * Single query breakpoint:\n * @include breakpoint(md) { ... }\n *\n * Single custom breakpoint:\n * @include breakpoint(100px) { ... }\n * \n * Min and max query breakpoint:\n * @include breakpoint(100px, 200px) { ... }\n *\n */\n\n/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/* Pattern Lab Comic Relief theme variables */\n\n/* Primary */\n\n/* Secondary */\n\n/* Secondary light */\n\n/* Secondary dark */\n\n/* Sizing variations.\n** format is as follows: breakpoint: (font-size, line-height)\n*/\n\n/* \'Title\' H1 variation */\n\n/* More backwards compatibility */\n\n/* New stuff */\n\n/* As per Body for backwards compatibility */\n\n/* Pattern Lab Comic Relief theme components */\n\nh1,\nh2,\nh3,\nh4,\nh5 {\n text-transform: uppercase;\n font-family: "Anton", Impact, sans-serif;\n}\n\nh1 strong,\nh2 strong,\nh3 strong,\nh4 strong,\nh5 strong {\n font-family: inherit;\n}\n\np,\nspan {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n}\n\np strong,\nspan strong {\n font-family: inherit;\n}\n\np:last-child {\n margin: 0;\n}\n\n/* Override base theme variations, to make current content \'work\' on some level */\n\nh1 {\n margin-bottom: 30px;\n}\n\nh1.font--font-black,\nh1.font--xlarge,\nh1.font--black-shadow {\n font-size: 42px;\n line-height: 48px;\n}\n\n@media (min-width: 740px) {\n h1.font--font-black,\n h1.font--xlarge,\n h1.font--black-shadow {\n font-size: 42px;\n line-height: 48px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--font-black,\n h1.font--xlarge,\n h1.font--black-shadow {\n font-size: 64px;\n line-height: 72px;\n }\n}\n\nh2,\nh3,\np.text--subtitle {\n margin-bottom: 20px;\n}\n\np.font--xlarge,\np.font--large,\np.font--small,\np.font--xsmall {\n font-size: 15px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n p.font--xlarge,\n p.font--large,\n p.font--small,\n p.font--xsmall {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--xlarge,\n p.font--large,\n p.font--small,\n p.font--xsmall {\n font-size: 20px;\n line-height: 32px;\n }\n}\n\nh1.text--title {\n font-size: 54px;\n line-height: 62px;\n margin-bottom: 30px;\n}\n\n@media (min-width: 740px) {\n h1.text--title {\n font-size: 54px;\n line-height: 62px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.text--title {\n font-size: 100px;\n line-height: 104px;\n }\n}\n\nh1.font--red,\nh1.font--royal-blue,\nh1.font--dark-purple,\nh1.font--purple,\nh1.font--black,\nh1.font--dark-grey,\nh1.font--grey,\nh2.font--red,\nh2.font--royal-blue,\nh2.font--dark-purple,\nh2.font--purple,\nh2.font--black,\nh2.font--dark-grey,\nh2.font--grey,\nh3.font--red,\nh3.font--royal-blue,\nh3.font--dark-purple,\nh3.font--purple,\nh3.font--black,\nh3.font--dark-grey,\nh3.font--grey,\nh4.font--red,\nh4.font--royal-blue,\nh4.font--dark-purple,\nh4.font--purple,\nh4.font--black,\nh4.font--dark-grey,\nh4.font--grey,\nh5.font--red,\nh5.font--royal-blue,\nh5.font--dark-purple,\nh5.font--purple,\nh5.font--black,\nh5.font--dark-grey,\nh5.font--grey,\np.font--red,\np.font--royal-blue,\np.font--dark-purple,\np.font--purple,\np.font--black,\np.font--dark-grey,\np.font--grey,\nspan.font--red,\nspan.font--royal-blue,\nspan.font--dark-purple,\nspan.font--purple,\nspan.font--black,\nspan.font--dark-grey,\nspan.font--grey {\n color: #48276E;\n}\n\nh1.font--mint-green,\nh1.font--white,\nh1.font--light-grey,\nh2.font--mint-green,\nh2.font--white,\nh2.font--light-grey,\nh3.font--mint-green,\nh3.font--white,\nh3.font--light-grey,\nh4.font--mint-green,\nh4.font--white,\nh4.font--light-grey,\nh5.font--mint-green,\nh5.font--white,\nh5.font--light-grey,\np.font--mint-green,\np.font--white,\np.font--light-grey,\nspan.font--mint-green,\nspan.font--white,\nspan.font--light-grey {\n color: #FFFFFF;\n}\n\n/* 2019 Classes .. to be used via Sass @extends, not as standalone WYSIWYG classes */\n\n.text--subtitle,\n.text--subtitle-small,\n.text--label,\nlabel,\n.text--label-small {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 800;\n}\n\n.text--subtitle strong,\n.text--subtitle-small strong,\n.text--label strong,\nlabel strong,\n.text--label-small strong {\n font-weight: inherit;\n}\n\n.text--footnote {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 500;\n}\n\n.text--footnote strong {\n font-weight: 700;\n}\n\n.text--body {\n font-size: 15px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n .text--body {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--body {\n font-size: 20px;\n line-height: 32px;\n }\n}\n\n.text--body-small {\n font-size: 15px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n .text--body-small {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--body-small {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n.text--subtitle {\n font-size: 27px;\n line-height: 40px;\n}\n\n@media (min-width: 740px) {\n .text--subtitle {\n font-size: 27px;\n line-height: 40px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--subtitle {\n font-size: 36px;\n line-height: 48px;\n }\n}\n\n.text--subtitle-small {\n font-size: 27px;\n line-height: 40px;\n margin-bottom: 15px;\n}\n\n@media (min-width: 740px) {\n .text--subtitle-small {\n font-size: 27px;\n line-height: 40px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--subtitle-small {\n font-size: 27px;\n line-height: 40px;\n }\n}\n\n.text--label,\nlabel {\n font-size: 11px;\n line-height: 16px;\n text-transform: uppercase;\n}\n\n@media (min-width: 740px) {\n .text--label,\n label {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--label,\n label {\n font-size: 15px;\n line-height: 24px;\n }\n}\n\n.text--label-small {\n font-size: 11px;\n line-height: 16px;\n text-transform: uppercase;\n}\n\n@media (min-width: 740px) {\n .text--label-small {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--label-small {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n.text--footnote {\n font-size: 11px;\n line-height: 16px;\n}\n\n@media (min-width: 740px) {\n .text--footnote {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n@media (min-width: 1024px) {\n .text--footnote {\n font-size: 11px;\n line-height: 16px;\n }\n}\n\n/* Backwards mapping so our existing content in the CMS doesn\'t look too wonky */\n\ni.font--family-black,\n.font--family-black,\ni.font--family-bold,\n.font--family-bold {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 800;\n text-transform: unset;\n}\n\ni.font--family-regular,\n.font--family-regular,\n.font--family-medium,\ni.font--family-medium {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 700;\n text-transform: unset;\n}\n\n.font--family-light,\ni.font--family-light {\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n font-weight: 500;\n text-transform: unset;\n}\n\n/* Used to strongarm styles for Membership page,\n * overriding general bg-color/font-color rules */\n\n.font--white {\n color: #FFFFFF !important;\n}\n\n.font--red {\n color: #E52630 !important;\n}\n\n.font--deep-violet {\n color: #2C0230 !important;\n}\n\n.font--grey {\n color: #918791 !important;\n}\n\n.font--coral {\n color: #F9686D !important;\n}\n\n.font--orange {\n color: #FF9144 !important;\n}\n\n.font--yellow {\n color: #FFE400 !important;\n}\n\n.font--green {\n color: #4ECD57 !important;\n}\n\n.font--blue {\n color: #6489FC !important;\n}\n\n.font--magenta {\n color: #FC59CE !important;\n}\n\n.font--purple {\n color: #C180F9 !important;\n}\n\n.font--teal {\n color: #22CFD8 !important;\n}\n\n/* Per breakpoint tweaks for Membership */\n\n@media (min-width: 740px) {\n .no-wrap--md-lg {\n white-space: nowrap;\n }\n}\n\n@media (min-width: 1024px) {\n .no-wrap--lg {\n white-space: nowrap;\n }\n}\n\nbr.break--md-lg {\n display: none;\n}\n\n@media (min-width: 740px) {\n br.break--md-lg {\n display: inline;\n }\n}\n\nbr.break--lg {\n display: none;\n}\n\n@media (min-width: 1024px) {\n br.break--lg {\n display: inline;\n }\n}\n\n/* Pattern Lab Base theme components */\n\n.cookie-consent.cc_container {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n position: relative;\n padding: 10px;\n text-align: center;\n background: #2C0230;\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n justify-content: space-between;\n /* Required a modifier class so we\'re not affecting the simpler \n * CC banner (w/different markup) currently used in Donate etc. */\n}\n\n@media (min-width: 1024px) {\n .cookie-consent.cc_container {\n padding: 15px 20px 15px;\n }\n}\n\n.cookie-consent.cc_container .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child),\n.cookie-consent.cc_container p,\n.cookie-consent.cc_container a {\n color: #FFFFFF;\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n}\n\n.cookie-consent.cc_container p {\n margin-top: 15px;\n}\n\n.cookie-consent.cc_container .cc_message {\n margin: 0 auto;\n width: calc(100% - 50px);\n font-size: 14px;\n line-height: 16px;\n text-align: left;\n}\n\n@media (min-width: 740px) {\n .cookie-consent.cc_container .cc_message {\n width: auto;\n margin-top: 15px;\n font-size: 18px;\n line-height: 20px;\n }\n}\n\n.cookie-consent.cc_container .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n margin: 0;\n padding: 12px 20px;\n width: 40px;\n height: 44px;\n text-indent: -9999px;\n background-image: url('+r(n(597))+');\n background-repeat: no-repeat;\n background-position: center;\n}\n\n.cookie-consent.cc_container .btn:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child) {\n background-color: transparent;\n}\n\n@media (min-width: 1024px) {\n .cookie-consent.cc_container .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n min-width: 128px;\n text-indent: 0;\n color: #2C0230;\n background-image: none;\n background-color: #FFFFFF;\n border: 2px solid #FFFFFF;\n }\n\n .cookie-consent.cc_container .btn:hover,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child) {\n color: #FFFFFF;\n background-color: transparent;\n }\n}\n\n.cookie-consent.cc_container.cc_banner--drupal {\n display: block;\n padding: 20px;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_more_info {\n font-size: inherit;\n line-height: inherit;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message {\n margin: 0 0 10px;\n width: 100%;\n font-size: 14px;\n line-height: 20px;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message:last-child {\n margin-bottom: 0;\n}\n\n@media (min-width: 740px) {\n .cookie-consent.cc_container.cc_banner--drupal .cc_message {\n font-size: 14px;\n line-height: 20px;\n width: 75%;\n margin: 0 auto 15px;\n }\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n background-image: none;\n height: auto;\n text-indent: 0;\n margin-top: 0;\n margin-bottom: 10px !important;\n padding: 8px 20px !important;\n width: 100%;\n color: #2C0230;\n}\n\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child):hover {\n color: #FFFFFF;\n}\n\n@media (min-width: 740px) {\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n width: auto;\n margin-right: 8px !important;\n margin-bottom: 0 !important;\n }\n}\n\n.btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n display: inline-block;\n width: auto;\n margin: 0 auto;\n padding: 21px 40px;\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n text-decoration: none;\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n font-size: 18px;\n line-height: 18px;\n background-color: #E52630;\n color: #FFFFFF;\n border-radius: 30px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n}\n\n.btn span,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) span {\n font-size: inherit;\n font-weight: inherit;\n}\n\n.btn:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child) {\n background-color: #C180F9;\n}\n\n.btn.btn--full-width,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--full-width.btn:first-child:not(:only-child) {\n display: block;\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn.btn--full-width,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--full-width.btn:first-child:not(:only-child) {\n display: inline-block;\n width: auto;\n }\n}\n\n/* Process $buttonList colour variations through our btn-variation mixin. */\n\n.btn--black-ghost {\n background-color: transparent;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--black-ghost:hover,\n.btn--black-ghost:focus {\n outline: none;\n background-color: #061d38;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--black-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost {\n background-color: transparent;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white-ghost:hover,\n.btn--white-ghost:focus {\n outline: none;\n background-color: #fff;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red {\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--red:hover,\n.btn--red:focus {\n outline: none;\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue {\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--blue:hover,\n.btn--blue:focus {\n outline: none;\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow {\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--yellow:hover,\n.btn--yellow:focus {\n outline: none;\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green {\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--green:hover,\n.btn--green:focus {\n outline: none;\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal {\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--teal:hover,\n.btn--teal:focus {\n outline: none;\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue {\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--royal-blue:hover,\n.btn--royal-blue:focus {\n outline: none;\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple {\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--purple:hover,\n.btn--purple:focus {\n outline: none;\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink {\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--pink:hover,\n.btn--pink:focus {\n outline: none;\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n background-color: #fff;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child),\n.btn--white:focus,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:focus:first-child:not(:only-child) {\n outline: none;\n background-color: #030e1a;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white:active,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:active:first-child:not(:only-child) {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n/* Force white colour on black bg hover and focus state */\n\n.btn.btn--white:hover,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:hover:first-child:not(:only-child),\n.btn.btn--white:focus,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:focus:first-child:not(:only-child) {\n color: #FFFFFF;\n}\n\n/**\n * Buttons display as stack block for xs\n */\n\n.btn + .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) + .btn,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn + .btn:first-child:not(:only-child) {\n margin-top: 30px;\n}\n\n/**\n * Buttons display as inline block for md and large breakpoints.\n */\n\n.btn.btn--fixed-width,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--fixed-width.btn:first-child:not(:only-child) {\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n display: inline-block;\n width: auto;\n font-size: 18px;\n }\n\n .btn.btn--fixed-width,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn--fixed-width.btn:first-child:not(:only-child) {\n width: 100%;\n min-width: 290px;\n }\n\n .btn + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn + .btn:first-child:not(:only-child) {\n margin-top: 0;\n margin-left: 25px;\n }\n}\n\n/*\n * Add icon to btn\n */\n\n.btn .icon,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) .icon {\n height: 20px;\n font-weight: normal;\n line-height: 20px;\n}\n\n.btn .icon:before,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) .icon:before {\n position: relative;\n top: 9px;\n line-height: 0;\n}\n\n.btn .icon + span,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) .icon + span,\n.btn span + .icon,\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) span + .icon {\n margin-left: 5px;\n}\n\n/**\n * Adds large buttons.\n */\n\n.btn--lg {\n padding-top: 19px;\n padding-bottom: 19px;\n font-size: 18px;\n line-height: 22px;\n}\n\n/**\n * Large button styles for >= md breakpoint.\n */\n\n@media (min-width: 740px) {\n .btn--lg {\n height: 70px;\n padding: 24px 70px;\n border-radius: 35px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n }\n}\n\n/* for a large group of buttons */\n\n@media (min-width: 740px) {\n .btn:first-child:not(:only-child),\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) {\n margin-bottom: 20px;\n }\n\n .btn + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child) + .btn,\n .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn + .btn:first-child:not(:only-child) {\n margin-bottom: 20px;\n }\n}\n\n/* Ghost button \nless padding because ghost buttons have borders */\n\n.btn--white-ghost,\n.btn--black-ghost {\n padding: 19px 38px;\n}\n\n.btn--black-ghost {\n border: 2px solid #274084;\n}\n\n.btn--black-ghost:hover {\n color: #FFFFFF;\n}\n\n.btn--white-ghost {\n border: 2px solid #FFFFFF;\n}\n\n.btn--white-ghost:hover {\n color: #274084;\n}\n\n/* small buttons for content wall */\n\n.content-wall .btn,\n.content-wall .cookie-consent.cc_container.cc_banner--drupal .cc_message .btn:first-child:not(:only-child),\n.cookie-consent.cc_container.cc_banner--drupal .cc_message .content-wall .btn:first-child:not(:only-child) {\n padding: 16px 32px;\n font-size: 16px;\n}\n\n.content-wall .btn--white-ghost,\n.content-wall .btn--black-ghost {\n padding: 14px 30px;\n}\n\n.cookie-consent.cc_container {\n position: relative !important;\n overflow: hidden;\n -webkit-animation-name: slideDown;\n animation-name: slideDown;\n -webkit-animation-duration: 1s;\n animation-duration: 1s;\n -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n font-family: "Montserrat", Helvetica, Arial, sans-serif;\n max-height: 100px;\n}\n\n.cookie-consent.cc_container .cc_more_info {\n display: inline-block;\n}\n\n.cookie-consent.cc_container .cc_message {\n color: #FFFFFF;\n}\n\n@-webkit-keyframes slideDown {\n 0% {\n max-height: 0;\n }\n\n 100% {\n max-height: 100px;\n }\n}\n\n@keyframes slideDown {\n 0% {\n max-height: 0;\n }\n\n 100% {\n max-height: 100px;\n }\n}',""])},function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},function(e,t){e.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMS40LDIwbDguMyw4LjNsLTEuNCwxLjRMMjAsMjEuNGwtOC4zLDguM2wtMS40LTEuNGw4LjMtOC4zbC04LjMtOC4zbDEuNC0xLjRsOC4zLDguM2w4LjMtOC4zbDEuNCwxLjRMMjEuNCwyMHoiLz4KPC9zdmc+Cg=="},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=c(n(3)),o=c(n(4)),i=c(n(5)),a=c(n(6)),l=n(0),s=c(l),u=c(n(1));function c(e){return e&&e.__esModule?e:{default:e}}n(599);var d=function(e){function t(){(0,r.default)(this,t);var e=(0,i.default)(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return e.state={isOpen:!1},e}return(0,a.default)(t,e),(0,o.default)(t,[{key:"handleToggle",value:function(e){e.preventDefault(),this.setState({isOpen:!1===this.state.isOpen})}},{key:"render",value:function(){var e=this,t=!0===this.state.isOpen?"close":"show",n=!0===this.state.isOpen?"show":"close";return s.default.createElement("div",{className:"form__row form__row--just-in-time-block"},s.default.createElement("div",{className:"form__fieldset"},s.default.createElement("a",{href:"#"+t+"-public","aria-expanded":this.state.isOpen,className:"link toggle-link "+t+"-link","aria-label":!0===this.state.isOpen?"Click to close":"Click to open for more information on why we are asking for this information",onClick:function(t){return e.handleToggle(t)}},this.props.linkText),s.default.createElement("div",{className:"just-in-time--content just-in-time--content-"+n},this.props.children)))}}]),t}(l.Component);d.propTypes={linkText:u.default.string.isRequired},t.default=d},function(e,t,n){(e.exports=n(12)(!1)).push([e.i,"/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/* Susy Grid and breakpoints */\n\n/*\n * TODO: Extract grid from susy framework instead of importing all\n */\n\n/* Small breakpoint */\n\n/* Medium breakpoint */\n\n/* Large breakpoint */\n\n/* Tweaked breakpoints to allow 'mobile' style nav on iPad landscape */\n\n/* Extra Large breakpoint */\n\n/* Grid values */\n\n/* Changing Susy default global settings */\n\n/* \n * Colours\n */\n\n/* Single message row background colour, used in June site, to be renamed and updated */\n\n/* standard form colors */\n\n/* Pattern Lab Comic Relief theme variables */\n\n.form__row--just-in-time-block .toggle-link {\n position: relative;\n font-size: 18px;\n border-bottom: 4px solid #595959;\n font-family: \"GT-Walsheim-Bold\", helvetica, arial, sans-serif;\n color: #595959;\n text-decoration: none;\n}\n\n.form__row--just-in-time-block .toggle-link:focus,\n.form__row--just-in-time-block .toggle-link:hover {\n border-bottom: 4px solid #595959;\n}\n\n.form__row--just-in-time-block .toggle-link:after {\n content: '\\2303';\n position: absolute;\n font-family: Arial;\n margin-left: 4px;\n overflow: hidden;\n line-height: 19px;\n font-size: 25px;\n color: inherit;\n font-weight: bold;\n}\n\n.form__row--just-in-time-block .toggle-link.show-link:after {\n -webkit-transform: rotate(180deg);\n -ms-transform: rotate(180deg);\n transform: rotate(180deg);\n bottom: 5px;\n}\n\n.form__row--just-in-time-block .toggle-link.close-link:after {\n -webkit-transform: rotate(0);\n -ms-transform: rotate(0);\n transform: rotate(0);\n bottom: -4px;\n}\n\n.form__row--just-in-time-block .just-in-time--content {\n display: block;\n margin-top: 15px;\n overflow: hidden;\n -webkit-transition: max-height 0.5s ease-in-out;\n -o-transition: max-height 0.5s ease-in-out;\n transition: max-height 0.5s ease-in-out;\n height: auto;\n max-height: 0;\n}\n\n.form__row--just-in-time-block .just-in-time--content p {\n color: #595959;\n}\n\n.form__row--just-in-time-block .just-in-time--content.just-in-time--content-close a,\n.form__row--just-in-time-block .just-in-time--content.just-in-time--content-close .link {\n display: none;\n}\n\n.form__row--just-in-time-block .close-link {\n display: none;\n}\n\n.form__row--just-in-time-block .show-link:target + .close-link {\n display: inline;\n}\n\n.form__row--just-in-time-block .show-link:target {\n display: none;\n}\n\n.form__row--just-in-time-block .show-link:target ~ .just-in-time--content,\n.form__row--just-in-time-block .just-in-time--content.just-in-time--content-show {\n /* Need to provide a hard value here for max-height to animate to;\n * supplied copy seems to be about 300px height on SM breakpoint, \n * have left a bit of wiggle room here for good measure */\n max-height: 450px;\n}\n\n.form__row--just-in-time-block .close-link:target ~ .just-in-time--content a {\n display: none;\n}\n\n/* override base styles */\n\n.form__row--just-in-time-block .close-link {\n display: inline;\n}",""])},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=f(n(24)),o=f(n(3)),i=f(n(4)),a=f(n(5)),l=f(n(6)),s=n(0),u=f(s),c=f(n(1)),d=f(n(50));function f(e){return e&&e.__esModule?e:{default:e}}n(601);var p=n(602),g=n(611),h=function(e){function t(e){(0,o.default)(this,t);var n=(0,a.default)(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.state={optionsMarkup:null,valid:null,message:"",value:"",showErrorMessage:n.props.showErrorMessage},n.setRef=function(e){n.radioButtonRef=e},n.validateField=n.validateField.bind(n),n.onClickHandler=n.onClickHandler.bind(n),n.onBlurHandler=n.onBlurHandler.bind(n),n}return(0,l.default)(t,e),(0,i.default)(t,[{key:"componentWillMount",value:function(){var e=this.props.options.find(function(e){return!0===e.selected});void 0!==e&&this.setState({value:e.value})}},{key:"componentDidMount",value:function(){this.createOptions(),this.validateField(this.state.value,"mount")}},{key:"componentWillReceiveProps",value:function(e){!0===e.showErrorMessage&&this.setState((0,r.default)({},this.state,{showErrorMessage:e.showErrorMessage}))}},{key:"componentDidUpdate",value:function(){"function"==typeof this.props.isValid&&this.props.isValid(this.state,this.props.id)}},{key:"onClickHandler",value:function(e){var t=e.target.value;this.setState({value:t,showErrorMessage:!0}),this.validateField(t,"click")}},{key:"onBlurHandler",value:function(){this.props.required&&this.validateField(this.state.value,"blur")}},{key:"markdownLinkRenderer",value:function(e){return 0===e.href.indexOf("/")?u.default.createElement("a",{className:"link inline additional-text__link",href:e.href},e.children):u.default.createElement("a",{className:"link inline additional-text__link",href:e.href,target:"_blank",rel:"nofollow noopener noreferrer"},e.children,u.default.createElement("span",{className:"visuallyhidden"},"(opens in a new window)"))}},{key:"createOptions",value:function(){var e=this,t=[];Object.keys(this.props.options).forEach(function(n){var r=p.generate();t.push(u.default.createElement("div",{className:"form__field--wrapper form__radio form__radio--inline",key:"form__field--wrapper-"+r},u.default.createElement("label",{className:"form__field-label",htmlFor:"radio--"+r,key:"form__field-label-"+r},e.props.options[n].label),u.default.createElement("input",{type:"radio",id:"radio--"+r,name:e.props.id,value:e.props.options[n].value,key:"radio-button-"+r,onClick:e.onClickHandler,defaultChecked:e.props.options[n].selected}),u.default.createElement("span",null," "),e.props.options[n].additionalText?u.default.createElement(g,{source:e.props.options[n].additionalText,renderers:{link:e.markdownLinkRenderer},className:"form__fieldset form__field--wrapper form__field-additional-text"}):null))}),this.setState({optionsMarkup:t})}},{key:"validateField",value:function(e,t){var n=""!==e?e:null;!0===this.props.required?null===n?this.setState({valid:!1,message:"This field is required",showErrorMessage:"mount"!==t}):n&&this.setState({valid:!0,message:"",showErrorMessage:!1}):this.setState({valid:!0,message:"",showErrorMessage:!1})}},{key:"renderOptions",value:function(){return this.state.optionsMarkup}},{key:"render",value:function(){var e=!0===this.state.showErrorMessage?"form__field-error-wrapper":"",t=""!==this.props.extraClass?this.props.extraClass:"",n=!0===this.props.showErrorMessage&&""!==this.state.message&&!1===this.state.valid?"form__field--erroring":"",o=(0,d.default)(),i="firefox"===o.name&&o.os.match("Windows")?{"aria-live":"assertive","aria-relevant":"additions removals"}:{"aria-live":"assertive",role:"status"};return u.default.createElement("fieldset",{id:this.props.id,className:"form__fieldset form__field--wrapper form__field-wrapper--radio "+e+" "+t+" "+n,onBlur:this.onBlurHandler,ref:this.setRef},u.default.createElement("legend",{className:"form__fieldset--label"},this.props.label),this.renderOptions(),!1===this.state.valid&&!0===this.state.showErrorMessage&&""!==this.state.message&&u.default.createElement("div",(0,r.default)({id:"field-error--"+this.props.id,className:"form__field-error-container form__field-error-container--radio"},i),u.default.createElement("span",{className:"form-error"},this.state.message)))}}]),t}(s.Component);h.defaultProps={extraClass:"",isValid:null,showErrorMessage:!1,value:null},h.propTypes={id:c.default.string.isRequired,label:c.default.string.isRequired,required:c.default.bool.isRequired,options:c.default.arrayOf(c.default.shape({label:c.default.string.isRequired,value:c.default.oneOfType([c.default.string,c.default.number]),selected:c.default.bool}).isRequired).isRequired,value:c.default.func,extraClass:c.default.string,isValid:c.default.func,showErrorMessage:c.default.bool},t.default=h},function(e,t,n){(e.exports=n(12)(!1)).push([e.i,'/* generated with grunt-sass-globbing */\n\n/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/**\n * Breakpoints\n *\n * For usage, please refer to:\n * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage\n * More on the breakpoint mixin usage:\n * https://github.com/Team-Sass/breakpoint/wiki\n *\n * Single query breakpoint:\n * @include breakpoint(md) { ... }\n *\n * Single custom breakpoint:\n * @include breakpoint(100px) { ... }\n * \n * Min and max query breakpoint:\n * @include breakpoint(100px, 200px) { ... }\n *\n */\n\n.media--blazy {\n height: 100%;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\nbody,\ndiv,\ndl,\ndt,\ndd,\nul,\nol,\nli,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\npre,\nform,\nfieldset,\ninput,\ntextarea,\np,\nblockquote,\nth,\ntd {\n margin: 0;\n padding: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\nfieldset,\nimg {\n border: 0;\n}\n\ncaption,\nth {\n text-align: left;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\n\nq:before,\nq:after {\n content: \'\';\n}\n\nabbr,\nacronym {\n border: 0;\n}\n\n/* apply a natural box layout model to all elements, but allowing components to change */\n\nhtml {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*,\n*:before,\n*:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\nol,\nul {\n list-style: none;\n}\n\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\npicture img,\nlegend {\n width: 100%;\n}\n\n/* \n * Colours\n */\n\n/* Single message row background colour, used in June site, to be renamed and updated */\n\n/* standard form colors */\n\n/**\n * Parameters\n * $inlinelink[1] = name\n * $inlinelink[2] = border-color\n * $inlinelink[3] = border-color for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour/font colour\n */\n\n/**\n * Parameters\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/* Susy Grid and breakpoints */\n\n/*\n * TODO: Extract grid from susy framework instead of importing all\n */\n\n/* Small breakpoint */\n\n/* Medium breakpoint */\n\n/* Large breakpoint */\n\n/* Tweaked breakpoints to allow \'mobile\' style nav on iPad landscape */\n\n/* Extra Large breakpoint */\n\n/* Grid values */\n\n/* Changing Susy default global settings */\n\n.bg--cream-grey {\n background-color: #F5F2ED;\n}\n\n/* default font colours can be overridden as follows */\n\n.bg--red .font--yellow {\n color: #fbef51;\n}\n\n.bg--purple .font--pink {\n color: #fc9eb9;\n}\n\n.bg--yellow .font--red {\n color: #f04257;\n}\n\n.bg--pink .font--royal-blue {\n color: #0565d1;\n}\n\n.bg--blue .font--dark-purple {\n color: #7023b7;\n}\n\n.bg--red {\n background-color: #f04257;\n}\n\n.bg--blue {\n background-color: #22d2dc;\n}\n\n.bg--yellow {\n background-color: #fbef51;\n}\n\n.bg--green {\n background-color: #b2e55e;\n}\n\n.bg--teal {\n background-color: #00beca;\n}\n\n.bg--royal-blue {\n background-color: #0565d1;\n}\n\n.bg--purple {\n background-color: #7d2ca9;\n}\n\n.bg--dark-purple {\n background-color: #7023b7;\n}\n\n.bg--pink {\n background-color: #fc9eb9;\n}\n\n.bg--black {\n background-color: #030e1a;\n}\n\n.bg--dark-blue {\n background-color: #061d38;\n}\n\n.bg--white {\n background-color: #fff;\n}\n\n.bg--jasper-grey {\n background-color: #666;\n}\n\n.bg--gainsboro-grey {\n background-color: #c7c7c7;\n}\n\n.bg--light-grey {\n background-color: #dddddd;\n}\n\n.bg--smoke-grey {\n background-color: #f0f0f0;\n}\n\n/**\n * Needed to break-out these bg styles out a bit as the mutiple\n * nested selectors were breaking the styles and/or getting them overridden? Weird. **/\n\n.bg--black h2,\n.bg--black h3,\n.bg--black h4,\n.bg--black h5,\n.bg--black p,\n.bg--black .link {\n color: #fff;\n}\n\n.bg--black .bg--white h2,\n.bg--black .bg--white h3,\n.bg--black .bg--white h4,\n.bg--black .bg--white h5,\n.bg--black .bg--white p,\n.bg--black .bg--white .link,\n.bg--black .bg--smoke-grey h2,\n.bg--black .bg--smoke-grey h3,\n.bg--black .bg--smoke-grey h4,\n.bg--black .bg--smoke-grey h5,\n.bg--black .bg--smoke-grey p,\n.bg--black .bg--smoke-grey .link,\n.bg--black .bg--light-grey h2,\n.bg--black .bg--light-grey h3,\n.bg--black .bg--light-grey h4,\n.bg--black .bg--light-grey h5,\n.bg--black .bg--light-grey p,\n.bg--black .bg--light-grey .link,\n.bg--black .bg--gainsboro-grey h2,\n.bg--black .bg--gainsboro-grey h3,\n.bg--black .bg--gainsboro-grey h4,\n.bg--black .bg--gainsboro-grey h5,\n.bg--black .bg--gainsboro-grey p,\n.bg--black .bg--gainsboro-grey .link,\n.bg--black .bg--green h2,\n.bg--black .bg--green h3,\n.bg--black .bg--green h4,\n.bg--black .bg--green h5,\n.bg--black .bg--green p,\n.bg--black .bg--green .link,\n.bg--black .bg--yellow h2,\n.bg--black .bg--yellow h3,\n.bg--black .bg--yellow h4,\n.bg--black .bg--yellow h5,\n.bg--black .bg--yellow p,\n.bg--black .bg--yellow .link,\n.bg--black .bg--pink h2,\n.bg--black .bg--pink h3,\n.bg--black .bg--pink h4,\n.bg--black .bg--pink h5,\n.bg--black .bg--pink p,\n.bg--black .bg--pink .link,\n.bg--black .bg--blue h2,\n.bg--black .bg--blue h3,\n.bg--black .bg--blue h4,\n.bg--black .bg--blue h5,\n.bg--black .bg--blue p,\n.bg--black .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--jasper-grey h2,\n.bg--jasper-grey h3,\n.bg--jasper-grey h4,\n.bg--jasper-grey h5,\n.bg--jasper-grey p,\n.bg--jasper-grey .link {\n color: #fff;\n}\n\n.bg--jasper-grey .bg--white h2,\n.bg--jasper-grey .bg--white h3,\n.bg--jasper-grey .bg--white h4,\n.bg--jasper-grey .bg--white h5,\n.bg--jasper-grey .bg--white p,\n.bg--jasper-grey .bg--white .link,\n.bg--jasper-grey .bg--smoke-grey h2,\n.bg--jasper-grey .bg--smoke-grey h3,\n.bg--jasper-grey .bg--smoke-grey h4,\n.bg--jasper-grey .bg--smoke-grey h5,\n.bg--jasper-grey .bg--smoke-grey p,\n.bg--jasper-grey .bg--smoke-grey .link,\n.bg--jasper-grey .bg--light-grey h2,\n.bg--jasper-grey .bg--light-grey h3,\n.bg--jasper-grey .bg--light-grey h4,\n.bg--jasper-grey .bg--light-grey h5,\n.bg--jasper-grey .bg--light-grey p,\n.bg--jasper-grey .bg--light-grey .link,\n.bg--jasper-grey .bg--gainsboro-grey h2,\n.bg--jasper-grey .bg--gainsboro-grey h3,\n.bg--jasper-grey .bg--gainsboro-grey h4,\n.bg--jasper-grey .bg--gainsboro-grey h5,\n.bg--jasper-grey .bg--gainsboro-grey p,\n.bg--jasper-grey .bg--gainsboro-grey .link,\n.bg--jasper-grey .bg--green h2,\n.bg--jasper-grey .bg--green h3,\n.bg--jasper-grey .bg--green h4,\n.bg--jasper-grey .bg--green h5,\n.bg--jasper-grey .bg--green p,\n.bg--jasper-grey .bg--green .link,\n.bg--jasper-grey .bg--yellow h2,\n.bg--jasper-grey .bg--yellow h3,\n.bg--jasper-grey .bg--yellow h4,\n.bg--jasper-grey .bg--yellow h5,\n.bg--jasper-grey .bg--yellow p,\n.bg--jasper-grey .bg--yellow .link,\n.bg--jasper-grey .bg--pink h2,\n.bg--jasper-grey .bg--pink h3,\n.bg--jasper-grey .bg--pink h4,\n.bg--jasper-grey .bg--pink h5,\n.bg--jasper-grey .bg--pink p,\n.bg--jasper-grey .bg--pink .link,\n.bg--jasper-grey .bg--blue h2,\n.bg--jasper-grey .bg--blue h3,\n.bg--jasper-grey .bg--blue h4,\n.bg--jasper-grey .bg--blue h5,\n.bg--jasper-grey .bg--blue p,\n.bg--jasper-grey .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--dark-blue h2,\n.bg--dark-blue h3,\n.bg--dark-blue h4,\n.bg--dark-blue h5,\n.bg--dark-blue p,\n.bg--dark-blue .link {\n color: #fff;\n}\n\n.bg--dark-blue .bg--white h2,\n.bg--dark-blue .bg--white h3,\n.bg--dark-blue .bg--white h4,\n.bg--dark-blue .bg--white h5,\n.bg--dark-blue .bg--white p,\n.bg--dark-blue .bg--white .link,\n.bg--dark-blue .bg--smoke-grey h2,\n.bg--dark-blue .bg--smoke-grey h3,\n.bg--dark-blue .bg--smoke-grey h4,\n.bg--dark-blue .bg--smoke-grey h5,\n.bg--dark-blue .bg--smoke-grey p,\n.bg--dark-blue .bg--smoke-grey .link,\n.bg--dark-blue .bg--light-grey h2,\n.bg--dark-blue .bg--light-grey h3,\n.bg--dark-blue .bg--light-grey h4,\n.bg--dark-blue .bg--light-grey h5,\n.bg--dark-blue .bg--light-grey p,\n.bg--dark-blue .bg--light-grey .link,\n.bg--dark-blue .bg--gainsboro-grey h2,\n.bg--dark-blue .bg--gainsboro-grey h3,\n.bg--dark-blue .bg--gainsboro-grey h4,\n.bg--dark-blue .bg--gainsboro-grey h5,\n.bg--dark-blue .bg--gainsboro-grey p,\n.bg--dark-blue .bg--gainsboro-grey .link,\n.bg--dark-blue .bg--green h2,\n.bg--dark-blue .bg--green h3,\n.bg--dark-blue .bg--green h4,\n.bg--dark-blue .bg--green h5,\n.bg--dark-blue .bg--green p,\n.bg--dark-blue .bg--green .link,\n.bg--dark-blue .bg--yellow h2,\n.bg--dark-blue .bg--yellow h3,\n.bg--dark-blue .bg--yellow h4,\n.bg--dark-blue .bg--yellow h5,\n.bg--dark-blue .bg--yellow p,\n.bg--dark-blue .bg--yellow .link,\n.bg--dark-blue .bg--pink h2,\n.bg--dark-blue .bg--pink h3,\n.bg--dark-blue .bg--pink h4,\n.bg--dark-blue .bg--pink h5,\n.bg--dark-blue .bg--pink p,\n.bg--dark-blue .bg--pink .link,\n.bg--dark-blue .bg--blue h2,\n.bg--dark-blue .bg--blue h3,\n.bg--dark-blue .bg--blue h4,\n.bg--dark-blue .bg--blue h5,\n.bg--dark-blue .bg--blue p,\n.bg--dark-blue .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--royal-blue h2,\n.bg--royal-blue h3,\n.bg--royal-blue h4,\n.bg--royal-blue h5,\n.bg--royal-blue p,\n.bg--royal-blue .link {\n color: #fff;\n}\n\n.bg--royal-blue .bg--white h2,\n.bg--royal-blue .bg--white h3,\n.bg--royal-blue .bg--white h4,\n.bg--royal-blue .bg--white h5,\n.bg--royal-blue .bg--white p,\n.bg--royal-blue .bg--white .link,\n.bg--royal-blue .bg--smoke-grey h2,\n.bg--royal-blue .bg--smoke-grey h3,\n.bg--royal-blue .bg--smoke-grey h4,\n.bg--royal-blue .bg--smoke-grey h5,\n.bg--royal-blue .bg--smoke-grey p,\n.bg--royal-blue .bg--smoke-grey .link,\n.bg--royal-blue .bg--light-grey h2,\n.bg--royal-blue .bg--light-grey h3,\n.bg--royal-blue .bg--light-grey h4,\n.bg--royal-blue .bg--light-grey h5,\n.bg--royal-blue .bg--light-grey p,\n.bg--royal-blue .bg--light-grey .link,\n.bg--royal-blue .bg--gainsboro-grey h2,\n.bg--royal-blue .bg--gainsboro-grey h3,\n.bg--royal-blue .bg--gainsboro-grey h4,\n.bg--royal-blue .bg--gainsboro-grey h5,\n.bg--royal-blue .bg--gainsboro-grey p,\n.bg--royal-blue .bg--gainsboro-grey .link,\n.bg--royal-blue .bg--green h2,\n.bg--royal-blue .bg--green h3,\n.bg--royal-blue .bg--green h4,\n.bg--royal-blue .bg--green h5,\n.bg--royal-blue .bg--green p,\n.bg--royal-blue .bg--green .link,\n.bg--royal-blue .bg--yellow h2,\n.bg--royal-blue .bg--yellow h3,\n.bg--royal-blue .bg--yellow h4,\n.bg--royal-blue .bg--yellow h5,\n.bg--royal-blue .bg--yellow p,\n.bg--royal-blue .bg--yellow .link,\n.bg--royal-blue .bg--pink h2,\n.bg--royal-blue .bg--pink h3,\n.bg--royal-blue .bg--pink h4,\n.bg--royal-blue .bg--pink h5,\n.bg--royal-blue .bg--pink p,\n.bg--royal-blue .bg--pink .link,\n.bg--royal-blue .bg--blue h2,\n.bg--royal-blue .bg--blue h3,\n.bg--royal-blue .bg--blue h4,\n.bg--royal-blue .bg--blue h5,\n.bg--royal-blue .bg--blue p,\n.bg--royal-blue .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--red h2,\n.bg--red h3,\n.bg--red h4,\n.bg--red h5,\n.bg--red p,\n.bg--red .link {\n color: #fff;\n}\n\n.bg--red .bg--white h2,\n.bg--red .bg--white h3,\n.bg--red .bg--white h4,\n.bg--red .bg--white h5,\n.bg--red .bg--white p,\n.bg--red .bg--white .link,\n.bg--red .bg--smoke-grey h2,\n.bg--red .bg--smoke-grey h3,\n.bg--red .bg--smoke-grey h4,\n.bg--red .bg--smoke-grey h5,\n.bg--red .bg--smoke-grey p,\n.bg--red .bg--smoke-grey .link,\n.bg--red .bg--light-grey h2,\n.bg--red .bg--light-grey h3,\n.bg--red .bg--light-grey h4,\n.bg--red .bg--light-grey h5,\n.bg--red .bg--light-grey p,\n.bg--red .bg--light-grey .link,\n.bg--red .bg--gainsboro-grey h2,\n.bg--red .bg--gainsboro-grey h3,\n.bg--red .bg--gainsboro-grey h4,\n.bg--red .bg--gainsboro-grey h5,\n.bg--red .bg--gainsboro-grey p,\n.bg--red .bg--gainsboro-grey .link,\n.bg--red .bg--green h2,\n.bg--red .bg--green h3,\n.bg--red .bg--green h4,\n.bg--red .bg--green h5,\n.bg--red .bg--green p,\n.bg--red .bg--green .link,\n.bg--red .bg--yellow h2,\n.bg--red .bg--yellow h3,\n.bg--red .bg--yellow h4,\n.bg--red .bg--yellow h5,\n.bg--red .bg--yellow p,\n.bg--red .bg--yellow .link,\n.bg--red .bg--pink h2,\n.bg--red .bg--pink h3,\n.bg--red .bg--pink h4,\n.bg--red .bg--pink h5,\n.bg--red .bg--pink p,\n.bg--red .bg--pink .link,\n.bg--red .bg--blue h2,\n.bg--red .bg--blue h3,\n.bg--red .bg--blue h4,\n.bg--red .bg--blue h5,\n.bg--red .bg--blue p,\n.bg--red .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--purple h2,\n.bg--purple h3,\n.bg--purple h4,\n.bg--purple h5,\n.bg--purple p,\n.bg--purple .link {\n color: #fff;\n}\n\n.bg--purple .bg--white h2,\n.bg--purple .bg--white h3,\n.bg--purple .bg--white h4,\n.bg--purple .bg--white h5,\n.bg--purple .bg--white p,\n.bg--purple .bg--white .link,\n.bg--purple .bg--smoke-grey h2,\n.bg--purple .bg--smoke-grey h3,\n.bg--purple .bg--smoke-grey h4,\n.bg--purple .bg--smoke-grey h5,\n.bg--purple .bg--smoke-grey p,\n.bg--purple .bg--smoke-grey .link,\n.bg--purple .bg--light-grey h2,\n.bg--purple .bg--light-grey h3,\n.bg--purple .bg--light-grey h4,\n.bg--purple .bg--light-grey h5,\n.bg--purple .bg--light-grey p,\n.bg--purple .bg--light-grey .link,\n.bg--purple .bg--gainsboro-grey h2,\n.bg--purple .bg--gainsboro-grey h3,\n.bg--purple .bg--gainsboro-grey h4,\n.bg--purple .bg--gainsboro-grey h5,\n.bg--purple .bg--gainsboro-grey p,\n.bg--purple .bg--gainsboro-grey .link,\n.bg--purple .bg--green h2,\n.bg--purple .bg--green h3,\n.bg--purple .bg--green h4,\n.bg--purple .bg--green h5,\n.bg--purple .bg--green p,\n.bg--purple .bg--green .link,\n.bg--purple .bg--yellow h2,\n.bg--purple .bg--yellow h3,\n.bg--purple .bg--yellow h4,\n.bg--purple .bg--yellow h5,\n.bg--purple .bg--yellow p,\n.bg--purple .bg--yellow .link,\n.bg--purple .bg--pink h2,\n.bg--purple .bg--pink h3,\n.bg--purple .bg--pink h4,\n.bg--purple .bg--pink h5,\n.bg--purple .bg--pink p,\n.bg--purple .bg--pink .link,\n.bg--purple .bg--blue h2,\n.bg--purple .bg--blue h3,\n.bg--purple .bg--blue h4,\n.bg--purple .bg--blue h5,\n.bg--purple .bg--blue p,\n.bg--purple .bg--blue .link {\n color: #030e1a;\n}\n\n.bg--white h2,\n.bg--white h3,\n.bg--white h4,\n.bg--white h5,\n.bg--white p,\n.bg--white .link {\n color: #030e1a;\n}\n\n.bg--white .bg--black h2,\n.bg--white .bg--black h3,\n.bg--white .bg--black h4,\n.bg--white .bg--black h5,\n.bg--white .bg--black p,\n.bg--white .bg--black .link,\n.bg--white .bg--jasper-grey h2,\n.bg--white .bg--jasper-grey h3,\n.bg--white .bg--jasper-grey h4,\n.bg--white .bg--jasper-grey h5,\n.bg--white .bg--jasper-grey p,\n.bg--white .bg--jasper-grey .link,\n.bg--white .bg--dark-blue h2,\n.bg--white .bg--dark-blue h3,\n.bg--white .bg--dark-blue h4,\n.bg--white .bg--dark-blue h5,\n.bg--white .bg--dark-blue p,\n.bg--white .bg--dark-blue .link,\n.bg--white .bg--royal-blue h2,\n.bg--white .bg--royal-blue h3,\n.bg--white .bg--royal-blue h4,\n.bg--white .bg--royal-blue h5,\n.bg--white .bg--royal-blue p,\n.bg--white .bg--royal-blue .link,\n.bg--white .bg--red h2,\n.bg--white .bg--red h3,\n.bg--white .bg--red h4,\n.bg--white .bg--red h5,\n.bg--white .bg--red p,\n.bg--white .bg--red .link,\n.bg--white .bg--purple h2,\n.bg--white .bg--purple h3,\n.bg--white .bg--purple h4,\n.bg--white .bg--purple h5,\n.bg--white .bg--purple p,\n.bg--white .bg--purple .link {\n color: #fff;\n}\n\n.bg--smoke-grey h2,\n.bg--smoke-grey h3,\n.bg--smoke-grey h4,\n.bg--smoke-grey h5,\n.bg--smoke-grey p,\n.bg--smoke-grey .link {\n color: #030e1a;\n}\n\n.bg--smoke-grey .bg--black h2,\n.bg--smoke-grey .bg--black h3,\n.bg--smoke-grey .bg--black h4,\n.bg--smoke-grey .bg--black h5,\n.bg--smoke-grey .bg--black p,\n.bg--smoke-grey .bg--black .link,\n.bg--smoke-grey .bg--jasper-grey h2,\n.bg--smoke-grey .bg--jasper-grey h3,\n.bg--smoke-grey .bg--jasper-grey h4,\n.bg--smoke-grey .bg--jasper-grey h5,\n.bg--smoke-grey .bg--jasper-grey p,\n.bg--smoke-grey .bg--jasper-grey .link,\n.bg--smoke-grey .bg--dark-blue h2,\n.bg--smoke-grey .bg--dark-blue h3,\n.bg--smoke-grey .bg--dark-blue h4,\n.bg--smoke-grey .bg--dark-blue h5,\n.bg--smoke-grey .bg--dark-blue p,\n.bg--smoke-grey .bg--dark-blue .link,\n.bg--smoke-grey .bg--royal-blue h2,\n.bg--smoke-grey .bg--royal-blue h3,\n.bg--smoke-grey .bg--royal-blue h4,\n.bg--smoke-grey .bg--royal-blue h5,\n.bg--smoke-grey .bg--royal-blue p,\n.bg--smoke-grey .bg--royal-blue .link,\n.bg--smoke-grey .bg--red h2,\n.bg--smoke-grey .bg--red h3,\n.bg--smoke-grey .bg--red h4,\n.bg--smoke-grey .bg--red h5,\n.bg--smoke-grey .bg--red p,\n.bg--smoke-grey .bg--red .link,\n.bg--smoke-grey .bg--purple h2,\n.bg--smoke-grey .bg--purple h3,\n.bg--smoke-grey .bg--purple h4,\n.bg--smoke-grey .bg--purple h5,\n.bg--smoke-grey .bg--purple p,\n.bg--smoke-grey .bg--purple .link {\n color: #fff;\n}\n\n.bg--light-grey h2,\n.bg--light-grey h3,\n.bg--light-grey h4,\n.bg--light-grey h5,\n.bg--light-grey p,\n.bg--light-grey .link {\n color: #030e1a;\n}\n\n.bg--light-grey .bg--black h2,\n.bg--light-grey .bg--black h3,\n.bg--light-grey .bg--black h4,\n.bg--light-grey .bg--black h5,\n.bg--light-grey .bg--black p,\n.bg--light-grey .bg--black .link,\n.bg--light-grey .bg--jasper-grey h2,\n.bg--light-grey .bg--jasper-grey h3,\n.bg--light-grey .bg--jasper-grey h4,\n.bg--light-grey .bg--jasper-grey h5,\n.bg--light-grey .bg--jasper-grey p,\n.bg--light-grey .bg--jasper-grey .link,\n.bg--light-grey .bg--dark-blue h2,\n.bg--light-grey .bg--dark-blue h3,\n.bg--light-grey .bg--dark-blue h4,\n.bg--light-grey .bg--dark-blue h5,\n.bg--light-grey .bg--dark-blue p,\n.bg--light-grey .bg--dark-blue .link,\n.bg--light-grey .bg--royal-blue h2,\n.bg--light-grey .bg--royal-blue h3,\n.bg--light-grey .bg--royal-blue h4,\n.bg--light-grey .bg--royal-blue h5,\n.bg--light-grey .bg--royal-blue p,\n.bg--light-grey .bg--royal-blue .link,\n.bg--light-grey .bg--red h2,\n.bg--light-grey .bg--red h3,\n.bg--light-grey .bg--red h4,\n.bg--light-grey .bg--red h5,\n.bg--light-grey .bg--red p,\n.bg--light-grey .bg--red .link,\n.bg--light-grey .bg--purple h2,\n.bg--light-grey .bg--purple h3,\n.bg--light-grey .bg--purple h4,\n.bg--light-grey .bg--purple h5,\n.bg--light-grey .bg--purple p,\n.bg--light-grey .bg--purple .link {\n color: #fff;\n}\n\n.bg--gainsboro-grey h2,\n.bg--gainsboro-grey h3,\n.bg--gainsboro-grey h4,\n.bg--gainsboro-grey h5,\n.bg--gainsboro-grey p,\n.bg--gainsboro-grey .link {\n color: #030e1a;\n}\n\n.bg--gainsboro-grey .bg--black h2,\n.bg--gainsboro-grey .bg--black h3,\n.bg--gainsboro-grey .bg--black h4,\n.bg--gainsboro-grey .bg--black h5,\n.bg--gainsboro-grey .bg--black p,\n.bg--gainsboro-grey .bg--black .link,\n.bg--gainsboro-grey .bg--jasper-grey h2,\n.bg--gainsboro-grey .bg--jasper-grey h3,\n.bg--gainsboro-grey .bg--jasper-grey h4,\n.bg--gainsboro-grey .bg--jasper-grey h5,\n.bg--gainsboro-grey .bg--jasper-grey p,\n.bg--gainsboro-grey .bg--jasper-grey .link,\n.bg--gainsboro-grey .bg--dark-blue h2,\n.bg--gainsboro-grey .bg--dark-blue h3,\n.bg--gainsboro-grey .bg--dark-blue h4,\n.bg--gainsboro-grey .bg--dark-blue h5,\n.bg--gainsboro-grey .bg--dark-blue p,\n.bg--gainsboro-grey .bg--dark-blue .link,\n.bg--gainsboro-grey .bg--royal-blue h2,\n.bg--gainsboro-grey .bg--royal-blue h3,\n.bg--gainsboro-grey .bg--royal-blue h4,\n.bg--gainsboro-grey .bg--royal-blue h5,\n.bg--gainsboro-grey .bg--royal-blue p,\n.bg--gainsboro-grey .bg--royal-blue .link,\n.bg--gainsboro-grey .bg--red h2,\n.bg--gainsboro-grey .bg--red h3,\n.bg--gainsboro-grey .bg--red h4,\n.bg--gainsboro-grey .bg--red h5,\n.bg--gainsboro-grey .bg--red p,\n.bg--gainsboro-grey .bg--red .link,\n.bg--gainsboro-grey .bg--purple h2,\n.bg--gainsboro-grey .bg--purple h3,\n.bg--gainsboro-grey .bg--purple h4,\n.bg--gainsboro-grey .bg--purple h5,\n.bg--gainsboro-grey .bg--purple p,\n.bg--gainsboro-grey .bg--purple .link {\n color: #fff;\n}\n\n.bg--green h2,\n.bg--green h3,\n.bg--green h4,\n.bg--green h5,\n.bg--green p,\n.bg--green .link {\n color: #030e1a;\n}\n\n.bg--green .bg--black h2,\n.bg--green .bg--black h3,\n.bg--green .bg--black h4,\n.bg--green .bg--black h5,\n.bg--green .bg--black p,\n.bg--green .bg--black .link,\n.bg--green .bg--jasper-grey h2,\n.bg--green .bg--jasper-grey h3,\n.bg--green .bg--jasper-grey h4,\n.bg--green .bg--jasper-grey h5,\n.bg--green .bg--jasper-grey p,\n.bg--green .bg--jasper-grey .link,\n.bg--green .bg--dark-blue h2,\n.bg--green .bg--dark-blue h3,\n.bg--green .bg--dark-blue h4,\n.bg--green .bg--dark-blue h5,\n.bg--green .bg--dark-blue p,\n.bg--green .bg--dark-blue .link,\n.bg--green .bg--royal-blue h2,\n.bg--green .bg--royal-blue h3,\n.bg--green .bg--royal-blue h4,\n.bg--green .bg--royal-blue h5,\n.bg--green .bg--royal-blue p,\n.bg--green .bg--royal-blue .link,\n.bg--green .bg--red h2,\n.bg--green .bg--red h3,\n.bg--green .bg--red h4,\n.bg--green .bg--red h5,\n.bg--green .bg--red p,\n.bg--green .bg--red .link,\n.bg--green .bg--purple h2,\n.bg--green .bg--purple h3,\n.bg--green .bg--purple h4,\n.bg--green .bg--purple h5,\n.bg--green .bg--purple p,\n.bg--green .bg--purple .link {\n color: #fff;\n}\n\n.bg--yellow h2,\n.bg--yellow h3,\n.bg--yellow h4,\n.bg--yellow h5,\n.bg--yellow p,\n.bg--yellow .link {\n color: #030e1a;\n}\n\n.bg--yellow .bg--black h2,\n.bg--yellow .bg--black h3,\n.bg--yellow .bg--black h4,\n.bg--yellow .bg--black h5,\n.bg--yellow .bg--black p,\n.bg--yellow .bg--black .link,\n.bg--yellow .bg--jasper-grey h2,\n.bg--yellow .bg--jasper-grey h3,\n.bg--yellow .bg--jasper-grey h4,\n.bg--yellow .bg--jasper-grey h5,\n.bg--yellow .bg--jasper-grey p,\n.bg--yellow .bg--jasper-grey .link,\n.bg--yellow .bg--dark-blue h2,\n.bg--yellow .bg--dark-blue h3,\n.bg--yellow .bg--dark-blue h4,\n.bg--yellow .bg--dark-blue h5,\n.bg--yellow .bg--dark-blue p,\n.bg--yellow .bg--dark-blue .link,\n.bg--yellow .bg--royal-blue h2,\n.bg--yellow .bg--royal-blue h3,\n.bg--yellow .bg--royal-blue h4,\n.bg--yellow .bg--royal-blue h5,\n.bg--yellow .bg--royal-blue p,\n.bg--yellow .bg--royal-blue .link,\n.bg--yellow .bg--red h2,\n.bg--yellow .bg--red h3,\n.bg--yellow .bg--red h4,\n.bg--yellow .bg--red h5,\n.bg--yellow .bg--red p,\n.bg--yellow .bg--red .link,\n.bg--yellow .bg--purple h2,\n.bg--yellow .bg--purple h3,\n.bg--yellow .bg--purple h4,\n.bg--yellow .bg--purple h5,\n.bg--yellow .bg--purple p,\n.bg--yellow .bg--purple .link {\n color: #fff;\n}\n\n.bg--pink h2,\n.bg--pink h3,\n.bg--pink h4,\n.bg--pink h5,\n.bg--pink p,\n.bg--pink .link {\n color: #030e1a;\n}\n\n.bg--pink .bg--black h2,\n.bg--pink .bg--black h3,\n.bg--pink .bg--black h4,\n.bg--pink .bg--black h5,\n.bg--pink .bg--black p,\n.bg--pink .bg--black .link,\n.bg--pink .bg--jasper-grey h2,\n.bg--pink .bg--jasper-grey h3,\n.bg--pink .bg--jasper-grey h4,\n.bg--pink .bg--jasper-grey h5,\n.bg--pink .bg--jasper-grey p,\n.bg--pink .bg--jasper-grey .link,\n.bg--pink .bg--dark-blue h2,\n.bg--pink .bg--dark-blue h3,\n.bg--pink .bg--dark-blue h4,\n.bg--pink .bg--dark-blue h5,\n.bg--pink .bg--dark-blue p,\n.bg--pink .bg--dark-blue .link,\n.bg--pink .bg--royal-blue h2,\n.bg--pink .bg--royal-blue h3,\n.bg--pink .bg--royal-blue h4,\n.bg--pink .bg--royal-blue h5,\n.bg--pink .bg--royal-blue p,\n.bg--pink .bg--royal-blue .link,\n.bg--pink .bg--red h2,\n.bg--pink .bg--red h3,\n.bg--pink .bg--red h4,\n.bg--pink .bg--red h5,\n.bg--pink .bg--red p,\n.bg--pink .bg--red .link,\n.bg--pink .bg--purple h2,\n.bg--pink .bg--purple h3,\n.bg--pink .bg--purple h4,\n.bg--pink .bg--purple h5,\n.bg--pink .bg--purple p,\n.bg--pink .bg--purple .link {\n color: #fff;\n}\n\n.bg--blue h2,\n.bg--blue h3,\n.bg--blue h4,\n.bg--blue h5,\n.bg--blue p,\n.bg--blue .link {\n color: #030e1a;\n}\n\n.bg--blue .bg--black h2,\n.bg--blue .bg--black h3,\n.bg--blue .bg--black h4,\n.bg--blue .bg--black h5,\n.bg--blue .bg--black p,\n.bg--blue .bg--black .link,\n.bg--blue .bg--jasper-grey h2,\n.bg--blue .bg--jasper-grey h3,\n.bg--blue .bg--jasper-grey h4,\n.bg--blue .bg--jasper-grey h5,\n.bg--blue .bg--jasper-grey p,\n.bg--blue .bg--jasper-grey .link,\n.bg--blue .bg--dark-blue h2,\n.bg--blue .bg--dark-blue h3,\n.bg--blue .bg--dark-blue h4,\n.bg--blue .bg--dark-blue h5,\n.bg--blue .bg--dark-blue p,\n.bg--blue .bg--dark-blue .link,\n.bg--blue .bg--royal-blue h2,\n.bg--blue .bg--royal-blue h3,\n.bg--blue .bg--royal-blue h4,\n.bg--blue .bg--royal-blue h5,\n.bg--blue .bg--royal-blue p,\n.bg--blue .bg--royal-blue .link,\n.bg--blue .bg--red h2,\n.bg--blue .bg--red h3,\n.bg--blue .bg--red h4,\n.bg--blue .bg--red h5,\n.bg--blue .bg--red p,\n.bg--blue .bg--red .link,\n.bg--blue .bg--purple h2,\n.bg--blue .bg--purple h3,\n.bg--blue .bg--purple h4,\n.bg--blue .bg--purple h5,\n.bg--blue .bg--purple p,\n.bg--blue .bg--purple .link {\n color: #fff;\n}\n\n/* generated with grunt-sass-globbing */\n\n/** Button mixin, used by $buttonList in _buttons.scss\n *\n * Parameters:\n * $button[1] = name\n * $button[2] = background-color\n * $button[3] = background-color for hover & focus\n * $button[4] = text color\n */\n\n/***********************************\n * Link colour\n */\n\n/**\n * Parameters\n * $link[1] = name\n * $link[2] = border-color and text\n * $link[3] = border-color text for hover & focus\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = background colour\n */\n\n/**\n * Parameters\n * $color[1] = name\n * $color[2] = font colour\n */\n\n/**\n * Font sizes\n * $fs-map = font size maps in typography vars\n */\n\n/* Helper function for multi-dimensional arrays */\n\n/* Crops 4:3 or 16:9 images to 1:1, using container width as basis */\n\n.visuallyhidden,\n.visually-hidden {\n position: absolute;\n margin: -1px;\n padding: 0;\n width: 1px;\n height: 1px;\n border: 0;\n overflow: hidden;\n clip: rect(1px 1px 1px 1px);\n word-wrap: normal;\n}\n\n.hide {\n display: none;\n}\n\n/* Not all of these options and additional rules are provided by PostCSS Autoprefix, so am leaving this in */\n\n/* Opacity prefixes not supported by PostCSS */\n\n/* Additional rules not supplied by PostCSS, so leaving this in */\n\n/**\n * Breakpoints\n *\n * For usage, please refer to:\n * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage\n * More on the breakpoint mixin usage:\n * https://github.com/Team-Sass/breakpoint/wiki\n *\n * Single query breakpoint:\n * @include breakpoint(md) { ... }\n *\n * Single custom breakpoint:\n * @include breakpoint(100px) { ... }\n * \n * Min and max query breakpoint:\n * @include breakpoint(100px, 200px) { ... }\n *\n */\n\n.media--blazy {\n height: 100%;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Light\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Light.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Regular\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Regular.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Black\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Black.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Bold\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Bold.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium-Oblique\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium-Oblique.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\n@font-face {\n font-family: \'GT-Walsheim-Medium\';\n src: url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff2") format("woff2"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.woff") format("woff"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.ttf") format("truetype"), url("https://d2xeqttht14d9p.cloudfront.net/GT-Walsheim-Medium.eot");\n /* IE9 Compat Modes */\n font-display: fallback;\n}\n\nbody,\ndiv,\ndl,\ndt,\ndd,\nul,\nol,\nli,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\npre,\nform,\nfieldset,\ninput,\ntextarea,\np,\nblockquote,\nth,\ntd {\n margin: 0;\n padding: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\nfieldset,\nimg {\n border: 0;\n}\n\ncaption,\nth {\n text-align: left;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\n\nq:before,\nq:after {\n content: \'\';\n}\n\nabbr,\nacronym {\n border: 0;\n}\n\n/* apply a natural box layout model to all elements, but allowing components to change */\n\nhtml {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*,\n*:before,\n*:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\nol,\nul {\n list-style: none;\n}\n\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\npicture img,\nlegend {\n width: 100%;\n}\n\nh1 {\n margin: 0 0 20px;\n color: #030e1a;\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n font-size: 40px;\n line-height: 40px;\n}\n\n@media (min-width: 740px) {\n h1 {\n font-size: 64px;\n line-height: 64px;\n }\n}\n\n@media (min-width: 1024px) {\n h1 {\n font-size: 70px;\n line-height: 70px;\n }\n}\n\nh1.font--font-black {\n font-family: "GT-Walsheim-Black", helvetica, arial, sans-serif;\n font-size: 40px;\n line-height: 36px;\n}\n\n@media (min-width: 740px) {\n h1.font--font-black {\n font-size: 64px;\n line-height: 54px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--font-black {\n font-size: 70px;\n line-height: 60px;\n }\n}\n\nh1.font--xlarge {\n font-size: 36px;\n line-height: 38px;\n}\n\n@media (min-width: 740px) {\n h1.font--xlarge {\n font-size: 64px;\n line-height: 64px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--xlarge {\n font-size: 90px;\n line-height: 90px;\n }\n}\n\nh1.font--black-shadow {\n text-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);\n font-family: "GT-Walsheim-Black", helvetica, arial, sans-serif;\n font-size: 40px;\n line-height: 40px;\n}\n\n@media (min-width: 740px) {\n h1.font--black-shadow {\n font-size: 64px;\n line-height: 64px;\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--black-shadow {\n font-size: 70px;\n line-height: 70px;\n }\n}\n\n@media (min-width: 740px) {\n h1.font--black-shadow {\n text-shadow: -5px 5px 0 rgba(0, 0, 0, 0.25);\n }\n}\n\n@media (min-width: 1024px) {\n h1.font--black-shadow {\n text-shadow: -7px 7px 0 rgba(0, 0, 0, 0.25);\n }\n}\n\nh2,\nh3,\nh4,\nh5,\np,\n.link {\n color: #030e1a;\n}\n\np,\nh2,\nh3,\nh4 {\n clear: both;\n margin: 0 0 15px;\n}\n\np:last-child,\np:first-child:last-child {\n margin-bottom: 5px;\n}\n\nh2 {\n font-family: "GT-Walsheim-Medium", helvetica, arial, sans-serif;\n font-size: 32px;\n line-height: 34px;\n}\n\n@media (min-width: 740px) {\n h2 {\n font-size: 34px;\n line-height: 38px;\n }\n}\n\n@media (min-width: 1024px) {\n h2 {\n font-size: 40px;\n line-height: 44px;\n }\n}\n\nh3 {\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 28px;\n line-height: 30px;\n}\n\n@media (min-width: 740px) {\n h3 {\n font-size: 30px;\n line-height: 34px;\n }\n}\n\n@media (min-width: 1024px) {\n h3 {\n font-size: 34px;\n line-height: 38px;\n }\n}\n\nh4 {\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 24px;\n line-height: 26px;\n}\n\n@media (min-width: 740px) {\n h4 {\n font-size: 26px;\n line-height: 28px;\n }\n}\n\n@media (min-width: 1024px) {\n h4 {\n font-size: 30px;\n line-height: 32px;\n }\n}\n\np {\n padding: 0;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 16px;\n line-height: 22px;\n}\n\n@media (min-width: 740px) {\n p {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n p {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\np.font--xlarge {\n margin-bottom: 20px;\n font-size: 18px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n p.font--xlarge {\n font-size: 22px;\n line-height: 28px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--xlarge {\n font-size: 24px;\n line-height: 30px;\n }\n}\n\np.font--large {\n font-size: 18px;\n line-height: 24px;\n}\n\n@media (min-width: 740px) {\n p.font--large {\n font-size: 20px;\n line-height: 26px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--large {\n font-size: 20px;\n line-height: 26px;\n }\n}\n\np.font--small {\n font-size: 14px;\n line-height: 18px;\n}\n\n@media (min-width: 740px) {\n p.font--small {\n font-size: 16px;\n line-height: 20px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--small {\n font-size: 16px;\n line-height: 20px;\n }\n}\n\np.font--xsmall {\n font-size: 12px;\n line-height: 16px;\n}\n\n@media (min-width: 740px) {\n p.font--xsmall {\n font-size: 14px;\n line-height: 18px;\n }\n}\n\n@media (min-width: 1024px) {\n p.font--xsmall {\n font-size: 14px;\n line-height: 18px;\n }\n}\n\nspan.font--font-black {\n font-family: "GT-Walsheim-Black", helvetica, arial, sans-serif;\n}\n\nstrong {\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n}\n\n.font--red {\n color: #f04257;\n}\n\n.font--blue {\n color: #22d2dc;\n}\n\n.font--yellow {\n color: #fbef51;\n}\n\n.font--green {\n color: #b2e55e;\n}\n\n.font--teal {\n color: #00beca;\n}\n\n.font--royal-blue {\n color: #0565d1;\n}\n\n.font--purple {\n color: #7d2ca9;\n}\n\n.font--dark-purple {\n color: #7023b7;\n}\n\n.font--pink {\n color: #fc9eb9;\n}\n\n.font--black {\n color: #030e1a;\n}\n\n.font--dark-blue {\n color: #061d38;\n}\n\n.font--white {\n color: #fff;\n}\n\n.font--jasper-grey {\n color: #666;\n}\n\n.font--gainsboro-grey {\n color: #c7c7c7;\n}\n\n.font--light-grey {\n color: #dddddd;\n}\n\n.font--smoke-grey {\n color: #f0f0f0;\n}\n\nh1.font--red,\nh2.font--red,\nh3.font--red,\nh4.font--red,\nh5.font--red,\np.font--red,\nspan.font--red {\n color: #f04257;\n}\n\nh1.font--blue,\nh2.font--blue,\nh3.font--blue,\nh4.font--blue,\nh5.font--blue,\np.font--blue,\nspan.font--blue {\n color: #22d2dc;\n}\n\nh1.font--yellow,\nh2.font--yellow,\nh3.font--yellow,\nh4.font--yellow,\nh5.font--yellow,\np.font--yellow,\nspan.font--yellow {\n color: #fbef51;\n}\n\nh1.font--green,\nh2.font--green,\nh3.font--green,\nh4.font--green,\nh5.font--green,\np.font--green,\nspan.font--green {\n color: #b2e55e;\n}\n\nh1.font--teal,\nh2.font--teal,\nh3.font--teal,\nh4.font--teal,\nh5.font--teal,\np.font--teal,\nspan.font--teal {\n color: #00beca;\n}\n\nh1.font--royal-blue,\nh2.font--royal-blue,\nh3.font--royal-blue,\nh4.font--royal-blue,\nh5.font--royal-blue,\np.font--royal-blue,\nspan.font--royal-blue {\n color: #0565d1;\n}\n\nh1.font--purple,\nh2.font--purple,\nh3.font--purple,\nh4.font--purple,\nh5.font--purple,\np.font--purple,\nspan.font--purple {\n color: #7d2ca9;\n}\n\nh1.font--dark-purple,\nh2.font--dark-purple,\nh3.font--dark-purple,\nh4.font--dark-purple,\nh5.font--dark-purple,\np.font--dark-purple,\nspan.font--dark-purple {\n color: #7023b7;\n}\n\nh1.font--pink,\nh2.font--pink,\nh3.font--pink,\nh4.font--pink,\nh5.font--pink,\np.font--pink,\nspan.font--pink {\n color: #fc9eb9;\n}\n\nh1.font--black,\nh2.font--black,\nh3.font--black,\nh4.font--black,\nh5.font--black,\np.font--black,\nspan.font--black {\n color: #030e1a;\n}\n\nh1.font--dark-blue,\nh2.font--dark-blue,\nh3.font--dark-blue,\nh4.font--dark-blue,\nh5.font--dark-blue,\np.font--dark-blue,\nspan.font--dark-blue {\n color: #061d38;\n}\n\nh1.font--white,\nh2.font--white,\nh3.font--white,\nh4.font--white,\nh5.font--white,\np.font--white,\nspan.font--white {\n color: #fff;\n}\n\nh1.font--jasper-grey,\nh2.font--jasper-grey,\nh3.font--jasper-grey,\nh4.font--jasper-grey,\nh5.font--jasper-grey,\np.font--jasper-grey,\nspan.font--jasper-grey {\n color: #666;\n}\n\nh1.font--gainsboro-grey,\nh2.font--gainsboro-grey,\nh3.font--gainsboro-grey,\nh4.font--gainsboro-grey,\nh5.font--gainsboro-grey,\np.font--gainsboro-grey,\nspan.font--gainsboro-grey {\n color: #c7c7c7;\n}\n\nh1.font--light-grey,\nh2.font--light-grey,\nh3.font--light-grey,\nh4.font--light-grey,\nh5.font--light-grey,\np.font--light-grey,\nspan.font--light-grey {\n color: #dddddd;\n}\n\nh1.font--smoke-grey,\nh2.font--smoke-grey,\nh3.font--smoke-grey,\nh4.font--smoke-grey,\nh5.font--smoke-grey,\np.font--smoke-grey,\nspan.font--smoke-grey {\n color: #f0f0f0;\n}\n\n/*\n/* = Generic form styles\n*/\n\nlabel,\nlegend,\n.form__field-label {\n display: block;\n padding-top: 10px;\n margin-bottom: 12px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-size: 16px;\n line-height: 22px;\n}\n\n@media (min-width: 740px) {\n label,\n legend,\n .form__field-label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n label,\n legend,\n .form__field-label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\nfieldset {\n padding: 0;\n border-width: 0;\n}\n\ninput[type="email"],\ninput[type="number"],\ninput[type="date"],\ninput[type="search"],\ninput[type="text"],\ninput[type="tel"],\ninput[type="url"],\ninput[type="password"],\ntextarea {\n height: 50px;\n padding-left: 12px;\n background-color: #fff;\n border: 1px solid #595959;\n border-radius: 0;\n width: 100%;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n -webkit-box-shadow: none;\n box-shadow: none;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n -moz-appearance: none;\n appearance: none;\n -webkit-appearance: none;\n font-size: 16px;\n line-height: 22px;\n}\n\ninput[type="email"]::-webkit-input-placeholder,\ninput[type="number"]::-webkit-input-placeholder,\ninput[type="date"]::-webkit-input-placeholder,\ninput[type="search"]::-webkit-input-placeholder,\ninput[type="text"]::-webkit-input-placeholder,\ninput[type="tel"]::-webkit-input-placeholder,\ninput[type="url"]::-webkit-input-placeholder,\ninput[type="password"]::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]::-moz-placeholder,\ninput[type="number"]::-moz-placeholder,\ninput[type="date"]::-moz-placeholder,\ninput[type="search"]::-moz-placeholder,\ninput[type="text"]::-moz-placeholder,\ninput[type="tel"]::-moz-placeholder,\ninput[type="url"]::-moz-placeholder,\ninput[type="password"]::-moz-placeholder,\ntextarea::-moz-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]:-ms-input-placeholder,\ninput[type="number"]:-ms-input-placeholder,\ninput[type="date"]:-ms-input-placeholder,\ninput[type="search"]:-ms-input-placeholder,\ninput[type="text"]:-ms-input-placeholder,\ninput[type="tel"]:-ms-input-placeholder,\ninput[type="url"]:-ms-input-placeholder,\ninput[type="password"]:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]::-ms-input-placeholder,\ninput[type="number"]::-ms-input-placeholder,\ninput[type="date"]::-ms-input-placeholder,\ninput[type="search"]::-ms-input-placeholder,\ninput[type="text"]::-ms-input-placeholder,\ninput[type="tel"]::-ms-input-placeholder,\ninput[type="url"]::-ms-input-placeholder,\ninput[type="password"]::-ms-input-placeholder,\ntextarea::-ms-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\ninput[type="email"]::placeholder,\ninput[type="number"]::placeholder,\ninput[type="date"]::placeholder,\ninput[type="search"]::placeholder,\ninput[type="text"]::placeholder,\ninput[type="tel"]::placeholder,\ninput[type="url"]::placeholder,\ninput[type="password"]::placeholder,\ntextarea::placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\n@media (min-width: 740px) {\n input[type="email"]::-webkit-input-placeholder,\n input[type="number"]::-webkit-input-placeholder,\n input[type="date"]::-webkit-input-placeholder,\n input[type="search"]::-webkit-input-placeholder,\n input[type="text"]::-webkit-input-placeholder,\n input[type="tel"]::-webkit-input-placeholder,\n input[type="url"]::-webkit-input-placeholder,\n input[type="password"]::-webkit-input-placeholder,\n textarea::-webkit-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]::-moz-placeholder,\n input[type="number"]::-moz-placeholder,\n input[type="date"]::-moz-placeholder,\n input[type="search"]::-moz-placeholder,\n input[type="text"]::-moz-placeholder,\n input[type="tel"]::-moz-placeholder,\n input[type="url"]::-moz-placeholder,\n input[type="password"]::-moz-placeholder,\n textarea::-moz-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]:-ms-input-placeholder,\n input[type="number"]:-ms-input-placeholder,\n input[type="date"]:-ms-input-placeholder,\n input[type="search"]:-ms-input-placeholder,\n input[type="text"]:-ms-input-placeholder,\n input[type="tel"]:-ms-input-placeholder,\n input[type="url"]:-ms-input-placeholder,\n input[type="password"]:-ms-input-placeholder,\n textarea:-ms-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]::-ms-input-placeholder,\n input[type="number"]::-ms-input-placeholder,\n input[type="date"]::-ms-input-placeholder,\n input[type="search"]::-ms-input-placeholder,\n input[type="text"]::-ms-input-placeholder,\n input[type="tel"]::-ms-input-placeholder,\n input[type="url"]::-ms-input-placeholder,\n input[type="password"]::-ms-input-placeholder,\n textarea::-ms-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n\n input[type="email"]::placeholder,\n input[type="number"]::placeholder,\n input[type="date"]::placeholder,\n input[type="search"]::placeholder,\n input[type="text"]::placeholder,\n input[type="tel"]::placeholder,\n input[type="url"]::placeholder,\n input[type="password"]::placeholder,\n textarea::placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n}\n\ninput[type="email"]::-webkit-input-placeholder,\ninput[type="number"]::-webkit-input-placeholder,\ninput[type="date"]::-webkit-input-placeholder,\ninput[type="search"]::-webkit-input-placeholder,\ninput[type="text"]::-webkit-input-placeholder,\ninput[type="tel"]::-webkit-input-placeholder,\ninput[type="url"]::-webkit-input-placeholder,\ninput[type="password"]::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\n@media (min-width: 740px) {\n input[type="email"]::-webkit-input-placeholder,\n input[type="number"]::-webkit-input-placeholder,\n input[type="date"]::-webkit-input-placeholder,\n input[type="search"]::-webkit-input-placeholder,\n input[type="text"]::-webkit-input-placeholder,\n input[type="tel"]::-webkit-input-placeholder,\n input[type="url"]::-webkit-input-placeholder,\n input[type="password"]::-webkit-input-placeholder,\n textarea::-webkit-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n}\n\ninput[type="email"]:-ms-input-placeholder,\ninput[type="number"]:-ms-input-placeholder,\ninput[type="date"]:-ms-input-placeholder,\ninput[type="search"]:-ms-input-placeholder,\ninput[type="text"]:-ms-input-placeholder,\ninput[type="tel"]:-ms-input-placeholder,\ninput[type="url"]:-ms-input-placeholder,\ninput[type="password"]:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n color: #595959;\n font-size: 18px;\n line-height: "normal";\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n opacity: 1;\n overflow: visible;\n font-weight: "normal";\n}\n\n@media (min-width: 740px) {\n input[type="email"]:-ms-input-placeholder,\n input[type="number"]:-ms-input-placeholder,\n input[type="date"]:-ms-input-placeholder,\n input[type="search"]:-ms-input-placeholder,\n input[type="text"]:-ms-input-placeholder,\n input[type="tel"]:-ms-input-placeholder,\n input[type="url"]:-ms-input-placeholder,\n input[type="password"]:-ms-input-placeholder,\n textarea:-ms-input-placeholder {\n font-size: 18px;\n line-height: "normal";\n }\n}\n\n@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {\n input[type="email"]::-webkit-input-placeholder,\n input[type="number"]::-webkit-input-placeholder,\n input[type="date"]::-webkit-input-placeholder,\n input[type="search"]::-webkit-input-placeholder,\n input[type="text"]::-webkit-input-placeholder,\n input[type="tel"]::-webkit-input-placeholder,\n input[type="url"]::-webkit-input-placeholder,\n input[type="password"]::-webkit-input-placeholder,\n textarea::-webkit-input-placeholder {\n opacity: 0.7;\n }\n}\n\n@media (min-width: 740px) {\n input[type="email"],\n input[type="number"],\n input[type="date"],\n input[type="search"],\n input[type="text"],\n input[type="tel"],\n input[type="url"],\n input[type="password"],\n textarea {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n input[type="email"],\n input[type="number"],\n input[type="date"],\n input[type="search"],\n input[type="text"],\n input[type="tel"],\n input[type="url"],\n input[type="password"],\n textarea {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\ntextarea {\n min-height: 65px;\n}\n\n@media (min-width: 740px) {\n textarea {\n max-width: 100%;\n height: 96px;\n }\n}\n\n.form__textarea textarea {\n padding: 6px 12px;\n}\n\nselect {\n position: relative;\n -moz-appearance: none;\n -webkit-appearance: none;\n border-radius: 0px;\n border: 1px solid #595959;\n padding: 12px 50px 8px 10px;\n width: 100%;\n height: 50px;\n font-size: 16px;\n line-height: 22px;\n font-weight: 300;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n background: transparent url("/CR__Chevron_D.svg") calc(100% - 15px) 11px/26px 26px no-repeat;\n cursor: pointer;\n margin-bottom: 0;\n}\n\n@media (min-width: 740px) {\n select {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n select {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\nselect::-ms-expand {\n display: none;\n}\n\nselect:focus {\n border: 1px solid #595959;\n -webkit-box-shadow: border-box;\n box-shadow: border-box;\n}\n\n/* Remove visually the number spinner */\n\n/* For Firefox */\n\ninput[type=\'number\'] {\n -moz-appearance: textfield;\n}\n\n/* Webkit browsers like Safari and Chrome */\n\ninput[type=number]::-webkit-inner-spin-button,\ninput[type=number]::-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n\n.disabled {\n filter: alpha(opacity=40);\n -moz-opacity: 0.4;\n -khtml-opacity: 0.4;\n -webkit-opacity: 0.4;\n opacity: 0.4;\n}\n\n.disabled input,\n.disabled button {\n -webkit-transition: none;\n -o-transition: none;\n transition: none;\n cursor: initial;\n}\n\n.disabled button:hover,\n.disabled input:hover {\n background-color: #f04257;\n -webkit-transition: none;\n -o-transition: none;\n transition: none;\n}\n\nbutton:disabled,\n.disable-button:disabled {\n background: rgba(0, 0, 0, 0.5);\n cursor: no-drop;\n}\n\nbutton:disabled:before,\n.disable-button:disabled:before {\n background-image: none;\n}\n\nbutton:disabled:hover,\n.disable-button:disabled:hover {\n opacity: 1;\n -webkit-transform: translateY(0);\n -ms-transform: translateY(0);\n transform: translateY(0);\n}\n\nbutton:disabled:hover:before,\n.disable-button:disabled:hover:before {\n background-image: none;\n}\n\nlabel {\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-weight: 700;\n}\n\n.form-help-text {\n font-size: 16px;\n line-height: 22px;\n}\n\n@media (min-width: 740px) {\n .form-help-text {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .form-help-text {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n.form__field--wrapper {\n margin-right: 0;\n margin-left: 0;\n margin-bottom: 3%;\n width: 100%;\n}\n\n.form__fieldset--label {\n font-size: 16px;\n line-height: 22px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n font-weight: bold;\n margin-bottom: 12px;\n}\n\n@media (min-width: 740px) {\n .form__fieldset--label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n@media (min-width: 1024px) {\n .form__fieldset--label {\n font-size: 18px;\n line-height: 24px;\n }\n}\n\n/* \n/* = Form validation \n*/\n\n.form-error {\n position: relative;\n font-size: 16px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n margin-top: 10px;\n display: inline-block;\n vertical-align: top;\n color: #EA0043;\n font-weight: bold;\n}\n\n.form-error:before {\n position: relative;\n content: \'\';\n display: inline-block;\n top: -1px;\n vertical-align: middle;\n margin-right: 8px;\n background: url("/error-alert-icon.png") left 0/100% no-repeat;\n width: 18px;\n height: 19px;\n}\n\n.form__field.form__field--error-outline {\n border: 1px solid #EA0043;\n}\n\n/*\n/* = checkbox and radio button forms\n*/\n\n.form__checkbox,\n.form__field-wrapper--checkbox,\n.form__field-wrapper--radio,\n.form__radio {\n position: relative;\n padding-top: 5px;\n overflow: hidden;\n}\n\n.form__checkbox.form__checkbox--inline,\n.form__checkbox.form__radio--inline,\n.form__field-wrapper--checkbox.form__checkbox--inline,\n.form__field-wrapper--checkbox.form__radio--inline,\n.form__field-wrapper--radio.form__checkbox--inline,\n.form__field-wrapper--radio.form__radio--inline,\n.form__radio.form__checkbox--inline,\n.form__radio.form__radio--inline {\n width: 97.5%;\n margin-bottom: 0;\n}\n\n.form__checkbox.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__checkbox.form__radio--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--checkbox.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--checkbox.form__radio--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--radio.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__field-wrapper--radio.form__radio--inline.form__checkbox--inline-2-horizontal,\n.form__radio.form__checkbox--inline.form__checkbox--inline-2-horizontal,\n.form__radio.form__radio--inline.form__checkbox--inline-2-horizontal {\n display: inline-block;\n width: 47.5%;\n}\n\n.form__checkbox input[type="checkbox"],\n.form__field-wrapper--checkbox input[type="checkbox"],\n.form__field-wrapper--radio input[type="checkbox"],\n.form__radio input[type="checkbox"] {\n z-index: 1;\n position: absolute;\n top: 10px;\n margin: 0;\n width: 30px;\n height: 30px;\n opacity: 0;\n}\n\n.form__checkbox input[type="checkbox"]:checked + span,\n.form__field-wrapper--checkbox input[type="checkbox"]:checked + span,\n.form__field-wrapper--radio input[type="checkbox"]:checked + span,\n.form__radio input[type="checkbox"]:checked + span {\n background: url("/checkbox-white-tick.png") center/50% no-repeat;\n background-size: 100%;\n background-color: #340F78;\n border: 1px solid transparent;\n}\n\n.form__checkbox input[type="checkbox"] + span,\n.form__checkbox input[type="radio"] + span,\n.form__field-wrapper--checkbox input[type="checkbox"] + span,\n.form__field-wrapper--checkbox input[type="radio"] + span,\n.form__field-wrapper--radio input[type="checkbox"] + span,\n.form__field-wrapper--radio input[type="radio"] + span,\n.form__radio input[type="checkbox"] + span,\n.form__radio input[type="radio"] + span {\n position: absolute;\n background-color: #fff;\n top: 5px;\n left: 0;\n width: 30px;\n height: 30px;\n border: 1px solid #595959;\n}\n\n.form__checkbox input[type="checkbox"]:focus + span,\n.form__field-wrapper--checkbox input[type="checkbox"]:focus + span,\n.form__field-wrapper--radio input[type="checkbox"]:focus + span,\n.form__radio input[type="checkbox"]:focus + span {\n border-color: #595959;\n border-width: 3px;\n}\n\n.form__checkbox .form__field--sub-field-wrapper label,\n.form__field-wrapper--checkbox .form__field--sub-field-wrapper label,\n.form__field-wrapper--radio .form__field--sub-field-wrapper label,\n.form__radio .form__field--sub-field-wrapper label {\n left: 0;\n}\n\n.form__checkbox .form__field-label,\n.form__checkbox label.form__checkbox,\n.form__field-wrapper--checkbox .form__field-label,\n.form__field-wrapper--checkbox label.form__checkbox,\n.form__field-wrapper--radio .form__field-label,\n.form__field-wrapper--radio label.form__checkbox,\n.form__radio .form__field-label,\n.form__radio label.form__checkbox {\n overflow: visible;\n position: relative;\n top: 0;\n left: 45px;\n width: calc(100% - 45px);\n font-size: 18px;\n font-family: "GT-Walsheim-Regular", helvetica, arial, sans-serif;\n word-break: break-word;\n}\n\n.form__checkbox label.form__field-label,\n.form__checkbox label.form__checkbox,\n.form__field-wrapper--checkbox label.form__field-label,\n.form__field-wrapper--checkbox label.form__checkbox,\n.form__field-wrapper--radio label.form__field-label,\n.form__field-wrapper--radio label.form__checkbox,\n.form__radio label.form__field-label,\n.form__radio label.form__checkbox {\n font-weight: normal;\n}\n\n/* Checkbox with paragraph and label included */\n\n.form__field-wrapper--checkbox {\n /* Checkbox with background */\n}\n\n.form__field-wrapper--checkbox.form__checkbox-paragraph .form__checkbox--inline {\n position: relative;\n padding-top: 5px;\n overflow: hidden;\n}\n\n.form__field-wrapper--checkbox.form__field-wrapper--background {\n background: #F0F0F0;\n padding: 18px 18px 8px;\n}\n\n.form__field-wrapper--checkbox.form__field-wrapper--background label {\n padding-top: 5px;\n}\n\n.form__field-wrapper--checkbox.form__field-wrapper--background input[type="checkbox"] + span,\n.form__field-wrapper--checkbox.form__field-wrapper--background input[type="checkbox"] {\n top: 18px;\n left: 18px;\n}\n\n/* \n/* = Radio button form \n*/\n\n.form__radio.form__radio--inline {\n position: relative;\n padding-top: 5px;\n overflow: hidden;\n}\n\n.form__radio.form__radio--inline input[type="radio"] {\n z-index: 1;\n position: absolute;\n top: 0;\n margin: 0;\n width: 30px;\n height: 30px;\n opacity: 0;\n left: 0;\n right: 0;\n}\n\n.form__radio.form__radio--inline input[type="radio"] + span {\n left: 2px;\n border-radius: 30px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n}\n\n.form__radio.form__radio--inline input[type="radio"]:checked + span {\n background-color: #340F78;\n border: 1px solid #340F78;\n}\n\n.form__radio.form__radio--inline input[type="radio"]:checked + span:before {\n position: absolute;\n content: \'\';\n top: 8px;\n left: 0;\n right: 0;\n background-color: #fff;\n border-radius: 30px;\n width: 12px;\n height: 12px;\n z-index: 1;\n margin: 0 auto;\n}\n\n.form__radio.form__radio--inline input[type="radio"]:focus + span:after {\n position: absolute;\n content: \'\';\n height: 34px;\n width: 34px;\n left: -3px;\n top: -3px;\n border: 3px solid #595959;\n border-radius: 30px;\n}\n\n.form__field-wrapper--radio .form__field-additional-text {\n margin-bottom: 0;\n}\n\n.form__field-wrapper--radio .form__field-additional-text p {\n margin-left: 45px;\n}\n\n.btn,\nbutton,\ninput[type="submit"],\ninput[type="reset"],\ninput[type="button"] {\n display: inline-block;\n width: auto;\n margin: 0 auto;\n padding: 21px 40px;\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n text-decoration: none;\n font-family: "GT-Walsheim-Bold", helvetica, arial, sans-serif;\n font-size: 18px;\n line-height: 18px;\n background-color: #f04257;\n color: #fff;\n border-radius: 30px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n}\n\n.btn span,\nbutton span,\ninput[type="submit"] span,\ninput[type="reset"] span,\ninput[type="button"] span {\n font-size: inherit;\n font-weight: inherit;\n}\n\n.btn:hover,\nbutton:hover,\ninput:hover[type="submit"],\ninput:hover[type="reset"],\ninput:hover[type="button"] {\n background-color: #7d2ca9;\n}\n\n.btn.btn--full-width,\nbutton.btn--full-width,\ninput.btn--full-width[type="submit"],\ninput.btn--full-width[type="reset"],\ninput.btn--full-width[type="button"] {\n display: block;\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn.btn--full-width,\n button.btn--full-width,\n input.btn--full-width[type="submit"],\n input.btn--full-width[type="reset"],\n input.btn--full-width[type="button"] {\n display: inline-block;\n width: auto;\n }\n}\n\n/* Process $buttonList colour variations through our btn-variation mixin. */\n\n.btn--black-ghost {\n background-color: transparent;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--black-ghost:hover,\n.btn--black-ghost:focus {\n outline: none;\n background-color: #061d38;\n color: #061d38;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--black-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost {\n background-color: transparent;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white-ghost:hover,\n.btn--white-ghost:focus {\n outline: none;\n background-color: #fff;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white-ghost:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red {\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--red:hover,\n.btn--red:focus {\n outline: none;\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--red:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue {\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--blue:hover,\n.btn--blue:focus {\n outline: none;\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow {\n background-color: #fbef51;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--yellow:hover,\n.btn--yellow:focus {\n outline: none;\n background-color: #22d2dc;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--yellow:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green {\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--green:hover,\n.btn--green:focus {\n outline: none;\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--green:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal {\n background-color: #00beca;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--teal:hover,\n.btn--teal:focus {\n outline: none;\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--teal:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue {\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--royal-blue:hover,\n.btn--royal-blue:focus {\n outline: none;\n background-color: #f04257;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--royal-blue:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple {\n background-color: #7d2ca9;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--purple:hover,\n.btn--purple:focus {\n outline: none;\n background-color: #0565d1;\n color: #fff;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--purple:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink {\n background-color: #fc9eb9;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--pink:hover,\n.btn--pink:focus {\n outline: none;\n background-color: #b2e55e;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--pink:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white {\n background-color: #fff;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 300ms;\n -o-transition-duration: 300ms;\n transition-duration: 300ms;\n}\n\n.btn--white:hover,\n.btn--white:focus {\n outline: none;\n background-color: #030e1a;\n color: #030e1a;\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n.btn--white:active {\n -webkit-transition-property: background-color;\n -o-transition-property: background-color;\n transition-property: background-color;\n -webkit-transition-duration: 600ms;\n -o-transition-duration: 600ms;\n transition-duration: 600ms;\n}\n\n/* Force white colour on black bg hover and focus state */\n\n.btn.btn--white:hover,\nbutton.btn--white:hover,\ninput.btn--white:hover[type="submit"],\ninput.btn--white:hover[type="reset"],\ninput.btn--white:hover[type="button"],\n.btn.btn--white:focus,\nbutton.btn--white:focus,\ninput.btn--white:focus[type="submit"],\ninput.btn--white:focus[type="reset"],\ninput.btn--white:focus[type="button"] {\n color: #fff;\n}\n\n/**\n * Buttons display as stack block for xs\n */\n\n.btn + .btn,\nbutton + .btn,\ninput[type="submit"] + .btn,\ninput[type="reset"] + .btn,\ninput[type="button"] + .btn,\n.btn + button,\nbutton + button,\ninput[type="submit"] + button,\ninput[type="reset"] + button,\ninput[type="button"] + button,\n.btn + input[type="submit"],\nbutton + input[type="submit"],\ninput[type="submit"] + input[type="submit"],\ninput[type="reset"] + input[type="submit"],\ninput[type="button"] + input[type="submit"],\n.btn + input[type="reset"],\nbutton + input[type="reset"],\ninput[type="submit"] + input[type="reset"],\ninput[type="reset"] + input[type="reset"],\ninput[type="button"] + input[type="reset"],\n.btn + input[type="button"],\nbutton + input[type="button"],\ninput[type="submit"] + input[type="button"],\ninput[type="reset"] + input[type="button"],\ninput[type="button"] + input[type="button"] {\n margin-top: 30px;\n}\n\n/**\n * Buttons display as inline block for md and large breakpoints.\n */\n\n.btn.btn--fixed-width,\nbutton.btn--fixed-width,\ninput.btn--fixed-width[type="submit"],\ninput.btn--fixed-width[type="reset"],\ninput.btn--fixed-width[type="button"] {\n width: 100%;\n}\n\n@media (min-width: 740px) {\n .btn,\n button,\n input[type="submit"],\n input[type="reset"],\n input[type="button"] {\n display: inline-block;\n width: auto;\n font-size: 18px;\n }\n\n .btn.btn--fixed-width,\n button.btn--fixed-width,\n input.btn--fixed-width[type="submit"],\n input.btn--fixed-width[type="reset"],\n input.btn--fixed-width[type="button"] {\n width: 100%;\n min-width: 290px;\n }\n\n .btn + .btn,\n button + .btn,\n input[type="submit"] + .btn,\n input[type="reset"] + .btn,\n input[type="button"] + .btn,\n .btn + button,\n button + button,\n input[type="submit"] + button,\n input[type="reset"] + button,\n input[type="button"] + button,\n .btn + input[type="submit"],\n button + input[type="submit"],\n input[type="submit"] + input[type="submit"],\n input[type="reset"] + input[type="submit"],\n input[type="button"] + input[type="submit"],\n .btn + input[type="reset"],\n button + input[type="reset"],\n input[type="submit"] + input[type="reset"],\n input[type="reset"] + input[type="reset"],\n input[type="button"] + input[type="reset"],\n .btn + input[type="button"],\n button + input[type="button"],\n input[type="submit"] + input[type="button"],\n input[type="reset"] + input[type="button"],\n input[type="button"] + input[type="button"] {\n margin-top: 0;\n margin-left: 25px;\n }\n}\n\n/*\n * Add icon to btn\n */\n\n.btn .icon,\nbutton .icon,\ninput[type="submit"] .icon,\ninput[type="reset"] .icon,\ninput[type="button"] .icon {\n height: 20px;\n font-weight: normal;\n line-height: 20px;\n}\n\n.btn .icon:before,\nbutton .icon:before,\ninput[type="submit"] .icon:before,\ninput[type="reset"] .icon:before,\ninput[type="button"] .icon:before {\n position: relative;\n top: 9px;\n line-height: 0;\n}\n\n.btn .icon + span,\nbutton .icon + span,\ninput[type="submit"] .icon + span,\ninput[type="reset"] .icon + span,\ninput[type="button"] .icon + span,\n.btn span + .icon,\nbutton span + .icon,\ninput[type="submit"] span + .icon,\ninput[type="reset"] span + .icon,\ninput[type="button"] span + .icon {\n margin-left: 5px;\n}\n\n/**\n * Adds large buttons.\n */\n\n.btn--lg {\n padding-top: 19px;\n padding-bottom: 19px;\n font-size: 18px;\n line-height: 22px;\n}\n\n/**\n * Large button styles for >= md breakpoint.\n */\n\n@media (min-width: 740px) {\n .btn--lg {\n height: 70px;\n padding: 24px 70px;\n border-radius: 35px;\n -moz-background-clip: padding;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n }\n}\n\n/* for a large group of buttons */\n\n@media (min-width: 740px) {\n .btn:first-child:not(:only-child),\n button:first-child:not(:only-child),\n input:first-child:not(:only-child)[type="submit"],\n input:first-child:not(:only-child)[type="reset"],\n input:first-child:not(:only-child)[type="button"] {\n margin-bottom: 20px;\n }\n\n .btn + .btn,\n button + .btn,\n input[type="submit"] + .btn,\n input[type="reset"] + .btn,\n input[type="button"] + .btn,\n .btn + button,\n button + button,\n input[type="submit"] + button,\n input[type="reset"] + button,\n input[type="button"] + button,\n .btn + input[type="submit"],\n button + input[type="submit"],\n input[type="submit"] + input[type="submit"],\n input[type="reset"] + input[type="submit"],\n input[type="button"] + input[type="submit"],\n .btn + input[type="reset"],\n button + input[type="reset"],\n input[type="submit"] + input[type="reset"],\n input[type="reset"] + input[type="reset"],\n input[type="button"] + input[type="reset"],\n .btn + input[type="button"],\n button + input[type="button"],\n input[type="submit"] + input[type="button"],\n input[type="reset"] + input[type="button"],\n input[type="button"] + input[type="button"] {\n margin-bottom: 20px;\n }\n}\n\n/* Ghost button \nless padding because ghost buttons have borders */\n\n.btn--white-ghost,\n.btn--black-ghost {\n padding: 19px 38px;\n}\n\n.btn--black-ghost {\n border: 2px solid #061d38;\n}\n\n.btn--black-ghost:hover {\n color: #fff;\n}\n\n.btn--white-ghost {\n border: 2px solid #fff;\n}\n\n.btn--white-ghost:hover {\n color: #061d38;\n}\n\n/* small buttons for content wall */\n\n.content-wall .btn,\n.content-wall button,\n.content-wall input[type="submit"],\n.content-wall input[type="reset"],\n.content-wall input[type="button"] {\n padding: 16px 32px;\n font-size: 16px;\n}\n\n.content-wall .btn--white-ghost,\n.content-wall .btn--black-ghost {\n padding: 14px 30px;\n}',""])},function(e,t,n){"use strict";e.exports=n(603)},function(e,t,n){"use strict";var r=n(82),o=n(605),i=n(609),a=n(610)||0;function l(){return o(a)}e.exports=l,e.exports.generate=l,e.exports.seed=function(t){return r.seed(t),e.exports},e.exports.worker=function(t){return a=t,e.exports},e.exports.characters=function(e){return void 0!==e&&r.characters(e),r.shuffled()},e.exports.isValid=i},function(e,t,n){"use strict";var r=1;e.exports={nextValue:function(){return(r=(9301*r+49297)%233280)/233280},seed:function(e){r=e}}},function(e,t,n){"use strict";var r,o,i=n(606),a=(n(82),1567752802062),l=7;e.exports=function(e){var t="",n=Math.floor(.001*(Date.now()-a));return n===o?r++:(r=0,o=n),t+=i(l),t+=i(e),r>0&&(t+=i(r)),t+=i(n)}},function(e,t,n){"use strict";var r=n(82),o=n(607),i=n(608);e.exports=function(e){for(var t,n=0,a="";!t;)a+=i(o,r.get(),1),t=e<Math.pow(16,n+1),n++;return a}},function(e,t,n){"use strict";var r,o="object"==typeof window&&(window.crypto||window.msCrypto);r=o&&o.getRandomValues?function(e){return o.getRandomValues(new Uint8Array(e))}:function(e){for(var t=[],n=0;n<e;n++)t.push(Math.floor(256*Math.random()));return t},e.exports=r},function(e,t){e.exports=function(e,t,n){for(var r=(2<<Math.log(t.length-1)/Math.LN2)-1,o=-~(1.6*r*n/t.length),i="";;)for(var a=e(o),l=o;l--;)if((i+=t[a[l]&r]||"").length===+n)return i}},function(e,t,n){"use strict";var r=n(82);e.exports=function(e){return!(!e||"string"!=typeof e||e.length<6||new RegExp("[^"+r.get().replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&")+"]").test(e))}},function(e,t,n){"use strict";e.exports=0},function(e,t,n){"use strict";var r=n(22),o=n(612),i=n(625),a=n(1),l=n(681),s=n(683),u=n(684),c=n(685),d=n(686),f=n(687),p=n(688),g=n(689),h=Object.keys(g),m=function(e){var t=e.source||e.children||"";if(e.allowedTypes&&e.disallowedTypes)throw new Error("Only one of `allowedTypes` and `disallowedTypes` should be defined");var n=r(g,e.renderers),a=[i].concat(e.plugins||[]).reduce(b,o()).parse(t),p=r(e,{renderers:n,definitions:f(a)}),m=function(e){var t=[d,l()],n=e.disallowedTypes;e.allowedTypes&&(n=h.filter(function(t){return"root"!==t&&-1===e.allowedTypes.indexOf(t)}));var r=e.unwrapDisallowed?"unwrap":"remove";n&&n.length>0&&t.push(u.ofType(n,r));e.allowNode&&t.push(u.ifNotMatch(e.allowNode,r));e.escapeHtml||e.skipHtml||t.push(s);return e.astPlugins?t.concat(e.astPlugins):t}(e).reduce(function(e,t){return t(e,p)},a);return c(m,p)};function b(e,t){return Array.isArray(t)?e.use.apply(e,function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t)):e.use(t)}m.defaultProps={renderers:{},escapeHtml:!0,skipHtml:!1,sourcePos:!1,rawSourcePos:!1,transformLinkUri:p,astPlugins:[],plugins:[]},m.propTypes={className:a.string,source:a.string,children:a.string,sourcePos:a.bool,rawSourcePos:a.bool,escapeHtml:a.bool,skipHtml:a.bool,allowNode:a.func,allowedTypes:a.arrayOf(a.oneOf(h)),disallowedTypes:a.arrayOf(a.oneOf(h)),transformLinkUri:a.oneOfType([a.func,a.bool]),linkTarget:a.oneOfType([a.func,a.string]),transformImageUri:a.func,astPlugins:a.arrayOf(a.func),unwrapDisallowed:a.bool,renderers:a.object,plugins:a.array},m.types=h,m.renderers=g,m.uriTransformer=p,e.exports=m},function(e,t,n){"use strict";var r=n(613),o=n(614),i=n(615),a=n(621),l=n(623),s=n(624);e.exports=function e(){var t=[];var n=a();var y={};var v=!1;var _=-1;w.data=function(e,t){if(l(e))return 2===arguments.length?(h("data",v),y[e]=t,w):c.call(y,e)&&y[e]||null;if(e)return h("data",v),y=e,w;return y};w.freeze=x;w.attachers=t;w.use=function(e){var n;if(h("use",v),null===e||void 0===e);else if("function"==typeof e)l.apply(null,arguments);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?a(e):o(e)}n&&(y.settings=r(y.settings||{},n));return w;function o(e){a(e.plugins),e.settings&&(n=r(n||{},e.settings))}function i(e){if("function"==typeof e)l(e);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?l.apply(null,e):o(e)}}function a(e){var t,n;if(null===e||void 0===e);else{if(!("object"==typeof e&&"length"in e))throw new Error("Expected a list of plugins, not `"+e+"`");for(t=e.length,n=-1;++n<t;)i(e[n])}}function l(e,n){var o=function(e){var n,r=t.length,o=-1;for(;++o<r;)if((n=t[o])[0]===e)return n}(e);o?(s(o[1])&&s(n)&&(n=r(o[1],n)),o[1]=n):t.push(u.call(arguments))}};w.parse=function(e){var t,n=i(e);if(x(),p("parse",t=w.Parser),f(t))return new t(String(n),n).parse();return t(String(n),n)};w.stringify=function(e,t){var n,r=i(t);if(x(),g("stringify",n=w.Compiler),m(e),f(n))return new n(e,r).compile();return n(e,r)};w.run=k;w.runSync=function(e,t){var n,r=!1;return k(e,t,function(e,t){r=!0,o(e),n=t}),b("runSync","run",r),n};w.process=T;w.processSync=function(e){var t,n=!1;return x(),p("processSync",w.Parser),g("processSync",w.Compiler),T(t=i(e),function(e){n=!0,o(e)}),b("processSync","process",n),t};return w;function w(){for(var n=e(),o=t.length,i=-1;++i<o;)n.use.apply(null,t[i]);return n.data(r(!0,{},y)),n}function x(){var e,r,o,i;if(v)return w;for(;++_<t.length;)e=t[_],r=e[0],o=e[1],i=null,!1!==o&&(!0===o&&(e[1]=void 0),"function"==typeof(i=r.apply(w,e.slice(1)))&&n.use(i));return v=!0,_=1/0,w}function k(e,t,r){if(m(e),x(),r||"function"!=typeof t||(r=t,t=null),!r)return new Promise(o);function o(o,a){n.run(e,i(t),function(t,n,i){n=n||e,t?a(t):o?o(n):r(null,n,i)})}o(null,r)}function T(e,t){if(x(),p("process",w.Parser),g("process",w.Compiler),!t)return new Promise(n);function n(n,r){var o=i(e);d.run(w,{file:o},function(e){e?r(e):n?n(o):t(null,o)})}n(null,t)}}().freeze();var u=[].slice,c={}.hasOwnProperty,d=a().use(function(e,t){t.tree=e.parse(t.file)}).use(function(e,t,n){e.run(t.tree,t.file,function(e,r,o){e?n(e):(t.tree=r,t.file=o,n())})}).use(function(e,t){t.file.contents=e.stringify(t.tree,t.file)});function f(e){return"function"==typeof e&&function(e){var t;for(t in e)return!0;return!1}(e.prototype)}function p(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Parser`")}function g(e,t){if("function"!=typeof t)throw new Error("Cannot `"+e+"` without `Compiler`")}function h(e,t){if(t)throw new Error(["Cannot invoke `"+e+"` on a frozen processor.\nCreate a new ","processor first, by invoking it: use `processor()` instead of ","`processor`."].join(""))}function m(e){if(!e||!l(e.type))throw new Error("Expected node, got `"+e+"`")}function b(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}},function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===o.call(e)},s=function(e){if(!e||"[object Object]"!==o.call(e))return!1;var t,n=r.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!i)return!1;for(t in e);return void 0===t||r.call(e,t)},u=function(e,t){i&&"__proto__"===t.name?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},c=function(e,t){if("__proto__"===t){if(!r.call(e,t))return;if(a)return a(e,t).value}return e[t]};e.exports=function e(){var t,n,r,o,i,a,d=arguments[0],f=1,p=arguments.length,g=!1;for("boolean"==typeof d&&(g=d,d=arguments[1]||{},f=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});f<p;++f)if(null!=(t=arguments[f]))for(n in t)r=c(d,n),d!==(o=c(t,n))&&(g&&o&&(s(o)||(i=l(o)))?(i?(i=!1,a=r&&l(r)?r:[]):a=r&&s(r)?r:{},u(d,{name:n,newValue:e(g,a,o)})):void 0!==o&&u(d,{name:n,newValue:o}));return d}},function(e,t,n){"use strict";e.exports=function(e){if(e)throw e}},function(e,t,n){"use strict";var r=n(616),o=n(618);e.exports=o;var i=o.prototype;function a(e,t,n){var o=this.path,i=new r(e,t,n);return o&&(i.name=o+":"+i.name,i.file=o),i.fatal=!1,this.messages.push(i),i}i.message=a,i.info=function(){var e=this.message.apply(this,arguments);return e.fatal=null,e},i.fail=function(){var e=this.message.apply(this,arguments);throw e.fatal=!0,e},i.warn=a},function(e,t,n){"use strict";var r=n(617);function o(){}e.exports=a,o.prototype=Error.prototype,a.prototype=new o;var i=a.prototype;function a(e,t,n){var o,i,a;"string"==typeof t&&(n=t,t=null),o=function(e){var t,n=[null,null];"string"==typeof e&&(-1===(t=e.indexOf(":"))?n[1]=e:(n[0]=e.slice(0,t),n[1]=e.slice(t+1)));return n}(n),i=r(t)||"1:1",a={start:{line:null,column:null},end:{line:null,column:null}},t&&t.position&&(t=t.position),t&&(t.start?(a=t,t=t.start):a.start=t),e.stack&&(this.stack=e.stack,e=e.message),this.message=e,this.name=i,this.reason=e,this.line=t?t.line:null,this.column=t?t.column:null,this.location=a,this.source=o[0],this.ruleId=o[1]}i.file="",i.name="",i.reason="",i.message="",i.stack="",i.fatal=null,i.column=null,i.line=null},function(e,t,n){"use strict";var r={}.hasOwnProperty;function o(e){return e&&"object"==typeof e||(e={}),a(e.line)+":"+a(e.column)}function i(e){return e&&"object"==typeof e||(e={}),o(e.start)+"-"+o(e.end)}function a(e){return e&&"number"==typeof e?e:1}e.exports=function(e){if(!e||"object"!=typeof e)return null;if(r.call(e,"position")||r.call(e,"type"))return i(e.position);if(r.call(e,"start")||r.call(e,"end"))return i(e);if(r.call(e,"line")||r.call(e,"column"))return o(e);return null}},function(e,t,n){"use strict";(function(t){var r=n(241),o=n(619),i=n(620);e.exports=u;var a={}.hasOwnProperty,l=u.prototype;l.toString=function(e){var t=this.contents||"";return i(t)?t.toString(e):String(t)};var s=["history","path","basename","stem","extname","dirname"];function u(e){var n,r,o;if(e){if("string"==typeof e||i(e))e={contents:e};else if("message"in e&&"messages"in e)return e}else e={};if(!(this instanceof u))return new u(e);for(this.data={},this.messages=[],this.history=[],this.cwd=t.cwd(),r=-1,o=s.length;++r<o;)n=s[r],a.call(e,n)&&(this[n]=e[n]);for(n in e)-1===s.indexOf(n)&&(this[n]=e[n])}function c(e,t){if(-1!==e.indexOf(r.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+r.sep+"`")}function d(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function f(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}Object.defineProperty(l,"path",{get:function(){return this.history[this.history.length-1]},set:function(e){d(e,"path"),e!==this.path&&this.history.push(e)}}),Object.defineProperty(l,"dirname",{get:function(){return"string"==typeof this.path?r.dirname(this.path):void 0},set:function(e){f(this.path,"dirname"),this.path=r.join(e||"",this.basename)}}),Object.defineProperty(l,"basename",{get:function(){return"string"==typeof this.path?r.basename(this.path):void 0},set:function(e){d(e,"basename"),c(e,"basename"),this.path=r.join(this.dirname||"",e)}}),Object.defineProperty(l,"extname",{get:function(){return"string"==typeof this.path?r.extname(this.path):void 0},set:function(e){var t=e||"";if(c(t,"extname"),f(this.path,"extname"),t){if("."!==t.charAt(0))throw new Error("`extname` must start with `.`");if(-1!==t.indexOf(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=o(this.path,t)}}),Object.defineProperty(l,"stem",{get:function(){return"string"==typeof this.path?r.basename(this.path,this.extname):void 0},set:function(e){d(e,"stem"),c(e,"stem"),this.path=r.join(this.dirname||"",e+(this.extname||""))}})}).call(t,n(34))},function(e,t,n){"use strict";var r=n(241);e.exports=function(e,t){if("string"!=typeof e)return e;if(0===e.length)return e;var n=r.basename(e,r.extname(e))+t;return r.join(r.dirname(e),n)}},function(e,t){function n(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}
100
100
  /*!
101
101
  * Determine if an object is a Buffer
102
102
  *
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@comicrelief/storybook",
3
3
  "description": "React components to build the Comic Relief front-end experience",
4
- "version": "1.34.0",
4
+ "version": "1.34.2",
5
5
  "dependencies": {
6
- "@comicrelief/pattern-lab": "*",
6
+ "@comicrelief/pattern-lab": "7.67.1",
7
7
  "@snyk/protect": "^1.1060.0",
8
8
  "@storybook/addon-info": "3",
9
9
  "@storybook/addon-knobs": "3",