@charset "UTF-8";html{height:100%}body{height:100%;font-family:Roboto,Helvetica,Arial,sans-serif;background:#f3f1ed;color:#222;font-size:1em}body>form{height:100%;display:flex;flex-direction:column}input{outline:0}input[type=password],input[type=text]{height:2rem;padding:.125em 1em;min-width:16em;border:1px solid #196f42;border-radius:.7em;-webkit-border-radius:.7em;-moz-border-radius:.7em}input[type=password]:focus,input[type=text]:focus{box-shadow:0 0 .25em #009346;-webkit-box-shadow:0 0 .25em #009346;-moz-box-shadow:0 0 .25em #009346}a.button,button,input[type=button],input[type=submit]{margin-top:1.5em;height:2.5rem;padding:0 1.5em;border-radius:.7em;-webkit-border-radius:.7em;-moz-border-radius:.7em;background:#196f42;border:none;color:#f3f1ed;cursor:pointer;transition:.1s background}a.button:hover,button:hover,input[type=button]:hover,input[type=submit]:hover{background:#009346}h2{color:#005c2c;font-weight:400}h3{color:#005c2c;font-weight:400}address,li,p{font-size:.9rem;line-height:1.6em}iframe,img{vertical-align:text-bottom}table{border-collapse:collapse}td,th{vertical-align:top;padding:.5em 1em;font-size:.9rem}.imagelink{font-size:0}.larger{font-size:1.2em}.smaller{font-size:.9rem}.highlighted{color:#196f42;font-weight:600;font-size:1.1em}.formrow{margin-bottom:1em}.formrow label{display:block;padding:.25em 0}.fancy-checkbox{display:inline-block;position:relative;padding-left:1.3em;cursor:pointer}.fancy-checkbox input{position:absolute;opacity:0}.fancy-checkbox span{position:absolute;top:0;left:0;height:.9em;width:.9em;background-color:#f3f1ed;border:1px solid #196f42;border-radius:.2em;transition:.2s}.fancy-checkbox input:checked~span{background-color:#196f42}.fancy-checkbox input:checked~span::after{content:"";left:.25em;top:.05em;position:absolute;width:.25em;height:.5em;border:solid #fff;border-width:0 .15em .15em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.content-block{max-width:1200px;margin:2.5rem auto;background:#fff;border:1px solid #e6e6e6}.content-block--box{border-color:#fff;transition:.2s}.content-block--box:hover{box-shadow:0 5px 15px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);-moz-box-shadow:0 5px 15px rgba(0,0,0,.2)}.content-row{padding:0 2.5rem 2.5rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.content-row:first-child{margin-top:2.5rem}@media screen and (max-width:60em){.content-row{padding:0 1.5rem 1.5rem}}@media screen and (max-width:40em){.content-row{flex-direction:column}}.content-row--inverted{margin:0 2.5rem 2.5rem;padding-top:2.5rem;background:#f3f1ed}@media screen and (max-width:60em){.content-row--inverted{margin:0 0 1.5rem}}.content-row--highlighted{margin:0 2.5rem 2.5rem;padding-top:2.5rem;border:1px solid #196f42;background:#cee5d6}@media screen and (max-width:60em){.content-row--highlighted{margin:0 0 1.5rem}}.content-column{box-sizing:border-box}.content-column iframe,.content-column img{max-width:100%}.content-column img[align=left],.content-column img[style*="float: left"],.content-column img[style*="float:left"]{margin:1em 1em 1em 0}.content-column img[align=right],.content-column img[style*="float: right"],.content-column img[style*="float:right"]{margin:1em 0 1em 1em}.content-column--full{width:100%}@media screen and (min-width:40em){.content-column--half{width:calc((100% - 2.5rem)/ 2)}.content-column--wide{width:calc(((100% - 5rem)/ 1.5) + 2.5rem)}.content-column--thin{width:calc((100% - 5rem)/ 3)}}.content-column--inverted{padding:1.25rem;background:#f3f1ed}.content-column--highlighted{padding:1.25rem;border:1px solid #196f42;background:#cee5d6}.content-column--stretched{align-self:stretch}.content-box{margin-top:2.5rem}.content-box:first-child{margin-top:0}@media screen and (max-width:40em){.content-box{margin-bottom:1.5em}}.content-box-inner>:first-child{margin-top:0}.content-box-inner>:last-child{margin-bottom:0}.content-box-inner h2{font-style:normal;margin:1.5rem 0}.content-box-inner a{color:#005c2c;transition:.2s}.content-box-inner a:hover{color:#009346}.content-box-inner p{margin:1rem 0}.content-box-inner li{margin:.6rem 0}.content-table{max-width:100%;margin:1rem 0;overflow-x:auto}.boxes{display:flex;flex-wrap:wrap;max-width:calc(1200px + 3.5rem);margin:0 auto}@media screen and (max-width:40em){.boxes{flex-direction:column;max-width:unset}}.box{width:calc((100% - 10.5rem)/ 3);margin:0 1.75rem 3.5rem;background:#fff;transition:.2s}.box:hover{box-shadow:0 5px 15px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);-moz-box-shadow:0 5px 15px rgba(0,0,0,.2)}@media screen and (max-width:60em){.box{margin:0 1rem 2rem;width:calc((100% - 6.5rem)/ 3)}}@media screen and (max-width:40em){.box{width:auto}}.box--wider{width:calc((100% - 5.5rem)/ 3 * 2)}@media screen and (max-width:60em){.box--wider{width:calc((100% - 4rem)/ 3 * 2)}}@media screen and (max-width:40em){.box--wider{width:auto}}.box>a{text-decoration:none;color:inherit;display:flex;flex-direction:column}.box__image{border-bottom:1px solid #196f42}.box__image img{width:100%}.box__content{margin:0 1.5rem 1.5rem}.box__content h2{margin-bottom:1em;font-size:1.25rem}.box__content p{flex:1 0 auto}.box__content a{color:#005c2c}.box__metadata{line-height:1.4em;font-size:.9rem;font-weight:300;color:#005c2c}.box__category{margin:0 -1.5em;text-align:right}.box__category span{display:inline-block;padding:.25rem 1.5rem;font-size:.9rem;color:#fff;background:#196f42;text-transform:uppercase}.boxes--inverted{background:#fff;padding:3.5rem 1.75rem 0;margin-bottom:3.5rem}.boxes--inverted .box{background-color:#f3f1ed}@media screen and (max-width:75em){.boxes--inverted{padding:1.75rem 0}}@media screen and (max-width:60em){.boxes--inverted{margin-bottom:2rem}}.table-style1{border-style:none}.table-style1 td,.table-style1 th{border-style:none;border-bottom-style:dotted}.table-style1 tr:first-child th{border-bottom-style:solid}.table-style1 tr:last-child td{border-bottom-style:none}.table-style2 th{background:#cee5d6}.table-style2 tr:nth-child(2n+1){background:#f3f1ed}@font-face{font-family:icomoonFrontend;src:url(/assets/fonts/icomoon.eot?1);src:url(/assets/fonts/icomoon.eot?1#iefix) format("embedded-opentype"),url(/assets/fonts/icomoon.ttf?1) format("truetype"),url(/assets/fonts/icomoon.woff?1) format("woff"),url(/assets/fonts/icomoon.svg?1#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.enhanced-links{list-style:none;padding-left:0}a.enhanced-link{text-decoration:none}a.enhanced-link:hover{text-decoration:underline}.enhanced-link-size{color:#222;font-size:.9rem;white-space:nowrap}.enhanced-link:before{display:inline-block;margin-right:.4em;font-family:icomoonFrontend;font-size:1.2em;content:"\e900";text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.enhanced-link--type-pdf:before{content:"\e901"}.enhanced-link--type-docx:before{content:"\e902"}.enhanced-link--type-xlsx:before{content:"\e903"}.enhanced-link--type-gif:before{content:"\e904"}.enhanced-link--type-jpg:before{content:"\e905"}.enhanced-link--type-png:before{content:"\e906"}#header{background:#f3f1ed;position:fixed;width:100%;top:0;z-index:50}#header__inner{max-width:1200px;height:120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:75em){#header__logo{padding-left:1rem}}#heder__title{flex-grow:2;margin-left:2rem}#header h1{margin:0;color:#009346;font-family:'Open Sans',sans-serif;font-weight:400;font-size:2.2rem}#header h2{color:#009346;font-family:Montserrat,sans-serif;font-style:normal;font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase;margin:0;padding:.5em 0 0 .1em}@media screen and (max-width:65em){#header h2{font-size:.9rem}}@media screen and (max-width:55em){#header h2{font-size:.75rem;letter-spacing:0}}#header__links{display:flex;align-items:center}@media screen and (max-width:65em){#header__links{flex-direction:column-reverse;align-items:flex-end;margin-right:1rem}}#header__links a{display:block}#memberZoneLink{line-height:25px;padding-right:30px;margin-right:30px;background:url(/assets/img/member-zone.png?v=1) no-repeat center right;font-family:Montserrat,sans-serif;text-transform:uppercase;color:#009346;font-size:.9rem;text-decoration:none}@media screen and (max-width:65em){#memberZoneLink{font-size:.8em;margin-right:0;margin-top:8px}}@media screen and (max-width:55em){#memberZoneLink{font-size:.6rem}}@media screen and (max-width:44em){#memberZoneLink{text-indent:-10000px;background-size:80%}}#header__links .youtube{width:90px;height:40px;background:url(/assets/img/youtube-logo.png?v=1)}@media screen and (max-width:44em){#header__links .youtube{width:70px;height:30px;background-size:100%}}@media screen and (max-width:27em){#header__links .youtube{width:50px;height:23px;background-size:100%}}#navigation{background:#196f42;position:fixed;width:100%;top:120px;z-index:50}#navigation__inner{max-width:1200px;height:2.5rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}#navigation__items{margin:0;padding:0;list-style-type:none;display:flex;flex-shrink:0}#navigation__items a{display:block;line-height:2.5rem;padding:0 .5em;margin-right:1.5em;color:#fff;letter-spacing:.01em;text-decoration:none;font-weight:400;transition:.1s color}#navigation__items a:hover{color:#f0dd0a}@media screen and (max-width:75em){#navigation__items{position:absolute;left:0;top:2.5em;flex-direction:column;background:#f3f1ed;border:1px solid #196f42;border-top:none;visibility:hidden;opacity:0;transition:.2s opacity}#navigation__items.visible{visibility:visible;opacity:1}#navigation__items a:hover{color:#009346}#navigation__items a{color:#005c2c;padding-left:2.5em}}@media screen and (max-width:75em) and (max-width:27em){#navigation__items{width:100%;border-left:none;border-right:none}}#navigation__control{padding:0 1em 0 1.5em;color:#fff;line-height:2.5rem;cursor:pointer;display:none}@media screen and (max-width:75em){#navigation__control{display:block}}@media screen and (min-width:75em){#navigation__items .navigation__item--active a{color:#fff}#navigation__items .navigation__item--active a::after{content:'';width:100%;height:3px;display:block;background:#f0dd0a;position:relative;bottom:2px}}#search{display:flex;align-items:center}#search__text{width:10rem;min-width:unset;height:1.5rem;margin-right:1em;border:none;opacity:0;visibility:hidden;transition:.2s opacity,.2s visibility}#search__text.visible{visibility:visible;opacity:1}#search__toggleText{display:block;width:20px;height:20px;margin-right:.5rem;background:url(/assets/img/magnifying-glass.png?v=1)}#footer{width:100%;margin-top:2.5rem;background:#196f42}#footer__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center}@media screen and (max-width:40em){#footer__inner{flex-wrap:wrap;justify-content:flex-start}}.footer__section{margin:1.5rem 6rem 2rem 0;font-size:.9rem;line-height:1.6em;color:#f3f1ed}.footer__section.footer__section--no-header{padding-top:1.9rem}@media screen and (max-width:40em){.footer__section.footer__section--no-header{padding-top:0}}@media screen and (max-width:60em){.footer__section{margin:1.5rem 2rem 1.5rem}}@media screen and (max-width:50em){.footer__section{margin:1.5rem 1rem 1.5rem}}#footer h3{color:#f0dd0a;margin:0 1rem .5rem 0}#footer address{font-style:normal;white-space:nowrap}#footer a{color:#f3f1ed;text-decoration:none}#footer a:hover{text-decoration:underline}#pagecontent{padding-top:calc(120px + 2.5rem);flex:1}#heading{max-width:1200px;margin:0 auto;background-size:auto 400px;background-position:center center}@media screen and (min-width:1900px){#heading{background-size:100% auto}}@media screen and (max-width:64em){#heading{background-size:auto 300px}}@media screen and (max-width:50em){#heading{background-size:auto 200px}}@media screen and (max-width:36em){#heading{background-size:auto 150px}}@media screen and (max-width:27em){#heading{background-size:auto 120px}}#heading__inner{margin:2.5rem}#heading h1{font-size:3rem;color:#005c2c;font-weight:400}#heading[style]{max-width:unset;margin-bottom:3rem;border-bottom:1px solid #196f42}#heading[style] #heading__inner{max-width:1200px;height:400px;margin:0 auto;display:flex;align-items:center}@media screen and (max-width:64em){#heading[style] #heading__inner{height:300px}}@media screen and (max-width:50em){#heading[style] #heading__inner{height:200px}}@media screen and (max-width:36em){#heading[style] #heading__inner{height:150px}}@media screen and (max-width:27em){#heading[style] #heading__inner{height:120px}}#heading[style] h1{text-indent:-10000px}.share-buttons{margin:0 2.5rem 2.5rem}.web-version-info{position:fixed;top:0;left:0;padding:3em 3em .5em;z-index:100;background:#f0dd0a;transform:rotate(-45deg) translateX(-4em) translateY(-1.5em);transform-origin:0 0}body.overlayed{overflow:hidden;padding-right:16px}#overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(30,60,45,.6);z-index:100}.modal{position:fixed;opacity:0;visibility:hidden;left:50%;top:50%;transform:translate(-50%,-50%);padding:1.5em 3.5em 2.5em 2.5em;background:#f3f1ed;border:2px solid #005c2c;border-radius:20px;box-shadow:5px 5px 5px rgba(0,0,0,.4);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.4);-moz-box-shadow:5px 5px 5px rgba(0,0,0,.4);transition:.5s opacity,.5s visibility;z-index:101}.modal.visible{opacity:1;visibility:visible}.modal h2{margin-bottom:1.5em;font-size:1.5rem}.modal__close{position:absolute;right:.5em;top:.4em;padding:.25em;font-size:1.5rem;color:#005c2c;text-decoration:none;transition:.4s}.modal__close::after{content:'✖';font-weight:700}.modal__close:hover{color:#009346;transform:rotate(180deg)}#homepagePosters{width:100%;height:400px;overflow:hidden;position:relative;border-bottom:1px solid #196f42}#homepagePosters img{position:absolute;min-width:100%;top:50%;transform:translate(0,-50%);transition:2s opacity}#homepagePosters img.hidden{opacity:0}@media screen and (max-width:64em){#homepagePosters{height:300px}#homepagePosters img{height:100%;min-width:unset}}@media screen and (max-width:50em){#homepagePosters{height:200px}}@media screen and (max-width:36em){#homepagePosters{height:150px}}@media screen and (max-width:27em){#homepagePosters{height:120px}}#homepageStats{background:#196f42;margin-bottom:3.5rem}#homepageStats__inner{max-width:1200px;height:120px;margin:0 auto;display:flex;justify-content:center}@media screen and (max-width:20em){#homepageStats__inner{flex-direction:column;height:auto}}#homepageStats .statBox{min-width:220px;padding:20px 25px 0;text-align:center;color:#f3f1ed}@media screen and (max-width:55em){#homepageStats .statBox{min-width:unset}}@media screen and (max-width:37em){#homepageStats .statBox{padding:10px 0}}#homepageStats .statBox strong{color:#f0dd0a;display:block;font-size:2.2rem;font-weight:500;visibility:hidden}#homepageStats .statBox strong.visible{visibility:visible}@media screen and (max-width:55em){#homepageStats .statBox strong{font-size:1.5rem}}@media screen and (max-width:37em){#homepageStats .statBox p{font-size:.8rem}}.box.box--top-link{width:calc((100% - 10.5rem)/ 4);flex-shrink:1;background:#fff;margin-bottom:1.5rem}.box.box--top-link h2{font-size:1.25rem;color:#005c2c;background:#fff;width:100%}.box.box--top-link a{max-height:330px}.box.box--top-link img{max-width:100%;position:relative;left:50%;transform:translateX(-50%)}.box.box--top-link:hover{box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent}.box.box--top-link:first-child{width:calc((100% - 10.5rem)/ 2)}.box.box--top-link:nth-child(2) img{max-width:unset;width:auto;max-height:275px}.box.box--top-link:last-child a{max-height:165px}.box.box--top-link .box__image{border:none;overflow:hidden}@media screen and (max-width:70em){.box.box--top-link:first-child img{max-width:unset;width:auto;max-height:275px}}@media screen and (max-width:60em){.box.box--top-link{width:calc((100% - 6.5rem)/ 4)}.box.box--top-link:first-child{width:calc((100% - 6.5rem)/ 2)}}@media screen and (max-width:40em){.box.box--top-link{width:auto;margin-bottom:0}.box.box--top-link img{width:100%}.box.box--top-link .box__image{height:110px}.box.box--top-link:first-child{width:auto}.box.box--top-link:first-child img{width:100%}.box.box--top-link:nth-child(2) img{width:100%}}.box.box--vision2050-video{background-color:#fff}@media screen and (max-width:40em){.box.box--vision2050-video{min-height:46vw}}.box--cffa{width:100%;background:#9cc url(/assets/img/banners/cffa-logo.svg) center center no-repeat;transition:.2s}@media screen and (max-width:75em){.box--cffa{background-size:80%}}.box--cffa a{width:100%;height:200px}.box--cffa h2{text-indent:-10000px}.box--cffa{width:calc((100% - 10.5rem)/ 3);background-image:url(/assets/img/banners/cffa-logo-2.svg);background-size:80%}@media screen and (max-width:40em){.box--cffa{background-image:url(/assets/img/banners/cffa-logo.svg);width:auto}}.box--cffa-webinar img{max-width:100%}.box--member-list{width:100%}@media screen and (max-width:75em){.box--member-list{width:auto;max-width:100%}}.box--member-list h2{margin:2rem 0 0;text-align:center}.box--member-list ul{padding:0;margin:1rem 0 0;display:flex;flex-wrap:wrap;list-style-type:none}.box--member-list li{text-align:center;width:20%;margin:1rem 0;transition:.2s}@media screen and (max-width:62em){.box--member-list li{width:25%}}@media screen and (max-width:50em){.box--member-list li{width:33%}}@media screen and (max-width:40em){.box--member-list li{width:50%;margin:.5rem 0}}@media screen and (max-width:23em){.box--member-list li{width:100%}}.box--member-list li:hover{transform:scale(1.1)}.box--member-list a{text-decoration:none}.search-results__input input{margin:0 .5rem 0 0;font-size:.9rem}@media screen and (max-width:28em){.search-results__input input[type=text]{min-width:unset}}@media screen and (max-width:22em){.search-results__input input[type=text]{width:90%;margin-bottom:1em}}.content-box .gsc-control-cse{font-size:.9rem;line-height:1.5em}.content-box .gsc-webResult .gsc-url-top{display:none}.article-list-preview h2 a{text-decoration:none}.article-list-preview a{color:#005c2c}.article-list{display:flex;flex-direction:column}.article-item{display:flex;flex-direction:column;margin-bottom:2.5rem}.article-item::after{content:'';width:100%;height:1px;background:#196f42}.article-item.last::after,.article-item:last-child:after{display:none}.article-item a{text-decoration:none}.article-item__content{display:flex;margin-bottom:1.5rem}@media screen and (max-width:50em){.article-item__content{flex-direction:column}}.article-item__image{width:30%;flex-shrink:0;margin:.5rem 1.25rem 0 0}@media screen and (max-width:60em){.article-item__image{width:40%}}@media screen and (max-width:50em){.article-item__image{width:100%;margin-bottom:1rem}}.article-item__date{margin:0 0 .5rem;font-size:.9rem;color:#005c2c;font-weight:300}.article-item h3{margin:0 0 .8rem}.article-item p{margin:0;font-size:.9rem;color:#222}.company-item{position:relative;display:flex;align-items:flex-start;margin:1rem 0}.company-item::after{content:'';position:absolute;bottom:-.5rem;width:100%;height:1px;background:#196f42}.company-item:last-child::after{display:none}.comapany-item__logo{width:220px}.company-item__content{padding-top:.5rem;display:flex;flex-direction:column;flex-grow:1}.company-item h3,.company-item p{margin:0 0 .5rem}.company-item a{text-decoration:none}.company-item p span{display:inline-block;min-width:4rem}.documentPreview{display:block;text-align:center;text-decoration:none;position:relative;line-height:1.4em}.documentPreview img{margin-bottom:1rem;border:1px solid #e6e6e6;transition:.2s}.documentPreview:hover img{box-shadow:0 5px 15px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);-moz-box-shadow:0 5px 15px rgba(0,0,0,.2)}.documentTimeline{padding-bottom:2.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAYAAACEhIafAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9bpVIrDnYQEclQnSyKFnGUKhbBQmkrtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEydFJ0UVK/F9SaBHjwXE/3t173L0DvI0KU4yuSUBRTT0VjwnZ3Krgf0UAI+hFFBMiM7REejED1/F1Dw9f7yI8y/3cn6NPzhsM8AjEc0zTTeIN4plNU+O8TxxiJVEmPice1+mCxI9clxx+41y02cszQ3omNU8cIhaKHSx1MCvpCnGUOCwrKuV7sw7LnLc4K5Uaa92TvzCYV1fSXKc5jDiWkEASAiTUUEYFJiK0qqQYSNF+zMU/ZPuT5JLIVQYjxwKqUCDafvA/+N2tUZiecpKCMaD7xbI+RgH/LtCsW9b3sWU1TwDfM3Cltv3VBjD7SXq9rYWPgP5t4OK6rUl7wOUOMPikibpoSz6a3kIBeD+jb8oBA7dAYM3prbWP0wcgQ10t3wAHh8BYkbLXXd7d09nbv2da/f0AARVy4IqYiu0AAAAGYktHRAC9ACUALB1KnzIAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfkCh4LNg1Aj8kQAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAACJJREFUCNdjKF3Z959BMt/pPxMDAwMDw+Kjm/8z/P///z8AejALjfOILTkAAAAASUVORK5CYII=) center repeat-y}.documentTimeline-group{width:45%;background:#f3f1ed;border:1px solid #196f42}.documentTimeline-group:nth-child(2n+1){margin-top:-2.5rem;margin-bottom:4rem}.documentTimeline-group:nth-child(2n){margin-top:4rem}.documentTimeline-group:first-child{margin-top:0;margin-bottom:6.5rem}.documentTimeline-group h3{margin:0;padding:.5rem 1.25rem;background:#196f42;color:#f3f1ed;position:relative}.documentTimeline-group h3::before{content:'';height:1px;width:11.1%;position:absolute;bottom:0;right:-11.1%;border-bottom:1px solid #196f42}.documentTimeline-group h3::after{content:'';width:5px;height:5px;position:absolute;bottom:-3px;right:calc(-11.1% - 3px);border:1px solid #196f42;background:#196f42;border-radius:3.5px;-webkit-border-radius:3.5px;-moz-border-radius:3.5px}.documentTimeline-group:nth-child(2n) h3::before{left:-11.1%}.documentTimeline-group:nth-child(2n) h3::after{left:calc(-11.1% - 3px)}.documentTimeline ul{margin:.5rem 1.25rem;padding:0;list-style-type:none}.documentTimeline li{padding:0 0 .5rem}.documentTimeline a{color:#005c2c}.documentTimeline li:hover a{color:#009346;text-decoration:underline}.faq-list{display:flex;align-items:flex-start}@media screen and (max-width:25em){.faq-list{flex-direction:column}}.faq-list__categories{position:sticky;top:calc(121px + 4.5rem);padding:1.25rem;margin:1.5rem 2.5rem 0 0;display:flex;flex-direction:column;background:#f3f1ed;font-size:.9rem;flex-shrink:0}.faq-list__categories label{margin:.4em 0}@media screen and (max-width:40em){.faq-list__categories{padding:1rem;margin-right:1.5rem;font-size:.8rem}}@media screen and (max-width:25em){.faq-list__categories{position:static;box-sizing:border-box;width:100%;margin:0}}.faq-item{display:flex;flex-direction:column;margin-bottom:1rem}.faq-item::after{content:'';width:100%;height:1px;background:#196f42}.faq-item.last::after,.faq-item:last-child:after{display:none}.faq-item__content{display:flex}@media screen and (max-width:40em){.faq-item__content{flex-direction:column}}.faq-item__image{width:20%;flex-shrink:0;margin:.5rem 1.25rem 0 0}@media screen and (max-width:60em){.faq-item__image{width:30%}}@media screen and (max-width:50em){.faq-item__image{width:40%}}@media screen and (max-width:40em){.faq-item__image{width:100%;margin-bottom:1rem}}.faq-item a{text-decoration:none}.faq-item p{margin:0;color:#222}.faq-item__categories{margin:1rem 0 1.5rem}.faq-item__categories span{display:inline-block;padding:.2em .5em;margin-right:.5em;color:#005c2c;background:#f3f1ed;border-radius:.2em;-webkit-border-radius:.2em;-moz-border-radius:.2em;font-size:.9rem;cursor:pointer}.news-list{display:flex;align-items:flex-start}@media screen and (max-width:25em){.news-list{flex-direction:column}}.news-list__categories{position:sticky;top:calc(121px + 4.5rem);padding:1.25rem;margin:5.6rem 2.5rem 0 0;display:flex;flex-direction:column;background:#f3f1ed;font-size:.9rem;flex-shrink:0}.news-list__categories label{margin:.4em 0}@media screen and (max-width:40em){.news-list__categories{padding:1rem;margin-right:1.5rem;font-size:.8rem}}@media screen and (max-width:25em){.news-list__categories{position:static;box-sizing:border-box;width:100%;margin:0}}.news-list__main h2{margin-bottom:2.5rem}.news-item{display:flex;flex-direction:column;margin-bottom:2.5rem}.news-item::after{content:'';width:100%;height:1px;background:#196f42}.news-item.last::after,.news-item:last-child:after{display:none}.news-item a{text-decoration:none}.news-item__content{display:flex}@media screen and (max-width:50em){.news-item__content{flex-direction:column}}.news-item__image{width:30%;flex-shrink:0;margin:.5rem 1.25rem 0 0}@media screen and (max-width:60em){.news-item__image{width:40%}}@media screen and (max-width:50em){.news-item__image{width:100%;margin-bottom:1rem}}.news-item__date{margin:0 0 .5rem;font-size:.9rem;color:#005c2c;font-weight:300}.news-item__categories{margin:.5rem 0 2rem}.news-item__categories span{display:inline-block;padding:.2em .5em;margin-right:.5em;color:#005c2c;background:#f3f1ed;border-radius:.2em;-webkit-border-radius:.2em;-moz-border-radius:.2em;font-size:.9rem;cursor:pointer}.news-item h3{margin:0 0 .8rem}.news-item p{margin:0;font-size:.9rem;color:#222}.person-list{display:flex;flex-direction:column}.person-item{display:flex;padding:1.5rem;margin-bottom:1.5rem;background:#f3f1ed}.person-item:last-child{margin:0}.person-item__photo{margin-right:1.5rem;flex-basis:25%;flex-shrink:0}.person-item h3,.person-item p{margin:0 0 .5rem}.person-item__name{font-size:1rem}.person-item__contact{margin-bottom:1.5rem}.person-item__contact span{display:inline-block;min-width:3.5rem}.content-box--vision2050-conference-banner{background:url(/assets/img/banners/vision2050-box.jpg) top right no-repeat;background-size:cover}.content-box--vision2050-conference-banner a{background:rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:3rem 1.5rem 2rem}.content-box--vision2050-conference-banner h2{width:100%;height:100px;margin:0;background:url(/assets/img/banners/vision-2050-logo-white.svg) no-repeat center;background-size:contain;text-indent:-10000px}.content-box--vision2050-conference-banner p{margin:3rem 0 3rem;text-align:center;color:#fff;font-size:1.8rem;font-weight:400}.content-box--vision2050-conference-banner p strong{display:block;font-size:2rem;font-weight:600}@media screen and (max-width:60em) and (min-width:40em){.content-box--vision2050-conference-banner p{margin:2rem 0;font-size:1.6rem}}.content-box--vision2050-conference-banner span{margin:.5rem;padding:.5em 1.2em;font-size:1.2rem;line-height:1.2em;color:#fff;background:#196f42;border-radius:.75em;-webkit-border-radius:.75em;-moz-border-radius:.75em;transition:.2s}.content-box--vision2050-conference-banner span:hover{background:#009346}@media screen and (max-width:60em) and (min-width:40em){.content-box--vision2050-conference-banner span{font-size:1rem}}