a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}/*!* baguetteBox.js
* @author feimosi
* @version 1.11.1
* @url https://github.com/feimosi/baguetteBox.js*/#baguetteBox-overlay{background-color:#222;background-color:rgba(0,0,0,.8);display:none;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:1000000}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;height:100%;position:relative;text-align:center;width:100%}#baguetteBox-overlay .full-image figure{display:inline;height:100%;margin:0}#baguetteBox-overlay .full-image img{box-shadow:0 0 8px rgba(0,0,0,.6);display:inline-block;height:auto;max-height:100%;max-width:100%;vertical-align:middle;width:auto}#baguetteBox-overlay .full-image figcaption{background-color:#000;background-color:rgba(0,0,0,.6);bottom:0;color:#ccc;display:block;font-family:sans-serif;line-height:1.8;position:absolute;text-align:center;white-space:normal;width:100%}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;margin-right:-1px;width:1px}#baguetteBox-slider{height:100%;left:0;position:absolute;top:0;transition:left .4s ease,transform .4s ease;white-space:nowrap;width:100%}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,to{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,to{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,to{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,to{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{height:60px;top:50%;top:calc(50% - 30px);width:44px}.baguetteBox-button{background-color:#323232;background-color:rgba(50,50,50,.5);border:0;border-radius:15%;color:#ddd;cursor:pointer;font:1.6em sans-serif;margin:0;outline:0;padding:0;position:absolute;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{height:30px;right:2%;right:calc(2% + 6px);top:20px;width:30px}.baguetteBox-button svg{left:0;position:absolute;top:0}.baguetteBox-spinner{display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite;background-color:#fff;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}/*!* FlexMasonry
* Version: 0.2.3
* Author: Gilbert Pellegrom <gilbert@pellegrom.me>
* License: MIT*/.flexmasonry{align-content:space-between;display:flex;flex-flow:column wrap}.flexmasonry-item{width:100%}.flexmasonry-cols-2 .flexmasonry-item{width:50%}.flexmasonry-cols-3 .flexmasonry-item{width:33.333%}.flexmasonry-cols-4 .flexmasonry-item{width:25%}.flexmasonry-cols-5 .flexmasonry-item{width:20%}.flexmasonry-cols-6 .flexmasonry-item{width:16.666%}.flexmasonry-cols-7 .flexmasonry-item{width:14.285%}.flexmasonry-cols-8 .flexmasonry-item{width:12.5%}.flexmasonry-cols-2 .flexmasonry-item:nth-child(odd){order:1}.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n){order:2}.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1){order:1}.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2){order:2}.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n){order:3}.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1){order:1}.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2){order:2}.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3){order:3}.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n){order:4}.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1){order:1}.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2){order:2}.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3){order:3}.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4){order:4}.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n){order:5}.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1){order:1}.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2){order:2}.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3){order:3}.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4){order:4}.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5){order:5}.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n){order:6}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1){order:1}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2){order:2}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3){order:3}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4){order:4}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5){order:5}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6){order:6}.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n){order:7}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1){order:1}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2){order:2}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3){order:3}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4){order:4}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5){order:5}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6){order:6}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7){order:7}.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n){order:8}.flexmasonry-break{content:"";flex-basis:100%;margin:0;width:0!important}.flexmasonry-break-1{order:1}.flexmasonry-break-2{order:2}.flexmasonry-break-3{order:3}.flexmasonry-break-4{order:4}.flexmasonry-break-5{order:5}.flexmasonry-break-6{order:6}.flexmasonry-break-7{order:7}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-ms-flex-negative:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{background:#ccc;height:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-revoke,.cc-window{box-sizing:border-box;display:flex;flex-wrap:nowrap;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;overflow:hidden;position:fixed;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{flex-direction:column;max-width:24em;padding:2em}.cc-window.cc-banner{flex-direction:row;padding:1em 1.8em;width:100%}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{display:inline-block;opacity:.8;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:#000;color:initial}.cc-btn{border-style:solid;border-width:2px;display:block;font-size:.9em;font-weight:700;padding:.4em .8em;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;font-size:1.6em;line-height:.75;opacity:.9;position:absolute;right:.5em;top:.5em}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;left:3em;top:0}.cc-revoke.cc-bottom{border-top-left-radius:.5em;border-top-right-radius:.5em;bottom:0;left:3em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{left:unset;right:3em}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{bottom:0;left:0;right:0}.cc-banner .cc-message{display:block;flex:1 1 auto;margin-right:1em;max-width:100%}.cc-compliance{align-content:space-between;align-items:center;display:flex}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{border-radius:5px;padding:1.2em}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{display:inline;flex:none;text-align:center}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{height:100%;margin:0;padding:.8em 1.8em}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}@charset "UTF-8";address,blockquote,dl,figure,h1,h2,h3,h4,h5,h6,ol,p,pre,pre code,table{margin-bottom:1.5rem}.italic,cite,em,i,var{font-style:italic}img,svg{height:auto;max-width:100%}mark{background-color:#ff0}del,s{text-decoration:line-through}ins,u{text-decoration:underline}code,kbd,samp{display:inline-block;font-family:monospace;letter-spacing:0}pre code{background-color:#eee;display:block;overflow-x:scroll;padding:.75rem}.title{font-family:Litera,sans-serif}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.left{text-align:left}.right{text-align:right}.center{text-align:center}@media(max-width:800px){.l-left{text-align:left}}.baseline{background-image:linear-gradient(180deg,cyan,transparent 1px),linear-gradient(180deg,#d3d3d3,transparent 1px);background-repeat:repeat-y;background-size:100% 1.5rem,100% .375rem}ol{list-style-type:decimal}ul{list-style-type:disc}[data-animate]{opacity:0}[data-animate].visible{opacity:1;transition:all 2s cubic-bezier(.4,0,.2,1)}[data-animate=slideDown]{transform:translateY(-20%)}[data-animate=slideDown].visible{transform:none}[data-animate=slideUp]{transform:translateY(20%)}[data-animate=slideUp].visible{transform:none}[data-animate=slideRight]{transform:translateX(-10%)}[data-animate=slideRight].visible{transform:none}[data-animate=slideLeft]{transform:translateX(10%)}[data-animate=slideLeft].visible{transform:none}*{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-text-size-adjust:100%;background-color:#f8f8f8;color:#2f2831;font-family:benton-sans,sans-serif;font-size:16px;font-style:normal;font-weight:300;line-height:1.5rem}a{color:inherit;text-decoration:none}.link{color:#f25d2a;font-weight:700}.link:focus,.link:hover{text-decoration:underline}.lazy,img,svg{image-rendering:-webkit-optimize-contrast;vertical-align:top}.noscroll{overflow:hidden}#breadcrumbs{color:#f25d2a;margin-bottom:0}.crumbs{color:#f25d2a;font-weight:700}.crumbs .sep{padding:0 .375rem}button{cursor:pointer}.button,.subscribe-form-button{background-color:#2f2831;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;outline:none;padding:.75rem 4.5rem .75rem 1.5rem;position:relative;text-align:left;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),padding .2s cubic-bezier(.4,0,.2,1)}.button>*,.subscribe-form-button>*{pointer-events:none}.button .bulk,.subscribe-form-button .bulk{width:0}.button .icon,.subscribe-form-button .icon{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.button:focus,.button:hover,.subscribe-form-button:focus,.subscribe-form-button:hover{padding-right:6rem}.button:active,.subscribe-form-button:active{transform:translateY(2px)}.button[disabled],.subscribe-form-button[disabled]{background-color:inherit;border-color:inherit;color:inherit;cursor:default;opacity:.1;transform:none}.buttons{align-items:center;display:flex;flex-flow:row wrap;justify-content:center;margin:-.75rem -1.5rem}.buttons .button{margin:.75rem 1.5rem}.button--orange,.subscribe-form-button{background-color:#f25d2a;color:#fff}.button--orange:active,.button--orange:hover,.subscribe-form-button:active,.subscribe-form-button:hover{background-color:#2f2831;color:#fff}.button--white{background-color:#fff;color:#2f2831}.button--white:active,.button--white:hover{background-color:#2f2831;color:#fff}.button--yellow{background-color:#f8b91e;color:#2f2831}.button--yellow:active,.button--yellow:hover{background-color:#f8f8f8;color:#2f2831}@supports(-webkit-overflow-scrolling:touch){.button,.button:hover{transition:none!important}}.button--reverse{padding:.75rem 1.5rem .75rem 4.5rem}.button--reverse .icon{left:1.5rem;right:auto;transform:rotate(180deg);transform-origin:50% 25%}.button--reverse:focus,.button--reverse:hover{padding-left:6rem;padding-right:1.5rem}.comments{list-style:none;margin-bottom:4.5rem}.comment{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;margin-bottom:1.5rem}.comment p{margin-bottom:0}.comment p a{color:#1a81b9;text-decoration:underline}.child-comment{margin-left:4.5rem}.comment-author{color:#f25d2a}.comment-timestamp{font-size:16px;font-size:1rem;font-weight:700;line-height:27px;line-height:1.6875rem;margin-bottom:.375rem!important}.comment-form label{font-size:1rem;font-weight:700;margin-bottom:.375rem}.comment-form .input,.comment-form .textarea{border:1px solid #dcdcdc;font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;padding:.375rem .75rem;width:100%}.comment-form .input:focus,.comment-form .textarea:focus{background-color:#f8f8f8}.comment-form a{font-weight:700;text-decoration:underline}.comments-status a{color:#f25d2a}label[for=subscribe-reloaded]{align-items:center;display:flex;margin-bottom:0}#subscribe-reloaded{align-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:2px solid #dcdcdc;display:grid;height:2.25rem;justify-content:center;margin-right:.75rem;place-content:center;transform:translateY(-.075rem);width:2.25rem!important}#subscribe-reloaded:checked{border:2px solid #f25d2a}#subscribe-reloaded:checked:before{transform:scale(1)}#subscribe-reloaded:before{box-shadow:inset 1rem 1rem #f25d2a;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);content:"";height:1rem;transform:scale(0);transform-origin:bottom left;transition:transform .12s ease-in-out;width:1rem}.subscribe-form-field{border:1px solid #dcdcdc;display:inline-block;font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;margin:.75rem 0;padding:.375rem;width:20rem}.subscribe-form-field:focus{background-color:#f8f8f8}@media(max-width:480px){.subscribe-form-field{width:100%}}.subscribe-form-button{display:block;font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;margin-top:.375rem;padding:.375rem 2.25rem}.subscribe-form-button:focus,.subscribe-form-button:hover{padding-right:2.25rem}.fitVids-wrapper{position:relative}.fitVids-wrapper iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}@font-face{font-display:swap;font-family:Litera;font-style:normal;font-weight:700;src:url(/content/themes/climateoutreach/assets/dist/fonts/litera-heavy.woff2?13dc1f8e12c67c067447a47cce744333) format("woff2"),url(/content/themes/climateoutreach/assets/dist/fonts/litera-heavy.woff?f99fe644701fae3413328871a8980881) format("woff")}.footer{background-color:#fff;color:#2f2831;padding:1.5rem 0}.footer,.footer p{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.footer a{color:#f25d2a}.footer a:focus,.footer a:hover{color:#f25d2a;text-decoration:underline}.footer a:active{color:#dc420d}.logo.footer-logo{width:140px}.footer-menu{list-style:none}.footer-menu a{color:#f25d2a;display:inline-block;font-weight:700}.footer .credit{margin-bottom:0;margin-top:1.5rem}.company-details{margin:0 auto;width:66%}.form,.form-row{margin-bottom:1.5rem}.form-row:last-child,.form:last-child{margin-bottom:0}@media(max-width:500px){.form,.form-row{margin-bottom:0}}.column,.header,.programme_header,.row{box-sizing:border-box}.header,.programme_header,.row{display:flex;flex-flow:row wrap;margin:0 auto;max-width:1400px;padding:0 2.25rem}@media(max-width:800px){.header,.programme_header,.row{padding:0 .75rem}}.row--reverse{flex-direction:row-reverse}.row--center{justify-content:center}.header .header,.header .programme_header,.header .row,.programme_header .header,.programme_header .programme_header,.programme_header .row,.row .header,.row .programme_header,.row .row{margin:-.75rem}.column{padding:.75rem}.column.one-whole{width:100%}.column.one-half{width:50%}.column.one-third{width:33.333%}.column.two-thirds{width:66.666%}.column.one-fourth{width:25%}.column.three-fourths{width:75%}.column.one-fifth{width:20%}.column.two-fifths{width:40%}.column.three-fifths{width:60%}.column.four-fifths,.four-fifths{width:80%}.column.one-sixth{width:16.666666667%}.column.five-sixths{width:83.333333335%}.column.one-twelfth{width:8.3333333%}.column.five-twelfths{width:41.6666667%}.column.seven-twelfths{width:58.3333333%}.column.eleven-twelfths{width:91.666666667%}.push-twelfth{margin-left:8.3333333%}.push-sixth{margin-left:16.666666667%}.push-half{margin-left:50%}.push-third{margin-left:33.33333%}.push-fourth{margin-left:25%}.flow-reverse{float:right}.cf{overflow:visible!important}.cf:after,.cf:before{content:" ";display:block}.cf:after{clear:both}.cf{*zoom:1}@media(min-width:800px){.l-show{display:none!important}}.xl-show{display:none}@media(max-width:1024px){.column.xxl-one-third{width:33%}.column.xxl-one-half{width:50%}}@media(max-width:960px){.column.xl-one-whole{margin:0;width:100%}.column.xl-one-half{margin:0;width:50%}.column.xl-one-third{margin:0;width:33.333%}.column.xl-two-thirds{margin:0;width:66.666%}.xl-show{display:block}.xl-hide{display:none}.xl-center{text-align:center!important}.column.xl-push-fourth{margin-left:25%}}@media(max-width:800px){.column{margin:0}.l-hide{display:none!important}.l-show{display:block}.column.l-one-whole,.l-one-whole{margin:0;width:100%}.column.l-one-half{width:50%}.column.l-one-third{width:33.333%}.column.l-two-thirds{width:66.666%}.l-centered{float:none;margin-left:auto;margin-right:auto}}@media(min-width:600px){.m-show{display:none!important}}@media(max-width:600px){.m-hide{display:none!important}.column.m-one-whole{margin:0;width:100%}.column.m-one-half{width:50%}.m-centered{float:none;margin-left:auto;margin-right:auto}}@media(max-width:480px){.s-hide{display:none}.column.s-one-whole{margin:0;width:100%}}.header{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:700}@media(max-width:850px){.header{padding:.75rem}}@media(max-width:970px){.header .logo{height:auto;width:130px}.header .nav--main{padding-right:0}}.header .menu-item-has-children>a{position:relative}@media(max-width:1200px){.header .menu-item-has-children>a:after{display:none}}@media(max-width:800px){.header{padding:0 0 0 .75rem}}.header-media{width:100%}.media-meta{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;text-align:right}.media-meta .media-caption{padding:.375rem}.media-meta .media-description{padding:0 .375rem .375rem}.media-meta .media-description a{color:#f25d2a}.media-meta .media-description a:focus,.media-meta .media-description a:hover{text-decoration:underline}.overlay{background-color:#2f2831;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transform:scale(1.1);transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);z-index:-1}.overlay.is-active{opacity:.5;transform:scale(1);transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),z-index 0 cubic-bezier(.4,0,.2,1) .2s;z-index:800}.icon{height:1.5rem;margin-bottom:0;width:1.5rem}.icon--fill g{fill:pink}.logo{display:inline-block;height:5rem;margin-bottom:0;width:8rem}input,select,textarea{font-family:benton-sans,sans-serif;outline:none}select{cursor:pointer}.input{background-color:#fff;padding:.375rem}.input[focus-within]{background-color:#f8f8f8}.input:focus-within{background-color:#f8f8f8}.input-field{background-color:transparent;border:none;color:#111;font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;outline:none;width:100%}.input-field::-webkit-input-placeholder{color:#111}.input-field::-moz-placeholder{color:#111}.input-field:-ms-input-placeholder{color:#111}.input-field:-moz-placeholder{color:#111}label{display:block;text-align:left}label a{text-decoration:underline}.input--checkbox{background-color:transparent!important;border:none;min-height:1.5rem;padding:0 0 0 2.25rem!important;position:relative}.input--checkbox input[type=checkbox]{left:.375rem;margin:0;opacity:0;position:absolute;top:.75rem;width:1.125rem}.input--checkbox input[type=checkbox]:checked+label:after{content:""}.input--checkbox input:focus~label:before{border:3px solid}.input--checkbox label{cursor:pointer;font-size:13px}.input--checkbox label:before{border:1px solid #fff;box-sizing:border-box;content:"";height:1.5rem;left:0;position:absolute;top:0;width:1.5rem}.input--checkbox label:after{border-bottom:4px solid #f25d2a;border-left:4px solid #f25d2a;height:.2625rem;left:.375rem;position:absolute;top:.4125rem;transform:rotate(-45deg);width:.525rem}.input--select{position:relative}.input--select input,.input--select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:0 1.5rem 0 0;position:relative;z-index:1}.input--select:after{border-color:#111 transparent transparent;border-style:solid;border-width:.1875rem .1875rem 0;bottom:0;content:"";height:0;margin:auto;position:absolute;right:.75rem;top:0;width:0}.label{border:2px solid #f25d2a;border-right-width:0;color:#f25d2a;display:inline-block;font-weight:600;margin-bottom:1.5rem;margin-right:14px;padding:0 .75rem;position:relative}.label:after,.label:before{background-color:#f25d2a;content:"";height:2px;position:absolute;right:-16px;width:19px}.label:before{top:5px;transform:rotate(45deg)}.label:after{bottom:5px;transform:rotate(-45deg)}@media(max-width:400px){.label{border:none;border-bottom:2px solid #f25d2a;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;padding:0}.label:after,.label:before{display:none}}@media(max-width:850px){.dual-reports .label{font-size:12px}}.lazy{background-color:hsla(193,9%,62%,.2);display:inline-block;position:relative;transition:background-color .3s cubic-bezier(.4,0,.2,1);width:100%}.lazy img{bottom:0;height:100%;left:0;margin-bottom:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);width:100%}.lazy.loaded{background-color:transparent}.lazy.loaded img{opacity:1}.iframe{height:auto;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.iframe embed,.iframe iframe,.iframe object{height:100%;left:0;position:absolute;top:0;width:100%}.lazy.video{height:auto;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.lazy.video video{height:100%;left:0;position:absolute;top:0;width:100%}.markup:last-child{margin-bottom:0}.markup a:not(.button){color:#f25d2a;font-weight:700}.markup a:not(.button):focus,.markup a:not(.button):hover{color:#f25d2a;text-decoration:underline}.markup a:not(.button):active{color:#dc420d}.markup.bg--slate a,.markup.btc_header a{color:#f25d2a;font-family:benton-sans,sans-serif;font-style:normal;text-decoration:none}.markup.bg--slate a:focus,.markup.bg--slate a:hover,.markup.btc_header a:focus,.markup.btc_header a:hover{color:#f25d2a;text-decoration:underline}.markup.bg--slate a:active,.markup.btc_header a:active{color:#dc420d}.markup b,.markup strong{font-family:benton-sans,sans-serif;font-style:normal;font-weight:600}.markup img{display:block;height:auto;margin:1.5rem auto}.markup ol,.markup ul:not(.social){margin-bottom:1.5rem;padding-left:1.25rem;text-align:left}.markup ol:last-child,.markup ul:not(.social):last-child{margin-bottom:0}.markup ol li:not(.gfield),.markup ul:not(.social) li:not(.gfield){font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}@media(max-width:800px){.markup ol li:not(.gfield),.markup ul:not(.social) li:not(.gfield){font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}.markup table{margin-bottom:1.5rem;text-align:left;width:100%}.markup table:last-child{margin-bottom:0}.markup tr:nth-child(odd){background-color:#fff}.markup td,.markup th{padding:.375rem}.markup blockquote{border-left:2px solid #f25d2a;margin:3rem 0;padding:1.5rem 0 1.5rem 3rem}.markup blockquote p{font-size:24px;font-size:1.5rem;line-height:36px;line-height:2.25rem}@media(max-width:800px){.markup blockquote p{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.markup .alignright{float:right;margin:0 0 .75rem 1.5rem}@media(max-width:800px){.markup .alignright{float:none;margin:1.5rem auto}}.markup .alignleft{float:left;margin:0 1.5rem .75rem 0}@media(max-width:800px){.markup .alignleft:not(.markup-ignore){float:none;margin:1.5rem auto}}.markup .alignnone{margin-left:0;margin-right:0}.markup .wp-caption{margin:1.5rem 0;width:auto!important}.markup .wp-caption>p:empty{display:none}.markup .wp-caption-text{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;line-height:1.4;margin-bottom:0;margin-top:-.75rem}.markup .button{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}@media(max-width:800px){.markup .button{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}.markup .instagram-media{margin:0 auto!important}.nav ul{list-style:none}.layout{margin:3rem 0}@media(max-width:800px){.layout{margin:1.5rem 0}}.layout[class*=bg--]{margin:0;padding:3rem 0}@media(max-width:800px){.layout[class*=bg--]{padding:1.5rem 0}}.layout--large{margin:3.75rem 0}@media(max-width:800px){.layout--large{margin:1.875rem 0}}.layout--large[class*=bg--]{margin:0;padding:3.75rem 0}@media(max-width:800px){.layout--large[class*=bg--]{padding:1.875rem 0}}.select{background-color:#fff}.select,.select select{border-radius:.25rem;position:relative}.select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid;font-size:18px;font-size:1.125rem;height:100%;line-height:36px;line-height:2.25rem;margin-bottom:0;padding:.75rem 2rem .75rem .75rem;width:100%;z-index:2}select::-ms-expand{display:none}.select.light select{border-color:#dcdcdc}.select .icon{align-items:center;bottom:0;display:flex;height:100%;margin:0 .375rem;position:absolute;right:0;top:0;z-index:0}.select .icon svg{height:1rem;width:1rem}.white{color:#fff}.black{color:#111}.grey{color:#95a3a7}.orange{color:#f25d2a}.box:not(#cm){background-color:#2f2831;border-radius:5px;color:#fff;padding:1.5rem}.bg--slate .box,.bg--white,.btc_header .box{background-color:#fff;color:#2f2831}.bg--grey{background-color:#95a3a7}.bg--orange{background-color:#f25d2a;color:#fff}.bg--slate,.btc_header{background-color:#2f2831;color:#fff}.bg--slate+.bg--slate,.bg--slate+.btc_header,.btc_header+.bg--slate,.btc_header+.btc_header{padding-top:0}.bg--slate .button--orange:active,.bg--slate .button--orange:hover,.btc_header .button--orange:active,.btc_header .button--orange:hover{background-color:#f8f8f8;color:#2f2831}.bg--slate .button--white:active,.bg--slate .button--white:hover,.btc_header .button--white:active,.btc_header .button--white:hover{background-color:#f25d2a}.bg--slate .heading,.bg--slate .heading-num,.btc_header .heading,.btc_header .heading-num{border-color:#f25d2a}.bg--primary,.bg--slate .heading:after,.bg--slate .heading:before,.btc_header .heading:after,.btc_header .heading:before{background-color:#f25d2a}.bg--secondary{background-color:#f8f8f8}.theme--yellow .layout .card-title,.theme--yellow .layout .markup h2,.theme--yellow .layout .markup h3,.theme--yellow .layout .markup h4,.theme--yellow .layout .markup h5,.theme--yellow .layout .markup h6,.theme--yellow .layout .orange,.theme--yellow .layout .quote .icon{color:#f8b91e}.theme--yellow .layout .quote:after{background-color:#f8b91e}.theme--pink .layout .card-title,.theme--pink .layout .markup h2,.theme--pink .layout .markup h3,.theme--pink .layout .markup h4,.theme--pink .layout .markup h5,.theme--pink .layout .markup h6,.theme--pink .layout .orange,.theme--pink .layout .quote .icon{color:#d681b4}.theme--pink .layout .quote:after{background-color:#d681b4}.theme--red .layout .card-title,.theme--red .layout .markup h2,.theme--red .layout .markup h3,.theme--red .layout .markup h4,.theme--red .layout .markup h5,.theme--red .layout .markup h6,.theme--red .layout .orange,.theme--red .layout .quote .icon{color:#b54545}.theme--red .layout .quote:after{background-color:#b54545}.theme--turquoise .layout .card-title,.theme--turquoise .layout .markup h2,.theme--turquoise .layout .markup h3,.theme--turquoise .layout .markup h4,.theme--turquoise .layout .markup h5,.theme--turquoise .layout .markup h6,.theme--turquoise .layout .orange,.theme--turquoise .layout .quote .icon{color:#6fae9d}.theme--turquoise .layout .quote:after{background-color:#6fae9d}.theme--blue-light .layout .card-title,.theme--blue-light .layout .markup h2,.theme--blue-light .layout .markup h3,.theme--blue-light .layout .markup h4,.theme--blue-light .layout .markup h5,.theme--blue-light .layout .markup h6,.theme--blue-light .layout .orange,.theme--blue-light .layout .quote .icon{color:#1a81b9}.theme--blue-light .layout .quote:after{background-color:#1a81b9}.theme--orange .layout .card-title,.theme--orange .layout .markup h2,.theme--orange .layout .markup h3,.theme--orange .layout .markup h4,.theme--orange .layout .markup h5,.theme--orange .layout .markup h6,.theme--orange .layout .orange,.theme--orange .layout .quote .icon{color:#e17a0b}.theme--orange .layout .quote:after{background-color:#e17a0b}.theme--blue-dark .layout .card-title,.theme--blue-dark .layout .markup h2,.theme--blue-dark .layout .markup h3,.theme--blue-dark .layout .markup h4,.theme--blue-dark .layout .markup h5,.theme--blue-dark .layout .markup h6,.theme--blue-dark .layout .orange,.theme--blue-dark .layout .quote .icon{color:#1c4058}.theme--blue-dark .layout .quote:after{background-color:#1c4058}.theme--blue-dark .layout.bg--slate .card-title,.theme--blue-dark .layout.bg--slate .markup h2,.theme--blue-dark .layout.bg--slate .markup h3,.theme--blue-dark .layout.bg--slate .markup h4,.theme--blue-dark .layout.bg--slate .markup h5,.theme--blue-dark .layout.bg--slate .markup h6,.theme--blue-dark .layout.bg--slate .orange,.theme--blue-dark .layout.bg--slate .quote .icon,.theme--blue-dark .layout.btc_header .card-title,.theme--blue-dark .layout.btc_header .markup h2,.theme--blue-dark .layout.btc_header .markup h3,.theme--blue-dark .layout.btc_header .markup h4,.theme--blue-dark .layout.btc_header .markup h5,.theme--blue-dark .layout.btc_header .markup h6,.theme--blue-dark .layout.btc_header .orange,.theme--blue-dark .layout.btc_header .quote .icon{color:#fff}.yellow{color:#f8b91e}.pink{color:#d681b4}.red{color:#b1282d}.turquoise{color:#6fae9d}.blue-light{color:#1a81b9}.btc-orange{color:#e17a0b}.blue-dark{color:#1c4058}h1,h2,h3,h4,h5,h6{font-family:Litera,sans-serif;font-weight:700}.alpha,h1{font-size:35px;font-size:2.1875rem;line-height:42px;line-height:2.625rem}@media(max-width:800px){.alpha,h1{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}}.beta,h2{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}@media(max-width:800px){.beta,h2{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.gamma,h3{font-size:24px;font-size:1.5rem;line-height:36px;line-height:2.25rem}@media(max-width:800px){.gamma,h3{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.standfirst,.standfirst p{font-size:24px;font-size:1.5rem;line-height:36px;line-height:2.25rem}@media(max-width:800px){.standfirst,.standfirst p{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.standfirst a{color:#f25d2a;font-weight:700}.standfirst a:focus,.standfirst a:hover{color:#f25d2a;text-decoration:underline}.standfirst a:active{color:#dc420d}.delta,.epsilon,h4,h5{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}@media(max-width:800px){.epsilon,h5{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}h6{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;text-decoration:underline;text-transform:uppercase}@media(max-width:800px){h6{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}p{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}@media(max-width:800px){p{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}.zeta{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}@media(max-width:800px){.zeta{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}.eta{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.iota{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}.omega{font-size:42px;font-size:2.625rem;line-height:51px;line-height:3.1875rem}@media(max-width:800px){.omega{font-size:35px;font-size:2.1875rem;line-height:42px;line-height:2.625rem}}.base{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem}.bold,strong{font-weight:600}.body-type,.bold,strong{font-family:benton-sans,sans-serif}.body-type{font-weight:300}.half-margin{margin-bottom:.75rem}.author{border-top:1px solid hsla(193,9%,62%,.5);padding-top:3rem;text-align:center}.author-avatar{display:inline-block;margin-bottom:.75rem;overflow:hidden;width:100px}.author-avatar img{border-radius:50%}.author-name{color:#f25d2a;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.video-wrap{overflow:hidden;padding-bottom:45%;position:relative}.video{overflow:hidden;z-index:1}.video,.video-file{height:100%;position:absolute;width:100%}.video-file{left:50%;margin:auto;-o-object-fit:cover;object-fit:cover;opacity:1;top:50%;transform:translate(-50%,-50%);visibility:visible;z-index:-1}.bar-menu{display:flex}.bar-menu li a{color:#2f2831;display:block;padding:.5625rem .75rem}.bar-menu li a:focus,.bar-menu li a:hover{color:#f25d2a}@media(max-width:800px){.bar-menu li a{padding:.5625rem .375rem}.bar-menu li:first-of-type a{padding-left:0}}@media(max-width:340px){.bar-menu li a{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.unsupported_browser{background-color:#f8f8f8;box-shadow:0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12);display:none;font-weight:600;margin:0;padding:6px;text-align:center;z-index:800}.post-type-archive-britain-talks .hero h1{font-size:72px;font-size:4.5rem;line-height:72px;line-height:4.5rem}@media(max-width:600px){.post-type-archive-britain-talks .hero h1{font-size:42px;font-size:2.625rem;line-height:51px;line-height:3.1875rem}}@media(max-width:600px) and (max-width:800px){.post-type-archive-britain-talks .hero h1{font-size:35px;font-size:2.1875rem;line-height:42px;line-height:2.625rem}}.btc_header{padding-top:1.5rem}.btc_header.with-image{padding-bottom:12.5vw}@media(max-width:960px){.btc_header.with-image{padding-bottom:20vw}}@media(max-width:480px){.btc_header.with-image{padding-bottom:40vw}}.btc_illo{margin-bottom:-50%;margin-left:auto;margin-right:auto;max-width:370px;transform:translateY(-50%)}.btc_header .crumbs span:last-of-type{color:#fff}.btc-logos{align-items:center;display:flex;justify-content:center;list-style:none}.btc-logos li{display:inline-block;padding:1.5rem;text-align:center;width:25%}.btc-logos li:nth-of-type(2){padding:1.5rem 3rem}.btc-logos li a.footer-logo{width:100%}@media(max-width:600px){.btc-logos{flex-wrap:wrap}.btc-logos li{width:50%}.btc-logos li:nth-of-type(2){padding:1.5rem}}.btc_wrapper{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:800}body.admin-bar .btc_wrapper{top:32px}#btc_flyout{background-color:#f8f8f8;height:100%;left:0;max-width:600px;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:800}#btc_flyout.is-open{transform:none}.btc_menu{counter-reset:sections 0;padding:3rem}.btc_menu ul{list-style:none}.btc_menu .menu>li{margin-bottom:1.5rem}.btc_menu .menu>li:before{color:#f25d2a;content:counter(sections,decimal);counter-increment:sections 1;display:inline-block;font-weight:700;margin-right:.75rem;width:.75rem}.btc_menu .menu>li>a,.btc_menu .menu>li>a:focus,.btc_menu .menu>li>a:hover{color:#f25d2a}.btc_menu .menu>li>a:active{color:#dc420d}.btc_menu .menu>li.dash:before,.btc_menu .menu>li:first-of-type:before,.btc_menu .menu>li:last-of-type:before,.btc_menu .menu>li:nth-last-of-type(2):before{content:"–";counter-reset:sections 0}.btc_menu a:focus,.btc_menu a:hover{text-decoration:underline}.btc_menu .sub-menu{list-style:none;padding-left:1.5rem}.btc_menu a,.btc_menu a:focus,.btc_menu a:hover{color:#2f2831}.btc_menu a:active{color:#141115}#btc_overlay.is-visible{bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:300}@media(max-width:800px){.btc_menu{padding:1.5rem}.btc_menu .sub-menu{background-color:#f8f8f8;bottom:0;left:0;padding:1.5rem;position:absolute;top:0;transform:translateX(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:800}.btc_menu .sub-menu.is-visible{transform:none}.btc_menu .sub-menu.is-visible .js-sub-nav-trigger{justify-content:flex-start;transform:rotate(180deg)}.btc_menu li{display:flex}.btc_menu li:not(:last-child){border-bottom:1px solid #dfe3e4;margin-bottom:.75rem;padding-bottom:.75rem}.btc_menu a{flex:3}.btc_menu>ul>li>a{font-weight:700}.btc_menu .js-sub-nav-trigger{align-items:center;background:0 0;border:none;color:#f25d2a;display:flex;flex:1;justify-content:flex-end}}.autoheight .card{height:100%}.card{background-color:#fff;color:#2f2831;display:flex;flex-direction:column;padding:1.5rem;position:relative}.card a{z-index:100}.card:not(.no-link){transition:all .2s cubic-bezier(.4,0,.2,1)!important}.card:not(.no-link):focus,.card:not(.no-link):hover,.card:not(.no-link)[focus-within]{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.card:not(.no-link):focus,.card:not(.no-link):focus-within,.card:not(.no-link):hover{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.card:not(.no-link):active{transform:none;transition:none}.card .lazy{overflow:hidden}.card .lazy img{transform:scale(1);transition:transform 2s ease}.card:not(.no-link):hover .lazy img{transform:scale(1.2);transition:transform 2s ease}.card-header{display:flex;flex-direction:column}.card-header p{padding-top:.75rem}.card-excerpt p{margin-bottom:0}.card-image{margin-bottom:1.5rem}.card .button{margin-top:.75rem}.card-content{display:flex;flex:1;flex-direction:column}.card-content .button{align-self:flex-start;margin-top:0}.card-link:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.card-title{margin-bottom:.375rem}.card-author,.report .card-title{margin-bottom:0}.card-author{color:#95a3a7;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.card--btc .card-header{display:flex;justify-content:center;margin-bottom:1.5rem;order:-1;text-align:center}.card--btc .card-title{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}@media(max-width:800px){.card--btc .card-title{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.card--btc .illo{margin-bottom:1.5rem}.card--btc .image--placeholder{display:block;padding-bottom:62.5%;position:relative;width:100%}.card--btc .image--placeholder-content{background-color:#95a3a7;border-radius:50%;display:block;height:100%;margin-left:20%;padding-right:60%;position:absolute}.card--btc img{transform:none!important}.card--btc .button{width:100%}.pages_carousel .splide__arrow{top:33vw}.pages_carousel .page{display:flex;margin-bottom:1.5rem;padding:0}.pages_carousel .page>div{display:flex;flex-direction:column;justify-content:center}.pages_carousel .splide__pagination{bottom:0}@media(min-width:800px){.pages_carousel .splide__arrows,.pages_carousel .splide__pagination{display:none}}.splide--nav>.splide__track>.splide__list>.splide__slide{cursor:pointer}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:transparent}.is-visible .carousel_page-content{opacity:1;transition:all .3s ease}.carousel_page-content,.is-moving .carousel_page-content{opacity:0;transition:all .3s ease}.illo{background-color:hsla(0,0%,7%,.5);border-radius:50%;padding-bottom:100%;position:relative;width:100%}.illo .lazy,.illo img,.illo video{border-radius:50%;bottom:0;left:0;position:absolute;right:0;top:0;width:100%}@media(max-width:600px){.pages_carousel .carousel_page-content{margin-left:-3rem;margin-right:-3rem;width:100vw}}.splide__arrow{background-color:#f25d2a;height:3rem;opacity:1;transition:background-color .3s ease;width:3rem}.splide__arrow svg{fill:#fff;height:1.5rem;transition:fill .3s ease;width:1.5rem}.splide__arrow:hover{background-color:#fff;opacity:1}.splide__arrow:hover svg{fill:#f25d2a}.splide__arrow[disabled]{cursor:default;opacity:.5}.carousel .splide__arrow--next{top:20%}.carousel .splide__arrow--prev{left:auto;right:1em;top:60%}.carousel .lazy{overflow:hidden}.carousel .lazy img{transform:scale(1);transition:transform 2s ease}.carousel a:hover .lazy img{transform:scale(1.2);transition:transform 2s ease}.categories-wrap{margin-top:1.5rem}.categories{list-style:none;overflow:hidden;visibility:visible}.categories li{display:inline}.categories .category{background-color:#fff;border-radius:5px;color:#2f2831;display:inline-block;font-family:benton-sans,sans-serif;font-size:16px;font-size:1rem;font-style:normal;font-weight:600;line-height:27px;line-height:1.6875rem;margin-bottom:.75rem;margin-right:.375rem;padding:.375rem .75rem}.categories .category:focus,.categories .category:hover{background-color:#f25d2a;color:#fff}.categories .category.is-active{background-color:#2f2831;color:#fff}.categories--hidden{display:none}.categories--hidden.select{margin-top:.75rem}.categories--hidden .category{background-color:#95a3a7;color:#fff}.categories--hidden .category:focus,.categories--hidden .category:hover{background-color:#f25d2a;color:#fff}.categories--hidden .category.is-active{background-color:#2f2831;color:#fff}.categories--show{display:block}#modal--contentWarning .modal-footer{display:flex;justify-content:space-between}#modal--contentWarning .modal-entry em{color:#f25d2a;font-style:normal;font-weight:600}.explore-nav{display:flex;font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}@media(max-width:800px){.explore-nav{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}@media(max-width:650px){.explore-nav{flex-direction:column}}.explore-nav .column{flex-grow:1}.explore-nav .button .icon{right:50%;transform:translate(50%,-50%)}@media(min-width:400px){.explore-nav .button{width:auto!important}}.explore-nav .body{color:#f25d2a;font-family:benton-sans,sans-serif;font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}.explore-nav .heading--borderless{height:100%;margin-right:1.5rem}@media(max-width:650px){.explore-nav .heading--borderless{margin-right:0}}.event{background-color:#fff;display:flex;flex-direction:column;opacity:0;padding:1.5rem;position:relative;transform:translateY(-10%);transition:all .2s cubic-bezier(.4,0,.2,1)!important}.event.visible{opacity:1;transform:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.event a{z-index:100}.event:focus,.event:hover,.event[focus-within]{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.event:focus,.event:focus-within,.event:hover{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.event:active{transform:none;transition:none}.event-meta{color:#f25d2a;font-family:Litera,sans-serif;margin-bottom:.75rem;text-align:right}.event-image{margin-bottom:1.5rem}.event-content{display:flex;flex:1;flex-direction:column}.event-content .button{align-self:flex-start}.event-excerpt p{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.event-link:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.external-link{background-color:#fff;display:block;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;margin-bottom:1.5rem;padding:1.125rem;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.external-link .icon{float:right;margin-bottom:.75rem}.external-link:focus,.external-link:hover,.external-link[focus-within]{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.external-link:focus,.external-link:focus-within,.external-link:hover{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.external-link:active{transform:none;transition:none}.gallery{display:flex;flex-flow:row wrap;margin:-.375rem}.gallery-item{padding:.375rem;transform:scale(1);transition:all .2s cubic-bezier(.4,0,.2,1);width:33.3333333333%}.gallery-item:focus,.gallery-item:hover,.gallery-item[focus-within]{transform:scale(.98)}.gallery-item:focus,.gallery-item:focus-within,.gallery-item:hover{transform:scale(.98)}.gallery-item:active{transform:none;transition:none}@media(max-width:960px){.gallery-item{width:50%}}.hamburger{background:0 0;border:none;color:#fff;display:none;height:3rem;margin-right:.75rem;outline:none;position:relative;right:0;top:0;transition:left .4s ease .4s,border .4s ease 0s;transition-delay:.1s;width:3rem;z-index:700}@media(max-width:800px){.hamburger{display:block}}.hamburger.is-active{border-color:transparent;right:0;transition:left .4s ease,border .4s ease .4s}.hamburger.is-active .bars{background-color:transparent}.hamburger.is-active .bars:before{top:0;transform:rotate(45deg)}.hamburger.is-active .bars:after{top:0;transform:rotate(-45deg)}.bars{left:50%;top:50%;transform:translate(-50%,-50%)}.bars,.bars:after,.bars:before{background-color:#fff;border-radius:1rem;color:transparent;cursor:pointer;display:block;height:3px;position:absolute;transition:all .4s ease;width:1.5rem}.bars:before{content:"";top:8px}.bars:after{content:"";top:-8px}.hamburger:focus .bars,.hamburger:focus .bars:after,.hamburger:focus .bars:before{background-color:#2f2831}.hamburger.is-active:focus .bars{background-color:transparent}.hamburger.is-active:focus .bars:after,.hamburger.is-active:focus .bars:before{background-color:#2f2831}.hamburger--btc{align-items:center;color:#f25d2a;display:flex}.hamburger--btc .bars,.hamburger--btc .bars:after,.hamburger--btc .bars:before{background-color:#f25d2a}.hamburger--btc .title{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;margin-left:3rem;white-space:nowrap}.hero{margin:auto;min-height:70vh;overflow:hidden;position:relative}.hero-overlay{background-color:#2f2831;bottom:0;left:0;opacity:.25;position:absolute;right:0;top:0;z-index:200}.hero-image{height:auto;left:50%;margin-bottom:0;max-height:none;max-width:none;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:100}.hero-image img{-o-object-fit:cover;object-fit:cover}.hero-content{color:#fff;left:3rem;max-width:800px;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:600}@media(max-width:600px){.hero-content{left:auto!important;padding:1.5rem;right:auto!important;transform:translateY(-50%)!important}}.hero-content.right-align{left:auto;right:3rem;text-align:right}.hero-content.center-align{left:50%;text-align:center;transform:translate(-50%,-50%)}.hero-content.left-align{left:3rem;text-align:left}.hero-title{font-size:42px;font-size:2.625rem;line-height:51px;line-height:3.1875rem;text-shadow:2px 2px 15px rgba(47,40,49,.5)}@media(max-width:800px){.hero-title{font-size:35px;font-size:2.1875rem;line-height:42px;line-height:2.625rem}}@media(max-width:800px) and (max-width:800px){.hero-title{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}}.hero-video .video{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.hero-video .video video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}@media(max-width:800px){.hero .button{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}}.hero-scroll{bottom:1.5rem;color:#fff;left:50%;position:absolute;transform:translateX(-50%) rotate(90deg);z-index:600}.hero-scroll:focus,.hero-scroll:hover{color:#f25d2a}.hero-scroll:active{color:#dc420d}.hero-scroll .icon{height:2.25rem;width:2.25rem}.hero-scroll .visible{transition:none}.hero--home{min-height:90vh}@media(max-width:800px){.hero--home{min-height:80vh}}.hero--video .video{line-height:0}@media(min-width:960px){.language-select{margin-left:33%}}.language-select select{padding:0 .375rem}.language-select .icon{right:.375rem;width:1rem}.logo{height:auto;width:190px}.logo:hover{opacity:.9}.logo:focus{border:1px solid #4d90fe;box-shadow:0 0 5px #4d90fe;outline:none}.nav--main{align-items:center;display:flex;overflow:visible;padding-right:.75rem}.menu-overlay{display:none}.main-menu li:last-of-type .sub-menu{right:0}.main-menu{align-items:center;margin-right:.75rem;position:relative;z-index:500}.main-menu a{color:#111;display:block;font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1)}@media(max-width:800px){.main-menu a{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}@media(max-width:870px) and (min-width:800px){.main-menu a{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}.main-menu a:active{transition:none}.main-menu{display:flex;flex-flow:row wrap}.main-menu>li>a{color:#fff;font-weight:600;padding:2.25rem 1.5rem;position:relative}.main-menu>li>a:focus,.main-menu>li>a:hover{background-color:#fff;color:#2f2831}@media(max-width:1200px){.main-menu>li>a{padding:2.25rem .75rem}}@media(max-width:800px){.main-menu>li>a{padding:.75rem}}.main-menu .sub-menu{background-color:#fff;box-shadow:1px 1px 0 hsla(0,0%,7%,.1);opacity:0;position:absolute;transform:translateX(.375rem);transition:opacity .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1}.main-menu .sub-menu.flip{right:0}.main-menu .sub-menu>li{display:block}.main-menu .sub-menu>li>a{min-width:10rem;padding:.75rem 1.5rem}.main-menu .sub-menu>li>a:focus,.main-menu .sub-menu>li>a:hover{background-color:#f25d2a;color:#fff}@media(min-width:800px){.main-menu .menu-item-has-children:focus a:after,.main-menu .menu-item-has-children:hover a:after,.main-menu .menu-item-has-children[focus-within] a:after{transform:rotate(180deg)}.main-menu .menu-item-has-children:focus a:after,.main-menu .menu-item-has-children:focus-within a:after,.main-menu .menu-item-has-children:hover a:after{transform:rotate(180deg)}.main-menu .menu-item-has-children:focus .sub-menu,.main-menu .menu-item-has-children:hover .sub-menu,.main-menu .menu-item-has-children[focus-within] .sub-menu{opacity:1;transform:none;visibility:visible}.main-menu .menu-item-has-children:focus .sub-menu,.main-menu .menu-item-has-children:focus-within .sub-menu,.main-menu .menu-item-has-children:hover .sub-menu{opacity:1;transform:none;visibility:visible}}.main-menu .menu-item-has-children>a{position:relative}.main-menu .menu-item-has-children>a:after{content:url(/content/themes/climateoutreach/assets/dist/img/down-arrow--white.svg?69a8e76117f0c8bc4655338c96f11684);display:inline-block;margin-left:.75rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.main-menu .menu-item-has-children>a:focus:after,.main-menu .menu-item-has-children>a:hover:after{content:url(/content/themes/climateoutreach/assets/dist/img/down-arrow.svg?0233aedaa0dd952207ef5da308e7c0c1)}.button--donate{background-color:#fff;color:#2f2831;padding:.75rem}.button--donate:active,.button--donate:focus,.button--donate:hover{background-color:#2f2831;color:#fff;padding-right:.75rem}.button--donate .icon{display:none}@media(min-width:800px){.js-sub-nav-trigger{display:none}}@media(max-width:800px){.nav--main{background-color:#fff;bottom:0;box-shadow:0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19);display:block;height:calc(100% - 108px)!important;order:5;position:fixed;transform:translateX(-111%);width:90%}.nav--main,.nav--main.is-open{transition:transform .4s cubic-bezier(.4,0,.2,1)}.nav--main.is-open{transform:translateX(0)}.nav--main .main-menu{flex-direction:column;height:calc(100% - 5.4rem);margin-right:0;overflow:hidden}.nav--main .main-menu li{display:flex;justify-content:space-between;width:100%}.nav--main .main-menu .js-sub-nav-trigger{align-items:center;background-color:#fff;border:none;display:flex;flex:1;justify-content:flex-end}.nav--main .main-menu>li>a{color:#111;flex:1}.nav--main .main-menu a:hover{transform:translateX(0)}.nav--main .sub-menu{background-color:#fff;bottom:0;left:100%;opacity:1;overflow-y:auto;position:absolute;top:0;transform:translate(0);transition:left .4s cubic-bezier(.4,0,.2,1);visibility:visible;width:100%}.nav--main .sub-menu a{flex:1}.nav--main .sub-menu.is-visible{left:0;right:auto;transition:left .4s cubic-bezier(.4,0,.2,1)}.nav--main .sub-menu.is-visible .js-sub-nav-trigger{justify-content:flex-start;transform:rotate(180deg)}.menu-item-has-children>a{font-weight:700}.admin-bar .nav--main{height:calc(100% - 154px)!important}.button--donate{background-color:#2f2831;color:#fff;margin:0 auto;width:calc(100% - .375rem)}.button--donate:active,.button--donate:hover{background-color:#f25d2a;color:#fff}.menu-overlay.is-visible{background-color:transparent;bottom:0;display:block;height:calc(100% - 108px)!important;height:100%;left:0;position:fixed;right:0;z-index:-1}.admin-bar .menu-overlay{height:calc(100% - 154px)!important}.single-britain-talks .nav--main{height:calc(100% - 155px)!important}}.multimedia-group .column .multimedia{margin:0 1.5rem}.multimedia-group .column:nth-child(odd) .multimedia{margin-left:0}.multimedia-group .column:nth-child(2n) .multimedia{margin-right:0}@media(max-width:800px){.multimedia-group .column .multimedia{margin:0}}.multimedia{background-color:hsla(0,0%,7%,.2);border-radius:5px;color:#fff;margin-bottom:1.5rem;width:100%}@media(max-with:800px){.multimedia{padding:0}}.multimedia .multimedia-title{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem;padding:.75rem}.multimedia .multimedia-label{padding:.75rem .75rem 0}.multimedia .multimedia-preview{padding:0 .75rem}.multimedia .label{margin-bottom:.75rem}.iframe-placeholder{display:block;padding-bottom:56.6%;position:relative}.iframe-placeholder .icon{height:4rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:4rem}.audio-file{bottom:0;position:absolute;width:100%}.header-media{position:relative}.header-media .video{height:0;overflow:hidden;padding-bottom:56.25%;width:100%}.header-media .video video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.meta{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem}@media(max-width:600px){.meta{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}.hero.full-width .hero-content{width:66%}@media(max-width:600px){.hero.full-width .hero-content{width:100%}}.pages{list-style:none;padding-left:0;width:95%}@media(max-width:960px){.pages{width:100%}}.pages li a{border-bottom:1px solid hsla(193,9%,62%,.5);color:#111;display:inline-block;padding:.75rem 0;text-decoration:none;width:100%}.pages .current_page_item a,.pages li a:focus,.pages li a:hover{color:#f25d2a}.pages li:last-of-type a{border-bottom:none}.pages .parent_page_item{background-color:#2f2831;padding:0 .75rem}.pages .parent_page_item a{color:#fff}.pages .parent_page_item a .icon{transform:rotate(90deg)}.pages li:not(.parent_page_item) a{padding-left:1.5rem}.page_item-image{margin-bottom:1.5rem}.page_item .standfirst p{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;text-transform:none}.pagination{margin:1.5rem 0}.nav-links{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem;text-align:center}@media(max-width:800px){.nav-links{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}.nav-links .page-numbers{display:inline-block;padding:.375rem}.nav-links a.page-numbers:hover{color:#f25d2a}.nav-links .page-numbers.current{font-family:Litera,sans-serif}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;position:absolute!important;width:1px}.programme{background-color:#fff;display:flex;flex-direction:column;height:100%;padding:1.5rem .75rem;text-align:center}.programme-parent{font-family:benton-sans,sans-serif;font-size:16px;font-size:1rem;font-weight:400;line-height:27px;line-height:1.6875rem;margin-bottom:0}.programme-image{margin-bottom:1.5rem}.programme-body{background-color:#fff}.programme-title{margin-bottom:0}.quote{padding:.75rem 0 .75rem 5.25rem;position:relative}.quote .icon{color:#f25d2a;height:4.5rem;left:0;position:absolute;top:0;transform:rotate(180deg);width:4.5rem}.quote .citation{color:#2f2831;font-weight:700;margin-bottom:0}@media(max-width:600px){.quote .icon{height:3.75rem;left:-.75rem;top:-3rem;width:3.75rem}.quote{margin-top:1.5rem;padding-left:0;position:relative}}.britain-talks-template-default .quote .citation{margin-bottom:1.5rem}.britain-talks-template-default .quote:after{background-color:#f25d2a;content:"";display:block;height:3px;width:25%}.reportcta{align-items:center;display:flex;position:relative;width:100%}.reportcta:hover .reportcta-link{color:#f25d2a}.reportcta-content{flex:1;margin-bottom:1.5rem;padding-right:1.5rem}.reportcta-content .reportcta-title{color:#fff;font-family:Litera,sans-serif}.reportcta-image{flex:1;width:100%}.column.one-whole .reportcta-image{flex:2}.column.one-whole .reportcta-content{flex:4;width:100%}.reportcta-link{color:#fff;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;z-index:200}.reportcta-link:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.header .column:first-child .reportcta,.programme_header .column:first-child .reportcta,.row .column:first-child .reportcta{padding-right:2.25rem}.header .column:nth-child(2) .reportcta,.programme_header .column:nth-child(2) .reportcta,.row .column:nth-child(2) .reportcta{padding-left:2.25rem}@media(max-width:960px){.reportcta{flex-direction:column}}@media(max-width:600px){.header .column:first-child .reportcta,.programme_header .column:first-child .reportcta,.row .column:first-child .reportcta{padding-right:0}.header .column:nth-child(2) .reportcta,.programme_header .column:nth-child(2) .reportcta,.row .column:nth-child(2) .reportcta{padding-left:0}}.reportcta--header{overflow:hidden;padding:3rem 0}.reportcta--header .reportcta-title{font-size:42px;font-size:2.625rem;line-height:51px;line-height:3.1875rem}@media(max-width:800px){.reportcta--header .reportcta-title{font-size:35px;font-size:2.1875rem;line-height:42px;line-height:2.625rem}}.reportcta--header .reportcta-image{max-width:45vh;min-width:45vh}@media(max-width:960px){.reportcta--header{padding:6rem 0}.reportcta--header .reportcta-image{max-width:30vh;min-width:30vh;opacity:.5;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:100}.reportcta--header .reportcta-content{position:relative;z-index:200}.reportcta--header .reportcta-content .reportcta-title{text-shadow:1px 1px 5px rgba(0,0,0,.2)}}@media(max-width:800px){.reportcta--header{padding:6rem .75rem}}@media(max-width:600px){.reportcta--header{padding:3rem .75rem}.reportcta--header .reportcta-title{font-size:35px;font-size:2.1875rem;line-height:42px;line-height:2.625rem}}@media(max-width:600px) and (max-width:800px){.reportcta--header .reportcta-title{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}}@media(max-width:600px){.reportcta--header .reportcta-image{max-width:25vh;min-width:25vh}}.autoheight .report{height:100%}.report{background-color:#fff;padding:1.5rem;position:relative}.report a{z-index:100}.report:not(.report--wide){transition:all .2s cubic-bezier(.4,0,.2,1)!important}.report:not(.report--wide):focus,.report:not(.report--wide):hover,.report:not(.report--wide)[focus-within]{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.report:not(.report--wide):focus,.report:not(.report--wide):focus-within,.report:not(.report--wide):hover{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.report:not(.report--wide):active{transform:none;transition:none}.report-meta{align-items:center;display:flex;justify-content:flex-end;margin-bottom:1.5rem}.report-meta .label{margin-bottom:0}.report-icons .icon{margin-left:1.5rem}.report-body{flex:1}.report-body .button{align-self:flex-start}.report-header{flex:1;margin-bottom:1.5rem}.report-link:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.report .button{display:none;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.report--wide{align-items:center;background-color:transparent;display:flex;flex-direction:row;padding:0}.report--wide .report-meta{display:none}.report--wide .report-body{margin-bottom:0;margin-left:1.5rem}.report--wide .report-header{margin-right:1.5rem}.report--wide:focus a,.report--wide:hover a{text-decoration:underline}@media(max-width:600px){.report--wide{background-color:#fff;flex-direction:column;padding:1.5rem}.report--wide .report-body{margin-bottom:0;margin-left:0}.report--wide .report-header{margin-right:0;width:100%}}.result{background-color:#fff;list-style:none;padding:.75rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.result:focus,.result:hover,.result[focus-within]{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.result:focus,.result:focus-within,.result:hover{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.result:active{transform:none;transition:none}.result .label{margin:0 1.5rem 0 0}.result:not(:last-child){margin-bottom:.75rem}.result-link:before{content:"";height:100%;position:absolute;width:100%;z-index:100}.result .excerpt{margin-top:.375rem}.result .excerpt p{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;line-height:1.4}.result-updated{color:#95a3a7;display:inline-block;font-size:14px;font-size:.875rem;font-style:italic;line-height:18px;line-height:1.125rem;margin-bottom:0}#scroll_to_top{border-radius:50%;bottom:1.125rem;box-shadow:0 15px 24px rgba(0,0,0,.22),0 19px 76px rgba(0,0,0,.3);height:33px;opacity:0;position:fixed;right:1.125rem;text-decoration:none;transition:visibility .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);visibility:hidden;width:33px;z-index:300}#scroll_to_top svg{height:100%;transform:rotate(-90deg)}#scroll_to_top.visible{opacity:1;visibility:visible}#scroll_to_top:active{transform:translateY(2px)}.search-trigger{align-items:center;background:0 0;border:none;color:#2f2831;cursor:pointer;display:flex;font-size:inherit;padding:.5625rem .75rem;text-decoration:underline}.search-trigger:focus,.search-trigger:hover{color:#f25d2a}@media(max-width:800px){.search-trigger{padding-right:0}}.search-trigger .icon--search{height:1rem;margin-left:.75rem;width:1rem}.search-form{background-color:#fff;bottom:-5.2rem;box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:none;justify-content:center;padding:1.125rem;position:absolute;right:0;transform:translateY(10px);transition:all .3s ease;visibility:hidden;z-index:9999}.search-form.is-visible{display:flex;transform:translateY(0);transition:all .3s ease;visibility:visible}@media(max-width:600px){.search-form{bottom:unset;left:0;padding:.75rem;position:fixed;right:0;top:2.5rem}.admin-bar .search-form{top:5.5rem}}.search-form button{background-color:#f8f8f8;border:0;border-radius:0 15px 15px 0;height:3rem;margin:0;padding:0;width:3rem}.search-form .input{background-color:#f8f8f8;border:0;border-radius:15px 0 0 15px;font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;min-width:320px;padding:0 .75rem}@media(max-width:600px){.search-form .input{min-width:75%}}.search-form .icon{height:100%;padding:.75rem;width:100%}.sidebar{margin-right:3.75rem}.sidebar p{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}@media(max-width:1100px){.sidebar{margin-right:1.875rem}}@media(max-width:800px){.sidebar{margin-right:0}}.sidebar-box{background-color:#fff;display:block;font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;margin-bottom:1.5rem;padding:1.125rem;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.sidebar-box .icon{float:right;margin-bottom:.75rem}.sidebar-box:focus,.sidebar-box:hover,.sidebar-box[focus-within]{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.sidebar-box:focus,.sidebar-box:focus-within,.sidebar-box:hover{box-shadow:1px 1px .375rem hsla(0,0%,7%,.1);transform:translateY(-2px)}.sidebar-box:active{transform:none;transition:none}.sidebar-list{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem;list-style:none;margin:1.5rem 0}.sidebar-list li:not(:last-of-type){margin-bottom:.75rem;padding-bottom:.75rem}.sidebar-list a:active{color:#dc420d}.signup-form{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;width:100%}.signup-form .form-row{display:flex}@media(max-width:500px){.signup-form .form-row{flex-direction:column}}.signup-form .input{background-color:transparent;display:flex;flex:1 1 50%;flex-direction:column;font-size:1rem;padding:.375rem;width:50%}@media(max-width:500px){.signup-form .input{flex-basis:100%;max-width:100%;width:100%}}.signup-form .input input{border:1px solid #dcdcdc}.signup-form .input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #dcdcdc;padding:.75rem}.signup-form .input-field:focus{border:1px solid #f25d2a}.signup-form .button{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem}.cocivicrm-errors{padding:.5rem 0;transition:opacity .3s}.cocivicrm-errors.hidden{opacity:0}.signup-form__thanks{display:none}.red{color:#b54545}.signup-form label{font-weight:700;padding:.375rem}.signup-form .input label{margin-left:-5px}.skip-links{counter-reset:skiplinks 0}.skip-links .header,.skip-links .programme_header,.skip-links .row{justify-content:center}.skip-link{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.skip-link:active{transform:translateY(2px)}@media(max-width:600px){.skip-link{padding:.75rem}}@media(max-width:1300px){.skip-link-content h3{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}}@media(max-width:1300px) and (max-width:800px){.skip-link-content h3{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}@media(max-width:600px){.skip-link-content{text-align:left}}.skip-link-name{margin-bottom:0}@media(max-width:600px){.skip-link-name{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.skip-link-image{border-radius:50%;height:100px;margin-right:2.25rem;min-width:100px;overflow:hidden;transition:border-radius .2s cubic-bezier(.4,0,.2,1);width:100px}@media(max-width:1200px){.skip-link-image{height:60px;margin-right:.75rem;min-width:60px;width:60px}}@media(max-width:600px){.skip-link-image{margin-bottom:.75rem;margin-left:0}}.skip-link-image .counter{background-color:#95a3a7;display:block;height:100%;width:100%}.skip-link-image .counter:after{align-items:center;color:#fff;content:counter(skiplinks,decimal);counter-increment:skiplinks 1;display:flex;font-size:35px;font-size:2.1875rem;font-weight:700;height:100px;justify-content:center;line-height:42px;line-height:2.625rem;position:absolute;width:100px}@media(max-width:800px){.skip-link-image .counter:after{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}}@media(max-width:1300px){.skip-link-image .counter:after{font-size:24px;font-size:1.5rem;height:60px;line-height:36px;line-height:2.25rem;width:60px}}@media(max-width:1300px) and (max-width:800px){.skip-link-image .counter:after{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.theme--yellow .counter,.theme--yellow a.skip-link:hover{background-color:#f8b91e}.theme--yellow .highlight.skip-link{border:5px solid #f8b91e}.theme--pink .counter,.theme--pink a.skip-link:hover{background-color:#d681b4}.theme--pink .highlight.skip-link{border:5px solid #d681b4}.theme--red .counter,.theme--red a.skip-link:hover{background-color:#b54545}.theme--red .highlight.skip-link{border:5px solid #b54545}.theme--turquoise .counter,.theme--turquoise a.skip-link:hover{background-color:#6fae9d}.theme--turquoise .highlight.skip-link{border:5px solid #6fae9d}.theme--blue-light .counter,.theme--blue-light a.skip-link:hover{background-color:#1a81b9}.theme--blue-light .highlight.skip-link{border:5px solid #1a81b9}.theme--orange .counter,.theme--orange a.skip-link:hover{background-color:#e17a0b}.theme--orange .highlight.skip-link{border:5px solid #e17a0b}.theme--blue-dark a.skip-link:hover{background-color:#1c4058;color:#fff}.theme--blue-dark .counter{background-color:#1c4058}.theme--blue-dark .highlight.skip-link{border:5px solid #1c4058}.slideshow{position:relative;width:100%}.slideshow .dots{bottom:10%;display:flex;justify-content:center;position:absolute;width:100%}.slideshow .dot{background-color:transparent;border:0;cursor:pointer;padding:.75rem}.slideshow .dot:after{background-color:#95a3a7;border-radius:50%;content:"";display:block;height:1.125rem;width:1.125rem}.slideshow .dot.is-active:after{background-color:#f25d2a}.slideshow--medium{max-width:calc(900px + 2.25rem);width:66%}@media(max-width:960px){.slideshow--medium{width:100%}}.slides{cursor:pointer;position:relative;width:100%}.slide{height:auto;width:100%}.slide-prev-next{cursor:pointer;height:2rem;position:absolute;top:50%;transform:translateY(-50%);width:2rem;z-index:500}@media(max-width:600px){.slide-prev-next{display:none}}.slide-prev-next:after{background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:2rem;transform-origin:center;width:2rem}.splide__arrow--next{right:-1em}@media(max-width:800px){.splide__arrow--next{right:0}}.splide__arrow--prev{left:-1em}@media(max-width:800px){.splide__arrow--prev{left:0}}.slide-next{right:1rem}.slide-next:after{transform:rotate(270deg)}.slide-prev{left:1rem}.slide-prev:after{transform:rotate(90deg)}.slideshow .splide__pagination{bottom:auto;top:0}.social li{display:inline-block}.social a{color:#2f2831;display:block;line-height:1;padding:.5625rem .375rem}.social a,.social a:focus,.social a:hover{transition:all .3s ease}.social svg{height:1.25rem;width:1.25rem}.icon-linkedin:focus,.icon-linkedin:hover{color:#0077b5}.icon-youtube:focus,.icon-youtube:hover{color:red}.icon-facebook:focus,.icon-facebook:hover{color:#3b5998}.icon-twitter:focus,.icon-twitter:hover{color:#1da1f2}.icon-instagram:focus,.icon-instagram:hover{color:#405de6}.shortcode-social .social{display:flex;justify-content:space-between;margin:0 auto;width:50%}.shortcode-social .social svg{height:1.5rem;width:1.5rem}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.modal--slide{display:none}.modal--slide.is-open{display:block}.modal--slide[aria-hidden=false] .modal-overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.modal--slide[aria-hidden=false] .modal-container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.modal--slide[aria-hidden=true] .modal-overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.modal--slide[aria-hidden=true] .modal-container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.modal--slide .modal-container,.modal--slide .modal-overlay{will-change:transform}.modal{display:none}.modal.is-open{display:block}.modal-overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.modal-container{background-color:#fff;border-radius:4px;box-sizing:border-box;max-height:100vh;max-width:600px;overflow-y:auto;padding:30px}.modal-content{color:rgba(0,0,0,.8);line-height:1.5;margin-bottom:2rem;margin-top:2rem}.modal-close{background:0 0;border:0;padding:0;position:absolute;right:0;top:0}.modal-close:focus svg{color:#f25d2a}.modal .modal-close .icon{height:30px;width:30px}.modal .avatar{border-radius:2px;margin-bottom:1.5rem;overflow:hidden;width:50%}.modal .title{margin-bottom:0}.modal .role{font-size:16px;font-size:1rem;height:auto!important;line-height:27px;line-height:1.6875rem}.modal .role~.social{margin-top:-1.5rem;min-height:1px}.modal .social{margin-bottom:1.5rem}.modal .description{margin-bottom:0}.modal .long-description{display:block}.modal .long-description p{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.modal .description{display:none}.modal .button{font-family:benton-sans,sans-serif}.team{background-color:#fff;padding-bottom:.375rem;position:relative;text-align:center}.team .avatar{display:inline-block;margin-bottom:1.5rem;overflow:hidden;width:100%}.team .title{margin-bottom:.75rem}.team .title:after{background:#f25d2a;content:"";display:block;height:2px;margin:.5625rem auto 0;width:30px}.team .role{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}.team .social{display:none}.team .description{margin-bottom:0}.team-anchor{bottom:0;left:0;position:absolute;right:0;top:0;transition:all .3s ease}.team .long-description{display:none}.team-group{margin-bottom:3rem}.team-list{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;list-style:none}.bar{background-color:#f8f8f8;z-index:900}.bar .column{display:flex;justify-content:space-between;padding-bottom:0;padding-top:0}.bar-actions .nav,.bar-social{align-items:center;display:flex}.bar-actions .nav{position:relative}.bar-actions .nav a{font-weight:600}@media(max-width:800px){.bar-social,.bar-social .nav{width:100%}.bar-social .nav .social{display:flex;justify-content:space-around}.bar-actions{width:100%}.bar-actions .nav{justify-content:space-between}}.tlp{background-color:#fff;display:flex;flex-direction:column;text-align:center}.tlp-image{margin-bottom:0}.tlp-body{background-color:#fff;padding:2.25rem 1.5rem}.tlp-title{margin-bottom:0}.tlp-title:after{background-color:#f25d2a;content:"";display:block;height:3px;margin:1.5rem auto;width:1.5rem}.visuals{background-color:#2f2831;color:#fff;text-align:center;width:100%}.visuals-content{flex:1 1 50%;padding:3rem}@media(max-width:800px){.visuals-content{padding:1.5rem}}.visuals-image{width:100%}.visuals-image .image{height:100%;overflow:hidden;width:100%}.visuals-image .image img{-o-object-fit:cover;object-fit:cover}@media(max-width:960px){.visuals-image .image{display:block;padding-bottom:75%!important}}.visuals--download .visuals-image{flex:auto;padding:3rem 10%}.visuals--download .visuals-image .image{border-radius:50%;height:400px;margin:auto;overflow:hidden;padding:0!important;width:400px}@media(max-width:800px){.visuals--download .visuals-image .image{height:200px;width:200px}.visuals--download .visuals-image{padding:1.5rem}}.visuals--wide{align-items:center;display:flex;flex-direction:column;text-align:center}.visuals--wide .visuals-image{display:flex;flex:1 1 50%;height:100%;justify-content:flex-end;margin-bottom:0}@media(max-width:960px){.visuals--wide .visuals-image{display:block;width:100%}}@media(min-width:960px){.visuals--wide{flex-direction:row;text-align:left}.visuals--wide .visuals-content{order:1}.visuals--wide .visuals-image{order:2}}.cta{background-color:#f25d2a;border-radius:5px;color:#fff;display:flex;justify-content:space-between;padding:3rem;width:100%}@media(max-width:700px){.cta{flex-direction:column;padding:1.5rem}}.cta-title{align-items:center;display:flex;flex:1 1 66%;margin-bottom:0}@media(max-width:700px){.cta-title{justify-content:center;margin-bottom:1.5rem;text-align:center}}.cta-button_wrap{align-items:center;display:flex;flex:1 1 33%;justify-content:flex-end}@media(max-width:700px){.cta-button_wrap{justify-content:center}}.heading{border:1px solid;border-radius:5px;padding:1.125rem;position:relative}.heading,.heading>span{align-items:center;display:flex}.heading .button{justify-self:flex-end;margin-left:auto;white-space:nowrap}.heading .button:focus,.heading .button:hover{padding-right:4.5rem}.heading:after,.heading:before{background-color:#2f2831;bottom:50%;content:"";height:1px;position:absolute;width:100%}.heading:before{left:-100%}.heading:after{right:-100%}.heading-num{align-items:center;display:flex;font-family:Litera,sans-serif;font-weight:700;height:3rem;justify-content:center;margin-right:1.5rem;position:relative;width:3rem}.heading-num:after{border:1px solid;border-radius:100%;content:"";height:3rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:3rem}.heading-title{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem;margin-bottom:0;margin-right:1.5rem}.heading-title:last-child{margin-right:0}.heading--title{justify-content:center;margin-bottom:1.5rem;padding:2.25rem 1.5rem 1.875rem}.heading--title .heading-num{background-color:#2f2831;left:0;margin:auto;position:absolute;right:0;top:-1.5rem}.heading--title .heading-title{font-size:28px;font-size:1.75rem;line-height:36px;line-height:2.25rem}@media(max-width:800px){.heading--title .heading-title{font-size:21px;font-size:1.3125rem;line-height:30px;line-height:1.875rem}}.heading--borderless{background-color:#fff;border:none;color:#2f2831}.heading--borderless:after,.heading--borderless:before{content:none}@media(max-width:600px){.heading{flex-wrap:wrap}.heading .button{margin-top:.75rem;width:100%}}.layout.bg--slate .media-meta .media-description a,.layout.btc_header .media-meta .media-description a{color:#fff}.logos{display:grid;grid-template-columns:auto auto auto auto;list-style:none}@media(max-width:600px){.logos{grid-template-columns:auto auto}}.logos li{align-items:center;display:flex;justify-content:center;padding:1.5rem .75rem}.logos li img{max-height:7.5rem}.dynamic-map{height:90vh;opacity:0;overflow:hidden;width:100%}.dynamic-map>div{background-color:#fff!important}.dynamic-map img{max-width:inherit!important}.map-image{border-radius:3px;margin-bottom:.75rem;overflow:hidden}.dynamic-map .button{text-align:left;width:100%}.dynamic-map .button:hover{background-color:#111;padding-right:4.5rem}.dynamic-map .gm-ui-hover-effect{align-content:center!important;align-items:center!important;display:flex!important;justify-content:center!important;right:-3px!important;top:-3px!important}.dynamic-map .gm-ui-hover-effect img{height:21px!important;margin:0!important;width:21px!important}.gm-style-iw{text-align:center;width:251px}@media(max-width:480px){.gm-style .gm-style-iw-c{padding:12px!important}}.pages_carousel-navigation li{opacity:.5}.pages_carousel-navigation li.is-active{opacity:1}.pages_carousel-navigation .splide__list{margin:0 auto!important}.post-type-archive-britain-talks .carousel_page-content .orange,.single-britain-talks .carousel_page-content .orange{color:#e17a0b}.post-type-archive-britain-talks .carousel_page-content .blue-dark,.single-britain-talks .carousel_page-content .blue-dark{color:#fff}.sitemap a{padding:.375rem 0}.sitemap a:focus,.sitemap a:hover{color:#f25d2a}.sitemap h2{font-weight:700}.sitemap-posttype{margin-bottom:3rem}.sitemap-posttype ul{list-style:none}.sitemap ul ul{margin-left:2.25rem}.sitemap ul ul li:before{content:"—"}.sitemap-category{margin-bottom:1.5rem}.sitemap-category h3{margin-bottom:.75rem}.stats .card{height:100%}.table .tablepress{max-width:100%}.layout .tablepress tfoot th,.layout .tablepress thead th{background-color:#111!important;color:#fff;font-weight:700;vertical-align:top}.layout .tablepress{background-color:transparent;border-collapse:collapse}.layout .tablepress td{background-color:transparent;border:1px solid #95a3a7}.layout .tablepress tr:first-child td{background-color:transparent;border-top:0}.layout .tablepress thead th{border:1px solid #95a3a7}.layout .tablepress thead tr{border-left:35px solid #fff;border-right:35px solid #fff;border-top:35px solid #fff}.layout .tablepress tr td:first-child{border-left:35px solid #fff}.layout .tablepress tr:last-child td{border-bottom:35px solid #fff}.layout .tablepress tr td:last-child{border-right:35px solid #fff}.layout .tablepress .even td,.layout .tablepress .odd td{background-color:#f8f8f8}.layout .tablepress .odd td{background-color:#fdfdfd}.theme--yellow .layout .tablepress tfoot th,.theme--yellow .layout .tablepress thead th{background-color:#f8b91e!important;color:#111}.theme--pink .layout .tablepress tfoot th,.theme--pink .layout .tablepress thead th{background-color:#d681b4!important}.theme--red .layout .tablepress tfoot th,.theme--red .layout .tablepress thead th{background-color:#b54545!important}.theme--turquoise .layout .tablepress tfoot th,.theme--turquoise .layout .tablepress thead th{background-color:#6fae9d!important}.theme--blue-light .tablepress tfoot th,.theme--blue-light .tablepress thead th{background-color:#1a81b9!important}.theme--orange .tablepress tfoot th,.theme--orange .tablepress thead th{background-color:#e17a0b!important}.theme--blue-dark .tablepress tfoot th,.theme--blue-dark .tablepress thead th{background-color:#1c4058!important}.flexible{align-items:center;display:flex}@media(max-width:800px){.flexible{flex-direction:column}}.flexible.flex-start{align-items:flex-start}.flexible.reverse .flexible-images{order:2}.flexible.reverse .flexible-inner{padding-left:0;padding-right:1.5rem}@media(max-width:800px){.flexible.reverse .flexible-inner{padding:0}}.flexible-even-height .flexible-inner{justify-content:center}.flexible-inner{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding-left:6rem}@media(max-width:800px){.flexible-inner{padding:1.5rem 0}}@media(max-width:600px){.flexible-inner{padding:1.5rem 0}}.flex{display:flex}.flex-clear{display:block}.flexible-images{align-content:flex-start;flex:1;flex-wrap:wrap}@media(max-width:800px){.flexible-images{display:block;width:100%}}.flexible-content ul{font-size:18px;font-size:1.125rem;line-height:36px;line-height:2.25rem;list-style-position:inside;margin-bottom:1.875rem}@media(min-width:960px){.two-column .header .column:first-of-type,.two-column .programme_header .column:first-of-type,.two-column .row .column:first-of-type{padding-right:3rem}.two-column .header .column:last-of-type,.two-column .programme_header .column:last-of-type,.two-column .row .column:last-of-type{padding-left:3rem}}.row--alternate-color{margin-top:.75rem!important;padding:0!important}@media(max-width:960px){.row--alternate-color{padding:0 .75rem!important}}.row--alternate-color:nth-of-type(2n){background-color:#dfe3e4;margin-bottom:1.5rem}@media(max-width:960px){.row--alternate-color:nth-of-type(2n){background-color:unset}.column--alternate-color:nth-of-type(2n){background-color:#dfe3e4;margin-bottom:1.5rem}}.no-margin{margin:0!important}.no-margin-bottom{margin-bottom:0!important}.no-padding{padding:0!important}.no-padding-bottom{padding-bottom:0!important}.no-padding-top{padding-top:0!important}.no-padding-left{padding-left:0!important}.pr{position:relative}.w-25{width:25%}.w-33{width:33.33333%}.w-50{width:50%}.w-66{width:66.66666%}.w-75{width:75%}.w-100{width:100%}hr{margin:1.5rem 0}.hr{background:0 0;background-color:#95a3a7;border:0;color:transparent;height:1px}.hr--white{background-color:#fff}@media(max-width:960px){.push-eighth,.xl-push-none{margin-left:0}}.pa{position:absolute}@media(max-width:960px){.xl-pr{position:relative}}.hide{display:none}.masonry{opacity:0;transition:all .3s ease;width:100%}.content-with-sidebar{margin-left:3.75rem}@media(max-width:1100px){.content-with-sidebar{margin-left:1.875rem}}@media(max-width:800px){.content-with-sidebar{margin-left:0}}.hide-image img{display:none}.programme_header{align-content:center}@media(max-width:800px){.programme_header{flex-direction:column}.programme_header .key-insights{margin-top:1.5rem}}.programme_header-group:first-of-type{flex:2;padding:.75rem}.programme_header-group:last-of-type{align-items:center;display:flex;flex:1;justify-content:flex-end}@media(max-width:800px){.programme_header-group:last-of-type{justify-content:flex-start}}.cc-window{box-shadow:0 15px 24px rgba(0,0,0,.22),0 19px 76px rgba(0,0,0,.3)}.inlay-download a:link{font-weight:700}.gform_button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.gform_wrapper .gform_footer{text-align:center}.gform_wrapper form .field_sublabel_below,.gform_wrapper form label.gfield_label{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}@media(max-width:800px){.gform_wrapper form .field_sublabel_below,.gform_wrapper form label.gfield_label{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}.input-one-whole input{width:100%!important}.ginput_container input,.ginput_container textarea{border:1px solid #dcdcdc;margin-bottom:0!important;padding:.375rem!important}.ginput_container input:focus,.ginput_container textarea:focus{border:1px solid #f25d2a}.gform_fields{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}@media(max-width:800px){.gform_fields{font-size:16px;font-size:1rem;line-height:27px;line-height:1.6875rem}}.layout .gform_wrapper ul.gform_fields{display:flex;flex-wrap:wrap}.layout .gform_wrapper ul.gform_fields li{flex:1 1 100%}.layout .gform_wrapper ul.gform_fields li.input-one-half{flex:1 1 50%}.layout .gform_wrapper ul.gform_fields li.input-one-half input{width:100%}@media(max-width:650px){.layout .gform_wrapper ul.gform_fields li.input-one-half{flex:1 1 100%}}.address_country{background-color:#fff;border-radius:.25rem;min-height:auto!important;padding-right:0!important;position:relative;width:100%!important}.address_country select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #dcdcdc;margin-bottom:0!important;padding:.28125rem!important}.address_country select:focus{border:1px solid #f25d2a}.address_country label{display:none!important}.gform_button{background-color:#f25d2a;margin:0!important;padding-right:1.5rem}.gform_button:focus,.gform_button:hover{background-color:#2f2831;padding-right:1.5rem}.gform_footer{position:relative}.gform_footer .gform_ajax_spinner{margin:0;padding:0;position:absolute;right:35%;top:50%;transform:translateY(-50%)}html[data-useragent*=MSIE] .unsupported_browser{display:block}@media(-ms-high-contrast:active),(-ms-high-contrast:none){.card,.card-content{display:block}}:root{--cc-btn-primary-bg:#f25d2a;--cc-btn-primary-text:#fff;--cc-btn-primary-hover-bg:#1c4058}