@charset "UTF-8";.table,.table-cell,.table-row{vertical-align:top}.inline-list,.inline-list li,.unstyled-list,.unstyled-list li{margin-left:0;padding-left:0}dfn,span.amp{font-style:italic}.header-logo img,img,legend,textarea{max-width:100%}body,mark{color:#000}.button,.input-group-button,.input-group-label,.menu-centered,.menu.icon-top>li>a{text-align:center}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent}[data-whatinput=mouse] .button,[data-whatinput=mouse] .dropdown.menu a,[data-whatinput=mouse] .menu>li,[data-whatinput=mouse] .off-canvas,[data-whatinput=mouse] .reveal,[data-whatinput=mouse] button,[data-whatinput=mouse] a:focus,a:active,a:hover,button:focus,button:focus [data-whatinput=touch] a:focus{outline:0}.image-replacement{text-indent:100%;white-space:nowrap;overflow:hidden}span.amp{font-family:Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif!important}.table{display:table}.table-row{display:table-row}.table-cell{display:table-cell}.vertical-align{position:relative;top:50%;transform:translateY(-50%)}.unstyled-list{list-style:none}.inline-list{list-style:none}.inline-list li{display:inline-block}.button-list li,li.button-list-li{display:inline-block;margin:0 .5rem .5rem 0}.button-list li a,li.button-list-li a{display:inline-block;text-align:center;cursor:pointer;vertical-align:middle;border-radius:0;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease-out 0s}button,img,legend{border:0}.button-list li a:hover,li.button-list-li a:hover{text-decoration:none}.svgicon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.aligncenter,.svgicon-logo,.svgicon-pglogo,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}symbol *{stroke:inherit;fill:inherit}.svgicon-chapter-arrow{width:.6875em}.svgicon-content-link{width:.875em}.svgicon-content-pic{width:1.25em}.svgicon-email{width:1.611328125em}.svgicon-facebook{width:.521484375em}.svgicon-filter-arrow-down,.svgicon-filter-arrow-up{width:1em}.svgicon-hamburger{width:1.13671875em}.svgicon-link{width:.9091796875em}.svgicon-listitem-arrow{width:.650390625em}.svgicon-logo{width:4.15rem;height:4.05rem}.svgicon-pglogo{width:11rem;height:4.05555556rem}.svgicon-more-arrow-right{width:1.5458984375em}.svgicon-print{width:1.181640625em}.svgicon-reveal-arrow-left,.svgicon-reveal-arrow-right{width:.650390625em}.svgicon-search-arrow{width:.611328125em}.svgicon-search{width:.9599609375em}.svgicon-twitter{width:1.2177734375em}.svgicon-view-list{width:1.13671875em}body>svg{visibility:visible!important;overflow:hidden}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideInUpDown{from{transform:translate3d(0,50%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUpDown{animation-name:slideInUpDown}@keyframes slideOutUpDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,50%,0)}}.slideOutUpDown{animation-name:slideOutUpDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}#wpadminbar{position:fixed!important}body.admin-bar.f-topbar-fixed .sticky.fixed{margin-top:1.77778rem}body#tinymce,body#tinymce.wp-autoresize{height:auto;overflow:visible!important;padding:1.11111rem!important}.responsive-wrapper{position:relative;padding-bottom:63.25%;height:0;overflow:hidden;margin-bottom:1vw}embed,iframe,object,video{position:absolute;top:0;left:0;width:100%;height:100%}.wpview-wrap>embed,.wpview-wrap>iframe,.wpview-wrap>object,.wpview-wrap>video{position:static;width:inherit;height:inherit}@media screen and (max-width:600px){#wpadminbar{position:fixed!important}}.service-nav{margin-top:.5rem}@media screen and (max-width:small){.service-nav .column{padding-right:.5rem!important}}@media screen and (min-width:small){.service-nav{margin-top:1.5rem}}.service-nav ul{margin-bottom:.2rem}.header-logo{padding-left:0}.main-navigation a{display:block;padding:.4em 0;position:relative;text-decoration:none}.main-navigation ul{list-style:none;margin:0}.wp-caption>figcaption{max-width:100%;padding:.25rem 0}p.wp-caption-text{padding:.55556rem 0}body,button,legend,td,th{padding:0}.alignleft{float:left}.alignright,.is-dropdown-menu.vertical.align-right,.menu.align-right>li{float:right}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}h1{margin:.67em 0}mark{background:#ff0}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.button,img{vertical-align:middle}sup{top:-.5em}sub{bottom:-.25em}.sticky.is-anchored.is-at-bottom,.sticky.is-stuck.is-at-bottom{bottom:0}img{height:auto;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}body,label{font-weight:400}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:not-allowed}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{}table{border-collapse:collapse;border-spacing:0}.foundation-mq{font-family:"xsmall=0em&small=26.25em&medium=47.5em&large=64em&xlarge=75em&xxlarge=84.375em"}html{font-size:112.5%;box-sizing:border-box}*,::after,::before{box-sizing:inherit}body{margin:0;font-family:Larsseit,sans-serif;line-height:1.6;background:#F5F5F5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.button,button{line-height:1;-webkit-appearance:none}select{width:100%}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{overflow:visible;-moz-appearance:none;background:0 0;border-radius:0}.is-visible{display:block!important}.is-hidden{display:none!important}.button{display:inline-block;cursor:pointer;transition:background-color .25s ease-out,color .25s ease-out;border:1px solid transparent;border-radius:0;padding:1.25rem 1.66667rem 1.08333rem;margin:0 0 1.66667rem;font-size:1rem;background-color:#000}.button:focus,.button:hover{background-color:#000}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.alert,.button.alert:focus,.button.alert:hover,.button.primary,.button.primary:focus,.button.primary:hover,.button.secondary,.button.secondary:focus,.button.secondary:hover,.button.success,.button.success:focus,.button.success:hover,.button.warning,.button.warning:focus,.button.warning:hover{background-color:#000;color:#fff}.button.hollow{border:1px solid #000;color:#000}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#000;color:#000}.button.hollow.primary{border:1px solid #000;color:#000}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#000;color:#000}.button.hollow.secondary{border:1px solid #000;color:#000}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#000;color:#000}.button.hollow.success{border:1px solid #000;color:#000}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#000;color:#000}.button.hollow.warning{border:1px solid #000;color:#000}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#000;color:#000}.button.hollow.alert{border:1px solid #000;color:#000}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#000;color:#000}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover{background-color:#000;color:#fff}.button.dropdown::after{content:'';width:0;height:0;border:.4em inset;border-color:#fff transparent transparent;border-top-style:solid;border-bottom-width:0;position:relative;top:.4em;float:right;margin-left:1.66667rem;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:-.1em}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;box-sizing:border-box;width:100%;height:.94444rem;padding:0;border:none;margin:0;font-family:inherit;font-size:1rem;color:#000;background-color:transparent;box-shadow:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{border:none;background-color:transparent;outline:0;box-shadow:none}textarea{min-height:50px}textarea[rows]{height:auto}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#adadad}input::placeholder,textarea::placeholder{color:#adadad}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#eaeaea;cursor:default}[type=submit],[type=button]{border-radius:0;-webkit-appearance:none;-moz-appearance:none}input[type=search]{box-sizing:border-box}[type=file],[type=checkbox],[type=radio]{margin:0}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-left:0;margin-right:0;margin-bottom:0;vertical-align:baseline}.menu-icon,.menu-icon.dark,.menu>li,.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span{vertical-align:middle}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:0}[type=file]{width:100%}label{display:block;margin:0;font-size:1rem;line-height:1.6;color:#000}label.middle{margin:0;padding:0}.help-text{margin-top:0;font-size:.72222rem;font-style:italic;color:#333}.input-group{display:table;width:100%;margin-bottom:0}.input-group>:first-child,.input-group>:last-child>*{border-radius:0}.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{padding:0 1rem;background:#eaeaea;color:#000;border:1px solid #909090;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;height:1rem}.input-group-button{padding-top:0;padding-bottom:0;height:100%;width:1%}.input-group-button a,.input-group-button button,.input-group-button input{margin:0}.input-group .input-group-button{display:table-cell}fieldset{border:0;padding:0;margin:0}legend{margin-bottom:0}.fieldset{border:1px solid #909090;padding:1.11111rem;margin:1rem 0}.fieldset legend{background:#F5F5F5;padding:0 .16667rem;margin:0 0 0 -.16667rem}.form-error,.menu a,.menu button,.menu input{margin-bottom:0}select{height:.94444rem;padding:0;border:none;margin:0;font-size:1rem;font-family:inherit;line-height:normal;color:#000;background-color:#fff;border-radius:0;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");background-size:9px 6px;background-position:right 0 center;background-origin:content-box;background-repeat:no-repeat}.accordion-title,.form-error{font-size:.66667rem;color:#000}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:disabled{background-color:#eaeaea;cursor:default}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){background-color:rgba(0,0,0,.1);border-color:#000}.is-invalid-label{color:#000}.form-error{display:none;margin-top:0;font-weight:700}.form-error.is-visible{display:block}.accordion{list-style-type:none;background:#fff;margin-left:0}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0}.accordion-title{display:block;padding:1.25rem 1rem;line-height:1;position:relative;border:1px solid #eaeaea;border-bottom:0}:last-child:not(.is-active)>.accordion-title{border-radius:0;border-bottom:1px solid #eaeaea}.accordion-title:focus,.accordion-title:hover{background-color:#eaeaea}.accordion-title::before{content:'+';position:absolute;right:1rem;top:50%;margin-top:-.5rem}.is-active>.accordion-title::before{content:'–'}.accordion-content{padding:1rem;display:none;border:1px solid #eaeaea;border-bottom:0;background-color:#fff;color:#000}:last-child>.accordion-content:last-child{border-bottom:1px solid #eaeaea}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:6px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;position:absolute;top:50%;margin-top:-4px;right:1rem}.is-accordion-submenu-parent[aria-expanded=true]>a::after{transform-origin:50% 50%;transform:scaleY(-1)}.dropdown-pane{background-color:#F5F5F5;border:1px solid #909090;border-radius:0;display:block;font-size:1rem;padding:1rem;position:absolute;visibility:hidden;width:300px;z-index:10}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;right:5px;margin-top:-2px}.no-js .dropdown.menu ul{display:none}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px;margin-top:-3px}.dropdown.menu.vertical>li.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.vertical>li.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}@media screen and (min-width:26.25em){.dropdown.menu.small-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.small-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.small-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.small-horizontal>li.is-dropdown-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;right:5px;margin-top:-2px}.dropdown.menu.small-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.small-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.small-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.small-vertical>li>a::after{right:14px;margin-top:-3px}.dropdown.menu.small-vertical>li.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.small-vertical>li.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}}@media screen and (min-width:47.5em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;right:5px;margin-top:-2px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px;margin-top:-3px}.dropdown.menu.medium-vertical>li.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.medium-vertical>li.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}}@media screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;right:5px;margin-top:-2px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px;margin-top:-3px}.dropdown.menu.large-vertical>li.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.large-vertical>li.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}}@media screen and (min-width:75em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;right:5px;margin-top:-2px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a::after{right:14px;margin-top:-3px}.dropdown.menu.xlarge-vertical>li.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.xlarge-vertical>li.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}}@media screen and (min-width:84.375em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#000 transparent transparent;border-top-style:solid;border-bottom-width:0;right:5px;margin-top:-2px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a::after{right:14px;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.dropdown.menu.xxlarge-vertical>li.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;left:auto;right:0}.is-dropdown-menu.vertical{width:100px}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;margin-top:-2px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{left:auto;right:100%}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{display:none;position:absolute;top:0;left:100%;min-width:200px;z-index:1;background:#fff;border:1px solid #909090}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px;margin-top:-3px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #000 transparent transparent;border-right-style:solid;border-left-width:0}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #000;border-left-style:solid;border-right-width:0}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.menu{margin:0;list-style-type:none}.menu>li>a{display:block;padding:1vw 1rem;line-height:1}.menu>li>a i,.menu>li>a img,.menu>li>a svg{margin-right:.25rem;display:inline-block}.menu>li{display:table-cell}.menu.vertical>li{display:block}@media screen and (min-width:26.25em){.menu.small-horizontal>li{display:table-cell}.menu.small-vertical>li{display:block}}@media screen and (min-width:47.5em){.menu.medium-horizontal>li{display:table-cell}.menu.medium-vertical>li{display:block}}@media screen and (min-width:64em){.menu.large-horizontal>li{display:table-cell}.menu.large-vertical>li{display:block}}@media screen and (min-width:75em){.menu.xlarge-horizontal>li{display:table-cell}.menu.xlarge-vertical>li{display:block}}@media screen and (min-width:84.375em){.menu.xxlarge-horizontal>li{display:table-cell}.menu.xxlarge-vertical>li{display:block}}.menu.simple li{line-height:1;display:inline-block;margin-right:1rem}.menu.simple a{padding:0}.menu.align-right::after,.menu.align-right::before{content:' ';display:table}.menu.align-right::after{clear:both}.menu.expanded{width:100%;display:table;table-layout:fixed}.menu.expanded>li:first-child:last-child{width:100%}.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg{display:block;margin:0 auto .25rem}.menu.nested{margin-left:1rem}.menu .active>a{color:inherit;background:0 0}.menu-text{font-weight:700;color:inherit;line-height:1;padding:1vw 1rem}.menu-centered>.menu{display:inline-block}.no-js [data-responsive-menu] ul{display:none}.off-canvas-wrapper{width:100%;overflow-x:hidden;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:auto}.off-canvas-wrapper-inner{position:relative;width:100%;transition:transform .5s ease}.off-canvas-wrapper-inner::after,.off-canvas-wrapper-inner::before{content:' ';display:table}.off-canvas-wrapper-inner::after{clear:both}.off-canvas-content{min-height:100%;background:#F5F5F5;transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;padding-bottom:.1px;box-shadow:0 0 10px rgba(0,0,0,.5)}.js-off-canvas-exit{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.25);cursor:pointer;transition:background .5s ease}.off-canvas,.pagination a:hover,.pagination button:hover{background:#eaeaea}.off-canvas{position:absolute;z-index:-1;max-height:100%;overflow-y:auto;transform:translateX(0)}.off-canvas.position-left{left:-250px;top:0;width:250px}.is-open-left{transform:translateX(250px)}.off-canvas.position-right{right:-250px;top:0;width:250px}.is-open-right{transform:translateX(-250px)}@media screen and (min-width:26.25em){.position-left.reveal-for-small{left:0;z-index:auto;position:fixed}.position-left.reveal-for-small~.off-canvas-content{margin-left:250px}.position-right.reveal-for-small{right:0;z-index:auto;position:fixed}.position-right.reveal-for-small~.off-canvas-content{margin-right:250px}}@media screen and (min-width:47.5em){.position-left.reveal-for-medium{left:0;z-index:auto;position:fixed}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{right:0;z-index:auto;position:fixed}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}}@media screen and (min-width:64em){.position-left.reveal-for-large{left:0;z-index:auto;position:fixed}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{right:0;z-index:auto;position:fixed}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}}@media screen and (min-width:75em){.position-left.reveal-for-xlarge{left:0;z-index:auto;position:fixed}.position-left.reveal-for-xlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xlarge{right:0;z-index:auto;position:fixed}.position-right.reveal-for-xlarge~.off-canvas-content{margin-right:250px}}@media screen and (min-width:84.375em){.position-left.reveal-for-xxlarge{left:0;z-index:auto;position:fixed}.position-left.reveal-for-xxlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xxlarge{right:0;z-index:auto;position:fixed}.position-right.reveal-for-xxlarge~.off-canvas-content{margin-right:250px}}.pagination{margin-left:0;margin-bottom:1.66667rem}.pagination::after,.pagination::before{content:' ';display:table}.pagination::after{clear:both}.pagination li{font-size:.77778rem;margin-right:.05556rem;border-radius:0;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media screen and (min-width:47.5em){.pagination li{display:inline-block}.reveal{min-height:0}}.pagination a,.pagination button{color:#000;display:block;padding:.16667rem .55556rem;border-radius:0}.pagination .current{padding:.16667rem .55556rem;background:#000;color:#fff;cursor:default}.pagination .disabled{padding:.16667rem .55556rem;color:#909090;cursor:not-allowed}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{content:'\2026';padding:.16667rem .55556rem;color:#000}.pagination-previous a::before,.pagination-previous.disabled::before{content:'\00ab';display:inline-block;margin-right:.5rem}.pagination-next a::after,.pagination-next.disabled::after{content:'\00bb';display:inline-block;margin-left:.5rem}.sticky-container{position:relative}.sticky{position:absolute;z-index:0;transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-anchored{position:absolute;left:auto;right:auto}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reveal-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1005;background-color:rgba(0,0,0,.45);overflow-y:scroll}.reveal{display:none;padding:1.66667rem;border:1px solid #909090;background-color:#fff;border-radius:0;position:relative;top:100px;margin-left:auto;margin-right:auto}.reveal.full,.w-fluid{min-height:100vh}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}.reveal.collapse{padding:0}@media screen and (min-width:47.5em){.reveal{width:600px;max-width:83.33333rem}.reveal .reveal{left:auto;right:auto;margin:0 auto}.reveal.tiny{width:30%;max-width:83.33333rem}.reveal.small{width:50%;max-width:83.33333rem}.reveal.large{width:90%;max-width:83.33333rem}.hide-for-medium{display:none!important}}.reveal.full{left:0;width:100%;height:100%;height:100vh;max-width:none;margin-left:0;border:0;border-radius:0}.reveal.without-overlay{position:fixed}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:0em),screen and (min-width:26.25em){.show-for-xsmall-only{display:none!important}}@media screen and (min-width:26.25em){.hide-for-small{display:none!important}}@media screen and (max-width:26.1875em){.reveal{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0;border-radius:0}.hide-for-xsmall-only,.show-for-small{display:none!important}}@media screen and (min-width:26.25em) and (max-width:47.4375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:26.1875em),screen and (min-width:47.5em){.show-for-small-only{display:none!important}}@media screen and (max-width:47.4375em){.show-for-medium{display:none!important}}@media screen and (min-width:47.5em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.4375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}@media screen and (min-width:75em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:74.9375em){.show-for-xlarge{display:none!important}}@media screen and (min-width:75em) and (max-width:84.3125em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:74.9375em),screen and (min-width:84.375em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:84.375em){.hide-for-xxlarge,.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:84.3125em){.show-for-xxlarge,.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.show-on-focus:active,.show-on-focus:focus{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}.hide-for-landscape,.show-for-portrait{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix::after,.clearfix::before{content:' ';display:table}#galleryLightbox.show-effect .item:before,.article-gallery li a:after,.menu-icon.dark::after,.menu-icon::after{content:''}.clearfix::after{clear:both}.menu-icon{position:relative;display:inline-block;cursor:pointer;width:20px;height:16px}.menu-icon::after{position:absolute;display:block;width:100%;height:2px;background:#fff;top:0;left:0;box-shadow:0 7px 0 #fff,0 14px 0 #fff}.menu-icon:hover::after{background:#909090;box-shadow:0 7px 0 #909090,0 14px 0 #909090}.menu-icon.dark{position:relative;display:inline-block;cursor:pointer;width:20px;height:16px}.menu-icon.dark::after{position:absolute;display:block;width:100%;height:2px;background:#000;top:0;left:0;box-shadow:0 7px 0 #000,0 14px 0 #000}#masthead,.w-full{position:relative}.article-footer::after,.article-footer::before,.row::after,.row::before,.w-full::after,.w-full::before{content:' ';display:table}.menu-icon.dark:hover::after{background:#323232;box-shadow:0 7px 0 #323232,0 14px 0 #323232}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.2rem}.h1,.home-edition__title,.page-title,.single-edition-title.article-title,.ycw-archive-title,h1{font-size:2rem;font-family:Larsseit-ExtraBold,sans-serif;font-weight:400;font-style:normal;line-height:1}@media screen and (min-width:47.5em){.h1,.home-edition__title,.page-title,.single-edition-title.article-title,.ycw-archive-title,h1{font-size:2.333333333rem}}@media screen and (min-width:64em){.h1,.home-edition__title,.page-title,.single-edition-title.article-title,.ycw-archive-title,h1{font-size:2.8888889rem}}@media screen and (min-width:75em){.h1,.home-edition__title,.page-title,.single-edition-title.article-title,.ycw-archive-title,h1{font-size:3.55555556rem}}@media screen and (min-width:84.375em){.h1,.home-edition__title,.page-title,.single-edition-title.article-title,.ycw-archive-title,h1{font-size:5rem}}.page-title .search-query-prefix{font-family:Larsseit,sans-serif;font-weight:400;font-style:normal}.h2,.page-subtitle,h2{font-size:2.333333333rem;font-family:Larsseit-ExtraBold,sans-serif;font-weight:400;font-style:normal;line-height:1}@media screen and (min-width:64em){.h2,.page-subtitle,h2{font-size:3.55555556rem}}@media screen and (max-width:26.1875em){.h2,.page-subtitle,h2{font-size:2.111111111rem}}@media screen and (min-width:47.5em) and (max-width:63.9375em){.header-title{font-size:3.55555556rem}}.article-subtitle,.article-title,.banner__content__title,.gallery-title,.more-articles-title,.newsletter-form-title,.section-title,blockquote{font-size:1.66667rem;font-family:Larsseit-ExtraBold,sans-serif;font-weight:400;font-style:normal;line-height:1.166667}@media screen and (min-width:64em){.article-subtitle,.article-title,.banner__content__title,.gallery-title,.more-articles-title,.newsletter-form-title,.section-title,blockquote{font-size:2.666666667rem}}.article-footer .article-subtitle,.article-footer .article-title,.article-footer .banner__content__title,.article-footer .gallery-title,.article-footer .more-articles-title,.article-footer .newsletter-form-title,.article-footer .section-title,.article-footer blockquote{font-size:1rem;line-height:1.6}@media screen and (max-width:63.9375em){blockquote{font-size:1.55555555556rem}}h3,h4,h5,h6{font-size:1.11111111rem;font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal;line-height:1.4}@media screen and (min-width:47.5em){h3,h4,h5,h6{font-size:1.333333333rem}}h3.regular-title,h4.regular-title,h5.regular-title,h6.regular-title{font-family:Larsseit,sans-serif;font-weight:400;font-style:normal}h3.caps,h4.caps,h5.caps,h6.caps{text-transform:uppercase}h3.home-editorspicks__title,h4.home-editorspicks__title,h5.home-editorspicks__title,h6.home-editorspicks__title{font-size:1.333333333rem}.critic__country{font-family:sans-serif;font-weight:400;font-size:1.11111111rem;font-style:italic;line-height:1.2}.magazine-header h1,.magazine-header h1 b,.main-navigation a,.post-type-archive-issue h1{font-weight:400;font-style:normal}p,ul{margin-top:0;margin-bottom:.83333rem}.main-navigation a{font-family:Larsseit,sans-serif;font-size:.888888889rem}@media screen and (max-width:74.9375em){.main-navigation a{font-size:1.55555555556rem}}@media screen and (max-width:47.4375em){.main-navigation a{font-size:1.333333333rem}}a,a:active,a:hover,a:visited{color:#000}.faded-copy a,.faded-copy a:active,.faded-copy a:hover,.faded-copy a:visited{color:#adadad;transition:all .2s ease-out 0s}.faded-copy a:active:hover,.faded-copy a:hover,.faded-copy a:hover:hover,.faded-copy a:visited:hover{color:#949494}.faded-copy{color:#adadad}.magazine-header h1{line-height:1.1;text-transform:uppercase;font-size:2.3333333333rem;font-family:Larsseit-Light,sans-serif}@media screen and (min-width:84.375em){.magazine-header h1{font-size:3.55555556rem}}@media screen and (max-width:26.1875em){.magazine-header h1{font-size:2.111111111rem}}.magazine-header h1 b{font-size:2.8888889rem;font-family:Larsseit-ExtraBold,sans-serif}@media screen and (min-width:64em){p,ul{margin-bottom:1.8vw}.magazine-header h1 b{font-size:3.55555556rem}}@media screen and (min-width:84.375em){.magazine-header h1 b{font-size:5rem}}@media screen and (max-width:26.1875em){.magazine-header h1 b{font-size:2.111111111rem}}.magazine-header .header-intro-copy{font-size:1.166666667rem;font-family:Larsseit,sans-serif;font-weight:400;font-style:normal;line-height:1.4}@media screen and (min-width:47.5em){.magazine-header .header-intro-copy{font-size:1.333333333rem}}.post-type-archive-issue h1{font-family:Larsseit-ExtraBold,sans-serif}.banner__content__suptitle,.edition-intro,.intro-copy{font-size:1.166666667rem;font-family:Larsseit,sans-serif;font-weight:400;font-style:normal;line-height:1.4}.article-preview h2,.result-count{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal}@media screen and (min-width:47.5em){.banner__content__suptitle,.edition-intro,.intro-copy{font-size:1.333333333rem}}.banner__content__suptitle__more-btn,.edition-intro__more-btn,.intro-copy__more-btn{font-size:1rem}h1.search-result-heading{line-height:1.1;text-transform:uppercase;font-size:2.3333333333rem}@media screen and (min-width:64em){h1.search-result-heading{font-size:2.8888889rem}}@media screen and (min-width:84.375em){h1.search-result-heading{font-size:3.55555556rem}}@media screen and (max-width:26.1875em){h1.search-result-heading{font-size:1.333333333rem}}.result-count{margin-bottom:0}.article-preview h2{font-size:1.333333333rem;line-height:1.4;margin-bottom:.5rem}.article-preview--issue h2{font-family:Larsseit-ExtraBold,sans-serif;font-weight:400;font-style:normal;font-size:1.666666667rem;line-height:1.25}@media screen and (min-width:64em){.article-preview h2{margin-bottom:1vw}.article-preview .preview-excerpt p{margin-top:.25vw;margin-bottom:.5vw}}.article-preview .preview-excerpt p,.article-preview p.issue__art-count{margin-top:0;margin-bottom:.5rem}.article-preview.article-preview--bericht h2,.list-view .article-preview.article-preview--issue h2{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal}.grid-view .issue__label__number,.single--issue .issue__label__number{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal;font-size:2.111111111rem}.post-meta-ycw-label,p.archive-toggle{font-family:Larsseit,sans-serif;font-weight:400;font-style:normal}@media screen and (min-width:64em){.article-preview .preview-excerpt p,.article-preview p.issue__art-count{margin-bottom:.5vw}.grid-view .issue__label__number,.single--issue .issue__label__number{font-size:2.666666667rem}}.list-view .issue__label,p.issue__art-count{font-size:.777777778rem;text-transform:uppercase;color:#000}a:focus .list-view .issue__label,a:focus p.issue__art-count,a:hover .list-view .issue__label,a:hover p.issue__art-count{color:#fff}@media screen and (min-width:47.5em){.types-list{font-size:.777777778rem;text-transform:uppercase;color:#000}a:focus .types-list,a:hover .types-list{color:#fff}}@media screen and (max-width:47.4375em){.types-list{font-size:.777777778rem;text-transform:uppercase;color:inherit}}@media screen and (max-width:63.9375em){.post-meta{font-size:.777777778rem}}.types-list__post_type_label{margin-right:.75rem}.post-meta-ycw-label{font-size:.777777778rem;text-transform:uppercase}p.archive-toggle{font-size:.777777778rem;margin-bottom:0;margin-top:.2em}.ycw-dates{font-size:1.333333333rem;text-transform:uppercase}@media screen and (min-width:64em){.ycw-dates{font-size:1.166666667rem}}@media screen and (max-width:47.4375em){.ycw-dates{font-size:1rem;line-height:1.2}}.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,body#tinymce h2,body#tinymce h3,body#tinymce h4,body#tinymce h5,body#tinymce h6{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal;line-height:1.4}.article-content h2,body#tinymce h2{margin-bottom:1rem;font-size:1.333333333rem}@media screen and (min-width:64em){.article-content h2,body#tinymce h2{margin-bottom:1.8vw}}.article-content h3,body#tinymce h3{margin-bottom:1rem;font-size:1.166666667rem}@media screen and (min-width:64em){.article-content h3,body#tinymce h3{margin-bottom:1.8vw}}.article-content h4,.article-content h5,.article-content h6,body#tinymce h4,body#tinymce h5,body#tinymce h6{font-size:1rem;line-height:1.6}.article-content .aside-anchor,body#tinymce .aside-anchor{font-family:Larsseit-BoldItalic,sans-serif;font-weight:400;font-style:normal}.article-content b,.article-content strong,body#tinymce b,body#tinymce strong{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal}.article-content .excerpt em,.article-content .excerpt i,.article-content em,.article-content i,body#tinymce .excerpt em,body#tinymce .excerpt i,body#tinymce em,body#tinymce i{font-family:Larsseit-Italic,sans-serif;font-weight:400;font-style:normal}.article-content .excerpt b,.article-content .excerpt strong,.article-content b em,.article-content b i,.article-content em b,.article-content em strong,.article-content i b,.article-content i strong,.article-content strong em,.article-content strong i,body#tinymce .excerpt b,body#tinymce .excerpt strong,body#tinymce b em,body#tinymce b i,body#tinymce em b,body#tinymce em strong,body#tinymce i b,body#tinymce i strong,body#tinymce strong em,body#tinymce strong i{font-family:Larsseit-BoldItalic,sans-serif;font-weight:400;font-style:normal}.article-content i,body#tinymce i{font-family:FontAwesome!important}.article-content .aside,.article-content .excerpt,.article-content small,body#tinymce .aside,body#tinymce .excerpt,body#tinymce small{font-size:.888888889rem;line-height:1.7}.intro-paragraph{font-size:1.166666667rem;line-height:1.4}@media screen and (min-width:47.5em){.intro-paragraph{font-size:1.333333333rem}}#chapters,#cookie-notice,#cookie-notice h1,#cookie-notice h2,#cookie-notice h3,#cookie-notice h4,#cookie-notice h5,#cookie-notice h6,.bq-footer,.gallery-caption,.pic-description,.small-copy,.small-copy h1,.small-copy h2,.small-copy h3,.small-copy h4,.small-copy h5,.small-copy h6,.wp-caption>figcaption,.wp-embed-caption,body#tinymce .small-copy,body#tinymce .small-copy h1,body#tinymce .small-copy h2,body#tinymce .small-copy h3,body#tinymce .small-copy h4,body#tinymce .small-copy h5,body#tinymce .small-copy h6,body#tinymce .wp-caption-dd,p.wp-caption-text,small,small h1,small h2,small h3,small h4,small h5,small h6{font-size:.888888889rem}.long-quote{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal}.article-content .long-quote em,.article-content .long-quote i,.long-quote em,.long-quote i,body#tinymce .long-quote em,body#tinymce .long-quote i{font-family:Larsseit-BoldItalic,sans-serif;font-weight:400;font-style:normal}.button{font-family:Larsseit,sans-serif;font-weight:400;font-style:normal;text-transform:none}#cookie-notice a.button,header+#chapters a,input#home-search-filter,input[type=text]{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal}.ycw-preview-header h3{line-height:1}.location-title span,.uppercase,.when-title{text-transform:uppercase}.wp-embed-caption p{line-height:1.8}#chapters{line-height:1.3}body#tinymce{font-size:1rem}#cookie-notice a.button{font-size:1rem;text-transform:uppercase}blockquote{margin-top:1rem;margin-bottom:1rem}blockquote p{margin-bottom:.5rem}blockquote .bq-footer{margin-top:.5rem;font-family:Larsseit,sans-serif;font-weight:400;font-style:normal}@media screen and (min-width:64em){blockquote{margin-top:3vw;margin-bottom:3vw}blockquote p{margin-bottom:.66667vw}blockquote .bq-footer{margin-top:.66667vw}}.article-footer blockquote{margin-top:1.8vw;margin-bottom:1.8vw;font-family:Larsseit-Italic,sans-serif;font-weight:400;font-style:normal}.article-footer blockquote p{margin-bottom:1.8vw}.article-footer blockquote .bq-footer{margin-top:1.8vw}.anchor-flyout-txt{text-align:right;font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal;font-size:1.333333333rem;line-height:1.4}.article-footer .article-sources li{margin-top:.3rem;margin-bottom:.3rem}.article-footer .author h4{margin-bottom:.3rem}.article-footer .share-buttons h4{margin-bottom:.6rem}.asides-list li,.sources-list li{margin-top:.3rem;margin-bottom:.3rem}.newsletter-form-info{font-family:Larsseit,sans-serif;font-weight:400;font-style:normal;font-size:1rem}.filter-wrap,.footer-title,.search-form input[type=search]{font-family:Larsseit-Bold,sans-serif;font-weight:400;font-style:normal}@media screen and (min-width:64em){.newsletter-form-info{font-size:1.333333333rem;line-height:1.4}}.footer-title{font-size:1rem;line-height:1.6}.filter-wrap{line-height:1}.filter-wrap .filter-group-title,.filter-wrap input.search-field{font-size:1.333333333rem}.close-button,.owl-next,.owl-prev{line-height:0;padding:1.7rem 2rem}.menu-toggle{line-height:0;font-size:1.2rem;padding:1.7rem 0 1.7rem 4vw}@media screen and (min-width:64em){a.ycws-archive-link{font-size:1.333333333rem;line-height:1.4}}svg.svgicon{font-size:.888888889rem}body,html{overflow-x:hidden;height:auto}html.prevent-scroll{overflow-y:hidden;margin-top:0!important}html.prevent-scroll .sticky-nav-wrapper .sticky.is-stuck.sticky-nav-visible{top:-20rem!important;transition:top 2s ease-out 0s}.vw-correction{width:calc(100vw - 100% + 100%);margin-left:calc(100% - 100vw)}.w-fluid,.w-full{width:100%;margin-left:auto;margin-right:auto}.w-full{padding-left:4vw;padding-right:4vw}.w-full::after{clear:both}@media screen and (min-width:64em){.contained-content{float:left;width:72vw;margin:0 auto;padding:0 24vw 0 4vw}.contained-content .gallery,.contained-content blockquote{margin-left:-24vw;margin-right:-24vw}.contained-content .flyout-left{margin-left:-24vw}.flyout-left{float:left;width:20vw;min-height:1px;position:relative;z-index:4005;overflow:hidden}}.magazine-footer .button,.single-post #main-content{margin-bottom:0}@media screen and (min-width:47.5em) and (max-width:63.9375em){.contained-content{margin-top:1.66667rem}}@media screen and (min-width:64em){.contained-content-right{padding-left:48vw}.contained-content-center{margin-left:auto;margin-right:auto;padding:0 4vw;float:none;width:52rem;max-width:100%}.single-post #main-content{margin-bottom:0}}.article-footer::after{clear:both}.article-footer blockquote{margin-left:0;margin-right:0}.ycws-list{margin-top:1.66667rem}#masthead{top:0;z-index:5000;padding-top:2.56667rem}.with-header #masthead{position:absolute}@media screen and (max-width:63.9375em){#stickynav-wrapper{padding-bottom:.83333rem}}.article-gallery{overflow:hidden}.more-articles{padding-top:2.5rem}@media screen and (min-width:64em){.ycws-list{margin-top:4vw}.chapter-anchor{margin-left:-4vw;margin-right:40vw}hr{margin-left:-4vw;margin-right:-4vw}.more-articles{padding-top:4vw;padding-bottom:6vw}}.page-more-articles{padding-top:3.33333rem;padding-bottom:3.33333rem}@media screen and (min-width:64em){.page-more-articles{padding-top:8vw;padding-bottom:8vw}}footer#footer,section#newsletter{padding-top:6vw;padding-bottom:6vw}@media screen and (min-width:64em){footer#footer,section#newsletter{padding-top:10vw;padding-bottom:10vw}}.magazine-footer{padding-top:1.66667rem;padding-bottom:0;margin-top:2rem;text-align:center}@media screen and (min-width:47.5em){.magazine-footer{padding-top:4vw;padding-bottom:4vw;margin-top:0}}#newsletter{background:#fff}section.featured-ycw{margin-top:3.33333rem}@media screen and (min-width:64em){section.featured-ycw{margin-top:8vw}}article section.featured-ycw{margin-top:-2px!important}.boxed{padding:1.66667rem}.block-wrap{overflow:hidden;margin-bottom:1.66667rem}.row::after{clear:both}.mc_merge_var,.one-of-two:first-child{text-align:right}.one-of-two.pull-right{text-align:left}@media screen and (max-width:47.4375em){.one-of-two.pull-right{float:none}}@media screen and (min-width:47.5em){#mc_message,.mc_merge_var,.mc_signup_submit,.one-of{position:relative;float:left;min-height:1px;width:100%}.one-of-three{width:33%}.two-of-three{width:66%}#mc_message,.mc_merge_var,.mc_signup_submit,.one-of-two{width:50%}.mc_merge_var,.one-of-two:first-child{padding-right:2vw}.mc_signup_submit,.one-of-two:last-child{padding-left:2vw}.one-of-two.pull-right{margin-left:50%;padding-left:2vw}}@media screen and (min-width:47.5em) and (max-width:63.9375em){.page .page-header .one-of-two:last-child{padding-left:0}.page .page-header .one-of-two:first-child{text-align:left}.one-of .one-of{width:100%;padding-left:0;padding-right:0}}@media screen and (max-width:63.9375em){.page .page-header{margin-bottom:1.25rem}}.one-of-four{width:25%}.three-of-four{width:75%}@media screen and (max-width:47.4375em){.article-copy table td{display:block;width:100%;margin-bottom:1.66667rem}}.sticky-nav-wrapper .sticky.is-stuck{z-index:7000}#chapters.sticky.is-stuck{z-index:6000}.menu a{transition:all .2s ease-out 0s}@media screen and (min-width:75em){#mobile-menu,.title-bar{display:none!important}.menu li a{padding:0 1rem 1.27rem}.menu li.home.menu-item a{padding:0}}@media screen and (max-width:74.9375em){.desktop-menu,.top-bar-left{display:none!important}#masthead{padding-top:.41667rem;padding-bottom:.41667rem;background:#000}#masthead .title-bar{width:100%;display:table;vertical-align:middle}#masthead .title-bar .mobile-menu-toggle,#masthead .title-bar .title-bar-title{display:table-cell;vertical-align:middle;color:#fff}#masthead .title-bar .mobile-menu-toggle a,#masthead .title-bar .title-bar-title a{color:#fff;display:block;transition:all .2s ease-out 0s}#masthead .title-bar .mobile-menu-toggle a:focus,#masthead .title-bar .mobile-menu-toggle a:hover,#masthead .title-bar .title-bar-title a:focus,#masthead .title-bar .title-bar-title a:hover{color:#adadad}#masthead .title-bar .mobile-menu-toggle{text-align:right}#masthead .title-bar .mobile-menu-toggle .menu-toggle{padding-right:4vw;cursor:pointer}#masthead .title-bar .svgicon-pglogo{transform:scale(.75);position:relative;transform-origin:left}.is-reveal-open #navLightbox .overlay-nav-wrap{width:100%;display:table!important;vertical-align:middle;height:100vh}.is-reveal-open #navLightbox .overlay-nav-wrap .main-navigation{display:table-cell;vertical-align:middle}.is-reveal-open #navLightbox .overlay-nav-wrap .main-nav,.main-navigation ul li{display:block;width:100%}.main-navigation ul li{text-align:center}.main-navigation ul li a{color:#909090;padding:.5555rem}.main-navigation ul li a:focus,.main-navigation ul li a:hover{color:#fff!important}.main-navigation ul li.active a,.single-edition .main-navigation ul li.current_page_parent a,.single-ycw .main-navigation ul li.current_page_parent a{color:#fff}.main-navigation .main-nav li.home{display:none}}.main-navigation{width:100%}.main-navigation__menu{display:-ms-flexbox;display:flex;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.main-navigation__menu .menu-item{-ms-flex-preferred-size:content;flex-basis:content;-ms-flex-positive:10;flex-grow:10;display:-ms-flexbox;display:flex;-ms-flex-align:top;align-items:top;-ms-flex-pack:start;justify-content:flex-start}.main-navigation__menu .menu-item a{padding-left:0;padding-right:0}.main-navigation__menu .home.menu-item{-ms-flex-preferred-size:50%;flex-basis:50%;padding-left:2vw;padding-right:2vw;margin-right:2vw;-ms-flex-positive:0;flex-grow:0;margin-top:-.9rem}.footer-navigation ul,.main-navigation ul{padding-left:0}.main-navigation__menu .to-search-button{-ms-flex-pack:end;justify-content:flex-end}.main-navigation .main-nav li{vertical-align:bottom}.main-navigation .main-nav li.home{padding-bottom:0}.main-navigation .main-nav li.home a{padding-left:0;padding-right:.33333vw}@media screen and (min-width:75em){.main-navigation a:before{display:block;content:'';position:absolute;bottom:.7rem;left:0;right:0;height:1px;background:currentColor;opacity:0;transition:all .2s ease-out 0s}.main-navigation .current-menu-item a:before,.main-navigation .current_page_parent a:before,.single-ycw .main-navigation .menu-item-ycws a:before{opacity:1}}.main-navigation a[rel=home]:focus:before,.main-navigation a[rel=home]:hover:before,.single-edition .main-navigation .current_page_parent a:before,.single-ycw .main-navigation .current_page_parent a:before{display:none}.main-navigation a:focus:before,.main-navigation a:hover:before,.single-edition .main-navigation .current_page_parent a:hover:before,.single-ycw .main-navigation .current_page_parent a:hover:before{opacity:1}@media screen and (max-width:74.9375em){.main-navigation ul{margin-top:.83333rem}.main-navigation .current-menu-item a,.main-navigation .current_page_parent a,.single-ycw .main-navigation .menu-item-ycws a{color:#fff}}.single-edition .main-navigation .current_page_parent a,.single-ycw .main-navigation .current_page_parent a{color:inherit}.footer-navigation{margin-bottom:2vw}.footer-navigation .menu>li{display:block;margin-bottom:1vw}.footer-navigation .social-menu>li{display:inline-block}.footer-navigation .menu>li>a{padding:0}.footer-navigation .button-list-li+.button-list-li{margin-left:0}.sticky-nav-wrapper #masthead,.with-header #masthead{background:0 0}.sticky-nav-wrapper .svg-container.logo-cinea svg,.sticky-nav-wrapper .svg-container.logo-pg svg,.with-header .svg-container.logo-cinea svg,.with-header .svg-container.logo-pg svg{fill:#fff}.sticky-nav-wrapper #sticky-site-navigation .menu a,.sticky-nav-wrapper #sticky-site-navigation .menu a:active,.sticky-nav-wrapper #sticky-site-navigation .menu a:visited,.sticky-nav-wrapper .mobile-menu-toggle,.sticky-nav-wrapper .site-header .menu a,.sticky-nav-wrapper .site-header .menu a:active,.sticky-nav-wrapper .site-header .menu a:visited,.with-header #sticky-site-navigation .menu a,.with-header #sticky-site-navigation .menu a:active,.with-header #sticky-site-navigation .menu a:visited,.with-header .mobile-menu-toggle,.with-header .site-header .menu a,.with-header .site-header .menu a:active,.with-header .site-header .menu a:visited{color:#fff}.sticky-nav-wrapper{height:0!important}.sticky-nav-wrapper .sticky{transition:top .6s ease-out 0s}button.to-search-button,button.to-search-button svg{transition:all .2s ease-out 0s}.sticky-nav-wrapper .sticky,.sticky-nav-wrapper .sticky.is-at-top,.sticky-nav-wrapper .sticky.is-stuck.is-at-top{top:-10rem!important}.sticky-nav-wrapper .sticky.is-stuck.sticky-nav-visible{top:0!important}.sticky-nav-wrapper #sticky-site-navigation{background:#000;width:100%;padding-left:4vw;padding-right:4vw;margin-left:auto;margin-right:auto}.sticky-nav-wrapper .svgicon-pglogo{transform:scale(.6)}#sticky-site-navigation.sticky-nav-visible{background:red}#sticky-site-navigation .menu{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:1.75rem;margin-bottom:.5rem}#sticky-site-navigation .menu .menu-item{-ms-flex-preferred-size:content;flex-basis:content;-ms-flex-positive:10;flex-grow:10;display:-ms-flexbox;display:flex;-ms-flex-align:top;align-items:top;-ms-flex-pack:start;justify-content:flex-start}#sticky-site-navigation .menu .menu-item.home{-ms-flex-preferred-size:50%;flex-basis:50%;padding-left:2vw;padding-right:2vw;margin-right:2vw;-ms-flex-positive:0;flex-grow:0;margin-top:-1.45rem}#sticky-site-navigation .menu .menu-item a{padding-left:0;padding-right:0}.post-navigation:after,.post-navigation:before{content:"";display:table}.post-navigation:after{clear:both}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.nav-previous{float:left}.nav-next{float:right}button.to-search-button{padding:.5rem 1vw .5rem 1rem;line-height:0;position:relative;top:-.5rem;cursor:pointer}button.to-search-button:active svg,button.to-search-button:hover svg{fill:#909090}.sticky-nav-wrapper button.to-search-button svg,.with-header button.to-search-button svg{fill:#fff}#mobile-site-navigation button.to-search-button svg,.sticky-nav-wrapper button.to-search-button:active svg,.sticky-nav-wrapper button.to-search-button:hover svg,.with-header button.to-search-button:active svg,.with-header button.to-search-button:hover svg{fill:#909090}#mobile-site-navigation button.to-search-button{padding-left:1vw;padding-right:1vw;top:-.1rem}#mobile-site-navigation button.to-search-button:active svg,#mobile-site-navigation button.to-search-button:hover svg{fill:#fff}body.search-results .current_page_parent a:before{display:none}footer#footer .one-of-two{text-align:left!important}footer#footer .footer-title{margin-bottom:2vw}footer#footer .footer-copyright{margin-top:4vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}footer#footer .footer-copyright .copyright{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}footer#footer .footer-copyright p{margin-bottom:0}footer#footer .by-cinea svg.svg-icon-logo{margin-left:-.4rem;height:3rem}footer#footer .by-cinea__copy{margin-top:.5rem}footer#footer .by-cinea__copy p{display:inline-block}footer#footer .by-cinea__copy svg{margin-left:.25rem;height:.65rem}@media screen and (min-width:47.5em){footer#footer .by-cinea{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}footer#footer .by-cinea__copy{margin-top:0;margin-left:1vw}}@media screen and (max-width:47.4375em){footer#footer .one-of-two{text-align:center!important}footer#footer .social-menu{margin-top:1.66667rem}footer#footer .footer-menu{margin-top:1.25rem;margin-bottom:1.66667rem}}@media screen and (min-width:64em){footer#footer .social-menu{float:right;margin-top:-4vw}}.newsletter-form-title{margin-bottom:2vw}#mc_signup label{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}#mc_signup #mc_signup_submit{margin-bottom:0}@media screen and (min-width:47.5em){#mc_signup .mc_form_inside{position:relative}#mc_signup #mc_message,#mc_signup .mc_merge_var{padding-left:12vw}#mc_signup #mc_message{padding-right:2vw;position:absolute;bottom:0;left:0}}@media screen and (max-width:47.4375em){.newsletter-form-info,.newsletter-form-title{width:100%}#mc_signup .mc_signup_submit{margin-top:1.66667rem}}.article-gallery a#open-gallery{cursor:pointer}.article-gallery ul{margin:1.66667rem 0}@media screen and (min-width:64em){.article-gallery ul{margin:2vw 10vw}}@media screen and (max-width:63.9375em){.article-gallery ul{margin-left:-30px;margin-right:-30px}.article-gallery ul .owl-stage-outer{margin-left:-4vw;margin-right:-4vw}}.article-gallery ul .owl-nav{display:none}.article-gallery li a{display:block;position:relative}.article-gallery li a:after{display:block;position:absolute;width:100%;height:100%;top:0;opacity:0;background:#fff;transition:opacity .4s ease-in-out 0s}.article-gallery li a:focus:after,.article-gallery li a:hover:after{opacity:.1}.js .lightbox-link{cursor:pointer}.reveal{overflow-y:hidden;background:#000;z-index:6000}.reveal.full{top:0!important}.reveal img.lightbox-img{display:block;max-width:100%;max-height:100%;margin:auto}.reveal .reveal-controls{display:table;border-spacing:1px;border-collapse:separate;position:absolute;top:0;right:0;z-index:9999}.reveal .reveal-controls .close-button span{display:block}.reveal .reveal-controls .close-button,.reveal .reveal-controls .owl-next,.reveal .reveal-controls .owl-prev{cursor:pointer;display:table-cell;background:#323232;transition:all .2s ease-out 0s}.reveal .reveal-controls .close-button use,.reveal .reveal-controls .owl-next use,.reveal .reveal-controls .owl-prev use{stroke:#BCBCBC;fill:red;transition:all .2s ease-out 0s}.reveal .reveal-controls .close-button:focus,.reveal .reveal-controls .close-button:hover,.reveal .reveal-controls .owl-next:focus,.reveal .reveal-controls .owl-next:hover,.reveal .reveal-controls .owl-prev:focus,.reveal .reveal-controls .owl-prev:hover{background:#909090}.reveal .reveal-controls .close-button:focus use,.reveal .reveal-controls .close-button:hover use,.reveal .reveal-controls .owl-next:focus use,.reveal .reveal-controls .owl-next:hover use,.reveal .reveal-controls .owl-prev:focus use,.reveal .reveal-controls .owl-prev:hover use{stroke:#eaeaea}.reveal #article-list.list-view article{width:100%;border-top:1px solid #323232;margin-top:0!important;padding-bottom:0}.reveal #article-list.list-view article a{display:table;min-height:6rem;width:100%}.reveal #article-list.list-view article .preview-header{display:table-cell;vertical-align:middle;padding:2vw}.reveal #article-list.list-view article .more-arrow,.reveal #article-list.list-view article .ycw-dates{display:table-cell;vertical-align:middle;height:initial;min-width:2rem;text-align:right;padding-right:4vw;color:#BCBCBC}.reveal #article-list.list-view article a:focus .more-arrow,.reveal #article-list.list-view article a:focus .ycw-dates,.reveal #article-list.list-view article a:hover .more-arrow,.reveal #article-list.list-view article a:hover .ycw-dates{color:#fff}#galleryLightbox{opacity:0;transform:scale(.8);transition:transform .2s,opacity .2s,visibility 0s .2s}#galleryLightbox.show-effect{opacity:1;transform:scale(1);transition:transform .4s,opacity .4s}#galleryLightbox.show-effect .item:before{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;margin-left:-8px;margin-top:-8px;background:url(../images/spinner.svg) no-repeat;z-index:1}#galleryLightbox.show-effect .item img{z-index:2}#galleryLightbox .item{z-index:5}#galleryLightbox .img-caption{position:absolute;display:inline-block;bottom:2vw;background:rgba(0,0,0,.65);color:#adadad;font-size:80%;padding:.2rem 1rem;left:50%;transform:translateX(-50%);z-index:10}#imgLightbox,#navLightbox{opacity:0;transform:scale(.8);transition:transform .2s,opacity .2s,visibility 0s .2s}#imgLightbox.show-effect,#navLightbox.show-effect{opacity:1;transform:scale(1);transition:transform .4s,opacity .4s}#ycwsArchiveLightbox{opacity:0;transform:scale(.8);transition:transform .2s,opacity .2s,visibility 0s .2s;padding-left:0;padding-right:0;background:#000}#ycwsArchiveLightbox.show-effect{opacity:1;transform:scale(1);transition:transform .4s,opacity .4s}#galleryLightbox.reveal .owl-carousel .owl-item img,#imgLightbox.reveal img.lightbox-img{top:50%;transform:translateY(-50%);position:relative}#imgLightbox.reveal img.lightbox-img{object-fit:contain;object-position:50% 50%}#galleryLightbox.reveal.full{padding:0}#galleryLightbox.reveal .owl-carousel{overflow:hidden;max-height:100%;max-width:100%}#galleryLightbox.reveal .owl-carousel li,#galleryLightbox.reveal .owl-carousel ul{list-style:none;margin:0;padding:0}#galleryLightbox.reveal .owl-carousel .owl-item{max-width:100%;max-height:100vh;height:100vh}#galleryLightbox.reveal .owl-carousel .item{position:relative;max-width:100%;max-height:100%;height:100%}.owl-carousel{display:none;position:relative;z-index:1}.reveal .owl-carousel{width:100%}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;max-width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.article-copy .gallery figure{float:none;margin:0;width:auto;height:auto;position:relative}.article-copy .gallery figure img{width:auto;max-width:initial;height:10rem}.gallery.owl-carousel{-ms-touch-action:manipulation;touch-action:manipulation}.gallery.owl-carousel .owl-stage{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin:3vw auto}.gallery .owl-nav .owl-next.disabled,.gallery .owl-nav .owl-prev.disabled{display:none}.gallery.owl-carousel .gallery-caption{display:none}.gallery.owl-carousel .owl-stage-outer{overflow:visible}.gallery .owl-nav{position:relative;z-index:6010;height:4rem;top:-1rem}@media screen and (min-width:64em){.gallery .owl-nav{top:-4rem;margin-bottom:-3rem}}.gallery .owl-nav .owl-prev{z-index:6001;position:absolute;left:0;padding-left:.5rem;cursor:pointer}.gallery .owl-nav .owl-next{z-index:6001;position:absolute;right:0;padding-right:.5rem;cursor:pointer}.gallery .gallery-icon img{width:100%;float:none}.page-container{margin-left:0;transition:margin-left .6s ease-out 0s}body.show-slide-effect .page-container{margin-left:36%}@media screen and (max-width:47.4375em){body.show-slide-effect .page-container{margin-left:50%}}@media screen and (max-width:26.1875em){body.show-slide-effect .page-container{margin-left:0}}#filterLightbox{margin-left:-36%!important;transition:all .6s ease-out 0s;opacity:0}#filterLightbox.show-slide-effect{margin-left:0!important;opacity:1}.filter-reveal{padding:0;background-color:rgba(255,255,255,.95)}.filter-reveal .filter-reveal-inner{width:100%;height:100%;overflow:hidden}.filter-reveal .filter-result,.filter-reveal .filter-wrap{float:left;height:100%}.filter-reveal .awesomplete,.filter-reveal .filter-wrap{max-width:100%;width:36%;z-index:5}@media screen and (max-width:47.4375em){.filter-reveal .awesomplete,.filter-reveal .filter-wrap{width:50%}}@media screen and (max-width:26.1875em){.filter-reveal .awesomplete,.filter-reveal .filter-wrap{width:100%}}.filter-reveal .awesomplete{width:35.5%}@media screen and (max-width:47.4375em){.filter-reveal .awesomplete{width:49.5%}}.filter-reveal .filter-wrap{background:#000}.filter-reveal .filter-result{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:26.1875em){.filter-reveal .awesomplete{width:100%}.filter-reveal .filter-wrap .filterlist{padding-bottom:10rem;height:70vh;overflow-y:scroll;position:relative}.filter-reveal .filter-wrap .filterlist .filter-list{position:absolute;top:0;left:0;right:0;bottom:0}.filter-reveal .filter-result{float:none;width:auto!important;height:auto;display:block;position:absolute!important;top:auto;bottom:10px;left:10px;right:10px;z-index:5000}.filter-reveal .filter-result h1{width:100%!important;text-align:center!important;background:#fff;padding:1.5rem .5rem;position:static!important;transform:none!important}}.filter-reveal .filter-wrap a,.filter-reveal .filter-wrap input,.filter-reveal .filter-wrap li{color:#909090;cursor:pointer}.filter-reveal .filter-wrap a .svgicon-filter-arrow-down,.filter-reveal .filter-wrap input .svgicon-filter-arrow-down,.filter-reveal .filter-wrap li .svgicon-filter-arrow-down{opacity:1;color:#909090;transition:none}.filter-reveal .filter-wrap a.open,.filter-reveal .filter-wrap a:focus,.filter-reveal .filter-wrap a:hover,.filter-reveal .filter-wrap input.open,.filter-reveal .filter-wrap input:focus,.filter-reveal .filter-wrap input:hover,.filter-reveal .filter-wrap li.open,.filter-reveal .filter-wrap li:focus,.filter-reveal .filter-wrap li:hover,.filter-reveal .filter-wrap ul.filter-list>li li.ci-filter[active=true]{color:#fff}.filter-reveal .filter-wrap a .svgicon-filter-arrow-up,.filter-reveal .filter-wrap input .svgicon-filter-arrow-up,.filter-reveal .filter-wrap li .svgicon-filter-arrow-up{opacity:0;color:#fff;transition:none}#offCanvas .close-button,.active-filters.button-list li,.awesomplete>ul,.filter-reveal .filter-result .search-result-heading,.filter-reveal .filter-wrap .filter-list *,.home-header a,.search-form [type=submit] svg.svgicon,.ycw-preview-header,a{transition:all .2s ease-out 0s}.filter-reveal .filter-wrap a.open .svgicon-filter-arrow-up,.filter-reveal .filter-wrap a:focus .svgicon-filter-arrow-up,.filter-reveal .filter-wrap a:hover .svgicon-filter-arrow-up,.filter-reveal .filter-wrap input.open .svgicon-filter-arrow-up,.filter-reveal .filter-wrap input:focus .svgicon-filter-arrow-up,.filter-reveal .filter-wrap input:hover .svgicon-filter-arrow-up,.filter-reveal .filter-wrap li.open .svgicon-filter-arrow-up,.filter-reveal .filter-wrap li:focus .svgicon-filter-arrow-up,.filter-reveal .filter-wrap li:hover .svgicon-filter-arrow-up{opacity:1}.filter-reveal .filter-wrap a.open .svgicon-filter-arrow-down,.filter-reveal .filter-wrap a:focus .svgicon-filter-arrow-down,.filter-reveal .filter-wrap a:hover .svgicon-filter-arrow-down,.filter-reveal .filter-wrap input.open .svgicon-filter-arrow-down,.filter-reveal .filter-wrap input:focus .svgicon-filter-arrow-down,.filter-reveal .filter-wrap input:hover .svgicon-filter-arrow-down,.filter-reveal .filter-wrap li.open .svgicon-filter-arrow-down,.filter-reveal .filter-wrap li:focus .svgicon-filter-arrow-down,.filter-reveal .filter-wrap li:hover .svgicon-filter-arrow-down{opacity:0}.filter-reveal .filter-wrap .awesomplete{display:block;position:absolute;top:0;left:0;padding:4vw;z-index:11000;background:#000}@media screen and (max-width:26.1875em){.filter-reveal .filter-wrap .awesomplete{padding-top:2rem;padding-bottom:2rem}}.filter-reveal .filter-wrap input.search-field{width:100%;padding:1.5rem 0;border-bottom:1px solid #adadad}.filter-reveal .filter-wrap .filter-list{z-index:10;overflow-y:scroll;max-height:100%;padding:8vw 4vw 4vw}.filter-reveal .filter-wrap .filter-list>li:first-child{margin-top:3rem}.filter-reveal .filter-wrap ul.filter-list>li{margin-bottom:1.25rem}.filter-reveal .filter-wrap ul.filter-list>li .filter-group-title{display:block;margin-bottom:1.25rem;position:relative}.filter-reveal .filter-wrap ul.filter-list>li .filter-group-title .svgicon{position:absolute;right:-1px}.filter-reveal .filter-wrap ul.filter-list>li ul{padding-left:2vw;height:0;overflow-y:hidden;margin-bottom:0}.filter-reveal .filter-wrap ul.filter-list>li ul li{margin-bottom:1.25rem}.filter-reveal .filter-wrap ul.filter-list>li.open ul,.filter-reveal .filter-wrap ul.filter-list>li:focus ul,.filter-reveal .filter-wrap ul.filter-list>li:hover ul{height:11rem;overflow-y:scroll;margin-bottom:2rem}.filter-reveal .filter-wrap ul.filter-list>li.open ul[items-count="1"],.filter-reveal .filter-wrap ul.filter-list>li.open ul[items-count="2"],.filter-reveal .filter-wrap ul.filter-list>li.open ul[items-count="3"],.filter-reveal .filter-wrap ul.filter-list>li.open ul[items-count="4"],.filter-reveal .filter-wrap ul.filter-list>li.open ul[items-count="5"],.filter-reveal .filter-wrap ul.filter-list>li:focus ul[items-count="1"],.filter-reveal .filter-wrap ul.filter-list>li:focus ul[items-count="2"],.filter-reveal .filter-wrap ul.filter-list>li:focus ul[items-count="3"],.filter-reveal .filter-wrap ul.filter-list>li:focus ul[items-count="4"],.filter-reveal .filter-wrap ul.filter-list>li:focus ul[items-count="5"],.filter-reveal .filter-wrap ul.filter-list>li:hover ul[items-count="1"],.filter-reveal .filter-wrap ul.filter-list>li:hover ul[items-count="2"],.filter-reveal .filter-wrap ul.filter-list>li:hover ul[items-count="3"],.filter-reveal .filter-wrap ul.filter-list>li:hover ul[items-count="4"],.filter-reveal .filter-wrap ul.filter-list>li:hover ul[items-count="5"]{height:auto}.filter-reveal .filter-wrap ul.filter-list>li.open ul::-webkit-scrollbar,.filter-reveal .filter-wrap ul.filter-list>li:focus ul::-webkit-scrollbar,.filter-reveal .filter-wrap ul.filter-list>li:hover ul::-webkit-scrollbar{width:12px}.filter-reveal .filter-wrap ul.filter-list>li.open ul::-webkit-scrollbar-track,.filter-reveal .filter-wrap ul.filter-list>li:focus ul::-webkit-scrollbar-track,.filter-reveal .filter-wrap ul.filter-list>li:hover ul::-webkit-scrollbar-track{-webkit-box-shadow:none;border-radius:0;background:rgba(28,28,27,.9)}.filter-reveal .filter-wrap ul.filter-list>li.open ul::-webkit-scrollbar-thumb,.filter-reveal .filter-wrap ul.filter-list>li:focus ul::-webkit-scrollbar-thumb,.filter-reveal .filter-wrap ul.filter-list>li:hover ul::-webkit-scrollbar-thumb{border-radius:0;background:#323232;-webkit-box-shadow:none}.filter-reveal .filter-result{position:relative;width:64%}.filter-reveal .filter-result .search-result-heading{width:75%;text-align:center;display:inline-block;opacity:0;text-transform:uppercase;cursor:pointer;text-decoration:underline;position:relative}.filter-reveal .filter-result .search-result-heading[hidden=false]{opacity:1}@media screen and (min-width:26.25em) and (max-width:47.4375em){.filter-reveal .filter-result{width:50%}}@media screen and (max-width:26.1875em){.filter-reveal .filter-wrap .filter-list{padding-top:4rem}.filter-reveal .filter-result .search-result-heading{opacity:1}.is-reveal-open ul.active-filters{position:fixed;bottom:6rem;height:3rem;margin-bottom:0;overflow:scroll;z-index:10000}.is-reveal-open ul.active-filters li{background:0 0;padding:0 2rem 0 0;margin-bottom:0!important}.is-reveal-open ul.active-filters li svg{width:.5em;height:.5em;top:.5rem}}#search-filter{display:none}.awesomplete #search-filter{display:block}#load-more-btn[active=false],.active-filters li[active=false],.awesomplete>ul:before{display:none}.awesomplete>ul{opacity:1;transform:scale(1);width:auto;min-width:initial;top:auto;left:4vw;right:4vw;margin-top:-1px;border-radius:0;background:rgba(255,255,255,.9);border:none;box-shadow:none;text-shadow:none;padding:0}@media screen and (max-width:26.1875em){.awesomplete>ul>li{padding:.5rem}}.awesomplete>ul>li[aria-selected=true]{background:#FFE200;color:#000}.awesomplete>ul>li:hover{background:#909090}.awesomplete li:hover mark,.awesomplete li[aria-selected=true] mark,.awesomplete mark{background:0 0}.active-filters.button-list li{cursor:pointer;background:#eaeaea;color:#909090;position:relative;padding:.75rem 3rem .75rem 1.5rem}.active-filters.button-list li:hover{background:#dedede;color:#000}.show-for-medium .active-filters.button-list li{margin:0 0 .5rem .5rem}.hide-for-medium .active-filters.button-list li{margin:0 .5rem .5rem 0}.active-filters svg{position:absolute;right:1.25rem;top:1rem}.active-filters svg,.active-filters svg *{pointer-events:none}#load-more-btn{display:inline-block}@media screen and (max-width:47.4375em){#load-more-btn{margin-bottom:2rem}}#offCanvas{transform:translateY(-100%);transition:all .2s ease-out 0s;background:#000;width:100%;padding:2.5vw 4vw;display:-ms-flexbox;display:flex;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-align:center;align-items:center}#offCanvas.is-open{transform:translateY(0);z-index:8000}#offCanvas .close-button{color:#adadad;position:absolute;top:0;right:0;padding:1rem}#offCanvas .close-button svg.svgicon{font-size:.5rem}#offCanvas .close-button:focus,#offCanvas .close-button:hover{color:#fff}.js-off-canvas-exit.is-visible{display:none!important;opacity:.2;pointer-events:none}.off-canvas button,.off-canvas input{display:none}.off-canvas.is-open button,.off-canvas.is-open input{display:block}.search-form{-ms-flex-positive:20;flex-grow:20;display:-ms-flexbox;display:flex;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-align:center;align-items:center}.search-form label{-ms-flex-positive:5;flex-grow:5}.search-form input[type=search]{color:#fff;font-size:1.333333333rem;height:auto;padding:.5rem 1rem}.search-form input[type=search]:-webkit-autofill,.search-form input[type=search]:-webkit-autofill:active,.search-form input[type=search]:-webkit-autofill:focus,.search-form input[type=search]:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #000 inset!important;-webkit-text-fill-color:#fff!important}.search-form [type=submit]{width:2rem;-ms-flex-positive:0;flex-grow:0;text-align:center}.search-form [type=submit] svg.svgicon{font-size:1.2rem;fill:#adadad}.search-form [type=submit]:focus svg.svgicon,.search-form [type=submit]:hover svg.svgicon{fill:#fff}.search-results-page .page-header{text-transform:uppercase;margin-bottom:4vw}.search-results-page .page-header .row{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.search-results-page .results-count-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}#load-more-btn.hidden.hidden,body.en_US .nl,body.nl_NL .en{display:none}.search-results-page .results-count-wrap p.result-count{margin-bottom:2vw;padding-bottom:.5rem}.search-no-results #main-content #search-form{position:relative;max-width:48vw;margin-left:auto;margin-right:auto}.search-no-results #main-content #search-form input.search-field{border:2px solid #000;padding-right:3rem;color:#000}.search-no-results #main-content #search-form [type=submit]{position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.search-no-results #main-content #search-form [type=submit]:focus svg.svgicon.svgicon-search,.search-no-results #main-content #search-form [type=submit]:hover svg.svgicon.svgicon-search{fill:#BCBCBC}.search-no-results #main-content #search-form svg.svgicon.svgicon-search{fill:#000}a{text-decoration:underline}a:focus,a:hover{color:#909090}details summary::-webkit-details-marker{display:none}#cookie-notice{background:#323232!important}#cookie-notice #cn-notice-text a{color:#fff}#cookie-notice #cn-notice-text a:focus,#cookie-notice #cn-notice-text a:hover{color:#adadad}#cookie-notice a.button{margin-bottom:0;margin-left:0}#cookie-notice .cookie-notice-container{padding:0 4vw;text-align:right;width:100%;margin-left:auto;margin-right:auto;overflow:hidden}@media screen and (max-width:63.9375em){#cookie-notice .cookie-notice-container{display:table;vertical-align:middle;padding-left:0;padding-right:0}#cookie-notice .cookie-notice-container #cn-notice-text,#cookie-notice .cookie-notice-container a.button{display:table-cell;vertical-align:middle;text-align:left}#cookie-notice .cookie-notice-container #cn-notice-text{padding:.83333rem}}.magazine-header,.page-header{margin-top:2.5rem;overflow:hidden}@media screen and (min-width:64em){#cookie-notice .cookie-notice-container #cn-notice-text{padding-right:1.66667rem}.magazine-header,.page-header{margin-top:6vw}.magazine-header h1,.page-header h1{margin-bottom:2vw}}.magazine-header{margin-bottom:1.66667rem}.magazine-header h1{margin-bottom:2vw}@media screen and (min-width:47.5em){.magazine-header{margin-bottom:4vw}}.home-header .home-header-content{margin-top:4vw;margin-bottom:4vw}.home-intro-with-ycws{padding-top:4vw;padding-bottom:4vw}@media screen and (max-width:47.4375em){.magazine-header .one-of-two:first-child,.page-header .one-of-two:first-child{text-align:left}.home-intro-with-ycws{margin-left:4vw;margin-right:4vw}}.front-page__section-header .post-meta-magazine-label{display:inline-block;position:relative;top:-2vw;margin-bottom:-.5vw}.archive-header .post-meta-magazine-label{display:inline-block;position:relative;top:-2vw;margin-bottom:.5vw}.header-news{margin-top:1vw;padding-top:1vw;border-top:1px solid #6A6A6A;position:relative;padding-right:3rem}.header-news a{text-decoration:none}.header-news svg{display:block;position:absolute;right:0;top:45%}.single-header.article-header .single-header-content{position:relative;padding-bottom:2vw}.single-header.article-header .single-header-content:before{position:absolute;content:'';display:block;top:-4vw;bottom:-4vw;left:-50vw;right:-50vw;background:#000;z-index:-1}.single-header.article-header--edition .single-header-content:before{display:none}@media screen and (min-width:64em){.single-header.article-header,.single-header.article-header .grey-bg{background-size:cover;background-position:center center;background-repeat:no-repeat}.single-header.article-header{z-index:5;padding-left:0;padding-right:0}.single-header.article-header,.single-header.article-header a{color:#fff}.single-header.article-header a:focus,.single-header.article-header a:hover{color:#eaeaea}.single-header.article-header .grey-bg{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-5}.single-header.article-header .grey-bg:after{content:'';display:block;position:absolute;width:100%;height:100%;background-image:url(../images/mask-bg-1.png);background-repeat:no-repeat;background-position:left 120%;background-size:100% auto}@supports (-ms-ime-align:auto){.single-header.article-header.single-header.article-header .grey-bg:after{background-position-y:20%;background-size:100% 100%;background-color:transparent!important}.single-header.article-header.ycw-header.ycw-preview-header .grey-bg:after{background-color:transparent!important;width:50%;background-position:left top;background-size:200% 100%}.single-header.article-header.ycw-header.ycw-preview-header:nth-child(odd) .grey-bg:after{left:50%;background-position:right bottom}.single-header.article-header.ycw-header.single-header .grey-bg:after{left:50%;width:50%;background-position-y:120%;background-position-x:right;background-size:125% 100%}}.no-cssfilters .single-header.article-header.single-header.article-header .grey-bg:after{background-position-y:20%;background-size:100% 100%}.no-cssfilters .single-header.article-header.ycw-header.ycw-preview-header .grey-bg:after{background-color:transparent!important;width:50%;background-position:left top;background-size:200% 100%}.no-cssfilters .single-header.article-header.ycw-header.ycw-preview-header:nth-child(odd) .grey-bg:after{left:50%;background-position:right bottom}.no-cssfilters .single-header.article-header.ycw-header.single-header .grey-bg:after{left:55%;width:50%;background-position-y:120%;background-position-x:right;background-size:125% 100%}.single-header.article-header,.single-header.article-header .grey-bg{height:100vh;min-height:640px;max-height:900px}.single-header.article-header .single-header-content:before{background:rgba(0,0,0,.65)}.single-header{padding-bottom:4vw}}.single-header.article-header:not(.header-with-bg){height:auto;min-height:auto}.single-header.article-header:not(.header-with-bg),.single-header.article-header:not(.header-with-bg) a{color:#000}.home-header .grey-bg:after{background:0 0}.single-header{margin-top:6vw;z-index:5}.with-header .single-header{margin-top:8vw}.single-header.header-with-bg{margin-top:0;position:relative;overflow:hidden}@media screen and (max-width:63.9375em){.single-header.header-with-bg .single-header-content,.single-header.header-with-bg .ycw-header-content{padding:0 4vw 4vw}.single-header.header-with-bg{background-image:none!important;background:#1c1c1b;padding-left:0;padding-right:0;overflow:hidden;z-index:5}.single-header.header-with-bg .inner{position:relative;margin-bottom:-2rem}.single-header.header-with-bg .header-img{width:120%;margin-left:-10%;margin-right:-10%;position:relative;z-index:400}.single-header.header-with-bg .header-img img{vertical-align:top;width:100%}.single-header.header-with-bg .single-header-content,.single-header.header-with-bg .ycw-header-content{position:relative;top:-2rem;z-index:500}.single-header.header-with-bg .single-header-content .button,.single-header.header-with-bg .ycw-header-content .button{margin-bottom:.83333rem}.single-header.header-with-bg .single-header-content .pic-description,.single-header.header-with-bg .ycw-header-content .pic-description{margin-top:.83333rem}.single-header.header-with-bg,.single-header.header-with-bg a{color:#fff}.single-header.header-with-bg a:focus,.single-header.header-with-bg a:hover{color:#eaeaea}.ycw-preview-header.header-with-bg .single-header-content,.ycw-preview-header.header-with-bg .ycw-header-content{padding:0 4vw 4vw}}@media screen and (min-width:64em){a:focus .ycw-preview-header,a:focus .ycw-preview-header a,a:hover .ycw-preview-header,a:hover .ycw-preview-header a{color:#BCBCBC}.ycw-preview-header a:focus,.ycw-preview-header a:hover,a:focus .ycw-preview-header a:focus,a:focus .ycw-preview-header a:hover,a:hover .ycw-preview-header a:focus,a:hover .ycw-preview-header a:hover{color:#eaeaea}}@media screen and (max-width:63.9375em){.ycw-preview-header.header-with-bg{background-image:none!important;background:#1c1c1b;padding-left:0;padding-right:0;overflow:hidden;z-index:5}.ycw-preview-header.header-with-bg .inner{position:relative;margin-bottom:-3rem}.ycw-preview-header.header-with-bg .header-img{width:120%;margin-left:-10%;margin-right:-10%;position:relative;z-index:400}.ycw-preview-header.header-with-bg .header-img img{vertical-align:top}.ycw-preview-header.header-with-bg .single-header-content,.ycw-preview-header.header-with-bg .ycw-header-content{position:relative;top:-4rem;z-index:500}.ycw-preview-header.header-with-bg,.ycw-preview-header.header-with-bg a{color:#fff}.ycw-preview-header.header-with-bg a:focus,.ycw-preview-header.header-with-bg a:hover{color:#eaeaea}.article-header.header-with-bg .article-header-content,.article-header.header-with-bg .ycw-header-content,.page-header.header-with-bg .article-header-content,.page-header.header-with-bg .ycw-header-content{padding:0 4vw 4vw}}.article-header .pic-description,.page-header .pic-description{margin:1rem .125rem 0;position:relative;z-index:500;color:#adadad}@media screen and (min-width:64em){.article-header .article-header-content,.article-header .page-header-content,.page-header .article-header-content,.page-header .page-header-content{text-align:center;width:68%;margin:0 auto}.article-header .article-header-content .pic-description,.article-header .page-header-content .pic-description,.page-header .article-header-content .pic-description,.page-header .page-header-content .pic-description{margin:1rem 6rem 0}}.article-header.header-with-bg,.page-header.header-with-bg{background-repeat:no-repeat}.article-header.header-with-bg h1,.page-header.header-with-bg h1{margin-top:0;margin-bottom:4vw}@media screen and (max-width:63.9375em){.article-header.header-with-bg,.page-header.header-with-bg{background-size:auto 100%;background-image:none!important;padding-left:0;padding-right:0}.article-header.header-with-bg .article-title,.page-header.header-with-bg .article-title{color:#fff}.article-header.header-with-bg .header-img,.page-header.header-with-bg .header-img{width:120%;margin-left:-10%;margin-right:-10%;position:relative;z-index:400}.article-header.header-with-bg .header-img img,.page-header.header-with-bg .header-img img{vertical-align:top}.article-header.header-with-bg .article-header-content,.page-header.header-with-bg .article-header-content{position:relative;z-index:500}}@media screen and (min-width:64em){.article-header.header-with-bg h1,.page-header.header-with-bg h1{margin-bottom:.5rem}.article-header.header-with-bg .article-header-content,.page-header.header-with-bg .article-header-content{min-height:20vh;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;left:50%;transform:translateX(-50%);position:absolute;bottom:1vw;top:auto}.article-header.header-with-bg .article-header-content .article-title,.page-header.header-with-bg .article-header-content .article-title{position:relative;z-index:500}}.ycw-header .ycw-title{color:#FFE200}.ycw-header.ycw-preview-header a.all-ycws-link:focus,.ycw-header.ycw-preview-header a.all-ycws-link:hover,.ycw-header.ycw-preview-header>a:focus .more-link,.ycw-header.ycw-preview-header>a:hover .more-link{color:#eaeaea}.ycw-header hr{width:2vw;border-top:1px solid #FFE200;margin-left:0;margin-top:2vw;margin-bottom:2vw}.ycw-header.ycw-preview-header{margin-bottom:0}.ycw-header.ycw-preview-header>a{display:block;text-decoration:none}.ycw-header.ycw-preview-header a.all-ycws-link,.ycw-header.ycw-preview-header>a .more-link{text-decoration:underline}.ycw-header.ycw-preview-header>a:focus .grey-bg:after,.ycw-header.ycw-preview-header>a:hover .grey-bg:after{background-color:rgba(28,28,27,.9)}#chapters ul li a,.article-content .source-wrapper .anchorlink,.button,.more-articles-home-list ul li a,a.button{text-decoration:none}.tag-list a{background:#eaeaea}.tag-list a:hover{background:#dedede;color:#000}.button,a.button{color:#fff;margin-right:.5vw}@media screen and (max-width:47.4375em){.button,a.button{padding:1rem 1rem .8333rem}}.button:focus,.button:hover,a.button:focus,a.button:hover{background:#909090;color:#fff}.button.button-yellow,a.button.button-yellow{color:#000;background:#FFE200;padding:1rem 1rem .8333rem;margin-bottom:.5vw}.button.button-yellow:focus,.button.button-yellow:hover,a.button.button-yellow:focus,a.button.button-yellow:hover{color:#000;background:#ccb500}.button.button-grey,a.button.button-grey{color:#000;background:#adadad;padding:1rem 1rem .8333rem;margin-bottom:.5vw}.button.button-grey:focus,.button.button-grey:hover,a.button.button-grey:focus,a.button.button-grey:hover{color:#000;background:#949494}.button-list-li a,.button-list.social-share-list a{display:block;border:1px solid #000;padding:.83333rem!important;line-height:1!important}.button-list-li a svg,.button-list.social-share-list a svg{margin-right:0!important;display:block;width:1.222222222rem;height:1.222222222rem;position:relative;overflow:visible}.button-list-li a:focus,.button-list-li a:hover,.button-list.social-share-list a:focus,.button-list.social-share-list a:hover{background:#000;color:#fff}.button-list-li #pageLink,.button-list.social-share-list #pageLink{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.magazine-footer a svg,.search-button-li svg{display:inline-block;height:.8rem}.search-button-li svg{margin-left:4vw}.magazine-footer a svg{margin-left:.83333rem}.ycws-archive-link svg{margin:.41667rem auto 0 .83333rem}#switch-to-grid,#switch-to-list{border-color:#eaeaea}#switch-to-grid.active,#switch-to-list.active{pointer-events:none;border-color:inherit}input[type=text]{line-height:1;vertical-align:middle;border-style:none!important;border-bottom:1px solid #000!important;margin-bottom:0;padding:0;height:initial;height:3.33333rem}.dotted{border-style:dashed;margin:2rem 0}.chapter-anchor,hr{margin-top:4vw;margin-bottom:4vw;border:0;border-top:1px solid #000}@media screen and (max-width:63.9375em){.chapter-anchor,hr{margin:3.33333rem 60vw 3.33333rem -4vw}}.article-copy div.chapter-anchor:first-child{margin:0!important;visibility:hidden}#chapters{width:16vw}#chapters ul{padding-left:0}#chapters ul li{line-height:1.3}article>#chapters{position:fixed;top:30vh;z-index:5}@media screen and (min-width:64em){input[type=text]{height:calc(1.5vw + 1.5vw + 1rem + 1px)}article>#chapters{display:none}}@media screen and (max-width:63.9375em){article>#chapters{position:relative;top:0;width:100%}article>#chapters ul{margin-left:0;padding-left:0;list-style:none}article>#chapters ul li{margin-left:0;padding-left:0;border-bottom:1px solid #eaeaea}article>#chapters ul li a{display:block;padding:1.25rem 4vw}}@media screen and (min-width:64em){article>#chapters{z-index:4000;top:45vh;color:#fff;list-style-type:none;margin-left:4vw}article>#chapters a{color:#fff}#chapters ul{margin-left:-1.6rem}#chapters li{list-style-type:none}#chapters li a{position:relative;display:block;height:1rem;background-image:url(../images/svg/chapter-bullet-o.svg);padding-left:1.5rem;margin-bottom:.41667rem;transition:all .4s ease-out 0s}#chapters li a:hover span{transform:scale3d(1,1,1);opacity:1}#chapters li a,#chapters li a:before{background-repeat:no-repeat;background-size:.9rem .9rem;background-position:left .1rem}#chapters li a:before{content:'';position:absolute;display:block;left:0;top:0;width:.9rem;height:.9rem;background-image:url(../images/svg/chapter-bullet.svg);opacity:0}#chapters li a.active:before,#chapters li a.current-chapter:before,#chapters li a:focus:before,#chapters li a:hover:before,#chapters li a:target{opacity:1}#chapters li a svg{display:none}#chapters li a span{display:inline-block;transform:scale3d(.5,.5,1);transform-origin:left;transition:all .4s ease-out 0s;transition-timing-function:cubic-bezier(.2,1,.3,1);opacity:0}}@media screen and (max-width:63.9375em){#chapters li a{display:table!important;width:100%}#chapters li span,#chapters li svg{display:table-cell;vertical-align:middle}#chapters li svg{float:right;vertical-align:middle;color:#BCBCBC;margin-top:.2rem}#chapters li:focus svg,#chapters li:hover svg{color:#323232}.article-content #chapters{display:none}}.article-content #chapters{padding-top:40vh}.article-content #chapters.sticky{margin-top:1em}.article-content #chapters a{color:#000}.article-content #chapters li a{background-image:url(../images/svg/chapter-bullet-ob.svg)}.article-content #chapters li a:before{background-image:url(../images/svg/chapter-bullet-b.svg)}.partners{display:inline-block;padding:2vw 12vw 2vw 2vw;margin-left:-2vw;margin-top:2vw;margin-bottom:2vw}.partners-title{color:#909090;text-transform:uppercase}.partner-list li{margin-right:1vw}.partner-list img{max-width:100px;opacity:.5;transition:all .2s ease-out 0s}.svg.cssfilters .partner-list img{filter:grayscale(100%)}.partner-list a:focus img,.partner-list a:hover img{opacity:1}.asides-list-wrapper,.sources-list-wrapper{margin-top:4vw;margin-bottom:4vw}.asides-list,.sources-list{margin-top:0}.asides-list-title,.sources-list-title{text-transform:uppercase}table{margin-bottom:2vw;width:100%}@media screen and (min-width:64em){.asides-list-wrapper{display:none}.article-content{height:inherit!important;margin-top:6vw}.page .article-content{margin-top:0}}@media screen and (max-width:63.9375em){.single .article-copy{margin-top:1.66667rem;margin-bottom:1.66667rem}}.page .article-copy{padding-bottom:2.5rem}h2.preview-title{margin-top:.66667vw;margin-bottom:.5vw}.single .post-meta{text-align:right}.single .post-meta span{display:block}.single .types-list--article-detail{margin-top:.25rem;margin-bottom:1.66667rem}.post-meta-magazine-label img{max-width:120px}.article-preview .post-meta-magazine-label img{max-width:80px}.types-list__item{display:inline-block;margin-right:1rem}.types-list__item.types-list__item__ycw{background:#000;color:#fff}@media screen and (max-width:63.9375em){.single .post-meta{overflow:hidden;text-align:left}.single .post-meta .post-meta-author,.single .post-meta .post-meta-date{display:inline-block;margin-right:1rem}.single .anchor-flyout-txt{text-align:left;margin-bottom:1.66667rem}.post-meta-magazine-label img{float:right}.article-content{height:auto!important;min-height:auto!important}.article-content blockquote{margin:1.66667rem 0}}@media screen and (max-width:47.4375em){.article-content figure{float:none!important;margin:1rem -4vw}.article-content figure img{width:100%;float:none}.article-content figure figcaption{margin-left:4vw;margin-right:4vw;padding-top:3vw}}@media screen and (min-width:47.5em) and (max-width:63.9375em){.article-content figure{clear:both;float:right;margin-right:0}.article-content figure.size-large,.article-content figure.size-large img{width:100%;max-width:100%;float:none!important}.article-content figure.size-large{margin:1rem 0}.article-content figure.size-thumbnail{max-width:25%}.article-content figure img{float:none;max-width:100%}}@media screen and (min-width:64em){.page .article-copy{padding-bottom:4vw}.article-content figure{float:none!important;margin:0 -24vw 0 48vw;width:20vw;height:0;position:relative}.article-content figure img{float:right;width:100%;margin-bottom:1vw}.article-content figure figcaption{margin-bottom:2vw}.article-content figure.size-thumbnail figcaption{clear:both}.article-content figure.size-large{height:inherit;margin-left:-24vw;width:92vw;margin-top:2vw;margin-bottom:2vw}.article-content figure.size-large img{float:none;width:72vw;padding-right:4vw}.single-ycw .article-content figure.size-large{margin-left:-12vw}.single-ycw .article-content figure.size-large img{width:60vw}.article-content figure.size-large.wp-caption img{float:left;margin-bottom:2vw}.article-content figure.size-large.wp-caption figcaption{float:left;width:20vw}.article-content .aside-wrapper,.article-content .source-wrapper{position:relative}.article-content .aside-wrapper .aside-anchor svg,.article-content .source-wrapper .aside-anchor svg{display:none}.article-content .aside-wrapper .aside,.article-content .source-wrapper .aside{display:block;float:right;width:20vw;margin-right:-24vw;padding-left:1.5rem;position:relative;z-index:500}.article-content .aside-wrapper .aside:before,.article-content .source-wrapper .aside:before{position:absolute;display:block;content:'';left:-1rem;top:-.2rem;width:1.8rem;height:1.8rem;border:1px solid #eaeaea;border-radius:100%;background-image:url(../images/svg/content-link.svg);background-size:.8rem .8rem;background-repeat:no-repeat;background-position:center center}.article-content .source-wrap{display:none}}@media screen and (max-width:63.9375em){.article-content .aside-wrapper .aside-anchor,.article-content .source-wrapper .aside-anchor{display:inline;cursor:pointer}.article-content .aside-wrapper .aside-anchor .aside-toggle,.article-content .source-wrapper .aside-anchor .aside-toggle{display:inline-block;width:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;position:relative}.article-content .aside-wrapper .aside-anchor .aside-toggle:before,.article-content .source-wrapper .aside-anchor .aside-toggle:before{content:'';position:absolute;width:140%;height:140%;top:-10%;left:-30%;border:1px solid #eaeaea;border-radius:100%}.article-content .aside-wrapper .aside-wrap,.article-content .source-wrapper .aside-wrap{display:inline;float:right;position:relative;width:100%}.article-content .aside-wrapper .aside-wrap .aside,.article-content .source-wrapper .aside-wrap .aside{position:absolute;display:none;z-index:100;background:#fcfcfc;width:100%;padding:1.25rem 1.66667rem}.article-content .aside-wrapper .aside-wrap.open .aside,.article-content .source-wrapper .aside-wrap.open .aside{display:block}.article-content .aside-wrapper .source,.article-content .source-wrapper .source{display:none}}.article-content .source-wrapper .anchorlink sup{display:inline-block;padding:.1rem}.article-content .sources-list li{position:relative}.article-content .sources-list sup{display:none}.article-content .sources-list .anchorlink{position:absolute;left:-2.3rem;width:.4rem;top:-.05rem}.article-content .sources-list .anchorlink svg{height:.4rem}.article-content .button{margin-bottom:0}.article-footer h2,.article-footer h3,.article-footer h4,.article-footer h5,.article-footer h6{text-transform:uppercase}body#tinymce{margin-right:20%;padding-right:5%}body#tinymce .mceTemp .wp-caption,body#tinymce figure{float:none!important;margin:0 0 0 105%;width:20%!important;height:0;position:relative}body#tinymce .mceTemp .wp-caption img,body#tinymce figure img{float:right;width:100%;max-width:100%;margin-bottom:1vw}body#tinymce .mceTemp .wp-caption img:last-child,body#tinymce figure img:last-child{margin-bottom:2vw}body#tinymce .mceTemp .wp-caption img.aligncenter,body#tinymce .mceTemp .wp-caption img.alignleft,body#tinymce .mceTemp .wp-caption img.alignright,body#tinymce figure img.aligncenter,body#tinymce figure img.alignleft,body#tinymce figure img.alignright{margin:0}body#tinymce .mceTemp .wp-caption figcaption,body#tinymce figure figcaption{margin-bottom:2vw}body#tinymce .mceTemp .wp-caption.size-thumbnail .wp-caption-dt img,body#tinymce figure.size-thumbnail .wp-caption-dt img{margin-bottom:3rem}body#tinymce .mceTemp .wp-caption.size-thumbnail .wp-caption-dd,body#tinymce figure.size-thumbnail .wp-caption-dd{position:relative;top:-3.2rem;clear:both;line-height:1}body#tinymce .mceTemp .wp-caption.size-large,body#tinymce figure.size-large{height:inherit;margin-left:0;max-width:initial;width:125%!important;overflow:hidden;margin-top:2vw;margin-bottom:2vw}body#tinymce .mceTemp .wp-caption.size-large img,body#tinymce figure.size-large img{float:left;width:80%}body#tinymce .mceTemp .wp-caption.size-large dd,body#tinymce figure.size-large dd{float:left;padding-left:4%;width:20%}body#tinymce blockquote{width:125%;margin-left:0}body#tinymce span.s1,body#tinymce span.s1 a,body#tinymce span.s10,body#tinymce span.s10 a,body#tinymce span.s2,body#tinymce span.s2 a,body#tinymce span.s3,body#tinymce span.s3 a,body#tinymce span.s4,body#tinymce span.s4 a,body#tinymce span.s5,body#tinymce span.s5 a,body#tinymce span.s6,body#tinymce span.s6 a,body#tinymce span.s7,body#tinymce span.s7 a,body#tinymce span.s8,body#tinymce span.s8 a,body#tinymce span.s9,body#tinymce span.s9 a{font-family:Larsseit-Italic,sans-serif;font-weight:400;font-style:normal;color:#323232;background:#eaeaea}body#tinymce .aside-wrapper,body#tinymce .source-wrapper{background:#ff0;position:relative}body#tinymce .aside-wrapper .aside,body#tinymce .aside-wrapper .source,body#tinymce .source-wrapper .aside,body#tinymce .source-wrapper .source{background:#ff0;display:block;float:right;width:20vw;margin-right:-24vw;position:relative;z-index:500}.article-footer{padding-bottom:4vw}.article-gallery+.article-footer{padding-top:2.5rem}@media screen and (min-width:64em){.article-footer{padding-bottom:4vw}.article-gallery+.article-footer{padding-top:4vw}}#magazine-header-buttons{padding-left:0;margin-bottom:1vw}#magazine-header-buttons .search-button-li{display:inline-block;margin:0 0 .5rem}#magazine-header-buttons .search-button-li a{margin-bottom:0;margin-right:0;padding-top:0!important;padding-bottom:0!important;height:3rem;line-height:3rem}@media screen and (max-width:63.9375em){.header-intro-copy{margin-top:1.66667rem;margin-bottom:1.66667rem}}.archive-toggle{top:4vw;right:4vw}.archive-toggle__link svg{height:.55em}@media screen and (min-width:64em){.archive-toggle{position:absolute;top:0;right:0}}@media screen and (max-width:47.4375em){#magazine-header-buttons .button-list-li{display:none!important}#article-list .grid-hover,#article-list .more-arrow,#article-list .preview-icon img{display:none}#article-list figure{margin-left:-4vw;margin-right:-4vw;margin-top:0}#article-list figure img{width:100%}#article-list a{text-decoration:none}.inverted #article-list .preview-title{color:#fff}.inverted #article-list a:focus,.inverted #article-list a:hover{background-color:#323232}}@media screen and (min-width:47.5em){#article-list.list-view article{width:100%;border-top:1px solid #000;margin-top:0!important}#article-list.list-view .types-list{color:#909090}#article-list.list-view a{display:table;min-height:9vw;border-collapse:collapse;overflow:hidden;width:100%;text-decoration:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .4s ease-out 0s}#article-list.list-view .preview-header,#article-list.list-view .preview-icon,#article-list.list-view .preview-img{display:table-cell;vertical-align:middle}#article-list.list-view .preview-header{padding:2vw}#article-list.list-view .preview-icon{text-align:right;padding-right:2vw;width:7rem}}@media screen and (min-width:47.5em) and (min-width:64em){#article-list.list-view .preview-icon{width:10rem}}@media screen and (min-width:47.5em){#article-list.list-view a:focus .preview-title,#article-list.list-view a:focus .types-list,#article-list.list-view a:hover .preview-title,#article-list.list-view a:hover .types-list,.inverted #article-list.list-view .preview-title{color:#fff}#article-list.list-view figure>img{padding-right:1px}#article-list.list-view .grid-hover{position:absolute;right:0;top:1vw;transform-origin:center center;transform:scale(1) translateZ(0);transition:all .3s ease 0s}#article-list.list-view .grid-hover *{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}#article-list.list-view a:focus,#article-list.list-view a:hover{color:#fff;background-color:#000}#article-list.list-view a:focus .grid-hover,#article-list.list-view a:hover .grid-hover{transition:transform .6s ease;transform:scale(2.8)}#article-list.list-view .preview-img{width:12vw;position:relative;overflow:hidden}#article-list.list-view .preview-img .preview-thumbnail{position:relative;margin:0;padding:1vw 0;text-align:right}#article-list.list-view .preview-img .preview-thumbnail img{max-width:8vw}#article-list.list-view .preview-img .shadow-image{display:none;position:absolute;top:0;right:0;bottom:0;left:4vw;opacity:1;transform-origin:65% center;margin-top:1vw;margin-bottom:1vw;background-size:contain;background-position:right center;background-repeat:no-repeat;transition:transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}#article-list.list-view .more-arrow{display:table-cell;vertical-align:middle;height:initial;width:5rem;text-align:right;padding-right:4vw}#article-list.list-view a:focus .preview-img,#article-list.list-view a:hover .preview-img{background-size:100% auto;background-position:right center}#article-list.list-view a:focus .shadow-image,#article-list.list-view a:hover .shadow-image{transform:translateZ(0) scale(2.6);opacity:1}.inverted #article-list.list-view .more-arrow,.inverted #article-list.list-view .ycw-dates{color:#BCBCBC}.inverted #article-list.list-view a:focus,.inverted #article-list.list-view a:hover{background-color:#323232}.inverted #article-list.list-view a:focus .more-arrow,.inverted #article-list.list-view a:focus .ycw-dates,.inverted #article-list.list-view a:hover .more-arrow,.inverted #article-list.list-view a:hover .ycw-dates{color:#fff}#article-list.list-view .types-list__item__ycw--grid-view{display:none}#article-list.grid-view{overflow:hidden;margin-top:-2vw;padding-top:2vw}#article-list.grid-view .types-list{color:#909090}#article-list.grid-view a{text-decoration:none;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#article-list.grid-view a:focus,#article-list.grid-view a:hover{color:#000}#article-list.grid-view a:focus .types-list,#article-list.grid-view a:hover .types-list{color:#909090}#article-list.grid-view .article-preview{position:relative;min-height:1px;padding-right:2vw;padding-left:2vw}#article-list.grid-view .article-preview .preview-img{text-align:right;width:50%;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-left:2vw;padding-right:2vw}#article-list.grid-view .article-preview .preview-header{text-align:left;width:50%;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-top:4vw;margin-bottom:4vw;padding-left:2vw;padding-right:2vw}#article-list.grid-view .article-preview.preview-reverse a{-ms-flex-direction:row-reverse;flex-direction:row-reverse}#article-list.grid-view .article-preview.preview-reverse .preview-img{text-align:left}#article-list.grid-view .article-preview figure{position:relative;overflow:hidden}#article-list.grid-view .article-preview figure:nth-child(even){padding-left:1px}#article-list.grid-view .article-preview figure:nth-child(odd){padding-right:1px}#article-list.grid-view .article-preview figure.preview-thumbnail,#article-list.grid-view .article-preview figure.preview-thumbnail>img{transform:translateZ(0)}#article-list.grid-view .article-preview .grid-hover{position:absolute;top:-100%;left:0;right:-50%;height:100%;background:#F5F5F5;transform-origin:left bottom;transform:rotate(0);transition:all .4s ease-in-out 0s;outline:#fff solid 1px}#article-list.grid-view .article-preview figure:after{content:'';display:block;position:absolute;bottom:-100%;left:0;right:-50%;height:100%;background:#F5F5F5;transform-origin:left top;transform:rotate(0);transition:all .4s ease-in-out 0s;outline:#F5F5F5 solid 1px}#article-list.grid-view .article-preview .shadow-image{background-image:none!important;background:#F5F5F5;opacity:0;z-index:50;display:block;position:absolute;width:100%;height:100%;top:0;transition:opacity .4s ease-in-out 0s}#article-list.grid-view .article-preview .more-arrow,#article-list.grid-view .article-preview img.position-image,#article-list.grid-view .shadow-image{display:none}#article-list.grid-view .article-preview a:focus .shadow-image,#article-list.grid-view .article-preview a:hover .shadow-image{opacity:.1}#article-list.grid-view .article-preview a:focus .grid-hover,#article-list.grid-view .article-preview a:hover .grid-hover{transform:rotate(2.5deg)}#article-list.grid-view .article-preview a:focus figure:after,#article-list.grid-view .article-preview a:hover figure:after{transform:rotate(-2.5deg)}#article-list.grid-view .article-preview.preview-reverse .grid-hover,#article-list.grid-view .article-preview.preview-reverse figure:after{right:0;left:-50%}#article-list.grid-view .article-preview.preview-reverse .grid-hover{transform-origin:right bottom}#article-list.grid-view .article-preview.preview-reverse figure:after{transform-origin:right top}#article-list.grid-view .article-preview.preview-reverse a:focus .grid-hover,#article-list.grid-view .article-preview.preview-reverse a:hover .grid-hover{transform:rotate(-2.5deg)}#article-list.grid-view .article-preview.preview-reverse a:focus figure:after,#article-list.grid-view .article-preview.preview-reverse a:hover figure:after{transform:rotate(2.5deg)}.no-js #article-list.grid-view .article-preview{margin-top:4vw}.no-js #article-list.grid-view .article-preview:first-child{margin-top:0}.js #article-list.grid-view .article-preview{margin-bottom:4vw}#article-list.grid-view .preview-img{background-image:none!important}#article-list.grid-view .preview-img figure{margin:0}#article-list.grid-view .preview-img figure img{max-height:600px;width:auto}#article-list.grid-view .types-list__item__ycw--grid-view{display:inline-block;margin-bottom:.41667rem}}.home-magazine .magazine-header{margin-bottom:2vw}.home-intro-with-ycws+.home-magazine .magazine-header{margin-top:0}.more-articles-home-list ul li{margin-bottom:.83333rem}.more-articles-home-list ul li a svg{display:inline-block;margin-left:.41667rem;height:.7rem;vertical-align:middle}.more-articles .awesomplete,.more-articles .more-articles-link,.more-articles .preview-excerpt,.page-more-articles #article-list.list-view .preview-excerpt,.page-more-articles .single--issue .more-articles-title,.page-more-articles .single--issue .more-articles-title-desc{display:block}.more-articles .more-articles-title,.more-articles .more-articles-title-desc{text-align:center}.more-articles .more-articles-link{text-align:center;padding:2.5rem}.more-articles .more-articles-home-list{margin-top:2.5rem}@media screen and (min-width:64em){.more-articles-home-list ul li{margin-bottom:1vw}.more-articles .more-articles-home-list{margin-top:-1rem}.more-articles #home-search-filter{width:80%}}@media screen and (max-width:63.9375em){.more-articles .more-articles-home-list{margin-bottom:2rem}}.more-articles #home-search-filter{margin-top:3vw;height:calc(1.5vw + 1.5vw + 1rem + 1px);line-height:1;vertical-align:middle;border-style:none!important;border-bottom:1px solid #000!important;margin-bottom:0;padding:0 3rem 0 0;background:url(../images/svg/search.svg) right center no-repeat;background-size:1.5rem}.more-articles .awesomplete ul{width:80%;left:0;margin-top:0}.home-more-articles{margin-top:2vw;margin-bottom:2vw}#article-list.grid-view .home-more-articles a{text-decoration:underline;text-align:right;display:block}.page-more-articles>header{padding-bottom:2.5rem}.single-ycw .page-more-articles>header{padding-bottom:0}@media screen and (min-width:64em){.more-articles .awesomplete ul{width:60%}.page-more-articles>header{margin-bottom:6vw}.page-more-articles #article-list.list-view article:last-child{border-bottom:1px solid #000}}.blog .preview-icon,.grid-view .preview-icon,.home .preview-icon{display:none!important}.ycw-label--list-view{display:none}@media screen and (min-width:47.5em){.list-view .ycw-label--list-view{display:table-cell;width:10em;vertical-align:middle}}.post-meta-ycw-label{background:#000;color:#fff;display:inline-block;line-height:1;position:relative;padding:.2rem .4rem;top:-.3rem}.types-list__item__ycw--grid-view{padding:0 .4rem}.single--issue .issue-section-title{text-transform:uppercase}.single--issue .single-header-content{padding-top:2vw;max-width:38rem;margin-left:auto;margin-right:auto;text-align:left}.single--issue .single-header-content:before{top:-2vw!important;left:-3vw!important;right:-3vw!important}.single--issue .single-header-content .issue__label{background-color:transparent;color:var(--ed-color);padding:0;text-transform:uppercase;position:relative;text-align:right;line-height:1;top:-1vw;right:0}.single--issue .single-header-content .issue__label__count,.single--issue .single-header-content .issue__label__separator{display:none}.single--issue .single-header-content .issue__art-count--title{position:relative;font-size:.777777778rem;font-family:Larsseit,sans-serif;font-weight:400;font-style:normal;display:inline-block;text-transform:uppercase;padding:.2rem .4rem;top:-.3rem;color:#000;background:var(--ed-color)}.single--issue .single-header-content a.more-link{position:relative;display:block;text-decoration:underline;color:#fff;transition:all .4s ease-in-out 0s}.single--issue .pic-description{margin-top:1vw;margin-bottom:0;margin-left:0!important;margin-right:0;text-align:left}.issue-article-list{clear:both}.issue-article-list .more-articles-title{display:block;margin-bottom:1vw}.issue-article-list .more-articles-title-desc{font-size:1.333333333rem;display:block;clear:both}#article-list.list-view .article-preview--issue{background-image:none!important}#article-list.list-view .article-preview--issue .button,#article-list.list-view .article-preview--issue .issue__art-count--title{display:none}#article-list.list-view .issue__label{display:inline-block;background-color:var(--ed-color);text-transform:uppercase;padding:.2rem .4rem;line-height:1}#article-list.grid-view .article-preview--issue .issue__label__count,#article-list.grid-view .article-preview--issue .issue__label__separator,#article-list.list-view .issue__art-count,#article-list.list-view .more-link,#article-list.list-view .ycw-label--issue-grid-view{display:none}#article-list.grid-view .article-preview--issue{background-color:#1c1c1b}#article-list.grid-view .article-preview--issue .preview-header .more-link{text-decoration:underline;color:#fff;transition:all .4s ease-in-out 0s}#article-list.grid-view .article-preview--issue .preview-title{color:#fff;font-size:1.6666667rem;line-height:1.25;font-family:Larsseit-ExtraBold,sans-serif;font-weight:400;font-style:normal}@media screen and (min-width:47.5em){#article-list.grid-view .article-preview--issue .preview-title{font-size:2.111111111rem;line-height:1.083}}@media screen and (min-width:64em){.issue-article-list>header{margin-bottom:2vw}#article-list.grid-view .article-preview--issue .preview-title{font-size:2.666666667rem}}#article-list.grid-view .article-preview--issue .preview-excerpt{color:#fff}#article-list.grid-view .article-preview--issue .issue__label{background-color:transparent;color:var(--ed-color);padding:0;text-transform:uppercase;position:relative;text-align:right;line-height:1;top:-.75rem}#article-list.grid-view .article-preview--issue .issue__art-count--title{position:relative;font-size:.777777778rem;font-family:Larsseit,sans-serif;font-weight:400;font-style:normal;display:inline-block;text-transform:uppercase;padding:.2rem .4rem;top:-.3rem;color:#000;background:var(--ed-color)}@media screen and (min-width:47.5em){#article-list.grid-view .article-preview--issue{background-color:#1c1c1b;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;min-height:500px;position:relative;overflow:hidden;z-index:5;padding-left:0;padding-right:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}#article-list.grid-view .article-preview--issue .grid-hover,#article-list.grid-view .article-preview--issue .issue__art-count,#article-list.grid-view .article-preview--issue .preview-img,#article-list.grid-view .article-preview--issue .preview-thumbnail:after,#article-list.grid-view .article-preview--issue .shadow-image,#article-list.grid-view .article-preview--issue .types-list{display:none}#article-list.grid-view .article-preview--issue .preview-header{position:relative;width:calc(50% - 2vw);-ms-flex-item-align:end;align-self:flex-end;margin-top:6vw;margin-bottom:0;margin-right:auto;padding:3vw 4vw 4vw}#article-list.grid-view .article-preview--issue .grey-overlay{background-color:rgba(29,29,27,.75);opacity:.9;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-5;transition:all .4s ease-in-out 0s}#article-list.grid-view .article-preview--issue a{display:-ms-flexbox;display:flex;position:relative}#article-list.grid-view .article-preview--issue:nth-child(odd) .preview-header{margin-right:0;margin-left:auto;padding-right:4vw;padding-left:4vw}#article-list.grid-view .article-preview--issue:nth-child(odd) .grey-overlay{right:0;left:0}#article-list.grid-view .article-preview--issue .issue__label{right:-2vw}#article-list.grid-view .article-preview--issue:before{content:'';display:block;background:#fff;position:absolute;z-index:-6;width:100%;height:100%;opacity:0;transition:all .4s ease-in-out 0s}#article-list.grid-view .article-preview--issue:hover:before{opacity:.1}#article-list.grid-view .article-preview--issue:hover .grey-overlay{opacity:.875}#article-list.grid-view .article-preview--issue:hover .preview-header .more-link{color:var(--ed-color)}}.critic__header,.edition-intro__more-btn,.ycw-intro__more-btn,a.ycws-archive-link{cursor:pointer;transition:all .2s ease-out 0s}@media screen and (max-width:47.4375em){#article-list.grid-view .article-preview--issue{background-image:none!important}#article-list.grid-view .article-preview--issue a:focus,#article-list.grid-view .article-preview--issue a:focus .issue__art-count,#article-list.grid-view .article-preview--issue a:focus .types-list,#article-list.grid-view .article-preview--issue a:hover,#article-list.grid-view .article-preview--issue a:hover .issue__art-count,#article-list.grid-view .article-preview--issue a:hover .types-list{color:#000}#article-list.grid-view .article-preview--issue a:focus .more-link,#article-list.grid-view .article-preview--issue a:hover .more-link{text-decoration:underline}}@media screen and (min-width:47.5em) and (max-width:63.9375em){#article-list.grid-view .article-preview--issue .preview-header{width:100%!important}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){#article-list.grid-view .article-preview--issue .preview-header{display:block!important}#article-list.grid-view .article-preview--issue{min-height:initial;height:500px}}.page .article-content figure{float:none;text-align:center;width:auto;height:auto;margin-left:auto;margin-right:auto}.page .article-content figure img{width:auto}.page .article-content figure.wp-caption img{float:none;margin-bottom:0;width:auto}.page .article-content figure.wp-caption figcaption{float:none;margin-bottom:2vw;text-align:center;width:auto}@media screen and (min-width:64em){.page .article-content figure.size-large{width:92vw;transform:translateX(-50%);position:relative;left:50%}.page .article-content figure.size-large img{padding-right:0}}.page-id-4 .page-title{display:none}.ycw-intro,.ycw-intro__intro{text-align:left}.ycw-intro__more-btn{text-align:left;text-decoration:underline}.ycw-intro__more-btn svg{width:.5rem;vertical-align:middle;margin-left:.5rem}.ycw-intro__more-btn .show-more{display:inline-block}.ycw-intro__more-btn .show-less,.ycw-intro__more-wrapper[open] .ycw-intro__more-btn .show-more{display:none}.ycw-intro__more-wrapper[open] .ycw-intro__more-btn{margin-bottom:.83333rem}.ycw-intro__more-wrapper[open] .ycw-intro__more-btn svg{transform:rotate(180deg)}@media screen and (min-width:64em){.ycw-intro__more-wrapper[open] .ycw-intro__more-btn{margin-bottom:1.8vw}}.ycw-intro__more-wrapper[open] .ycw-intro__more-btn .show-less{display:inline-block}.single-ycw .article-content{margin-top:0}.page-ycw .event-meta{margin-top:2.5rem}.ycw_edition-header{z-index:5;position:relative;background-color:#fff;padding:4vw 6vw;text-align:center;margin:4vw -4vw}.ycw_edition-header_suptitle{margin-bottom:1rem}.ycw_edition-header_title{margin-bottom:2vw}.ycw_edition-header_subtitle{margin-bottom:0!important}.ycw_edition-header .cta-button{margin-top:2vw}@media screen and (max-width:63.9375em){.ycw_edition-header__with-headerimg{margin-top:-5rem}}@media screen and (min-width:64em){.ycw_edition-header__with-headerimg{margin-top:-16rem}}.ycw_edition-header+.pic-description{position:relative;top:-3vw;text-align:left;margin-bottom:0;display:-ms-flexbox;display:flex}.ycw_edition-header+.pic-description svg{position:relative;top:.275rem;margin-right:.25rem;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.section-title,.ycw-archive-title{text-align:center;margin-left:auto;margin-right:auto}@media screen and (max-width:63.9375em){.ycw_edition-header+.pic-description{margin-bottom:4vw}}.section{margin-bottom:8vw}.section-title{margin-bottom:3vw}.article-gallery .more-link{display:block;text-align:center;padding:2vw}.all-ycws-link{float:right}a.ycws-archive-link{display:block;padding:2vw;text-align:center;background:#000;color:#fff;text-decoration:none}a.ycws-archive-link:focus,a.ycws-archive-link:hover{background:#909090;color:#fff}.inverted{background:#000;color:#fff}.ycw-archive-header{margin-top:15vw;margin-bottom:4vw}@media screen and (min-width:47.5em){.ycw-archive-header{margin-top:12vw}section.ycw-archive .article-preview:last-child{border-bottom:1px solid #323232}}.ycw-archive-title{max-width:40rem}.article-gallery{margin-top:2.08333rem}@media screen and (min-width:64em){.article-gallery{margin-top:4vw}}section.ycw-archive{padding-bottom:8vw;height:100vh;overflow-y:scroll}@media screen and (min-width:47.5em){section.ycw-archive .ycw-dates{display:table-cell;vertical-align:middle;height:initial;width:14rem;text-align:right;padding-right:6vw;padding-left:1vw}}@media screen and (max-width:47.4375em){section.ycw-archive .ycw-dates{margin-top:-.5rem}}.article-preview .year{display:inline-block}.article-preview .year:before{content:'\002F';display:inline-block}@media screen and (min-width:47.5em){.article-preview .post-meta-dates{text-align:right;font-size:.888888889rem}.article-preview .post-meta-dates .year{display:block}}:root{--ed-color:#EED649}.single-edition,.single-edition .off-canvas-content{background-color:var(--ed-color)}.single-edition .off-canvas-content .faded-copy{color:#000}.single-edition__header #header-overlay{display:none}.single-edition__header.header-with-bg .article-header-content{top:50%;bottom:auto;transform:translateX(-50%) translateY(-40%)}.single-edition__header:not(.header-with-bg){padding-top:4vw;padding-bottom:0}.single-edition .edition-intro{margin-top:6vw;margin-bottom:6vw}.single-edition .edition-issues{margin-bottom:4vw}.single-edition .section-title{text-align:center;margin-bottom:3vw}.edition-intro,.edition-intro__intro{text-align:left}.edition-intro__more-btn{text-align:left;text-decoration:underline}.edition-intro__more-btn svg{width:.5rem;vertical-align:middle;margin-left:.5rem}.edition-intro__more-btn .show-more{display:inline-block}.edition-intro__more-btn .show-less,.edition-intro__more-wrapper[open] .edition-intro__more-btn .show-more{display:none}.edition-intro__more-wrapper[open] .edition-intro__more-btn{margin-bottom:.83333rem}.edition-intro__more-wrapper[open] .edition-intro__more-btn svg{transform:rotate(180deg)}@media screen and (min-width:64em){.edition-intro__more-wrapper[open] .edition-intro__more-btn{margin-bottom:1.8vw}}.edition-intro__more-wrapper[open] .edition-intro__more-btn .show-less{display:inline-block}.edition-critics__list{margin-bottom:4vw;margin-left:-2vw;margin-right:-2vw;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.critic__content p:last-child,.critic__header h3{margin-bottom:0}.critic{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0;position:relative;padding:0 2vw}.critic__header{padding:2vw calc(2vw + 1rem) 2vw 2vw;position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.critic__header:after{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#000}.critic__header h3,.critic__header p{display:inline}.critic__header svg{position:absolute;right:2vw;top:calc(2vw + .4rem)}.critic__header .critic__country{margin-bottom:0;font-style:normal}.critic:focus .critic__header svg,.critic:hover .critic__header svg,.critic[open] .critic__header svg{display:block}.critic[open] .critic__header svg{transform:translateY(-50%) rotate(180deg)}.critic__content{position:relative;padding:4vw}.critic:focus .critic__header,.critic:hover .critic__header,.critic[open] .critic__header{background:#000;color:#fff}@media screen and (min-width:47.5em){.critic{-ms-flex-preferred-size:50%;flex-basis:50%}.critic:nth-child(2n+1) .critic__content{margin-left:0;padding-left:0;margin-right:-100%}.critic:nth-child(2n+2) .critic__content{margin-left:-100%;margin-right:0;padding-right:0}}@media screen and (min-width:75em){.critic{-ms-flex-preferred-size:33%;flex-basis:33%}.critic:nth-child(3n+1) .critic__content{margin-left:0;padding-left:0;padding-right:2vw;margin-right:-100%}.critic:nth-child(3n+2) .critic__content{margin-left:-50%;margin-right:-50%;padding-left:2vw;padding-right:2vw}.critic:nth-child(3n+3) .critic__content{margin-right:0;padding-right:0;margin-left:-100%;padding-left:2vw}}.home-edition__title{text-align:center;padding:5vw 2vw 4vw}.home-edition .edition-issues{margin-bottom:2vw}@media screen and (max-width:47.4375em){.home-editorspicks{margin-top:12vw}.home-editorspicks .ycw-label--list-view{display:none}.home-editorspicks #article-list article{padding-bottom:0}.home-editorspicks #article-list a{display:block;padding-left:2vw;padding-right:2vw}.home-editorspicks #article-list a:focus,.home-editorspicks #article-list a:hover{background-color:#000;color:#fff}}.home-editorspicks #article-list.list-view{margin-left:-2vw;margin-right:-2vw}.home-editorspicks #article-list.list-view .more-arrow,.home-editorspicks #article-list.list-view .preview-excerpt,.home-editorspicks #article-list.list-view .preview-img{display:none}.home-editorspicks #article-list.list-view article{border-top:0;position:relative}.home-editorspicks #article-list.list-view article a:after{content:'';display:block;position:absolute;bottom:-1px;left:2vw;right:2vw;height:1px;background:#000}.home-editorspicks #article-list.list-view a{position:relative;overflow:visible}.home-editorspicks #article-list.list-view a:focus:before,.home-editorspicks #article-list.list-view a:hover:before{content:'';display:block;position:absolute;top:-1px;left:0;right:0;height:1px;background:#000}.home-editorspicks #article-list.list-view a:focus:after,.home-editorspicks #article-list.list-view a:hover:after{display:none}.home-editorspicks__more-btn{margin-top:2vw;margin-bottom:6vw}.banner{overflow:hidden}@media screen and (min-width:26.25em){.banner{background-repeat:no-repeat;background-size:cover;background-position:50% 50%}}.banner .one-of{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:47.4375em){.banner{background-image:none!important}.banner .one-of-two:first-child{text-align:left}}@media screen and (min-width:47.5em){.banner--bg-type-img .one-of-two.pull-right{margin-left:calc(50% + 2vw);margin-right:2vw;width:calc(50% - 2vw)}.home.with-header .banner--bg-type-img:first-child{padding-top:10vw}.banner__content-wrap .row{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;width:100%}}.banner--bg-type-img .banner__content{position:relative;background:#fff;padding:4vw}.banner--bg-type-img .banner__content>:last-child,.banner--bg-type-img .banner__content>:last-child>:last-child{margin-bottom:0}.banner--bg-type-img .banner__content__label{position:absolute;top:1rem;right:1rem;margin-bottom:0}.banner__background-img{padding-left:0;padding-right:0}.banner__content-wrap{padding-top:4vw;padding-bottom:4vw}.banner__content{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.banner__content__label{margin-bottom:2vw}.banner__content__label .types-list__item{margin-right:0}.banner__content__suptitle{margin-bottom:0}.banner__content__title{margin-bottom:.83333rem}.banner__content__subtitle{margin-bottom:1.25rem}.banner__content__btn{margin-bottom:0}.banner__img__figure{margin:0;height:100%;width:100%;min-height:30vw}.banner__img__img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:47.4375em){.banner__content-wrap{padding:0}.banner__content{padding:8vw 4vw}.banner__content__label{position:static!important;margin-bottom:2vw!important}}@media screen and (max-width:63.9375em){#article-list.grid-view .article-preview--issue .post-meta-ycw-label,#article-list.grid-view .article-preview--issue p.issue__art-count{display:none}.single-header.article-header .single-header-content,.ycw_edition-header+.pic-description{top:0}#newsletter,.page-more-articles,.section.article-gallery{border-top:1px solid #000}:root{--v-10:.5555555556rem;--v-20:1.111111111rem;--v-30:1.666666667rem;--v-40:2.222222222rem;--v-50:2.777777778rem;--v-60:3.333333333rem}.home-header .home-header-content{margin-top:var(--v-40);margin-bottom:var(--v-60)}.home-header .home-header-content p:last-child{margin-bottom:0}.home-edition__title{padding-top:var(--v-60);padding-bottom:var(--v-20);padding-left:4vw;padding-right:4vw}.edition-intro{padding-top:2rem;margin-bottom:var(--v-40)}.edition-intro__intro{margin-bottom:var(--v-20)}.home-editorspicks{margin-top:var(--v-60);margin-bottom:var(--v-60)}.home-editorspicks__title{margin-bottom:0}.home-editorspicks__more-btn{margin-top:var(--v-30)}.banner--bg-type-img .banner__content__label{float:right;margin-left:1rem}.banner--bg-type-none .banner__content__label{margin-bottom:var(--v-20)!important;text-align:right}.banner--bg-type-none .banner__img__column{margin-top:calc(var(--v-30) * -1)}.banner .banner__content{padding-top:var(--v-40);padding-bottom:var(--v-50)}.banner .banner__content__suptitle{margin-bottom:.25rem}.banner .banner__content__subtitle,.banner .banner__content__title,.banner p{margin-bottom:var(--v-20)}.banner .banner__content__title+.banner__content__subtitle{margin-top:calc(var(--v-20)/ -2.5)}#article-list.grid-view .article-preview--issue{padding-left:4vw;padding-right:4vw;margin-bottom:var(--v-20)}.critic__content,.edition-critics .section-title{padding-left:2vw}#article-list.grid-view .article-preview--issue img{margin-bottom:var(--v-10)}#article-list.grid-view .article-preview--issue .preview-excerpt,#article-list.grid-view .article-preview--issue .preview-title{margin-bottom:var(--v-20)}#article-list article{padding-bottom:var(--v-40)}#article-list .types-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#article-list .types-list__item{margin-bottom:.2rem}#article-list .preview-title{margin-bottom:0}#article-list a{padding-top:var(--v-30);padding-bottom:var(--v-30)}.single .post-meta{margin-top:var(--v-30);margin-bottom:var(--v-20)}.single .sources-list-wrapper{margin-top:var(--v-30);margin-bottom:0}.article-footer{padding-bottom:0}.article-footer .share-buttons{margin-top:var(--v-10)}.article-footer .tags{margin-top:var(--v-20)}.article-footer #content-author{margin-top:var(--v-30)}.page-more-articles{margin-top:var(--v-60);padding-top:var(--v-60);padding-bottom:var(--v-60)}.page-more-articles>header{padding-bottom:0;margin-bottom:var(--v-40)}.article-header.header-with-bg h1,.page-header.header-with-bg h1,.single-header.header-with-bg .inner{margin-bottom:0}.intro-paragraph+h2{margin-top:var(--v-30)}.single-header.article-header .single-header-content::before{background:#1c1c1b;top:0}.article-header.header-with-bg .article-header-content,.article-header.header-with-bg .ycw-header-content,.page-header.header-with-bg .article-header-content,.page-header.header-with-bg .ycw-header-content{padding-top:var(--v-30);padding-bottom:var(--v-30)}.article-header .pic-description,.page-header .pic-description,.single-header.header-with-bg .single-header-content .pic-description,.single-header.header-with-bg .ycw-header-content .pic-description{margin-top:var(--v-20)}.single-edition__header.header-with-bg{background:0 0}.single-edition__header.header-with-bg .article-header-content{transform:none;padding-top:var(--v-60);padding-bottom:var(--v-20)}.single-edition__header.header-with-bg h1.article-title{color:#000}.single-edition .edition-intro{padding-top:0;margin-top:0;margin-bottom:0}.edition-critics{padding-bottom:var(--v-40)}.edition-critics .section-title,.edition-issues .section-title{margin-top:var(--v-60);margin-bottom:var(--v-30);text-align:left}.critic__header{padding-top:var(--v-20);padding-bottom:var(--v-20)}.critic__content{padding-right:2vw;padding-top:var(--v-30);padding-bottom:var(--v-40);border-bottom:1px solid #000}.ycw_edition-header,a.ycws-archive-link{padding-left:4vw;padding-right:4vw}.single-header.article-header--issue .single-header-content{padding-top:var(--v-10)}.single-header.article-header--issue .issue__label{margin-bottom:var(--v-10)}.single-header.article-header--issue .post-meta-ycw-label{display:none}.single-header.article-header--issue .more-link{margin-top:var(--v-20)}.ycw_edition-header{padding-top:var(--v-40);padding-bottom:var(--v-40);margin-bottom:var(--v-30);text-align:left}.ycw_edition-header__with-headerimg{padding-top:var(--v-30)}.ycw_edition-header_suptitle{margin-bottom:var(--v-10)}.ycw_edition-header_title{margin-bottom:var(--v-20)}.ycw_edition-header_title+.ycw_edition-header_subtitle{margin-top:calc(var(--v-20)/ -2.5)}.ycw_edition-header .cta-button{margin-top:var(--v-20)!important}.ycw-intro{padding-top:var(--v-20)}.more-articles .more-articles-title,.more-articles .more-articles-title-desc{text-align:left}.ycw-archive-header{padding-top:var(--v-40);margin-bottom:var(--v-30)}.ycw-archive-title{text-align:left}.section.article-gallery{margin-top:0;margin-bottom:var(--v-60);padding-top:var(--v-60)}.gallery-title{text-align:left}.article-gallery .more-link{padding:0;text-align:left}.single-ycw .page-more-articles>header{padding-bottom:var(--v-50)}#article-list.grid-view .types-list{color:#909090}#article-list.grid-view .types-list__item__ycw--grid-view{margin-bottom:.25rem}#newsletter .newsletter-form-title,footer#footer .one-of-two{margin-bottom:var(--v-30)}.more-articles .more-articles-link{text-align:left;padding:.5rem 0}a.ycws-archive-link{padding-top:var(--v-20);padding-bottom:var(--v-20)}#newsletter #mc_signup .mc_signup_submit{margin-top:var(--v-30)}footer#footer,section#newsletter{padding-top:var(--v-60);padding-bottom:var(--v-60)}footer#footer .one-of-two{text-align:left!important}footer#footer .one-of-two .one-of-two{margin-bottom:.83333rem}footer#footer .footer-copyright{display:block}footer#footer .footer-copyright .one-of{margin-bottom:2rem}footer#footer .footer-navigation{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}footer#footer .footer-navigation .footer-menu{margin-top:0;margin-bottom:var(--v-30)}footer#footer .footer-navigation .footer-menu a{padding-top:.25rem;padding-bottom:.25rem}footer#footer .footer-navigation .social-menu{margin-top:0}}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a:after,a:visited:after{content:" (" attr(href) ")"}a abbr[title]:after,a:visited abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,img,pre,tr{page-break-inside:avoid}thead{display:table-header-group}#chapters,#contact,#magazine-header-buttons,#main-content>header .button,#newsletter,#site-navigation,.all-ycws-link,.article-gallery #open-gallery,.aside-wrapper .aside,.footer-navigation,.grey-bg,.grid-hover,.header-with-bg .button,.language-switch,.mobile-menu-toggle,.more-articles,.page-navigation,.respond-form,.responsive-wrapper,.share-btns,.share-buttons,.sidebar,.single-header.article-header .button,.sticky-nav-wrapper,.to-ycws-archive,.wp-prev-next,iframe,nav{display:none}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}html{font-size:75%}.article-gallery .gallery-list a,.inline-list.partner-list li a{color:#fff;font-size:0}.vw-correction{width:90%;margin:0 auto}.w-full{width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0;position:relative}.one-of-two:first-child{text-align:left}.more-articles .more-articles-title{float:left}#masthead{position:static!important;margin-bottom:2rem;margin-top:1rem}#main-content>header,.header-with-bg,.single-header.article-header{overflow:hidden}#main-content>header .header-img,.header-with-bg .header-img,.single-header.article-header .header-img{float:right;width:25%;margin-left:1rem;margin-bottom:1rem}#main-content #main-content>header,#main-content .header-with-bg,#main-content .single-header.article-header{margin-top:3.33333rem;margin-bottom:3.33333rem}.article-gallery,.contained-content,.contained-content-right,.header-intro-copy{width:73%}.article-gallery figure,.contained-content figure,.contained-content-right figure,.header-intro-copy figure{clear:both;float:right;width:30%;margin-right:0}.article-gallery{padding:0}.article-gallery .gallery-title{margin-bottom:0}.article-gallery .gallery-list li{max-width:23%;margin-bottom:.41667rem;margin-right:.41667rem}.owl-carousel .owl-stage-outer{overflow:visible}.owl-carousel .owl-stage-outer .owl-stage{width:100%!important}.owl-carousel .owl-stage-outer .owl-item{width:inherit!important;max-width:15%;display:inline-block}.owl-carousel .owl-stage-outer .owl-item li{max-width:100%}.inline-list li{max-width:200px}.inline-list.partner-list li{max-width:100px}#article-list article{overflow:hidden;margin-bottom:1.66667rem}#article-list a{text-decoration:none}#article-list .preview-thumbnail{margin-left:0;margin-top:0;margin-right:1.66667rem;float:left;width:200px}#article-list .svgicon-listitem-arrow{display:none}article{overflow:hidden}article .article-content{height:auto!important;min-height:auto!important}article.single{padding-bottom:1.66667rem}article .flyout-left{float:right;width:25%;margin-left:1rem;margin-bottom:1rem}article .flyout-left img{max-width:100px!important}article .article-footer{border-bottom:0}article .chapter-anchor{width:100px;margin-right:auto}article>nav#chapters{display:block;position:static;width:100%;padding-left:1.66667rem;margin-top:1.66667rem;margin-bottom:3.33333rem}article>nav#chapters .svgicon{display:none}article .svgicon{padding-left:.2rem;padding-right:.2rem;height:1rem}}
/*# sourceMappingURL=foundation.css.map */
