@charset "UTF-8";
.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:30000}.modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box;border:3px solid #a9a9a9}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__header h4{font-size:calc(16em/16);margin:0}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close{background:0 0;border:0;position:absolute;right:5px;top:5px;cursor:pointer}.modal__close svg{width:20px}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:#000;font-size:calc(14em/16)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}.modal__footer .footer-text{font-size:calc(12em/16)}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}@charset "UTF-8";#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{margin-right:0;width:100%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{direction:ltr;display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff;min-width:200px}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:0 0}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter {float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:0 0}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:0 0;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.editor-styles-wrapper .wp-block-elasticpress-related-posts ul,.wp-block-elasticpress-related-posts ul{list-style-type:none;padding:0}.editor-styles-wrapper .wp-block-elasticpress-related-posts ul li a>div{display:inline}img#wpstats{width:0;height:0;overflow:hidden;display:block}.c-related{margin:15px 0;padding:0 13px 16px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);background-color:#f3f3f3}@media (min-width:480px){.c-related{float:left;width:206px;margin:15px 15px 15px 0}}.c-related .c-heading{margin-left:-13px;margin-right:-13px;padding:13px}.c-related__list{list-style:none;padding:0}.c-related__list-item a,.c-related__list-item a:hover{color:#000}.c-related__list-item:after{content:"";margin:10px 0;display:block;height:1px;width:100%;background:#979797}.c-related__list-item:last-child:after{content:none}.jwplayer.jw-state-playing.jw-flag-user-inactive.jw-flag-floating .jw-title{display:none}.jw-flag-floating.jw-floating-bottom-stripe .jw-title{display:block}.jw-flag-floating.jw-flag-ads .jw-title{display:none}.jw-flag-floating.jw-floating-bottom-stripe .jw-title-primary.jw-reset-text:before{content:"Now playing: "}@media only screen and (min-device-width:640px){.jw-flag-floating.jw-flag-small-player .jw-title-primary{font-size:1.1em}}@media only screen and (min-device-width:320px) and (max-device-width:640px){.jw-flag-floating>div.jw-wrapper{-webkit-animation-duration:.8s !important;animation-duration:.8s !important;-webkit-animation-name:fadeInAnimation !important;animation-name:fadeInAnimation !important}@keyframes fadeInAnimation{0%{opacity:0}100%{opacity:1}}.jw-flag-floating.jw-floating-bottom-right>div.jw-wrapper{max-width:66% !important;bottom:0 !important;right:0 !important;left:auto !important;top:auto !important}.jw-flag-floating.jw-floating-top-right>div.jw-wrapper{max-width:66% !important;bottom:auto !important;right:0 !important;left:auto !important;top:0 !important;margin:0 !important;padding:0 !important;position:fixed !important;z-index:5000000 !important}.jw-flag-floating.jw-floating-top-left>div.jw-wrapper{max-width:66% !important;bottom:auto !important;right:auto !important;left:0 !important;top:0 !important;margin:0 !important;padding:0 !important;position:fixed !important;z-index:5000000 !important}.jw-flag-floating.jw-floating-top-full-width>div.jw-wrapper{max-width:100% !important;bottom:auto !important;right:auto !important;left:0 !important;top:0 !important;margin:0 !important;padding:0 !important;position:fixed !important;z-index:5000000 !important}.jw-flag-floating.jw-floating-bottom-stripe>div.jw-wrapper{max-width:100% !important;height:90px !important;bottom:0 !important;top:auto !important}.jw-flag-floating.jw-floating-bottom-stripe .jw-media{width:40% !important;left:.3rem !important}.jw-flag-floating.jw-floating-bottom-stripe .jw-ad-linear{width:40% !important;left:.3rem !important}.jw-flag-floating .jw-ads-view div{width:100% !important}.jw-flag-floating .jw-controls{right:0 !important;left:auto !important}.jw-flag-floating .jw-float-icon{display:flex !important;top:5px !important}.jw-flag-floating .jw-nextup-container{display:none !important}.jw-flag-floating.jw-floating-bottom-stripe .jw-icon-playback{display:block !important;margin-left:50px;margin-top:-50px}.jw-flag-floating .jw-related-title,.jw-flag-floating .jw-preview,.jw-flag-floating .jw-tooltip,.jw-flag-floating .jw-text-alt,.jw-flag-floating .jw-icon.jw-icon-inline.jw-text,.jw-flag-floating .jw-settings-sharing,.jw-flag-floating .jw-logo,.jw-flag-floating .jw-slider-time,.jw-flag-floating .jw-text-duration,.jw-flag-floating .jw-icon-volume,.jw-flag-floating .jw-related-btn,.jw-flag-floating .jw-slider-volume,.jw-flag-floating .jw-icon-fullscreen,.jw-flag-floating .jw-icon-settings,.jw-flag-floating .jw-display-icon-container{display:none !important}.jw-flag-floating.jw-floating-bottom-stripe .jw-title{display:block !important;width:50% !important;left:43% !important;top:0 !important;font-size:10px !important;padding:0 !important;margin-top:5%}.jw-flag-floating.jw-floating-bottom-stripe .jw-title-primary{white-space:pre-wrap !important;height:65px;line-height:16px !important;padding:0 !important;margin-top:2%}.jw-flag-floating.jw-floating-bottom-stripe .jw-related-active-item{height:50px !important;margin-top:-20px}.jwplayer.jw-flag-overlay-open-related .jw-title{z-index:0}.jw-flag-floating.jw-floating-bottom-stripe .jw-float-icon{height:34px;width:34px}.jw-flag-floating.jw-floating-bottom-stripe .jw-svg-icon-close{width:34px;height:34px;margin-top:-10px;margin-right:-10px}.jw-flag-touch.jw-flag-floating .jw-wrapper.pmc-jw-disable-floating{display:none !important}.jw-ads-view video{width:100% !important}}.entv-overlay-image{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/entv_overlay_image.png?1599609424) no-repeat;width:180px;height:101px;position:absolute;top:9px}.entv-image{position:relative}.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/pmc-footer-logos-v5.png?1601410921) no-repeat;height:55px;width:120px;margin:0 auto}.deadline-logo.logos{background-position:0 -770px}.hollywoodlife-logo.logos{background-position:0 -660px}.variety-logo.logos{background-position:0 -440px}.bgr-logo.logos{background-position:0 -330px}.movieline-logo.logos{background-position:0 0}.india-logo.logos{background-position:0 -110px}.pmc-logo.logos{background-position:0 -880px}.tvline-logo.logos{background-position:0 -220px}.entv-logo.logos{background-position:0 -550px}.varietylatino-logo.logos{background-position:0 -957px}.fn-logo.logos{background-position:0 -1022px}.wwd-logo.logos{background-position:0 -1092px}.spy-logo.logos{background-position:0 -1255px}.goldderby-logo.logos{background-position:0 -1335px}.indiewire-logo.logos{background-position:0 -1169px}.sportico-logo.logos{background-position:0 -1405px}.rollingstone-logo-color.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/rolling_stone_color.png?1599609424) no-repeat;background-position:center}.rollingstone-logo-black.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/rolling_stone_black.png?1599609424) no-repeat;background-position:center}.rollingstone-logo.logos,.rollingstone-logo-white.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/rolling_stone_white.png?1599609424) no-repeat;background-position:center}.sourcingjournal-logo-color.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/sourcing_journal_color.png?1599609424) no-repeat;background-position:center}.sourcingjournal-logo-black.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/sourcing_journal_black.png?1599609424) no-repeat;background-position:center}.sourcingjournal-logo.logos,.sourcingjournal-logo-white.logos{background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/sourcing_journal_white.png?1599609424) no-repeat;background-position:center}#other-pmc-properties{margin:0 auto;text-align:center;padding:20px 9px 15px;overflow:hidden;display:block;background:#363636}#other-pmc-properties #property-snippets{width:100%;display:block;overflow:hidden}#other-pmc-properties #property-snippets li{width:180px;float:left;margin:0 0 0 16px;list-style:none}#other-pmc-properties #property-snippets li:first-child{margin:0}#other-pmc-properties .footer-links{margin:15px 0}#other-pmc-properties .footer-links ul li{display:inline-block;margin:2px 0;border-left:1px solid #ccc;padding:0 15px}#other-pmc-properties .footer-links ul li:first-child{border:0}#other-pmc-properties .footer-links ul li a{display:block}#other-pmc-properties .pmc-links{padding:0 20px 0;margin-top:10px;background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/footer-hr.png?1599609424) repeat-x 0 5px}#other-pmc-properties .pmc-links h3{display:inline-block;margin:0}#other-pmc-properties .pmc-links h3 a{display:block;overflow:hidden;background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/pmc-footer-logos-v4.png?1601419973) no-repeat;background-size:cover;width:112px;height:27px;margin:0 auto 15px auto;background-position:0 -840px;background-color:#363636}#other-pmc-properties .pmc-links h3 a span{font-size:9px;color:#fff;text-align:center;top:16px;font-weight:700;margin-top:16px;display:block}#other-pmc-properties .pmc-links ul{display:table;width:100%;margin:0 auto 10px auto}#other-pmc-properties .pmc-links ul.icon-pmc-logos li{display:table-cell;margin:0;width:auto;text-align:center}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-logo a{overflow:hidden;background:url(/wp-content/plugins/pmc-plugins/pmc-footer/css/../images/pmc-footer-logos-v4.png?1601419973) no-repeat 0 0;overflow:hidden;display:block;width:120px;height:47px;text-indent:-9999px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-movieline a{background-position:0 -6px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-india a{background-position:0 -115px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-tvline a{background-position:0 -225px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-bgr a{background-position:-20px -335px;width:80px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-variety a{background-position:0 -445px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-entv a{background-position:-10px -555px;width:100px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-hollywoodlife a{background-position:0 -668px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-deadline a{background-position:0 -775px;width:122px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-fn a{background-position:-29px -1026px;width:60px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-wwd a{background-position:-25px -1097px;width:70px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-pmc a{background-position:0 -885px;width:120px}#other-pmc-properties .pmc-links ul.icon-pmc-logos li.sister-goldderby a{background-position:0 -1345px;width:120px}.share-container{margin:-10px 0 10px 12px}.share-container ul.share-buttons{list-style:none;margin:10px 0;padding:2px 15px}.share-container ul.share-buttons *{box-sizing:border-box}.share-container ul.share-buttons li{display:inline-block;height:50px;margin:2px;text-align:center;vertical-align:middle;width:50px}.share-container ul.share-buttons li.share-copy{width:100px}.share-container ul.share-buttons li span{color:#525252;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase}.share-container ul.share-buttons li a{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;text-decoration:none;width:100%}.share-container ul.share-buttons li a svg{background-color:inherit;color:#fff;fill:#fff;height:100%;max-height:100%;max-width:100%;padding:15%;vertical-align:middle}.share-container ul.share-buttons li a.btn-comment{position:relative;background:#714df4}.share-container ul.share-buttons li a.btn-comment svg{padding:10%}.share-container ul.share-buttons li a.btn-comment span{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;width:100%}.share-container ul.share-buttons li a.btn-email{background:#898989}.share-container ul.share-buttons li a.btn-facebook{background:#3b5998}.share-container ul.share-buttons li a.btn-linkedin{background:#0e76a8}.share-container ul.share-buttons li a.btn-more{background:#388500}.share-container ul.share-buttons li a.btn-pinterest{background:#f05550}.share-container ul.share-buttons li a.btn-print{background:#464646}.share-container ul.share-buttons li a.btn-reddit{background:#f64a0a}.share-container ul.share-buttons li a.btn-tumblr{background:#264053}.share-container ul.share-buttons li a.btn-twitter{background:#00acee}.share-container ul.share-buttons li a.btn-whatsapp{background:#23c100}.shareMore{background:rgba(0,0,0,.8);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}.shareMore *{box-sizing:border-box}.shareMore .closeShare{max-width:1em;margin:.25em}.shareMore .closeShare svg{fill:#fff;max-height:22px;max-width:22px}.shareMore .shareModal{background:#fff;border-radius:15px;box-shadow:-2px 10px 5px -2px rgba(0,0,0,.75);list-style:none;margin:0 auto;overflow:hidden;padding:0;width:320px}body:not(.wp-admin) .shareMore .shareModal{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shareMore .shareModal li{display:block;width:100%;height:100%;border-bottom:1px solid #aaa;text-align:left}.shareMore .shareModal li:last-child{border-bottom:none}.shareMore .shareModal li:first-child{background:#000;border-bottom:none;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;padding:30px 20px;position:relative}.shareMore .shareModal li:first-child a{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;height:auto;padding:0;position:absolute;right:0;top:15px}.shareMore .shareModal li:first-child a:hover{background:0 0;color:#aaa}.shareMore .shareModal li a{text-decoration:none;display:block;width:100%;height:100%;padding:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.shareMore .shareModal li a span{height:100%;line-height:50px;display:inline-block;vertical-align:top;margin-left:10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:18px}.shareMore .shareModal li a.btn-comment{color:#714df4}.shareMore .shareModal li a.btn-comment svg{fill:#714df4;height:33px;width:33px}.shareMore .shareModal li a.btn-email{color:#898989}.shareMore .shareModal li a.btn-email svg{fill:#898989;height:33px;width:33px}.shareMore .shareModal li a.btn-facebook{color:#3b5998}.shareMore .shareModal li a.btn-facebook svg{fill:#3b5998;height:33px;width:33px}.shareMore .shareModal li a.btn-linkedin{color:#0e76a8}.shareMore .shareModal li a.btn-linkedin svg{fill:#0e76a8;height:33px;width:33px}.shareMore .shareModal li a.btn-more{color:#388500}.shareMore .shareModal li a.btn-more svg{fill:#388500;height:33px;width:33px}.shareMore .shareModal li a.btn-pinterest{color:#f05550}.shareMore .shareModal li a.btn-pinterest svg{fill:#f05550;height:33px;width:33px}.shareMore .shareModal li a.btn-print{color:#464646}.shareMore .shareModal li a.btn-print svg{fill:#464646;height:33px;width:33px}.shareMore .shareModal li a.btn-reddit{color:#f64a0a}.shareMore .shareModal li a.btn-reddit svg{fill:#f64a0a;height:33px;width:33px}.shareMore .shareModal li a.btn-tumblr{color:#264053}.shareMore .shareModal li a.btn-tumblr svg{fill:#264053;height:33px;width:33px}.shareMore .shareModal li a.btn-twitter{color:#00acee}.shareMore .shareModal li a.btn-twitter svg{fill:#00acee;height:33px;width:33px}.shareMore .shareModal li a.btn-whatsapp{color:#23c100}.shareMore .shareModal li a.btn-whatsapp svg{fill:#23c100;height:33px;width:33px}.shareMore .shareModal li a:hover{color:#fff;background:#aaa}.shareMore .shareModal li a:hover svg{fill:#fff}@media only screen and (max-width:767px){.share-container{margin:-10px 0 10px 12px;width:135%}ul.share-buttons li{width:14%}}@media print{.share-container{display:none}}.swiftype .block-group,.swiftype .block,.swiftype .block-group:after,.swiftype .block:after,.swiftype .block-group:before,.swiftype .block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.swiftype .block-group{*zoom:1}.swiftype .block-group:before,.swiftype .block-group:after{display:table;content:"";line-height:0}.swiftype .block-group:after{clear:both}.swiftype .block-group{list-style-type:none;padding:0;margin:0}.swiftype .block-group>.block-group{clear:none;float:left;margin:0 !important}.swiftype .block{float:left;width:100%}.swiftype .width-10{width:10%}.swiftype .width-20{width:20%}.swiftype .width-25{width:25%}.swiftype .width-30{width:30%}.swiftype .width-40{width:40%}.swiftype .width-50{width:50%}.swiftype .width-60{width:60%}.swiftype .width-70{width:70%}.swiftype .width-80{width:80%}.swiftype .width-90{width:90%}.swiftype .width-100{width:100%}.swiftype .container{max-width:960px;margin:0 auto}.swiftype .header{margin-top:20px;padding:10px}.swiftype .right-header{font-size:16px}.swiftype .right-header div{float:right}.swiftype .right-header .st-has-query span{font-style:italic}.swiftype .main-container{border-radius:2px}.swiftype .left-main{padding:10px}.swiftype .left-main .st-section-title{font-size:.75rem;font-weight:700;padding:15px 0 5px}.swiftype .left-main select{-webkit-appearance:menulist;width:100%}.swiftype .footer{padding:20px;text-align:center}.swiftype .st-no-results,.swiftype .st-no-query,.swiftype .st-not-loading,.swiftype .st-not-failed-loading,.swiftype .st-no-misspelling{display:none}.swiftype .st-no-results.inverse{display:inline}.swiftype .st-has-results.inverse{display:none}.swiftype .search_form{box-shadow:0 1px 0 #fff,1px 1px 2px rgba(0,0,0,.1) inset;border:1px solid #ccc;border-radius:2px;margin-top:30px;position:relative}.swiftype .search_form .search-form{overflow:hidden}.swiftype .search_form .search-form input[type=text]{padding:10px 0;font-size:14px;color:#333;font-weight:300;border:none;outline:none;text-indent:38px;display:block;width:90%;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi%2BP%2F%2FPwMIA4E9EO8C4ldAfAOI5wCxKEweGcM0FAExiPEEqngdEP%2BEGqCLoQkkCMR%2FgHgjEHMiSRgA8QcgPo9NUwvUVFEskjAXaCGLMwEFVID4BZDzmgETXIPSisiCIE2PgFiakZFRFIsmYyj9FF1CF%2BoEkOd50Pz0FqufoAqqoRqfA%2FF8IN4CDZz%2FUP%2F6YWhCiqcD0BC7B8SLoJphGgMxNGGNRAYGNqizYRpDCGpC0rga2akENWHROIEoTVCNzGBbgAYABBgAuBMPKvUg1p8AAAAASUVORK5CYII%3D) no-repeat 13px 13px;float:left}.swiftype .search_form .search-form input[type=submit]{background:#efefef;border:none;outline:none;border-left:1px solid #ccc;float:right;width:10%;padding:10px 0;font-size:14px;color:#303030;font-weight:300}.swiftype .search_form .search-form input[type=submit]:hover{background-color:#bfbfbf;cursor:pointer}.swiftype .tabs-wrapper{margin-top:20px;border-bottom:none}.swiftype .tabs{height:26px}.swiftype .tab{border:1px solid #ccc;padding:10px 20px;text-decoration:none;background-color:#efefef;color:#000;border-right:none}.swiftype .tab:hover{background-color:#fff}.swiftype .tab:last-of-type{border-right:1px solid #ccc}.swiftype .tab.active{border-bottom:none;padding-bottom:11px;background-color:#fff}.swiftype .result{padding:20px;border-bottom:1px solid #e9e9e9;min-height:130px}.swiftype .result:last-of-type{border-bottom:none}.swiftype .result:hover{background-color:#fafafa}.swiftype .result .result-image{float:left;padding-right:10px;padding-bottom:10px}.swiftype .result .result-image img{width:120px;height:auto}.swiftype .result .result-content{padding-left:130px}.swiftype .result .result-content .result-title a{text-decoration:none;font-size:17px;font-weight:700}.swiftype .result .result-content .byline{padding:5px 0;color:gray}.swiftype .result .result-content .byline .icon{background-size:12px 12px;padding-right:10px}.swiftype .swiftype-widget .autocomplete{background-color:#fff;display:block;margin:0 0 0 -1px;padding:0;width:90%;max-width:871px;position:absolute;text-align:left;border:1px solid #ccc;z-index:99999999}.swiftype .swiftype-widget .autocomplete.inactive{display:none}.swiftype .swiftype-widget .autocomplete .ac-section-title{padding:6px;font-weight:700;background-color:#eee;border-bottom:1px solid #e1e1e1}.swiftype .swiftype-widget .autocomplete .ac-result{padding:6px;border-bottom:1px solid #e1e1e1;overflow:hidden;text-transform:none}.swiftype .swiftype-widget .autocomplete .ac-result:hover{background-color:#fafafa;cursor:pointer}.swiftype .swiftype-widget .autocomplete .ac-result.selected{background-color:#eee}.swiftype .swiftype-widget .autocomplete .ac-result .ac_image{width:50px;height:50px;float:left;margin-right:6px}.swiftype .swiftype-widget .autocomplete .ac-result .ac_sub{font-size:90%}.swiftype .footer a{text-decoration:none;display:inline-block;padding:3px 7px;margin:5px 3px}.swiftype .footer .current_page{font-weight:700}.swiftype .footer .invalid{pointer-events:none;color:#ccc}.swiftype #sort_selector{width:260px;text-transform:uppercase;font-size:11px;font-weight:700;color:#333}.swiftype #sort_selector div{float:right}.swiftype #sort_selector select{width:200px}.swiftype .facet-container{overflow:hidden;padding-top:15px}.swiftype .facet-title,.swiftype .facet-container a{font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.swiftype .facet-title{float:left}.swiftype .facet-container a{font-weight:300;text-decoration:none;float:right;color:#aaa}.swiftype .facet-options{clear:both;margin-top:20px}.swiftype .facet-option,.swiftype div.radio-option{position:relative;padding:0 20px 0 10px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swiftype .facet-option input,.swiftype div.radio-option input{position:relative;right:5px}.swiftype .facet-option.disabled,.swiftype div.radio-option.disabled{display:none}.swiftype .facet-count{position:absolute;right:0;color:#aaa}.swiftype .search_form_widget.search_form{margin-top:0;background:#fff;box-shadow:none}.swiftype .search_form_widget.search_form input[type=text]{width:100%;padding:5px 0;text-indent:30px;background-position:8px 8px}.swiftype .search_form_widget.search_form input[type=submit]{display:none}.swiftype .search_form_widget.search_form .swiftype-widget .autocomplete{max-width:350px;width:300px}@media only screen and (max-width:768px){.swiftype .search_form_widget.search_form .swiftype-widget .autocomplete{display:none}}@media only screen and (max-width:767px){.swiftype .left-main{display:none}.swiftype .main.block{width:100%}.swiftype .search_form .search-form input[type=text]{width:80%}.swiftype .search_form .search-form input[type=submit]{width:20%}}.pmc-sponsored-posts-rotator [data-pmc-sponsored-posts]{visibility:hidden}.pmc-sponsored-posts-rotator [data-pmc-sponsored-posts].pmc-sponsored-posts-visible{visibility:visible}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset "UTF-8";@media only screen and (min-width:41.75em){#top-bar:before,#top-bar:after{content:" ";display:table}#top-bar:after{clear:both}#top-bar.top-bar-default{border-bottom:1px solid #5e5e5e}}@media only screen and (max-width:41.6875em){.top-bar{display:none}}.top-bar-story a,.hp-panel__top-bar-story a{text-decoration:none;color:#000}.top-bar-story p,.hp-panel__top-bar-story p{margin:0 0 .8em;font:400 .9375em/1.2 serif}.fonts-loaded .top-bar-story p,.fonts-loaded .hp-panel__top-bar-story p{font-family:"TiemposRegular",serif}@media only screen and (max-width:41.6875em){.top-bar-story p,.hp-panel__top-bar-story p{display:none}}@media only screen and (min-width:41.75em){.top-bar-story,.hp-panel__top-bar-story{height:9em;padding:.4375em 1.25em;position:relative;width:18.75em;overflow:hidden}.top-bar-story:nth-of-type(2):before,.hp-panel__top-bar-story:nth-of-type(2):before{border-left:1px solid #adacac;border-right:1px solid #adacac;content:'';height:100%;left:0;position:absolute;pointer-events:none;top:0;width:100%}.top-bar-story:nth-of-type(n+2):after,.hp-panel__top-bar-story:nth-of-type(n+2):after{border-color:transparent}.top-bar-story img,.hp-panel__top-bar-story img{display:none}.top-bar-story .hp-card__story-card-meta,.hp-panel__top-bar-story .hp-card__story-card-meta{display:none}.top-bar-story p,.hp-panel__top-bar-story p{max-height:2.5em}}@media only screen and (max-width:41.6875em){.top-bar-story,.hp-panel__top-bar-story{padding-right:.625em}.top-bar-story .hp-card__story-card-meta,.hp-panel__top-bar-story .hp-card__story-card-meta{display:block;font:400 .625em/1 sans-serif;text-transform:capitalize;color:#686c6d}.fonts-loaded .top-bar-story .hp-card__story-card-meta,.fonts-loaded .hp-panel__top-bar-story .hp-card__story-card-meta{font-family:"FormaTextMedium",sans-serif}.top-bar-story .hp-card__story-card-author,.hp-panel__top-bar-story .hp-card__story-card-author{color:#686c6d}.top-bar-story img,.hp-panel__top-bar-story img{display:block}}.top-bar,.hp-panel__top-bar{float:left}@media only screen and (min-width:41.75em){.top-bar,.hp-panel__top-bar{width:40.625rem}.top-bar .hp-panel__top-bar-story,.hp-panel__top-bar .hp-panel__top-bar-story{border-bottom:9px solid #000}.top-bar .hp-panel__top-bar-story.active,.hp-panel__top-bar .hp-panel__top-bar-story.active{border-bottom:9px solid #d31b20}.top-bar .hp-panel__top-bar-story.active:after,.hp-panel__top-bar .hp-panel__top-bar-story.active:after{width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #d31b20;display:block;content:"";left:50%;top:100%;-ms-transform:translate(-50%,100%);transform:translate(-50%,100%);position:absolute;z-index:2}}@media only screen and (max-width:41.6875em){.hp-panel__top-bar{width:100%}.hp-panel__top-bar-wrap{display:block;width:100%;visibility:hidden}.hp-panel__top-bar-wrap.slick-initialized{visibility:visible}.hp-panel__top-bar-wrap .slick-track{display:block;left:0;top:0;position:relative}.hp-panel__top-bar-story{float:left;width:16rem}}.top-bar-story-section,.hp-panel__top-bar-story-section{display:inline-block;font:400 .75em/1 sans-serif;margin:0;padding-bottom:.2375em;text-transform:uppercase;font-size:.8125rem}.fonts-loaded .top-bar-story-section,.fonts-loaded .hp-panel__top-bar-story-section{font-family:"FormaText",sans-serif}@media only screen and (min-width:41.75em){.top-bar-story-section,.hp-panel__top-bar-story-section{border-bottom:1px solid #000}}@media only screen and (max-width:41.6875em){.hp-panel__top-bar-story-section{font-size:.6875rem}.hp-panel__top-bar-story-section.vertical-fashion-news a{color:#982584}.hp-panel__top-bar-story-section.vertical-accessories-news a{color:#ef9520}.hp-panel__top-bar-story-section.vertical-business-news a,.hp-panel__top-bar-story-section.vertical-markets-news a{color:#47853e}.hp-panel__top-bar-story-section.vertical-eye a{color:#00adef}.hp-panel__top-bar-story-section.vertical-runway a{color:#000}.hp-panel__top-bar-story-section.vertical-beauty-industry-news a{color:#d31b20}.hp-panel__top-bar-story-section.vertical-menswear-news a{color:#686c6d}}.top-bar-story-header,.hp-panel__top-bar-story-header{font:400 .9375em/1.3 sans-serif;font-size:1.2rem;line-height:1.375rem;margin:0;padding:.2em 0}.fonts-loaded .top-bar-story-header,.fonts-loaded .hp-panel__top-bar-story-header{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.top-bar-story-header,.hp-panel__top-bar-story-header{font-size:1.125rem;padding:.2em 0}}.top-bar-story-header:after,.hp-panel__top-bar-story-header:after{content:'';height:15%;width:100%;position:absolute;bottom:0;left:0;background-image:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}.top-bar-story-excerpt,.hp-panel__top-bar-story-excerpt{margin:0 0 .8em;font:400 .9375em/1.2 serif;font-size:.75rem;overflow:hidden}.fonts-loaded .top-bar-story-excerpt,.fonts-loaded .hp-panel__top-bar-story-excerpt{font-family:"TiemposRegular",serif}@media only screen and (max-width:41.6875em){.top-bar-story-excerpt,.hp-panel__top-bar-story-excerpt{display:none}}.top-bar-story-excerpt p,.hp-panel__top-bar-story-excerpt p{margin:0}@media only screen and (max-width:41.6875em){.top-bar-image-link,.hp-panel__top-bar-image-link{display:block;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.top-bar-image-link img,.hp-panel__top-bar-image-link img{left:50%;min-height:100%;position:absolute;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%}}@media only screen and (min-width:41.75em){.hp-panel__top-bar-wrap,.top-bar-wrap{display:-ms-flexbox;display:flex}}@media only screen and (min-width:41.75em){.top-bar-home{position:relative;width:18.75rem;left:41.9em;margin:1.05em 0 1em}}.top-bar-home .hp-panel__top-bar{margin-top:1.5em}@media only screen and (min-width:41.75em){.top-bar-home .hp-panel__top-bar{display:none}}.in-focus{margin:.4375em 0 .4375em auto;border:1px solid #000;overflow:hidden}.home__right-column .in-focus{margin-bottom:1rem}.in-focus.sponsored-post-widget{margin:1.25em 0}.in-focus.sponsored-post-widget h4{margin-bottom:5px}.in-focus small{font:400 12.5px/16px "FormaTextBold",sans-serif;line-height:16px;padding:0 0 16px;display:block}.in-focus small em{font-family:"FormaTextMedium",sans-serif}.in-focus small img{display:block;max-width:100%;margin-top:4px}.in-focus h4{font:400 13.5px/16px "FormaTextBold",sans-serif;padding:0;margin:0}.in-focus p{font:400 12px/14px "FormaText",sans-serif;padding:0;margin:0}.in-focus__image{background-repeat:no-repeat;background-size:cover;background-position:center}.in-focus a{width:300px;display:-ms-flexbox;display:flex;min-height:100px}.in-focus a>div{width:50%;padding:10px}.in-focus img{max-width:150px}.in-focus#in-focus-article{background-color:#f4f4f4;border:1px solid #d31b20;color:#000;margin:.4375em 0 .4375em auto;padding:.4375em;overflow:hidden;text-decoration:none}.in-focus#in-focus-article>div{margin-right:0}.in-focus#in-focus-article>img{width:auto;height:auto}.in-focus#in-focus-article>div,.in-focus#in-focus-article>img{width:50%;flex:0 0 auto;width:calc(99.99%*1/2 - (.4375em - .4375em*1/2))}.in-focus#in-focus-article>div:nth-child(1n),.in-focus#in-focus-article>img:nth-child(1n){margin-right:.4375em;margin-left:0}.in-focus#in-focus-article>div:last-child,.in-focus#in-focus-article>img:last-child{margin-right:0}.in-focus#in-focus-article>div:nth-child(2n),.in-focus#in-focus-article>img:nth-child(2n){margin-right:0;margin-left:auto}.in-focus#in-focus-article h2,.in-focus#in-focus-article p{margin:0}.in-focus#in-focus-article h2{font:400 .9375em/1.3 sans-serif;font-size:1.0625rem;line-height:1.1875rem}.fonts-loaded .in-focus#in-focus-article h2{font-family:"FormaTextBold",sans-serif}.in-focus#in-focus-article h3{font:400 .75em/1 sans-serif;margin:0 0 .4375em;text-transform:uppercase}.fonts-loaded .in-focus#in-focus-article h3{font-family:"FormaText",sans-serif}.in-focus#in-focus-article p{font:400 .75em/1 sans-serif}.fonts-loaded .in-focus#in-focus-article p{font-family:"FormaText",sans-serif}@media only screen and (min-width:41.75em){.in-focus{width:18.75rem}}@media only screen and (max-width:41.6875em){.in-focus{display:none}.in-focus#in-focus-am-ad-unit-dfp{display:none}}.hp-card__story-card-post .homepage-sponsored-tag{display:inline-block;padding:5px 5px 2px;line-height:15px;font-size:12px;text-transform:none;font-weight:400;font-family:"FormaTextBold",sans-serif}.hp-card__story-card-post .homepage-sponsored-tag em{font-family:"FormaTextMedium",sans-serif}.hp-card__story-card-post .homepage-sponsored-tag img{display:block;max-width:150px;margin-top:8px}@media only screen and (max-width:41.6875em){.hp-card__story-card-post .sponsored-post-wrapper{-ms-flex-line-pack:start;align-content:flex-start;display:-ms-grid;display:grid}.hp-card__story-card-post .homepage-sponsored-tag{-ms-flex-order:2;order:2;padding-left:0}}.align-right{float:right}.align-left{float:left}.clearfix{clear:both}.clear-left{clear:left}.clear-right{clear:right}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.margin-top-medium{margin-top:.625em}.margin-right-medium{margin-right:.625em}.margin-bottom-medium{margin-bottom:.625em}.margin-left-medium{margin-left:.625em}.margin-top-large{margin-top:1.25em}.margin-right-large{margin-right:1.25em}.margin-bottom-large{margin-bottom:1.25em}.margin-bottom-extra-large{margin-bottom:2.1875em}.margin-left-large{margin-left:1.25em}.margin-top-none{margin-top:0}.margin-right-none{margin-right:0}.margin-bottom-none{margin-bottom:0}.margin-left-none{margin-left:0}@media only screen and (max-width:41.6875em){.desktop-only{display:none}}@media only screen and (min-width:41.75em){.mobile-only{display:none}}.fade-out{position:relative}.fade-out:after{background-image:linear-gradient(rgba(255,255,255,0) 0%,#fff 100%);bottom:0;content:'';left:0;position:absolute;right:0;top:0}.archive-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1.25em;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:41.6875em){.archive-wrap{padding:0 .625em}}@media only screen and (min-width:41.75em){.archive__leftcolumn{width:40.0625rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.archive__leftcolumn .runway__panel{-ms-flex:1 0 0px;flex:1 0 0}}@media only screen and (max-width:41.6875em){.archive__leftcolumn{width:100%}}@media only screen and (min-width:41.75em){.archive__rightcolumn{width:18.75rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.archive__rightcolumn .admz{-ms-flex:1 0 0px;flex:1 0 0}}@media only screen and (max-width:41.6875em){.archive__rightcolumn{width:100%}.archive__rightcolumn>div{display:none}.archive__rightcolumn>div.hp-panel__essentialist,.archive__rightcolumn>div.hp-panel__latest-galleries-heading-wrapper,.archive__rightcolumn>div.hp-panel__latest-galleries{display:block}}.hp-panel__fairchild-event-wrapper{margin-bottom:1.25em}.hp-panel__fairchild-event-wrapper .hp-panel__fairchild-event-wrap-inner,.hp-panel__fairchild-event-wrapper .hp-panel__fairchild-event{margin-bottom:0;position:relative}.hp-panel__fairchild-event-details{margin:.9375em 0}.hp-panel__fairchild-event-title{font:900 1.0625em sans-serif}.fonts-loaded .hp-panel__fairchild-event-title{font-family:"FormaTextBold",sans-serif}.hp-panel__fairchild-event-blurb,.hp-panel__fairchild-event-link{max-height:7em;overflow:hidden;font:400 .9375em sans-serif}.fonts-loaded .hp-panel__fairchild-event-blurb,.fonts-loaded .hp-panel__fairchild-event-link{font-family:"FormaText",sans-serif}.hp-panel__fairchild-event-slider--wrapper{overflow:hidden;position:relative;width:17.5em}.hp-panel__fairchild-event-confirm-banner{background:#d01921;text-transform:uppercase;color:#fff;position:absolute;top:-.625em;padding:0 .3125em;z-index:1}.hp-panel__fairchild-event-slider{list-style:none;margin:0;padding:0;position:relative}.hp-panel__fairchild-event-post{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;float:left;list-style:none;margin:0;padding:0;position:relative;text-align:center;width:17.5em}.hp-panel__fairchild-event-author-details{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,.5);color:#fff}.hp-panel__fairchild-event-author{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font:400 1.5em sans-serif}.fonts-loaded .hp-panel__fairchild-event-author{font-family:"FormaText",sans-serif}.hp-panel__fairchild-event-author-company{margin:0 0 .625em;padding:0 1.25em;font:900 1.125em sans-serif}.fonts-loaded .hp-panel__fairchild-event-author-company{font-family:"FormaText",sans-serif}.hp-panel__fairchild-event-prev,.hp-panel__fairchild-event-next{background:rgba(0,0,0,.4);cursor:pointer;display:block;font-weight:600;font-size:1.125em;line-height:0;padding:.5625em;position:absolute;top:8.75em;-ms-transform:translateY(-50%);transform:translateY(-50%);width:2.25em;z-index:1}.hp-panel__fairchild-event-prev svg,.hp-panel__fairchild-event-next svg{fill:#fff}.hp-panel__fairchild-event-prev:hover,.hp-panel__fairchild-event-next:hover{background:#000;transition:background .2s ease}.hp-panel__fairchild-event-next{right:0}.hp-panel__fairchild-event-prev{left:0}.hp-panel__newsletter-signup{background-color:#686c6d;border-top:10px solid #d31b20;margin:1.25em 0;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:.94em}.hp-panel__newsletter-signup.archive__runway{margin:1.25em 0 0}body.paged .hp-panel__newsletter-signup{margin:0 0 1.25em}.hp-panel__newsletter-signup h3{margin:0;font:700 .8125em/1 sans-serif;color:#fff;-ms-flex-item-align:end;align-self:flex-end;padding:0 0 0 5px}.fonts-loaded .hp-panel__newsletter-signup h3{font-family:"FormaText",sans-serif}.hp-panel__newsletter-signup-tooltip{font-size:14px;text-align:center;background:#000;color:#fff;padding:5px;border-radius:5px;visibility:hidden;position:absolute;top:125%;z-index:1}.hp-panel__newsletter-signup-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #000}.hp-panel__newsletter-signup .active{visibility:visible}.hp-panel__newsletter-signup-logo,.hp-panel__newsletter-header{display:-ms-flexbox;display:flex}form{width:100%}form .hp-panel__newsletter-signup-form{display:-ms-flexbox;display:flex;margin-bottom:-.125rem;margin:5px 0 0;position:relative}form .hp-panel__newsletter-signup-form input,form .hp-panel__newsletter-signup-form button{border:none;padding:1em}form .hp-panel__newsletter-signup-form button{background-color:#000;color:#fff;cursor:pointer;-ms-flex:1 0 auto;flex:1 0 auto;font:700 .8125em/1 sans-serif;margin-left:-.2em;padding:.3125em .625em;text-transform:uppercase}.fonts-loaded form .hp-panel__newsletter-signup-form button{font-family:"FormaText",sans-serif}form .hp-panel__newsletter-signup-form input{width:60%}form .hp-panel__newsletter-signup-form input.toolkitEmail{-ms-flex:1 0 auto;flex:1 0 auto}.hp-panel__newsletter-signup-privacy{margin:0;color:#fff;font:700 .625em/1 sans-serif;padding:.3125em 0 0}.fonts-loaded .hp-panel__newsletter-signup-privacy{font-family:"FormaText",sans-serif}.hp-panel__newsletter-signup-privacy a{text-decoration:underline}.fashion-newsletter-signup-wrapper{border-bottom:1px solid #000;margin-bottom:1.25em;padding-bottom:1.25em}.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup{margin:0;padding:1.25rem;height:auto;width:auto}.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__text,.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__form{width:100%}.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__text p,.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__form p{margin-bottom:.625rem}@media only screen and (max-width:41.6875em){.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__form-submit{padding:0 .4375rem;margin:0;font-size:.75rem;letter-spacing:.125rem}.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__text{margin-bottom:0}.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__text h3{font-size:1.3125rem;margin-bottom:.625rem;line-height:1.2}.fashion-newsletter-signup-wrapper .hp-panel-wide-newsletter-signup__text p{font-size:.875rem}}.hp-panel-wide-newsletter-signup{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;background-color:#eee;padding:1.375rem 2.1875rem;margin:3.125rem 0;width:60.625em;height:6.5625rem;z-index:1}body.paged .hp-panel-wide-newsletter-signup{margin:0 0 1.25em}.hp-panel-wide-newsletter-signup__text{text-align:left;width:50%}.hp-panel-wide-newsletter-signup__text h3{font-family:"FormaTextBold",sans-serif;font-size:1.5rem;font-weight:700;margin:0;letter-spacing:.0625rem;line-height:1.5}.hp-panel-wide-newsletter-signup__text p{font-family:"FormaText",sans-serif;font-size:1rem;font-weight:400;margin:0;line-height:1.2}.hp-panel-wide-newsletter-signup__form{display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;width:50%}.hp-panel-wide-newsletter-signup__form-input-wrapper{-ms-flex-preferred-size:75%;flex-basis:75%;margin-right:.9375rem}@media only screen and (max-width:41.6875em){.hp-panel-wide-newsletter-signup__form-input-wrapper{margin-right:0}}.hp-panel-wide-newsletter-signup__form-input{font-family:"FormaText",sans-serif;font-size:1rem;padding:0 .9375rem;border:.0625rem solid #9b9b9b;border-radius:0;letter-spacing:.0625rem;line-height:1.2;width:100%;height:2.1875rem}.hp-panel-wide-newsletter-signup__form-legal{margin:0;margin-top:.5em;font-family:"FormaText",sans-serif;font-size:.75rem}.hp-panel-wide-newsletter-signup__form-legal a{text-decoration:underline}.hp-panel-wide-newsletter-signup__form-message{font-family:"FormaText",sans-serif;font-size:.875rem;padding:0;margin:0;line-height:1}.hp-panel-wide-newsletter-signup__form-message.hide{display:none}.hp-panel-wide-newsletter-signup__form-message.error{color:#d31b20}.hp-panel-wide-newsletter-signup__form-message.success{color:#47853e}.hp-panel-wide-newsletter-signup__form-submit{font-family:"FormaTextMedium",sans-serif;font-size:.9375rem;font-weight:500;background-color:#d31b20;color:#fff;cursor:pointer;padding-left:.875rem;border:.0625rem solid #d31b20;letter-spacing:.25rem;text-align:center;height:2.1875rem;text-transform:uppercase;white-space:nowrap;z-index:5}@media only screen and (max-width:41.6875em){.hp-panel-wide-newsletter-signup__form-submit{padding:0 .4375rem;margin:0}}.hp-panel-wide-newsletter-signup__form-submit[disabled=disabled]{cursor:unset;opacity:.5}@media only screen and (max-width:41.6875em){.hp-panel-wide-newsletter-signup{width:100%;height:auto}.hp-panel-wide-newsletter-signup__form,.hp-panel-wide-newsletter-signup__text{width:100%}.hp-panel-wide-newsletter-signup__text{margin-bottom:1.25rem}.hp-panel-wide-newsletter-signup__text h3{margin-bottom:.625rem;line-height:1.2}}@media only screen and (min-width:41.75em){body.wide-newsletter .home__left-column--main{padding-top:0;margin-top:0;border-top:none}body.wide-newsletter .sidebar-bottom-margin.subscriber-ad:first-child{margin-bottom:14.375rem;min-height:37.5em}body.wide-newsletter .home__left-column--center{margin-top:12.8125rem}body.wide-newsletter .home__top-right-column{margin-bottom:12.8125rem}body.wide-newsletter.essentialist .hp-panel__essentialist-row{padding-bottom:0;margin-bottom:0;border-bottom:none;height:260px}body.wide-newsletter.essentialist .sidebar-bottom-margin.subscriber-ad:first-child{margin-bottom:33.125rem}body.wide-newsletter.essentialist .home__left-column--center{margin-top:30.3125rem}body.wide-newsletter.essentialist .home__top-right-column{margin-bottom:30.3125rem}}.hp-panel__photo-archive-heading-wrapper{position:relative;height:1.5rem}.hp-panel__photo-archive-heading{bottom:0;padding:.3125rem .3125rem .125rem;font:400 1.1875rem/1.1875rem sans-serif;margin:0;position:absolute;z-index:2;background-color:#fff;text-transform:uppercase}.fonts-loaded .hp-panel__photo-archive-heading{font-family:"FormaTextBold",sans-serif}.hp-panel__photo-archive-heading-background{display:block;background-color:#d31b20;position:absolute;left:0;bottom:0;width:100%;height:1.5em}.hp-panel__photo-archive-title-wrap{position:relative;width:100%}.hp-panel__photo-archive-title{box-sizing:border-box;position:absolute;bottom:.2em;color:#fff;left:0;background-color:rgba(0,0,0,.5);margin:0;text-align:center;width:100%;padding:.3125em .625em;font:800 1.1875em/1 sans-serif}.fonts-loaded .hp-panel__photo-archive-title{font-family:"FormaText",sans-serif}.hp-panel__social-studies-slider--wrapper{margin:0 auto;overflow:hidden;position:relative;width:17.5em}.hp-panel__social-studies-slider{list-style:none;margin:0;padding:0;position:relative}.hp-panel__social-studies-post{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;float:left;list-style:none;margin:0;padding:0;position:relative;text-align:center;width:17.5em}.hp-panel__social-studies-post a{color:#4f94a9;margin:0}.hp-panel__social-studies-post a:hover{color:#646464}.hp-panel__social-studies-author{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font:700 1.0625em/1.3 sans-serif;-ms-flex-pack:center;justify-content:center;margin:.625em 0 0}.fonts-loaded .hp-panel__social-studies-author{font-family:"FormaText",sans-serif}.hp-panel__social-studies-author img{border-radius:50%;-ms-flex-preferred-size:0;flex-basis:0;margin-right:.3125em}.hp-panel__social-studies-caption{margin:.4375em 0 .625em;padding:0 1.25em;font:400 .75em/1.5 sans-serif}.fonts-loaded .hp-panel__social-studies-caption{font-family:"FormaText",sans-serif}.hp-panel__social-studies-caption h3{color:#313131;font:700 .875em/1.3 sans-serif;margin:0}.fonts-loaded .hp-panel__social-studies-caption h3{font-family:"FormaText",sans-serif}.hp-panel__social-studies-prev,.hp-panel__social-studies-next{background:rgba(0,0,0,.4);cursor:pointer;display:block;font-weight:600;font-size:1.125em;line-height:0;padding:.5625em;position:absolute;top:8.75em;-ms-transform:translateY(-50%);transform:translateY(-50%);width:2.25em;z-index:1}.hp-panel__social-studies-prev svg,.hp-panel__social-studies-next svg{fill:#fff}.hp-panel__social-studies-prev:hover,.hp-panel__social-studies-next:hover{background:#000;transition:background .2s ease}.hp-panel__social-studies-next{right:0}.hp-panel__social-studies-prev{left:0}.hp-panel__essentialist{margin-bottom:2.1875em}@media only screen and (max-width:41.6875em){.hp-panel__essentialist{margin-bottom:1.25em}}.hp-panel__essentialist img{width:100%}.hp-panel__essentialist-must-read .icon-clock,.hp-panel__essentialist-bottom .icon-clock{margin-right:.0625rem}.hp-panel__essentialist-must-read{background-color:#d31b20;padding:.625em .4375em;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read{-ms-flex-direction:row;flex-direction:row}.hp-panel__essentialist-must-read img{padding:.625em 0;height:auto}}.hp-panel__essentialist-must-read .hp-panel__essentialist-meta{color:#fff}.hp-panel__essentialist-must-read-header,.hp-panel__essentialist-must-read-subheader{color:#fff;margin:0;text-align:center;text-transform:uppercase}.hp-panel__essentialist-must-read-header{font:400 1.5em/1 serif;border-bottom:1px solid #fff;margin-bottom:.3125em;width:100%}.fonts-loaded .hp-panel__essentialist-must-read-header{font-family:"PublicoBannerRoman",serif}.hp-panel__essentialist-must-read-subheader{font:400 .75em/1 sans-serif;width:100%}.fonts-loaded .hp-panel__essentialist-must-read-subheader{font-family:"FormaText",sans-serif}.hp-panel__essentialist-must-read-subheader span{position:relative}.hp-panel__essentialist-must-read-subheader span:before,.hp-panel__essentialist-must-read-subheader span:after{border-bottom:1px solid #eb9c9e;content:"";height:.3125em;margin-top:.325em;position:absolute;top:0;width:.7em}.hp-panel__essentialist-must-read-subheader span:before{right:100%;margin-right:.5em}.hp-panel__essentialist-must-read-subheader span:after{left:100%;margin-left:.5em}.hp-panel__essentialist-must-read-number{font:800 1.4375em/1 sans-serif;color:#fff;padding:0 0 .3125em;margin:.3125rem 1.25rem .5625rem auto}.fonts-loaded .hp-panel__essentialist-must-read-number{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-number{-ms-flex-order:1;order:1;margin:0}}.hp-panel__essentialist-must-read-number-secondary{display:none}.hp-panel__essentialist-must-read-post{color:#fff;text-align:left}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post{-ms-flex-order:2;order:2;width:85%;margin-left:1em}}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post .hp-panel__essentialist-section{display:none}}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post .hp-panel__essentialist-section{-ms-flex-order:2;order:2;width:85%;margin-left:1em}}.hp-panel__essentialist-must-read-post .icon-clock path{fill:#fff}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-must-read-post .icon-clock .hp-panel__essentialist-section{display:none}}.hp-panel__essentialist-section{font:400 .75em/1 sans-serif;margin:1.25rem 0 0;display:inline-block;text-transform:uppercase}.fonts-loaded .hp-panel__essentialist-section{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-section{margin:0;font-size:.6875em}}.hp-panel__essentialist-must-read-post-header{font:400 1.1875rem/1.3125rem sans-serif;color:#fff;margin:.3125rem 0}.fonts-loaded .hp-panel__essentialist-must-read-post-header{font-family:"FormaTextBold",sans-serif}.hp-panel__essentialist-meta,.hp-panel__essentialist-must-read-meta{font:400 .6875em/1 sans-serif;margin:0}.fonts-loaded .hp-panel__essentialist-meta,.fonts-loaded .hp-panel__essentialist-must-read-meta{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-meta,.hp-panel__essentialist-must-read-meta{display:none}}.hp-panel__essentialist-meta{color:#686c6d}.hp-panel__essentialist-bottom{padding:1.25em .4375em .4375em;background-color:#f3f4f4}.hp-panel__essentialist-bottom .icon-clock path{fill:#686c6d}.hp-panel__essentialist-bottom-post{margin-bottom:1.25em;padding-top:0;border-bottom:1px dotted #000;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding-bottom:.625rem}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-bottom-post{padding-bottom:.9375em;margin-bottom:1.25em}}@media only screen and (min-width:41.75em){.hp-panel__essentialist-bottom-post{-ms-flex-wrap:wrap;flex-wrap:wrap}}.hp-panel__essentialist-bottom-post:after{content:" ";position:absolute;border-bottom:1px dotted #000;bottom:-.5em;left:0;width:100%}.hp-panel__essentialist-bottom-post img{height:100%;margin:.4375rem 0 0;max-width:156px;-ms-flex-order:2;order:2;width:17.875rem}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-bottom-post img{display:none}}.hp-panel__essentialist-bottom-post:last-of-type{margin-bottom:0;border-bottom:none}.hp-panel__essentialist-bottom-post:last-of-type img{margin-bottom:0}.hp-panel__essentialist-bottom-post:last-of-type:after{display:none}.hp-panel__essentialist-bottom-number{font:600 1em/1 sans-serif;color:#000;position:relative;margin-right:.8125rem;-ms-flex-order:-1;order:-1;margin-bottom:-.8125rem}.fonts-loaded .hp-panel__essentialist-bottom-number{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-bottom-number{-ms-flex-order:0;order:0}}@media only screen and (min-width:41.75em){.hp-panel__essentialist-bottom-number{position:absolute;right:0}}.hp-panel__essentialist-bottom-number:after{position:absolute;z-index:1;background-color:#000;content:"";width:400%;height:1px;-ms-transform:rotate(-66deg);transform:rotate(-66deg);left:-.1875rem;top:.75rem}.hp-panel__essentialist-post-header{margin:.3125rem 0;font:400 1em/1.125em sans-serif}.fonts-loaded .hp-panel__essentialist-post-header{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-post-header{font:400 .9375em/1 sans-serif}.fonts-loaded .hp-panel__essentialist-post-header{font-family:"FormaTextBold",sans-serif}}.hp-panel__essentialist-number{position:relative}.hp-panel__essentialist-number:after{position:absolute;z-index:1;background-color:#eb9c9e;content:"";width:35px;height:1px;-ms-transform:rotate(-66deg);transform:rotate(-66deg);left:-.0625rem;top:1.125rem}.hp-panel__essentialist-time{margin-right:.1875rem}.hp-panel__essentialist-author{margin-left:.1875rem}.sidebar-article .hp-panel__essentialist-must-read,.archive__rightcolumn .hp-panel__essentialist-must-read{display:block;padding:15px 15px 20px;position:relative}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-header,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-header{font-size:2.2em}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-subheader,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-subheader{font-size:1em;margin-bottom:10px}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-number,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-number{display:none}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary{display:inline-block}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number{display:inline-block;font-size:1.7em;margin-top:0;position:relative}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number:after,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-number-secondary .hp-panel__essentialist-number:after{left:-.3rem;top:1.425rem;width:500%}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-post-header,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-post-header{display:inline-block;font:400 1.1875em/1.125em sans-serif;margin:0;padding-left:25px}.fonts-loaded .sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-post-header,.fonts-loaded .archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-must-read-post-header{font-family:"FormaText",sans-serif}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-section,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-section{display:none}.sidebar-article .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-meta,.archive__rightcolumn .hp-panel__essentialist-must-read .hp-panel__essentialist-must-read-post .hp-panel__essentialist-meta{display:none}.sidebar-article .hp-panel__essentialist-bottom,.archive__rightcolumn .hp-panel__essentialist-bottom{padding:15px}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post{border-color:#999;padding-bottom:1.5em}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post a img,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post a img{margin:0;max-width:100%}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:last-child,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:last-child{padding-bottom:0}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:after,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post:after{border-color:#999;bottom:-.3em}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post-wrap,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-post-wrap{margin-top:10px}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number{display:inline-block;font-size:1.6em;margin-top:2px;position:relative}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number:after,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-bottom-number:after{left:-.5rem;top:1.3rem;width:350%;background-color:#777}.sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-post-header,.archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-post-header{float:right;font:400 1.1875em/1.125em sans-serif;margin:0;padding-left:7px;width:90%}.fonts-loaded .sidebar-article .hp-panel__essentialist-bottom .hp-panel__essentialist-post-header,.fonts-loaded .archive__rightcolumn .hp-panel__essentialist-bottom .hp-panel__essentialist-post-header{font-family:"FormaText",sans-serif}.hp-panel__essentialist-row{position:relative;width:60.625em;height:18.4em;border-top:.9375em solid #eee;border-bottom:.9375em solid #eee;padding:0 0 1em 1em;margin-bottom:1.25em;margin-top:1.25em;z-index:1}.hp-panel__essentialist-row .hp-panel__essentialist-row-tab{background:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzQgMTkxIj48dGl0bGU+dmVydGljYWwtdGFiPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjM0IiBoZWlnaHQ9IjE5MSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDSUFBQUMvQ0FJQUFBQVUzWmtJQUFBQUdYUkZXSFJUYjJaMGQyRnlaUUJCWkc5aVpTQkpiV0ZuWlZKbFlXUjVjY2xsUEFBQUF5WnBWRmgwV0UxTU9tTnZiUzVoWkc5aVpTNTRiWEFBQUFBQUFEdy9lSEJoWTJ0bGRDQmlaV2RwYmowaTc3dS9JaUJwWkQwaVZ6Vk5NRTF3UTJWb2FVaDZjbVZUZWs1VVkzcHJZemxrSWo4K0lEeDRPbmh0Y0cxbGRHRWdlRzFzYm5NNmVEMGlZV1J2WW1VNmJuTTZiV1YwWVM4aUlIZzZlRzF3ZEdzOUlrRmtiMkpsSUZoTlVDQkRiM0psSURVdU5pMWpNRFkzSURjNUxqRTFOemMwTnl3Z01qQXhOUzh3TXk4ek1DMHlNem8wTURvME1pQWdJQ0FnSUNBZ0lqNGdQSEprWmpwU1JFWWdlRzFzYm5NNmNtUm1QU0pvZEhSd09pOHZkM2QzTG5jekxtOXlaeTh4T1RrNUx6QXlMekl5TFhKa1ppMXplVzUwWVhndGJuTWpJajRnUEhKa1pqcEVaWE5qY21sd2RHbHZiaUJ5WkdZNllXSnZkWFE5SWlJZ2VHMXNibk02ZUcxd1BTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXZJaUI0Yld4dWN6cDRiWEJOVFQwaWFIUjBjRG92TDI1ekxtRmtiMkpsTG1OdmJTOTRZWEF2TVM0d0wyMXRMeUlnZUcxc2JuTTZjM1JTWldZOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3THpFdU1DOXpWSGx3WlM5U1pYTnZkWEpqWlZKbFppTWlJSGh0Y0RwRGNtVmhkRzl5Vkc5dmJEMGlRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTkRJREl3TVRVZ0tGZHBibVJ2ZDNNcElpQjRiWEJOVFRwSmJuTjBZVzVqWlVsRVBTSjRiWEF1YVdsa09qRTBOakF5TlVaQ1F6azJPVEV4UlRkQk1VSXdPVFUwUlRKQlJFVXpNVEExSWlCNGJYQk5UVHBFYjJOMWJXVnVkRWxFUFNKNGJYQXVaR2xrT2pFME5qQXlOVVpEUXprMk9URXhSVGRCTVVJd09UVTBSVEpCUkVVek1UQTFJajRnUEhodGNFMU5Pa1JsY21sMlpXUkdjbTl0SUhOMFVtVm1PbWx1YzNSaGJtTmxTVVE5SW5odGNDNXBhV1E2TVRRMk1ESTFSamxET1RZNU1URkZOMEV4UWpBNU5UUkZNa0ZFUlRNeE1EVWlJSE4wVW1WbU9tUnZZM1Z0Wlc1MFNVUTlJbmh0Y0M1a2FXUTZNVFEyTURJMVJrRkRPVFk1TVRGRk4wRXhRakE1TlRSRk1rRkVSVE14TURVaUx6NGdQQzl5WkdZNlJHVnpZM0pwY0hScGIyNCtJRHd2Y21SbU9sSkVSajRnUEM5NE9uaHRjRzFsZEdFK0lEdy9lSEJoWTJ0bGRDQmxibVE5SW5JaVB6NGhuWFhlQUFBU0QwbEVRVlI0MnV4YkNYU1VWWlorNy8xYkxhbXE3Q0ViRUJKV2wyT0RNdWpvdUxSMkR5cUNLNklvdURDNG9FY0ZRVkVVQklWMlVHeGNzRlZzV2tWSEcremoxbzNMY2UwV3UyWEU3UWdTSVpCOXEwb3FsVnIrNWIwMzkvMlZRRmdxcWE0ZjU4dzVreUlucWVYbnYyKzU5N3ZmL2U0ci9IM3BlTndkcGVqbmVrZ0k4U3l2ek1KZGNpeU9PTWNZSDNVYjNMNHRwVlJHa2dSVFlUK0REZkVBRzJKR0VrSC9LNDlCTTRObUJzME1taGswTTJobTBNeWdtVUV6ZzJiK2o1Z0J4dDNQeTNRZWNwcXNIc2x3SlljWGlISHg1Q2lic1cxd1Jxa1JBbjV2VDk5RnNGdFkrbWVLaUlITVlNeVlKZWZrRk41MG0rVDNxV1hGMGI5LzFiYjJHVUtVdmd1SUpRa3h4bE1YU1FPYjRjaVM4bkpLVml5Q1Z4MmIzb3h0L3daRHVRSzM0OG5QTVV5U1dWR01ORXlJZzBXemIyYlVOZFpNblIzZS9yNkVQQkx5TW1UdEh3aENsdmVVVXhQZjdhU1JDQ0ZTaHJNQlU4VGwwcXYzbUMxdFdaV25pR2t3ZG1BWWxFcStyTkxmTHErWk1vdEdPdTFhTXlOUEExTXNGdmY4eS9oeFAyMEZWemhrOVRualJKVzVZY0ExR0pITUhWb3NDeXlkcGhKWlRuVWJLNkU3alJzWU1aWWxxNlhkMkwyWFUzWkkwTUE3VXNDbmphNFVmbzg0enRnRmhCbFZoYjJwUG5NS0xBdVJOTnZZL2dkRGlqcjgxYWVKeDRYQ0xGT3dFVHNoOXNZN2FmeVF4UXVKNnFJMGdqRkJCSXVQWUFwRVJxWlpkLzBDSzlpQnNaS3BHUkYrOWtwZ1V2TGdvakU3L3BaLzNSekdUZHo3c0QrUmFLaURtNVl3bi9IZUVLUllqUzI3ejVsTzNDNjV1SWkyaDJ5UHdrakNBdDhnSkJuRGRyZzRRQUV4V01KMFBmTFpSK0JRREptQWFaTGs1OVJnTkFHUnoyaGNvSnprZ21EcVI0NlIwMW8wam1SUEhuYTdwSURmckc5aVJsUXBLQ3lZZjVNMnNrS3ZyZ211MzVpbzNpa1JMK2NwTGVGdkE2TnhwTHNmQllveFV5a3FxdnJrZGJWaWFPajNyOWJkUEo5NHZGWHZidktlUEtIbmdsaDgxMmxUWTE5dGsyU3ZuU1lPVTZCOFdRTzVBQ0VjNmRxb1NtMTBWZU9keSt0dnZwdlJXUDROMTRFTmJwcEdjMnZqNGhXeGJkK1VQYmtTWXdrUUFhWEllQU42R3Z5emxOTGl6czN2dEt4OUZGR21lSWZrelowSk93SGJYVHZydHZxVlMvYWNleVZXRmEyOGdqTTlWUklhTUc1Z2RBU1doWVlBRnJHRlFvRUwvOTFWT1J5ZVI5Ny90T3U5djJqdUVUUWExbmRVcTFYRE9ESXpOUVBJaUZ5eEw3LzIvZXIwd0ptVFBXTlBMTHB2UHJjc1RIRDcydWVGWEJZUHlka0ZucE5Pc01maElOOEF1dWhOZThLYjM2bjY4SSs4TnpXSDMvbWc2NzMzQ1ZlMTQwY1BmV2FOVmxsaDFEWmdwS1RhbXpTeUorZmdySTJMSG1DUjd1d1pGeEtQdSt1OVQ1cnVXczVZTFBDcjg0YTk4RGpKOW9mZjJFSTd3OEJMRUQ4eVJ4aklvY1hvc1AwWDhESWhhUUdzS0xRN0pBWU9vWitiaXpXRmhTTmNOemc5TXRna0hUcXQyUUNqQUlDUkFCbE5pK2ttVWJLU0xraURJWUhRY0pFa2c5RitnR0JnT3NoNVFoczdzbmpsWXN2c1pDd0JZY1RNYm1aR2dXWndaQUQ4Z0xteWRhdWtnanpPemN3SkZDdzIxL1hjNjJlb0ZlVWlFMHZTd1duTkFnVHkvdHVreG9VcmtzdWJNYlBCM0tMQU9ySXZQaS9WVlZhNFM2eFk1bWIyT3dJUnQyQ21pSmhEb0JVNGdtQm8zQm5yQk5aTWZGbUpIM2MzTGxqS0U4WkI3Z1RZYlZFcEoxRHk2RExpMFdpRVpjNEZDSlpvVzdCaDNqMWRuNzRMaU1BUEROdW10WWdJOWs0WmpLQWZoMG9qYmdSVnR3Q3ZoQjhmRXVTUVlXZ0MxdEpDblFvcUVMekFVZHdRV0gxVlFGbHZXTUR0c2N0Vi90eWp5cEI4WTIrZDFSWnNYcmFHSitJNEJibE51MXBqQjVNakNFWkRiMzFzSFJDYXZPdXVLTHJyRnFLcEhHVk1vRkJ2TU5nOFp2K2FpV2hDSkxadDIrN3BsOVplZHdjRmgrYk1RVkVJS3diL0dHTlVSd0E1c2dTL3hZOTRRbVF0b0NpRkhTOXRUbFRYUUdEMVU4V2xVMGJwMm9ncXo4a1QyamMrUzVCMldIYWxCSGw0SW1GdkczY1dOeDVYOFFNTGlVdGpzY1JCNFlsRjRhRU9LOWVxS3BoaE9FcHJzQWNzR2xmS2hneDk3aEYrR0d3bDM2R1JiZ2lkZnNBbVRVL0RTV2FFVS9nSFo4eHBpU3NXemFYQ2VOdWYyc0Npc1VNUW1sbFV6dkhuWEhrUlZtUkhoWWRBYU1Oc1h2Snd5Ky9XaUtSNVNIMGpiaTFCWmRwLy9aNVdraFk0eGkyc3VOQ2g3b1NGUjNCdTZSMEVlUVdxWXBRUjY4UWliRVJrU2dxaUZGa1dzbWpQajFBOEFOSzZUYjJqOE5aYnBkeHNsanA3cHVFQ2ZELzl0Si9COENXUjlxa1pwbFpFS1NrdVdYcC84YXJGcUY4aEo0MjBKcnpBTHMwQWdDbGpWb3doUTlieUFtZWZsVE45bXUvY1h5cDVPU0o3VWlmWms5c2xMbGlpRnFWaHlEZnU0NDdQdnZTQ3dFWG51bzhaZlJRMUc5dlRHQVZLbGpObGV2YmxVMzFubkdMRGwrM05ocW52M0IzOVlsdmd3c2xRQnNOZVplclFVTjh5UXkwcEcvbkYyMnA1eWY1M0lXZWJEYzIwSzdMMzB1dVkxWjMzMlN4RXJYNTJtcVNSQmpoU1pCTHdKNWN3OU5MbTZ0TXYvR0hNaE5iL2ZBcm9MbXlWcE9ZRVgzcVJkb1FKbGpOMkFVaWRtbGxidCt1RVh3WXVQajl3MFdRcE44YzdjYnkrYncrR1BHWUNGelFocTBxS1h3aGRxVGxVdWh5YWNaMmh1RVFDV1dlZmxqUHpFdmR4NDZTQXp3cUdhaTZhYmRZMWw2MzdUY3ZTUjh5V0prTFVJNGJud0xWbk1seHN5WUZBZUZMZURZUldEWlQ3enowek1IV3laK0o0b0tLQTN6dUdUN1E2Ty9iTGVmOGtDdGgyc0swT1FXcXhTVGxrekh3V0RnZGYyVmh6K2V5ZnpwZ1cyZklSTEdBL3pEWTlYU0JKYnBMWkVkYlExcm9nVkdVcEYvYkRxTjFYdCtCT1dEM1U3d21IZ2ZlRzkxSW1pSXpEaDJ6VFdrNzFMb3hkR0dFSDBNbDFiZVNJL0Z1dk40d0d5Mmc1NU1kSU5BS1JHbkx2SXFrZ2wzSERTVm9EbnlhRmQ5K2lGQmV5ZU9KZzNkVFdkZjMrbktzdmJWLzNCNGVGQndFNkllZGtBK2RMZFpYZ2FWQXNPT1VDdldwWGY3TGJVU2c4dkc2enFiVnQ5VHBSclFtV3pQdElxbFRLemk1Y2NBTjJxZHhKNFpFa1VFMTNQOVQreWdhYkRnTEhvWDIyUVNSUm9UMVEycy9lcEZsNG1CWUtZaVRvSzBIdW5rcTZMNzh4b3hpcC9YQ0JOTWd0dCtUczNJSnJieVJlcjFJNkpQNzFEKzFQUHkvQUdPTmVSUkFSMVF2c2dOczBLTk85WWFKSFVQcklVbmpWdGVYRHp0ZmZFbXltdDloTVZqek1zR2ZqdkVkZ05yYnNuVDYzODY5dndxSkp5TWVaMFpldGV5YWNxTy84aVVXajJFbVBRSEpyOFI5MnhiLzV3VjEwSEd3QWVGZGZ1WnY0UEtWcmwrKzllQTZOaHJHekhrSENPMm44TVkzYkJYMDVlUEZGajBCUndMRGRJNUFjOVFqRTNybzBJcWU4Mk9vTUg0MGVnU1RSOWxDaW9ma0lzNkdVK0gzQVJvNUdqMEJURXp1cXE4K2FSckNDRmRXT3hBTWxPOWEwNFg5ODV1ajBDRHdUVHlpODVRWWc1ZFFJQ1QyVkNvSWh5aHFZUWp4V04yZUJGZXAwMkNPd3IzTzV5OVl1SDdQajg3eXJabk5rWVFrZmVFaXkxZFRNZGROWmp3Q3JWbFBybnZPdkloNjNVbHpVMDNYaUI1TUZTYWljVG5vRWNBL0NFb253bHJkN3VqVlFxOHUrM3FMejRFREdHZXNDZ2tBbnRORlZ4Y3Z1dDI4dFZwOWFvdVNnVnJmOXUrZEhiQlhIRHBSYmNXTmFlT2ROV2Y5Nmt0VVJCdUFDLythNkFYVW9MS2d0MklNajhJYjVEN0J3SnlLeW85NGFiUXQyZi80bGp5V3dMRnNkSFdwNVdjSHRjNGphd3pIQnpScm1MM01RbnJ3bjR0b2VlN1p4elFyQWVZYXN3SW0venI1c0tpUi9Ma2t3czQ3WDNteTg4ejRhN3NUQWJHRm1SOXFpTktnNmR1ay83dFozMVVqSXJ3d3BLWDdncnZ3NU01T2ZtYzF0alhjL0dOendBcUFaSWE1VU50S1pEYmJidHBTaFNQWjVGNVNzWHVvYVU1bDBzczQzdGpUTVg1TFl2Vk9Xc29WWVpGazhkWlllMEFWc09QRm81YXRYRmR3NHEyY24ya0pOOXp6VS91d0dDQ0JaelFPS3k0d3VTT0g5cExVQndRWVlocUVXbDRJTkVYNk1kVzU2KzhjSlo3VSt1emJaeUlPOENkN3NPK3RzeWU4RGFwaXhDNGdTV2tpYTBTalJ0TlkxejdTdlhVK0luRFZtRXJjQmxGdE15ZzJVUExac3p6a3pVRmRIeGp5dDk2K3EwYTV1MzJRbzBxY0thYUJIQ3dKeVMrV2NIS0lxTEJiRFRvUXVRUWV6UEYzdmZGQjc3YTBBazRLbThiNUUzaUpaL21FYm53REVvNUZPbkNGUHMza2w4V1ZKZnIvWjBBQmd6S25WbDJ3a2EyQzFiS2pWSHVLNmZqaElwOGZUaERvc3NVakVqTlFMZjZGVVFybEM2N0pyVXNualk3b2hXb2IxZTUwZHNyQ1BwUkIvSVBmU0srWENmQ2s3MExibUdTdllEdFVhVEt0b3hhTEFsSE5FajcrdW9lNmFPMWdzbXFrT0Rhd1RtWEorN3REbkhpbGV2aEJTdjluY1lKbHRsdDV1V2ExTml4NXNXZldFTnJJaTU3SUxoS2liV29kT0M5TmdsWXpHNWoyL25oSDUvdVBDSzI5V0s0ZXpyZ2pZRHIyd3FmbloxYkd0L3oxaXk4c0FOMDVRSUhsa1JFdDh1elB4L1krcVZnYUZadjVOczVTaWdvN1gzZ0pBVU5WaVkvYytzN2Jlcmt4WjVrbDZ2NkRHVUFMcHFQbmxwMmt3WEhEYm5PcnBGMGpJalpFTS9zYlJBR1ZXT21ZSTFCM3E4UExzYWRORUM0OGJuZ20vd0c1WDNubFhBQVhnaHFFT0s0ZFBuZW5ReVR3Tjk2b29IL0duNTVPbGhhMnhNZC9wSjlzaUN5Y1lENmhEcDBNSEQ2eGN6NmtLV3cvbzVUMzRxT25RV0VCV3ZPUGwxMFgrRnozUVBqc21kT2lBZjhvNWdpQTQxS0ZoYVZwV1B0NjBlaFhwdVQ2NTVmWThoQ0lvbFN4ZFlzZU5NekhGcHVGUStTbGluMnhNRXdpazY0SitJaG5teWcwenFhb2NucVRUclQyVGloRGpFU3RoaUVOM0pCdmV0TXhPdGFCTUdWcHE3SzAzZ3czMndUamtJRHlUbEZWUjhtYk0xa2FPQUtMVS92anoxT3JLdStxcTBvZVhTTmwrWnBqdHYxM2Z2T3hoKzd4SXhrbWFFSVlNdGFwaTJCL1c1dDA0aXdaRGpJYXpUcHcwZFAwYVpVZ2hjYm1Jb2c1WmNsdmhnbm1NUlRuQm1aN2xFTHRpcWlPR0puNnEyVG5tMVBZWDFrTWxXcmp3WmlMNkc2amoxVGUvcnpoMjM5VzM1dDEwdGVUT1ExYkdoeXpFZ2xNcDJ4ZDU5Mk9qdlU1U3M5MmpqdkdmZnc0RWl0blVVbmZESXF1bExmaml4dmhYMzd2R2pvSjVaMnBHYUVLS3NidFdHMVVKVDB5ak9SODRyVnR3cFk3ZnYycDJOa3BhcnMwVUZNbWY1YUFoQ1lVeWRzZSsycTZXRjQvWTlPS3dSNTdLbXoxZGRMbTZvKzIvZXhFNGhxblg1MHlibG5YcVJHTmZIWEZ3bGtPMGNLa1JnZldwZlBjVjRGREpzcmJoOXZzVHRUdGM1YU9MbGkzSXYyYUdGZTRDb290UjVuSTNGb2NRcGF6SUp4L3RHSHM2cEdUSTA1SDNQNGx1M1Fxa0dWeWN5RXJMaXNkaTMrM2c4VGlrdjB5UGpQU0tQMUJBTXozQlVEZEV2aTFDK2JnSkwyTU02YkJuTUErSitJNFlvT21oUUs5QWJPbHR5TzZrU2tDYWdZV1lFZGZRU25YRU1LT21WdDlYUTJRTnNWUXpTUjhGVkxYdzJubGE1WEFyR0dwZHZZNVprWUs1YzR0WExwWjhXV0N4L2NrTmpYY3RRK0pRbENNVTBMVlJGZVhyVm1YUG1LWlg3MkZXT091VTA4cWVXZ240RDZqTVkzcmg3ZjlSZFBjZFZLQUFTZFV2VGc4RktvYkdmOWkxYzl4cG9jMy9CVHRSZU9mTldCd29ROEVOcjMxWFBxN200dXR6cjcxYzhlUWp5MGlWY2RKQkFRYUwwLzNoMzh5dUZrbnh1Y2NkNzU5OGxrQ0J1c2FHVys1aDNkR08xLzhVMi9hMWE5eG9nUUxFQVFyb1ArMTFIVHNhSE13MGcva0w1a0xpZ2RrRTE3OWlkcmVLNDBxQzVYcXgxKzJBUUFrVThNUzJiNWZ6Y2l2ZmZjMm9xY3VkZVluSU41M2gwSE1iQVFVTXZiSGdpam5lMHlhYU45VDFjNktMcElFQ1FLQVNkWFBtZXlmK0luL3VUTUJtR2svVXoxdWNhTmpscWh4ZHRXbno4STFQUUhGanRyUWhSeWpBbUNSNXUvKytkZWN4cDhPdUVFQ0JEejZMZjdPZElFMHBLYUd0b2NZbHYwbDh1OE0rbWVBRUJZVDNZQ3pMekVoUUZFMEdLWkhjNG5RTjc2SW9BaEFnZEZiaVArSi9UN3UrRWJVSG80WTRVaTBobitES2pOb3lJZlljZXhJd1JTdllBWlFEWEs2ZkwvU21VWGd3QzhoLytlTnJLdDk0dWVLTkRWSmhMbWNtQkthUU95NmJNdXJMTGNlMmZEdnFIMzhtWGc5QWQrYnFvTURLZ0s5ZzNqV0F4OEhuWHpMcjZ4blRtUm5sVEc5ZXNxTDZqQXVpZi8wSGxEaDlLR0xHOVkyaUpIWlU3NXAwdnQ1VlU3cndmcy9KRTJDSmlOZmIrdERhOExiM2F5NjVmdFRXZHdSYlMwMmcwdEU2R1ZGVnZhYVd4eE9xdXlUeTZjZEthVkh1ekl1am4zK3AxK3lEK29ZbmRPQUZSSlo1NXJQcEZWUmdRcFlaUkNZTGZiRVB6N3UzWVA3Y3V0WDN5VWdWbXJ1Ukk1bzN0bWpueUF6VUxxNHhsYVhMVjRqdU1LYXVxcEd1c1NPSExYc1k2amdvUnRXU1VxMWkyTkdvYjB4TExpb2NjdTl0ZmQ5MUh6ZjJnS29lN3NJTW9jeDdhMG1NNGdOOFMwWGtCYzZ3NDk2YXgycHFiWG40U2Z0d0VqbEV2SmR5QWtYQVExM09EdldKM2xwWHBQNldlME52dlNKNlFZZWxJeGdIRElKYmxyUGVtaEM2b0ZZMjdKWmFpblJoUmxMSmRta2Y2aE9hbW9TSjF5NmdEc1dzcEpKTzVLeit2MytUOWprYnUrdUFVOUFyTkZDSk83Q1ovUU5NZWFwK29BdlE0TmZqQnMwTW1oazBNMmhtME15Z21VRXpnMmIrbjV1UjdWWm1mMTg4ZGZJUVg2M0QyS0pVbkVEbTlsY0QrTTh6RDlFcXlmTCtqd0FEQUlVZG5wd08yUDAxQUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==) no-repeat #d0021b 0 .9375em/contain;height:14em;width:2.125em;position:absolute;top:1.25em;left:0}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap{margin-left:2.4em;margin-top:-.5em}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post{width:10.4375em;margin-right:1.25em;float:left}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post:last-child{margin-right:0}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__essentialist-row-post-thumb{min-height:7.8125em}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__essentialist-row-post-thumb img{width:100%;height:auto;max-height:6.4em}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__essentialist-row-post-thumb .hp-panel__essentialist-row-post-number{position:relative;left:0;top:7.1em;background-color:#d0011b;color:#fff;padding-top:.38em;font-size:.9em;font-weight:700;width:1.95em;height:1.95em;text-align:center}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__essentialist-row-post-section{font:400 .75em/1 sans-serif;text-transform:uppercase;font-weight:700;margin:.3em 0}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__essentialist-row-post-header{font:400 1em/1.125 sans-serif;margin:.2em 0 0;height:5.1em;max-height:5.1em;overflow:hidden}.fonts-loaded .hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__essentialist-row-post-header{font-family:"FormaTextBold",sans-serif}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__top-bar-featured-headline-byline{font:400 .625em/1.2 FormaText,sans-serif;overflow:hidden;height:1rem;display:inline-block}.hp-panel__essentialist-row .hp-panel__essentialist-row-post-wrap .hp-panel__essentialist-row-post .hp-panel__top-bar-featured-headline-byline .icon-clock{vertical-align:middle}@media only screen and (max-width:41.6875em){.hp-panel__essentialist-row{display:none}}@media only screen and (min-width:41.75em){body.essentialist .home__left-column--main{border-top:none;margin-top:0;padding-top:0}body.essentialist .sidebar-bottom-margin.subscriber-ad:first-child{margin-bottom:22.5rem;min-height:37.5em}body.essentialist .home__left-column--center{margin-top:20.9375rem}body.essentialist .home__top-right-column{margin-bottom:20.9375rem}}.hp-panel__newsmakers{margin-bottom:2.1875em}.hp-panel__newsmakers-header{background-color:#000;color:#fff;margin:0;padding:.625em;font:400 1.3125em/1 sans-serif;text-align:center;text-transform:uppercase}.fonts-loaded .hp-panel__newsmakers-header{font-family:"FormaTextBold",sans-serif}.hp-panel__newsmakers-wrap{border:1px solid #000;padding:.4375em}.hp-panel__newsmakers-subheader{font:400 1em/1.125em sans-serif;color:#d31b20;margin:0 0 .4375em;text-align:center}.fonts-loaded .hp-panel__newsmakers-subheader{font-family:"FormaTextMedium",sans-serif}.hp-panel__newsmakers-photo{border-radius:50%}.hp-panel__newsmakers-name{font:400 .875em/1 sans-serif;text-align:center;margin:.3125em 0;text-transform:uppercase}.fonts-loaded .hp-panel__newsmakers-name{font-family:"FormaTextBold",sans-serif}.hp-panel__newsmakers-company{font:400 .875em/1 sans-serif;text-align:center;margin:0 0 1.25em}.fonts-loaded .hp-panel__newsmakers-company{font-family:"FormaText",sans-serif}.hp-panel__newsmakers-company:after{content:" ";display:block;height:1px;background-color:#000;width:6.875em;margin:1.25em auto 0}.hp-panel__newsmakers-photo{width:72px;margin:0 auto;filter:grayscale(100%)}.hp-panel__newsmakers-person{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hp-panel__newsmakers-person a{margin:0 auto;text-align:center}.hp-panel__newsmakers-person:last-of-type .hp-panel__newsmakers-company:after{display:none}.hp-panel__latest-galleries-post-wrapper{position:relative}.hp-panel__latest-galleries-post{padding-bottom:.625em;margin-bottom:1.75em}.hp-panel__latest-galleries-post:last-child{margin-bottom:0}.hp-panel__latest-galleries-post:first-child{padding-top:1em}.hp-panel__latest-galleries-img{width:100%}.hp-panel__latest-galleries .hp-panel__wrap-inner>:last-child{margin-bottom:0}.hp-panel__latest-galleries-icon{position:absolute;display:block;top:5px}.hp-panel__latest-galleries-eye{top:.3125em;right:.4375em}.hp-panel__latest-galleries-collections{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.hp-panel__latest-galleries-taw{left:.625em}.hp-panel__print .hp-panel__wrap-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:41.75em){.hp-panel__print-magazine{width:9.4375rem;height:12.1875rem;box-shadow:.625rem .625rem 1.1875rem -.25rem rgba(0,0,0,.21)}}@media only screen and (max-width:41.6875em){.hp-panel__print-magazine{width:100%}}.hp-panel__print-subscribe,.hp-panel__print-section{font:400 1em/1 sans-serif;text-decoration:none}.fonts-loaded .hp-panel__print-subscribe,.fonts-loaded .hp-panel__print-section{font-family:"FormaTextMedium",sans-serif}.hp-panel__print-subscribe{color:#fff;background-color:#d31b20;border-radius:10px;height:auto;width:11em;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0;padding:.7em .7em .7em .9em;text-transform:uppercase}.hp-panel__print-subscribe a{font-size:.9em}.hp-panel__print-section{color:#000;display:block;position:relative;text-align:center;border-top:1px solid #000;width:90%;margin-top:.9em;padding-top:.9em}.hp-panel__print-posts{clear:both;width:100%}@media only screen and (max-width:41.6875em){.hp-panel__print-posts{background-color:#f4f4f4;padding:.625em}}@media only screen and (min-width:41.75em){.hp-panel__print-posts{margin-top:1.25em;margin-bottom:.625em}}.hp-panel__print-posts-header{font:400 1.1875em/1 sans-serif;margin:0}.fonts-loaded .hp-panel__print-posts-header{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__print-posts-header{font-size:1em}}.hp-panel__print-posts-excerpt{font:400 .75em/1.1 serif;margin:0;padding-top:.4375em}.fonts-loaded .hp-panel__print-posts-excerpt{font-family:"TiemposRegular",serif}@media only screen and (max-width:41.6875em){.hp-panel__print-posts-excerpt{display:none}}.hp-panel__print-posts-excerpt p{margin:0}.hp-panel__print-section-links{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;float:right;width:100%;font-family:FormaTextMedium,sans-serif;font-size:1.25em;line-height:1.1em}@media only screen and (max-width:41.6875em){.hp-panel__print-section-links{display:none}}@media only screen and (min-width:41.75em){.hp-panel__print-section-links{width:100%}}.rule-divider{background-color:#000;height:1px;display:block;width:5em;margin:.9375em 0}.hp-panel__print-mobile-links{display:-ms-flexbox;display:flex;width:100%}@media only screen and (min-width:41.75em){.hp-panel__print-mobile-links{display:none}}.hp-panel__print-mobile-links a{text-decoration:none;color:#fff;padding:.4375em 0;font:700 .9375em/1 sans-serif}.fonts-loaded .hp-panel__print-mobile-links a{font-family:"FormaText",sans-serif}.hp-panel__print-mobile-links-browse{background-color:#000}.hp-panel__print-mobile-links-subscribe{background-color:#d31b20}.hp-panel__print-mobile-links-browse,.hp-panel__print-mobile-links-subscribe{-ms-flex-positive:1;flex-grow:1;text-align:center}.hp-panel__print-btn svg{width:1.0625rem;height:1.0625rem;margin:0 0 -.1875rem .25rem}.hp-panel__print-post--wrapper,.rule-divider{margin-left:1.25em}.hp-panel__plus-circle{float:left}.hp-panel__plus-circle svg{width:1.0625rem;height:1.0625rem}.hp-panel__plus-circle path{fill:#d31b20}.hp-panel__memo-pad-article{border-bottom:1px solid #979797;padding:.2rem 0}.hp-panel__memo-pad-article-base{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.hp-panel__memo-pad-article-base>a{-ms-flex-negative:0;flex-shrink:0}.hp-panel__memo-pad-img{width:6.125rem;height:6.125rem;border-radius:3.063rem;max-width:initial;margin-right:.4375em}.hp-panel__memo-pad-header{margin:0;font:400 .9375em/1 sans-serif;padding-left:0;margin-bottom:.5rem;font-weight:700;margin-top:.625rem}.fonts-loaded .hp-panel__memo-pad-header{font-family:"FormaTextBold",sans-serif}.hp-panel__memo-pad-header:before{content:'';display:inline-block;width:.625rem;height:.625rem;border-radius:.4375rem;margin-right:.3125rem;background-color:#d31b20}.hp-panel__memo-pad-excerpt{font:400 .8125em/1 sans-serif;margin-left:.4375rem}.fonts-loaded .hp-panel__memo-pad-excerpt{font-family:"FormaText",sans-serif}.hp-panel__memo-pad-excerpt p{margin:0}body .hp-panel__memo-pad-meta{margin:.5rem 0;font-size:12px}.hp-panel__memo-pad-meta{font:400 .6875em/1 sans-serif;margin:0 0 1.25em;color:#686c6d}.fonts-loaded .hp-panel__memo-pad-meta{font-family:"FormaText",sans-serif}.hp-panel__trending-now-top{position:relative}.hp-panel__trending-now-top .panel__trending-now-top-no-img{width:278px;height:180px;border:1px solid #ccc}.hp-panel__trending-now-header-wrap{position:absolute;bottom:.2em;width:100%}.hp-panel__trending-now-title{color:#fff;background-color:rgba(0,0,0,.5);margin:0;text-align:center;width:100%;padding:.3125em;font:400 .9375em/1 sans-serif;word-break:break-word}.fonts-loaded .hp-panel__trending-now-title{font-family:"FormaTextBold",sans-serif}.hp-panel__trending-now-bottom-post{padding-top:1.25em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:.9375rem}.hp-panel__trending-now-bottom-header{font:400 .9375em/1 sans-serif;padding-left:.4375em;word-break:break-word}.fonts-loaded .hp-panel__trending-now-bottom-header{font-family:"FormaTextBold",sans-serif}.hp-panel__trending-now-bottom-img{width:6.6875em;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0}.hp-panel__trending-now-bottom-img img{width:107px;height:auto;max-width:initial}.hp-panel__trending-now-bottom-img .hp-panel__trending-now-bottom-no-img{width:107px;height:69px;border:1px solid #ccc}.hp-panel__trending-now-rank,.hp-panel__trending-now-bottom-rank{background-color:#d31b20;width:1.75rem;height:1.75rem;color:#fff;margin:0;font:800 1.25em/1 sans-serif;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.fonts-loaded .hp-panel__trending-now-rank,.fonts-loaded .hp-panel__trending-now-bottom-rank{font-family:"FormaText",sans-serif}.hp-panel__trending-now-bottom-rank{margin-left:-.625em;position:absolute;top:50%;-ms-transform:translate(0%,-50%);transform:translate(0%,-50%)}.hp__panel-twitter-timeline{background-color:#eef2f5;border-top-color:#4f94a9 !important;border-bottom-color:transparent !important;margin-bottom:.3125em !important}.hp__panel-twitter-timeline .hp-panel__twitter-timeline-heading{color:#000;font:700 1.6875rem/1 serif;margin:.3125em 0 .625rem;text-align:center}.fonts-loaded .hp__panel-twitter-timeline .hp-panel__twitter-timeline-heading{font-family:"PublicoBannerRoman",serif}.hp__panel-twitter-timeline .hp-panel__twitter-timeline-heading svg{max-width:55%}.hp__panel-twitter-timeline iframe{max-width:100% !important;min-width:100% !important}.hp-panel__careers-listing,.hp-panel__careers-listing--featured{border-bottom:1px dotted #982584;padding-bottom:1.25em;margin-bottom:.625em;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hp-panel__careers-listing h3,.hp-panel__careers-listing h4,.hp-panel__careers-listing h5,.hp-panel__careers-listing h6,.hp-panel__careers-listing--featured h3,.hp-panel__careers-listing--featured h4,.hp-panel__careers-listing--featured h5,.hp-panel__careers-listing--featured h6{margin:0;font-family:sans-serif;color:#000;font-weight:500}.fonts-loaded .hp-panel__careers-listing h3,.fonts-loaded .hp-panel__careers-listing h4,.fonts-loaded .hp-panel__careers-listing h5,.fonts-loaded .hp-panel__careers-listing h6,.fonts-loaded .hp-panel__careers-listing--featured h3,.fonts-loaded .hp-panel__careers-listing--featured h4,.fonts-loaded .hp-panel__careers-listing--featured h5,.fonts-loaded .hp-panel__careers-listing--featured h6{font-family:"FormaText",sans-serif}.hp-panel__careers-listing h3,.hp-panel__careers-listing--featured h3{text-transform:uppercase}.hp-panel__careers-listing h3,.hp-panel__careers-listing h6,.hp-panel__careers-listing--featured h3,.hp-panel__careers-listing--featured h6{font-size:.75em}.hp-panel__careers-listing h4,.hp-panel__careers-listing--featured h4{font-size:1.125em;color:#982584;margin-bottom:.625em}.hp-panel__careers-listing h5,.hp-panel__careers-listing--featured h5{font-size:.875em}.hp-panel__careers-listing h6,.hp-panel__careers-listing--featured h6{margin-top:.625em}.hp-panel__careers-listing:first-of-type,.hp-panel__careers-listing--featured:first-of-type{padding-top:.625em}.hp-panel__careers-details-btn{border:1px solid #d31b20;padding:.4375em;margin:-2.2em 0 0;-ms-flex-item-align:end;align-self:flex-end}.hp-panel__careers-details-btn a{text-decoration:none;color:#d31b20;font:700 .75em/1 sans-serif}.fonts-loaded .hp-panel__careers-details-btn a{font-family:"FormaText",sans-serif}.hp-panel__careers-listing--featured{background-color:#e1e8eb;padding:.625em}.hp-panel__careers-listing-featured-header{margin:0;font:700 .6875em/1 sans-serif;color:#000;text-align:center;margin-bottom:.625em}.fonts-loaded .hp-panel__careers-listing-featured-header{font-family:"FormaText",sans-serif}.hp-panel__careers-listing-headers{padding-left:.625em}.hp-panel__careers-listing .hp-panel__careers-details-btn{margin-right:.6em}@media only screen and (max-width:41.6875em){.hp__panel-fashion,.hp__panel-accessories,.hp__panel-business{border:none}}.hp-panel__vertical-category{text-transform:uppercase}.hp-panel__vertical-category{border-bottom:.125em solid #000;display:inline-block;font:400 .75rem/1 sans-serif;margin-bottom:.4375rem;padding-bottom:.4375rem;margin-top:0}.fonts-loaded .hp-panel__vertical-category{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__vertical-category{display:none}}.hp-panel__vertical-heading{color:#982584;font:700 1.375rem/1 serif;margin:0 0 .625rem;text-align:center}.fonts-loaded .hp-panel__vertical-heading{font-family:"PublicoBannerRoman",serif}@media only screen and (max-width:41.6875em){.hp-panel__vertical-heading{font:700 1.3125rem/1 sans-serif;text-align:left;border-bottom:5px solid #982584;width:100%}.fonts-loaded .hp-panel__vertical-heading{font-family:"FormaText",sans-serif}}.hp-panel__vertical-img{max-width:100%}@media only screen and (max-width:41.6875em){.hp-panel__vertical-img{-ms-flex-order:-1;order:-1;margin-bottom:.4375em}}@media only screen and (min-width:41.75em){.hp-panel__vertical-img{border-bottom:.5rem solid #982584}}.hp-panel__vertical-meta{color:#686c6d;font:400 .6875em/1 sans-serif;margin:0 0 .4375em}.fonts-loaded .hp-panel__vertical-meta{font-family:"FormaText",sans-serif}.hp-panel__vertical-post{margin-bottom:1.25em}.hp-panel__vertical-post:last-of-type{margin-bottom:0}@media only screen and (max-width:41.6875em){.hp-panel__vertical-post{width:50%;flex:0 0 auto;width:calc(99.99%*1/2 - (.4375em - .4375em*1/2));margin-bottom:0}.hp-panel__vertical-post:nth-child(1n){margin-right:.4375em;margin-left:0}.hp-panel__vertical-post:last-child{margin-right:0}.hp-panel__vertical-post:nth-child(2n){margin-right:0;margin-left:auto}.hp-panel__vertical-post a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hp-panel__vertical-post picture{-ms-flex-order:-1;order:-1}}.hp-panel__vertical-title{font:400 .9375rem/1.2 sans-serif;margin:0 0 .3125rem}.fonts-loaded .hp-panel__vertical-title{font-family:"FormaTextMedium",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__vertical-title{margin-bottom:.4375em}}@media only screen and (max-width:41.6875em){.hp__panel-vertical-post-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.hp__panel-retail .hp-panel__vertical-img{border-color:#982584}.hp__panel-retail .hp-panel__vertical-heading{color:#982584;border-color:#982584}.hp__panel-beauty .hp-panel__vertical-img{border-color:#d31b20}.hp__panel-beauty .hp-panel__vertical-heading{color:#d31b20;border-color:#d31b20}.hp__panel-mens .hp-panel__vertical-img{border-color:#686c6d}.hp__panel-mens .hp-panel__vertical-heading{color:#686c6d;border-color:#686c6d}.hp__panel-retail .hp-panel__vertical-img{border-color:#16444e}.hp__panel-retail .hp-panel__vertical-heading{color:#16444e;border-color:#16444e}.hp__panel-runway .hp-panel__vertical-img{border-color:#000}.hp__panel-runway .hp-panel__vertical-heading{color:#000;border-color:#000}.hp__panel-accessories .hp-panel__vertical-img{border-color:#ef9520}.hp__panel-accessories .hp-panel__vertical-heading{color:#ef9520;border-color:#ef9520}.hp__panel-business .hp-panel__vertical-img{border-color:#47853e}.hp__panel-business .hp-panel__vertical-heading{color:#47853e;border-color:#47853e}.hp__panel-markets .hp-panel__vertical-img{border-color:#47853e}.hp__panel-markets .hp-panel__vertical-heading{color:#47853e;border-color:#47853e}.hp__panel-eye .hp-panel__vertical-img{border-color:#00adef}.hp__panel-eye .hp-panel__vertical-heading{color:#00adef;border-color:#00adef}.hp-panel__report-card-wrap{position:relative}.hp-panel__report-card-excerpt-wrapper{position:relative}.hp-panel__report-card-excerpt{bottom:4.6875em;background-color:rgba(255,255,255,.5);margin:.625em;position:absolute;padding:0 .625em;text-align:center}.hp-panel__report-card-excerpt h3{margin:.4375em 0}.hp-panel__report-card-excerpt p{margin:.4375em 0}.hp-panel__report-card-excerpt svg{fill:#d31b20;margin-right:.125em;width:.75em}.hp-panel__report-card-header{font:800 1.1875em/1.2 sans-serif}.fonts-loaded .hp-panel__report-card-header{font-family:"FormaText",sans-serif}.hp-panel__report-card-subheader{font:800 .9375em/1.2 sans-serif}.fonts-loaded .hp-panel__report-card-subheader{font-family:"FormaText",sans-serif}.hp-panel__photo-archive-heading-wrapper{position:relative;height:1.5rem}.hp-panel__photo-archive-heading{bottom:0;padding:.3125rem .3125rem .125rem;font:800 1.1875rem/1.1875rem sans-serif;margin:0;position:absolute;z-index:2;background-color:#fff;text-transform:uppercase}.fonts-loaded .hp-panel__photo-archive-heading{font-family:"FormaText",sans-serif}.hp-panel__photo-archive-heading-background{display:block;background-color:#d31b20;position:absolute;left:0;bottom:0;width:100%;height:1.5em}.hp-panel__video-post{position:relative}.hp-panel__video-preview-wrap{position:relative}.hp-panel__video-playButton{position:absolute;width:auto;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.hp-panel__video-title-wrap{position:relative;width:100%}.hp-panel__video-title{margin:0;text-align:center;width:100%;padding:.4375em .625em .625em;font:800 1.1875em/1 sans-serif}.fonts-loaded .hp-panel__video-title{font-family:"FormaText",sans-serif}.hp-panel.hp-panel__follow{border:none;padding:.4375em;background:#4f94a9}.hp-panel.hp-panel__follow h2{color:#fff;font:700 1.2rem/1 serif;margin:0 0 .35rem;text-align:center;letter-spacing:1px}.fonts-loaded .hp-panel.hp-panel__follow h2{font-family:"PublicoBannerRoman",serif}.hp-panel.hp-panel__follow .site__footer-social-links{margin:0 auto}.hp-panel{border-top:.4375em solid #000;margin-bottom:2.1875em}@media only screen and (min-width:41.75em){.hp-panel{border-bottom:.0625em solid #000;padding-bottom:.4375em}}.hp-panel__wrap-inner{margin-top:.625em;display:block}@media only screen and (min-width:41.75em){.hp-panel__wrap-inner{border-left:.0625em solid gray;border-right:.0625em solid gray;padding:0 .4375em}}@media only screen and (min-width:41.75em){.hp-panel__wrap-inner--fullBleed{padding:0}}@media only screen and (min-width:41.75em){.hp-panel__widget .hp-panel__wrap-inner{padding:0 .625em}}@media only screen and (min-width:41.75em){.hp-panel__widget .hp-panel__wrap-inner--fullBleed{padding:0}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0}img{height:auto;max-width:100%}body{font:400 1rem/1.2 sans-serif}.fonts-loaded body{font-family:"FormaText",sans-serif}.post-title{border-bottom:5px solid #000;margin-bottom:1.25em;padding-bottom:.625em;overflow:hidden;width:100%}.post-title h1{margin:0;font:400 2.8125rem/1 serif}.fonts-loaded .post-title h1{font-family:"PublicoBannerRoman",serif}.header-spacer{border-bottom:1px solid #000;margin-bottom:1.25em;padding-bottom:.4375em;margin-top:.625em;width:100%;float:left}.text-underline{border-bottom:1px solid #bbb;margin-bottom:1.25em;padding-bottom:.4375em;margin-top:.625em}.site__bread-crumbs{margin:1.25em 0}.site__bread-crumbs ul{margin:0;padding:0;overflow:hidden}.site__bread-crumbs ul li{display:block;float:left;text-transform:uppercase;margin:0 8px 0 0;padding:0 8px 0 0;position:relative;font-size:.875rem;color:#757575}.site__bread-crumbs ul li:after{content:'/';position:absolute;right:-2px;top:0;color:#d31b20}.site__bread-crumbs ul li:last-child{margin:0;padding:0}.site__bread-crumbs ul li:last-child:after{content:''}.site-header{width:100%}.row{font-size:0;clear:both}.row .one-half,.row .three-sixths,.row .two-fourths{width:50%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .one-third,.row .two-sixths{width:33.33333%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .four-sixths,.row .two-thirds{width:66.66667%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .one-fourth{width:25%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .three-fourths{width:75%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .one-sixth{width:16.66667%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .five-sixths{width:83.33333%;display:inline-block;font-size:16px;vertical-align:top;box-sizing:border-box;padding-left:5px;padding-right:5px}.row .last{padding-right:0}.row .first{padding-left:0}#pagination{font-size:18px;margin:2.1875em auto;text-align:center}#pagination ul{display:inline-block;margin:0 .3125em;padding:0}#pagination ul li{display:inline-block;margin:0 .4375em;min-width:10px;text-align:center}#pagination ul li.current-page{border-bottom:3px solid #d31b20}#pagination #page-arrow-previous,#pagination #page-arrow-next{display:inline-block;color:#d31b20;margin:0 .3125em}#pagination #page-arrow-previous svg,#pagination #page-arrow-next svg{height:1em;width:1em;fill:inherit}#article-content .slideshow-launch.desktop{display:none}.pmc-image-widget-container{margin-bottom:2.1875em}.pmc-image-widget-container a,.pmc-image-widget-container img{display:block}.alignleft{display:block;float:left;margin-right:15px}@media only screen and (max-width:41.6875em){.alignleft{float:none;margin-right:0}}.alignright{display:block;float:right;margin-left:15px}@media only screen and (max-width:41.6875em){.alignright{float:none;margin-left:0}}.aligncenter{margin-left:auto;margin-right:auto;display:block}.wwd-zergnet-wrapper{margin-bottom:2.1875em}.wwd-zergnet-wrapper h2{margin:0}.wwd-zergnet-wrapper #zergnet-widget-32735{margin-top:.4375em}.wwd-zergnet-wrapper #zergnet-widget-32735:before,.wwd-zergnet-wrapper #zergnet-widget-32735 .zerglayoutcl:before{display:none}.wwd-zergnet-wrapper .zergpowered{font-style:italic;font-size:10px;color:#aaa}.site-wrap{margin:0 auto;max-width:calc(1000em/16);min-width:calc(1000em/16);padding:0 15px}@media only screen and (max-width:41.6875em){.site-wrap{padding:6.3rem 0 0;max-width:100%;min-width:100%}.admin-bar .site-wrap{padding-top:3rem}}.site-wrap#site-wrap{background-color:#fff}.site-wrap.footer{padding:0}html,html a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;text-rendering:optimizeLegibility}a{text-decoration:none;color:inherit}.ad--placeholder{background-color:#32cd32}.site-header .ad--placeholder{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:90px;-ms-flex-pack:center;justify-content:center;width:728px}.subscriber-ad.river-text-ad{font:700 .88542em sans-serif;letter-spacing:.2em/16;text-align:center;white-space:nowrap}.fonts-loaded .subscriber-ad.river-text-ad{font-family:"FormaTextMedium",sans-serif}@media only screen and (max-width:41.6875em){.subscriber-ad.river-text-ad{font-size:.9375em;white-space:normal}}.homepage .subscriber-ad.river-text-ad{margin:-1.25em 0 2.1875em;border-bottom:1px solid gray;padding-bottom:.625em}@media only screen and (max-width:41.6875em){.homepage .subscriber-ad.river-text-ad{margin-top:-.625em}}.archive .subscriber-ad.river-text-ad{padding:0 0 1.25em;margin:0 0 1.25em;border-bottom:1px solid #000}.subscriber-ad.river-text-ad a{color:#d31b20;display:block}.subscriber-ad.river-text-ad a strong{color:#000}.subscriber-ad.sidebar-bottom-margin{margin-bottom:2.1875em}.subscriber-ad.sidebar-top-margin{margin-top:2.1875em}.subscriber-ad#free-message-end{border-bottom:1px solid #aa9fa5;border-top:1px solid #aa9fa5;padding:10px;text-align:center;margin:0 auto}.gallery__center-upnext .subscriber-ad#free-message-end,.c_gallery__mobile-footer .subscriber-ad#free-message-end,.c_gallery__container .subscriber-ad#free-message-end{border-color:transparent}.subscriber-ad#free-message-end a{font:400 1.2em/1.4em sans-serif}.fonts-loaded .subscriber-ad#free-message-end a{font-family:"FormaTextBold",sans-serif}.subscriber-ad#free-message-end a span{color:#d31b20}@media only screen and (max-width:41.6875em){.subscriber-ad#free-message-end a{font:400 1/1.4em sans-serif;white-space:nowrap;font-size:4vw}.fonts-loaded .subscriber-ad#free-message-end a{font-family:"FormaText",sans-serif}}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container{position:relative;left:0;z-index:10;width:62.5em;max-width:62.5em}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:100%;width:100%}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:100%;overflow:auto}}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-non-sticky{display:block}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-non-sticky img{display:block;width:100%}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-sticky{display:none}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo{width:20%;height:100%;float:left;padding-top:1.2em;padding-right:0;text-align:right}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo{display:none}}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo{display:none}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-slug{width:41%;height:100%;float:left;padding-top:.7em;padding-left:1em;text-align:left;text-transform:none;font-family:serif;font-size:17pt;color:#000}.fonts-loaded body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-slug{font-family:"PublicoBannerRoman",serif}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-slug{display:none}}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-mobile-slug{display:none}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-mobile-slug{display:block;color:#fff;text-align:left;text-transform:none;font-family:serif;font-size:1.5em;width:11em;padding-top:.5em;padding-left:.5em}.fonts-loaded body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-mobile-slug{font-family:"PublicoBannerRoman",serif}}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjczcHgiIGhlaWdodD0iODZweCIgdmlld0JveD0iMCAwIDI3MyA4NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDQuMSAoNDE0NTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV1dELUhlYWRlci9Gb290ZXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjE3LjAwMDAwMCwgLTE0MS4wMDAwMDApIiBmaWxsPSIjZDMxYjIwIj4KICAgICAgICAgICAgPGcgaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE0MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTciIHBvaW50cz0iNjQwLjE2OTc1MiAwIDYxNyA4Ni4wMDEwNTM2IDg2Ni4zODE4NDkgODYuMDAxMDUzNiA4ODkuNTUzMTQ1IDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;width:28%;height:100%;float:left;padding-top:.9em;padding-left:1.6em;text-align:left;text-transform:none;font-family:FormaTextBold;font-size:20pt;color:#fff;cursor:pointer}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU1cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDE1NSAyOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDQuMSAoNDE0NTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV1dELUhlYWRlci9Gb290ZXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNb2JpbGUtUG9ydHJhaXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Ny4wMDAwMDAsIC0yODAuMDAwMDAwKSIgZmlsbD0iI2QzMWIyMCI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTIiIHBvaW50cz0iOTQuNTM2NjU0NyAyODAgODcgMzA4IDIzNC40NjIwMTggMzA4IDI0MiAyODAiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);float:right;font-size:12pt;height:20%;margin-top:.3em;padding:0;text-align:center;width:10em}}body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a{padding-top:2.1em;padding-left:2em;font-size:12pt}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login{display:none}}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container{position:relative;z-index:10;width:62.5em;max-width:62.5em}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:100%}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:auto}}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-white-logo{display:none}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo{display:block;width:8%;height:100%;float:left;padding-top:.7em;text-align:left}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo svg,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo svg{height:1.5em;width:5em}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-black-logo{display:none}}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-slug,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-slug{width:55%;padding-left:1.5em;font-weight:500;font-size:13pt;color:#fff;letter-spacing:.02em}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{padding-top:.3em;padding-left:2.5em;font-size:18pt}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{font-size:12pt;padding:0}}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login{float:left;width:9%}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a{padding-top:.8em;padding-left:1.8em;padding-right:0;font-size:12pt}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-non-sticky,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-non-sticky{display:none}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-sticky,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-sticky{display:block}body.site-served-banner-ad-enabled .site-header.sticky .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-sticky img,body.site-served-banner-ad-enabled.breaking-news .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .top-banner-sticky img{display:block;width:100%}@media only screen and (max-width:41.6875em){body.site-served-banner-ad-enabled:not(.subscriber-logged-in) .wwd-subscribe-now-banner-ad-container{margin-top:.5em}body.site-served-banner-ad-enabled:not(.subscriber-logged-in):not(.wwd-scrolling) .site-wrap{padding-top:12.25rem}body.site-served-banner-ad-enabled:not(.subscriber-logged-in):not(.wwd-scrolling) .top-banner-sticky{display:none}body.site-served-banner-ad-enabled:not(.subscriber-logged-in):not(.wwd-scrolling) .top-banner-non-sticky{display:block}body.site-served-banner-ad-enabled:not(.subscriber-logged-in):not(.wwd-scrolling) .top-banner-non-sticky img{display:block;width:100%}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-wrap{padding-top:5.5em}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .login-container{display:none}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__top{padding-bottom:0}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__bottom-bar{height:1.25em;min-height:1.25em;margin-bottom:0}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background{height:100%;width:auto}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-mobile-slug{display:none}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-subscribe-now-banner-cta-link{float:left;height:200%;font-size:.9em;line-height:1.6em;margin-left:.7em;margin-top:0;padding:0;text-align:center;width:11em}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login{display:block;float:none;width:auto}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .site-header__bottom-bar .wwd-subscribe-now-banner-ad-container .wwd-subscribe-now-banner-background .wwd-banner-login a{display:block;float:right;padding:0;margin-top:.3em;margin-right:.8em;color:#fff;font-size:11pt;font-weight:100}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .top-banner-sticky{display:block}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .top-banner-sticky img{display:block;width:100%}body.site-served-banner-ad-enabled:not(.subscriber-logged-in).wwd-scrolling .top-banner-non-sticky{display:none}}.home__left-column{width:40.625em}@media only screen and (min-width:41.75em){.home__left-column{margin-bottom:2.1875em}}.home__right-column{position:relative;top:-9px;width:18.75em}@media only screen and (max-width:41.6875em){.home__right-column{display:none}}.home__right-column #adm-right-rail-1{min-height:37.5em}.home__right-column .paywall-plugin-posts{margin-top:0}.home__top-right-column{height:51.25rem;margin-bottom:1.35em}.home-wrap{margin-top:1rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:41.6875em){.home-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 .625em .625em}}.home__left-column--main{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:41.6875em){.home__left-column--main{-ms-flex-direction:column;flex-direction:column;margin-top:0}}@media only screen and (min-width:41.75em){.home__left-column--main{border-top:10px solid #000;margin-top:1.375rem;padding-top:1.375rem}}.home__left-column--aside{width:10.8125em}@media only screen and (max-width:41.6875em){.home__left-column--aside{display:none}}@media only screen and (max-width:41.6875em){.home__left-column--center{-ms-flex-order:-1;order:-1;border-top:1px solid #000;width:100%}}@media only screen and (min-width:41.75em){.home__left-column--center{border-left:1px dotted gray;padding-left:1.25em;width:28.875em;margin-top:1.35em}}@media only screen and (max-width:41.6875em){.home__left-column,.home__left-column--aside,.home__left-column--center{width:100%}}.home__left-column-story-card-header{color:#000;font:400 1.4rem/1 sans-serif;margin:0 0 .6em;text-transform:uppercase;font-weight:700}.fonts-loaded .home__left-column-story-card-header{font-family:"FormaTextMedium",sans-serif}@media only screen and (max-width:41.6875em){.home__left-column-story-card-header{color:#d31b20;padding-top:1.25em}}.home__right-column--mobile,.home__right-column-ad--mobile{display:none}@media only screen and (max-width:41.6875em){.home__right-column--mobile,.home__right-column-ad--mobile{display:block}}.home__right-column-ad--mobile{border-top:1px solid #000;border-bottom:1px solid #000;padding:.625em 0;margin-bottom:1.25em}@media only screen and (min-width:41.75em){.site-header__mobile-search-field{display:none}}.mobile-active .site-header__mobile-search-field{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:#313131}.mobile-active .site-header__mobile-search-field .site-header__search{display:-ms-flexbox;display:flex;width:100%;position:relative;margin:0;border:1px solid #595959}.mobile-active .site-header__mobile-search-field .site-header__search .swiftype{-ms-flex:1 0 100%;flex:1 0 100%}.mobile-active .site-header__mobile-search-field .site-header__search .swiftype .search_form{border-radius:0}.mobile-active .site-header__mobile-search-field .site-header__search .swiftype .search_form_widget.search_form input[type=text]{height:2.75rem;width:90%;font-size:1rem}.mobile-active .site-header__mobile-search-field .site-header__search .search-icon{margin:0 .625em;position:absolute;right:0;font-size:.875rem;-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.mobile-active .site-header__mobile-search-field .site-header__search .search-icon svg{stroke:#000;opacity:.4;fill:transparent}#close-mobile-search{display:none;stroke:#fff;background:0 0;border:none}.site-header{position:relative;z-index:2500;background-color:#fff;transition:background .1s ease-in-out}@media only screen and (max-width:41.6875em){.site-header{box-shadow:0px 7px 13px -2px rgba(148,148,148,.64);position:fixed;top:0}}.site-header *{outline:none;transition:all .1s ease-in-out}.site-header a{text-decoration:none}.site-header.mobile-active{background-color:#313131;overflow-y:scroll;overflow-x:hidden;max-width:100%;max-height:100%}.site-header.sticky{height:calc(16em/55);left:0;max-width:970px;margin:auto;position:fixed;right:0;width:calc(1000em/16);top:-16px;z-index:2500}.site-header.sticky ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:41.75em){.admin-bar .site-header.sticky{top:1em}}.site-header.sticky .site-header__bottom-bar{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:auto;padding:0}.site-header.sticky .site-header__bottom-bar .site-header__button-wrap-inner{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.site-header.sticky .site-header__bottom-bar .site-header__button-wrap-inner svg{fill:#fff;height:calc(17rem/16);margin-left:.4375em;width:calc(24rem/16)}.site-header.sticky .site-header__daily,.site-header.sticky .site-header__ad,.site-header.sticky .site-header__nav--top{display:none}.site-header.sticky .site-header__home-link{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.site-header.sticky .site-header__sections-button,.site-header.sticky .site-header__tagline{font:300 calc(13em/16)/1 sans-serif}.fonts-loaded .site-header.sticky .site-header__sections-button,.fonts-loaded .site-header.sticky .site-header__tagline{font-family:"FormaText",sans-serif}.site-header.sticky .site-header__tagline{margin:0 auto}.site-header.sticky .site-header__sections-button{-webkit-appearance:none;appearance:none;background-color:transparent;border:0;color:#fff;cursor:pointer;display:block;padding:0;text-transform:uppercase}.site-header.sticky .site-header__logo{display:none}.site-header.sticky .site-header__logo--sticky{display:block;padding:.32em}.site-header.sticky .site-header__logo--sticky svg{fill:#fff}.site-header.sticky .site-header__nav--sticky{left:auto;position:relative}.site-header.sticky .site-header__nav--sticky.active{opacity:1;pointer-events:auto;position:static;-ms-transform:translateX(0) !important;transform:translateX(0) !important;transition:opacity .3s ease .15s,transform .3s ease}.site-header.sticky .site-header__nav--sticky>ul{background-color:#fff}.site-header.sticky .site-header__nav--sticky a{color:#000;display:block;padding:.5em;width:100%;font-weight:700}.site-header.sticky .site-header__nav--sticky a:after{content:none}.site-header.sticky .site-header__nav--sticky li{margin-right:0}.site-header.sticky .site-header__nav--sticky li:hover>a{background-color:#d31b20;color:#fff}.site-header.sticky .site-header__nav--sticky ul{border:1px solid #cfcdcd;box-shadow:3px 3px 5px #686c6d;font:400 .8125rem/1 sans-serif;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;text-transform:uppercase;width:11rem}.fonts-loaded .site-header.sticky .site-header__nav--sticky ul{font-family:"FormaText",sans-serif}.site-header.sticky .site-header__nav--sticky>ul{margin-left:6.25rem}.site-header.sticky .site-header__nav--sticky>ul>li{font-size:.8125rem;position:relative}.site-header.sticky .site-header__nav--sticky>ul>li:hover ul{background-color:#fff;opacity:1;pointer-events:auto;top:20%;left:90%;z-index:1}.site-header.sticky .site-header__nav--sticky>ul>li.menu-item-has-children:after{content:url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAzNiAxNjEyIj48c3R5bGU+LnN0MHtmaWxsOiM2ODZDNkQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMTcgODUxbC03NDIgNzQyYy0xMi43IDEyLjctMjcuNyAxOS00NSAxOXMtMzIuMy02LjMtNDUtMTlMMTkgMTQyN2MtMTIuNy0xMi43LTE5LTI3LjctMTktNDVzNi4zLTMyLjMgMTktNDVsNTMxLTUzMUwxOSAyNzVDNi4zIDI2Mi4zIDAgMjQ3LjMgMCAyMzBzNi4zLTMyLjMgMTktNDVMMTg1IDE5YzEyLjctMTIuNyAyNy43LTE5IDQ1LTE5czMyLjMgNi4zIDQ1IDE5bDc0MiA3NDJjMTIuNyAxMi43IDE5IDI3LjcgMTkgNDVzLTYuMyAzMi4zLTE5IDQ1eiIvPjwvc3ZnPg==");display:block;position:absolute;right:.4375em;-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:.3125rem}.site-header.sticky .site-header__tagline{color:#fff;display:block}.site-header.sticky .site-header__subscribe{background-color:transparent;border-right:1px solid #fff}.site-header.sticky .site-header__subscribe:hover svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-header__ad{margin:.3125em auto}.site-header__bottom-bar,.site-header__nav ul{display:-ms-flexbox;display:flex}.site-header__bottom-bar{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap;text-transform:uppercase;height:auto;min-height:28px;position:relative;z-index:1;margin-bottom:6px;color:#fff}@media only screen and (max-width:41.6875em){.site-header__bottom-bar{color:#686c6d}}.site-header__bottom-bar .subscription-links{margin-right:.2em}@media only screen and (max-width:41.6875em){.site-header__bottom-bar .subscription-links.user-not-logged-in{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.site-header__bottom-bar .subscription-links .subscriber-login-link,.site-header__bottom-bar .subscription-links .subscriber-logout-link,.site-header__bottom-bar .subscription-links .subscriber-self-care-link{font:400 calc(13em/16)/1 sans-serif;padding:0;padding-left:1.3125em;text-transform:capitalize}.fonts-loaded .site-header__bottom-bar .subscription-links .subscriber-login-link,.fonts-loaded .site-header__bottom-bar .subscription-links .subscriber-logout-link,.fonts-loaded .site-header__bottom-bar .subscription-links .subscriber-self-care-link{font-family:"FormaText",sans-serif}.site-header__bottom-bar .subscription-links .subscriber-login-link{padding-right:1.3125em}@media only screen and (max-width:41.6875em){.site-header__bottom-bar .subscription-links .subscriber-login-link{color:#bbb;padding:0;padding-right:calc(5rem/16);font-weight:700}}.site-header__bottom-bar .subscription-links .subscriber-logout-link,.site-header__bottom-bar .subscription-links .subscriber-self-care-link{text-transform:uppercase}.site-header__bottom-bar .subscription-links .subscribe-link{border-right:1px solid #fff;font:700 calc(13em/16)/1 'FormaText',sans-serif;text-transform:capitalize;padding-right:20px}.fonts-loaded .site-header__bottom-bar .subscription-links .subscribe-link{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.site-header__bottom-bar .subscription-links .subscribe-link{color:#d31b20;border-left:calc(2rem/16) solid #686c6d;padding:0;padding-left:calc(5rem/16);font-weight:700}}.site-header__bottom-bar .subscription-links .subscriber-name{font:400 calc(13em/16)/1 sans-serif;width:auto;margin-top:0 !important;margin-bottom:0 !important;max-width:18.4375rem;overflow:hidden;display:inline-block;position:relative;vertical-align:middle;white-space:nowrap}.site-header__bottom-bar .subscription-links .subscriber-name:after{content:'';position:absolute;top:0;right:-.6875rem;width:15%;height:100%;background-size:100%;pointer-events:none;background-image:linear-gradient(to right,rgba(255,255,255,0) 0%,#000 85%,#000 100%)}@media only screen and (max-width:41.6875em){.site-header__bottom-bar .subscription-links .subscriber-name:after{background-image:linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 85%,#fff 100%)}}.site-header__bottom-bar .subscription-links .subscriber-name .replace-username{position:relative}@media only screen and (max-width:41.6875em){.site-header__bottom-bar .subscription-links .subscriber-name{float:none;max-width:15.625rem}}@media only screen and (min-width:41.75em){.site-header__bottom-bar{background-color:#000}}@media only screen and (max-width:41.6875em){.site-header__bottom-bar{background-color:#fff;text-align:right;border-top:none;height:1.25em}.mobile-active .site-header__bottom-bar{display:none}}.site-header__logo{margin:0 .625em 0 0}.site-header__logo svg{height:4rem;width:12.5rem}@media only screen and (max-width:41.6875em){.site-header__logo{margin:0 auto}.site-header__logo a{display:-ms-flexbox;display:flex}.site-header__logo svg{height:1.875rem;width:6.25rem}}.mobile-active .site-header__logo svg{fill:#fff}.site-header__logo svg{width:12.3125rem}.site-header__logo--sticky svg{width:6.4375rem;height:2.4375rem}.site-header__logo--sticky{display:none}.site-header__login{font:400 calc(13em/16)/1 sans-serif;padding:0 1.3125em;text-transform:capitalize}.fonts-loaded .site-header__login{font-family:"FormaText",sans-serif}.site-header__nav-main ul{color:#fff;background-color:#313131;top:82%;padding:.625em;width:100%;left:0}@media only screen and (min-width:41.75em){.site-header__nav-main ul li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font:400 .9375rem/1 sans-serif;min-height:1.6875rem}.fonts-loaded .site-header__nav-main ul li{font-family:"FormaTextMedium",sans-serif}.site-header__nav-main ul li.site-header__nav--feature{display:block}.site-header__nav--top .site-header__nav-main ul li:before{content:'';border-top:.3125em solid transparent;border-left:.3125em solid #000;border-bottom:.3125em solid transparent;display:inline-block;height:0;margin-right:.4375em;width:0}}.site-header__nav-main.hover>a{background-color:#313131;color:#fff}.site-header__nav-main.hover>a span{color:#fff}@media only screen and (min-width:41.75em){.site-header__nav-main--extra a span{display:none}}.site-header__nav-main--extra ul{background-color:#fff;top:82%;border:#bbb 1px solid;left:755px;padding:0;width:auto}.site-header__nav-main--extra ul li{margin:0;padding:0 .625em}.site-header__nav-main--extra ul li:before{content:none}.site-header__nav-main--extra ul li:hover{background-color:#d31b20}.site-header__nav-main--extra ul li a{color:#686c6d;line-height:1.6875em;min-height:1.6875em;text-align:right;width:100%}.site-header__nav-main--extra ul li a:hover{color:#fff}.site-header__nav--feature{float:right;margin:0 .625em;width:11.375em}.site-header__nav--feature h3{font-size:.9375em;line-height:1em;text-align:center;margin:.3125rem 0}.site-header__nav--feature img{outline:.4375rem solid #d31b20;outline-offset:-.4375rem;width:100%}.site-header__nav--feature:before{display:none !important}@media only screen and (min-width:41.75em){.site-header__nav--top .site-header__nav-main .vertical-fashion-news li:before{border-left-color:#982584}.site-header__nav--top .site-header__nav-main .vertical-fashion-news img{outline-color:#982584}.site-header__nav--top .site-header__nav-main .vertical-accessories-news li:before{border-left-color:#ef9520}.site-header__nav--top .site-header__nav-main .vertical-accessories-news img{outline-color:#ef9520}.site-header__nav--top .site-header__nav-main .vertical-business-news li:before,.site-header__nav--top .site-header__nav-main .vertical-markets-news li:before{border-left-color:#47853e}.site-header__nav--top .site-header__nav-main .vertical-business-news img,.site-header__nav--top .site-header__nav-main .vertical-markets-news img{outline-color:#47853e}.site-header__nav--top .site-header__nav-main .vertical-eye li:before{border-left-color:#00adef}.site-header__nav--top .site-header__nav-main .vertical-eye img{outline-color:#00adef}.site-header__nav--top .site-header__nav-main .vertical-runway li:before{border-left-color:#000}.site-header__nav--top .site-header__nav-main .vertical-runway img{outline-color:#000}.site-header__nav--top .site-header__nav-main .vertical-beauty-industry-news li:before{border-left-color:#d31b20}.site-header__nav--top .site-header__nav-main .vertical-beauty-industry-news img{outline-color:#d31b20}.site-header__nav--top .site-header__nav-main .vertical-menswear-news li:before{border-left-color:#686c6d}.site-header__nav--top .site-header__nav-main .vertical-menswear-news img{outline-color:#686c6d}}.site-header__sections-button{display:none;font-weight:700}.site-header__subscribe,.site-header__login{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex}@media only screen and (max-width:41.6875em){.site-header__subscribe,.site-header__login{color:#fff;font-weight:100;padding:0 .4375em;color:#bbb;font-weight:700}}.site-header__search{display:-ms-flexbox;display:flex;margin:calc(3em/16);-ms-flex-align:center;align-items:center}.site-header__search .swiftype-widget .autocomplete .ac-result{text-transform:capitalize}.site-header__search .swiftype .search_form_widget.search_form input[type=text]{border:0;border-radius:.125em;padding:.15em .25em .25em;text-transform:none;width:14rem;background:0 0;text-indent:5px;font-size:.7em}.site-header__search .search-icon{margin:.3em .4375em 0}.site-header__search .search-icon svg{line-height:0;stroke:#fff;stroke-width:.1em;height:1.1875em}@media only screen and (max-width:41.6875em){.site-header__search{display:none}}.site-header__daily{display:-ms-flexbox;display:flex;margin-left:auto;margin-right:.9375em;max-height:0;position:relative;transform:translate3d(0,-29px,0);z-index:0}@media only screen and (max-width:41.6875em){.site-header__daily{display:none}}.site-header__daily--left-column{font:400 .8125em/1 sans-serif;max-width:3.25em;margin-right:.9375em;text-align:right}.fonts-loaded .site-header__daily--left-column{font-family:"FormaText",sans-serif}.site-header__daily--right-column{transform:rotate(-8deg) translate3d(0,calc(-9em/16),0);width:4.25em}.site-header__daily svg{fill:#d31b20;width:1.3em}.site-header__daily p{margin:0 0 .3125em}.site-header__daily a{color:#000;font-weight:700;letter-spacing:.04375em}.site-header__daily img{box-shadow:.25em .1875em 1.125em #bbb;outline:1px #bbb solid;max-height:90px}.site-header__subscribe{font:700 calc(13em/16)/1 sans-serif;position:relative;text-transform:capitalize}.fonts-loaded .site-header__subscribe{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.site-header__subscribe{color:#d31b20;float:right !important;border-left:2px solid #686c6d}}@media only screen and (min-width:41.75em){.site-header__subscribe{border-right:.063em solid #fff;color:#e1e1e1;padding:0 calc(15rem/16)}.site-header__subscribe .icon__nav-caret{bottom:0;height:100%;left:.25em;position:absolute;top:0}.site-header__subscribe .icon__nav-caret svg{transition:transform .25s ease-in-out;height:100%;-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-header__subscribe svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-header__subscribe:hover svg{-ms-transform:rotate(270deg);transform:rotate(270deg)}}@media only screen and (max-width:41.6875em){.site-header__subscribe{color:#d31b20;padding:0 .4375em}}.site-header__subscribe .site-header__subscriber-flyout{display:none;height:128px;left:-93px;position:absolute;top:28px;width:414px;z-index:11}.site-header__tagline{display:none;font:400 .9375rem/1.3 serif;font-size:.9375em}.fonts-loaded .site-header__tagline{font-family:"PublicoBannerRoman",serif}.site-header__top{margin-top:1em;position:relative}@media only screen and (max-width:41.6875em){.site-header__top{margin-bottom:0;margin-top:0;padding-bottom:0}}@media only screen and (min-width:41.75em){.site-header__top{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}}@media only screen and (max-width:41.6875em){.site-header__mobile-top{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:.7em 0}}.site-header__mobile-button,.site-header__mobile-search-button{border:none;background:0 0}.site-header__mobile-button svg,.site-header__mobile-search-button svg{display:block;fill:#000;stroke:#000;stroke-width:.125rem;height:calc(17rem/16);margin-left:.4375em;width:calc(24rem/16)}.mobile-active .site-header__mobile-button svg,.mobile-active .site-header__mobile-search-button svg{fill:#fff;stroke:#fff}@media only screen and (min-width:41.75em){.site-header__mobile-button,.site-header__mobile-search-button{display:none}}.site-header__mobile-search-icon svg{stroke:#000;fill:#fff}.mobile-active .site-header__mobile-search-icon{display:none}.mobile-active .site-header__mobile-search-icon svg{stroke:#fff;fill:#313131}.site-header__mobile-menu-subscribe{display:none}@media only screen and (max-width:41.6875em){.site-header__mobile-menu-subscribe{color:#fff;padding:.21875rem 0;text-align:center;font-size:.75rem;background:#d31b20}.mobile-active .site-header__mobile-menu-subscribe{display:block}.site-header__mobile-menu-subscribe a{width:100%;display:block}.site-header__mobile-menu-subscribe svg{fill:#fff;width:1.875rem}}.subscriber-logged-in .site-header__tagline{display:none}#logged-in{font:400 .8125em/1 sans-serif}.fonts-loaded #logged-in{font-family:"FormaText",sans-serif}#site-header__digital-daily-cover{display:none}@media only screen and (max-width:41.6875em){#site-header__digital-daily-cover{display:none !important}}.site-header .site-header__sticky-teaser{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__nav--sticky{-ms-transform:none;transform:none;transition:opacity .1s ease}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__nav--sticky>ul{margin:0}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar{box-shadow:0 .125rem .25rem 0 rgba(0,0,0,.5);display:-ms-flexbox;display:flex;height:2.725rem;padding:0}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar button#toggle-sticky-menu{cursor:pointer;height:100%;width:2.438rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar button#toggle-sticky-menu .site-header__button-wrap-inner{display:inline}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar button#toggle-sticky-menu .site-header__button-wrap-inner svg{height:1.3rem;margin:0;width:1.3rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__logo--sticky{margin:0;padding:.32em;padding-right:.75rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__logo--sticky svg{width:6.063rem;height:1.788rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser{-ms-flex-align:center;align-items:center;border-left:.063rem solid gray;border-right:.063rem solid gray;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;padding-left:.75rem;position:relative;width:48.500rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .read-next{color:#d31b20;font-family:sans-serif;font-size:.938rem;font-weight:700;padding:.063rem .938rem 0 0;width:5.625rem}.fonts-loaded .site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .read-next{font-family:"FormaText",sans-serif}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .teaser-text{color:#fff;font-family:serif;font-size:1rem;font-weight:600;max-height:1.25rem;overflow:hidden;text-transform:initial;width:41.706rem;white-space:nowrap}.fonts-loaded .site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .teaser-text{font-family:"TiemposRegular",serif}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__sticky-teaser .shadow-overlay{background-image:linear-gradient(to right,transparent,#000);height:2.75rem;position:absolute;right:0;width:2.688rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .login-container{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:100%;margin:0}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search .swiftype{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search .search-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:center;justify-content:center;margin:0;width:3.094rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0) .site-header__bottom-bar .site-header__search .search-icon svg{fill:transparent;height:1.25rem;width:1.25rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__sticky-teaser{display:none}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype{background:#292929;border-left:.063rem solid gray;border-right:.063rem solid gray;display:block;height:100%;width:48.288rem}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype .search_form_widget.search_form input[type=text]{border-radius:0;color:#9a9a9a;font-family:sans-serif;font-size:1rem;font-weight:400;font-style:normal;font-stretch:normal;text-align:left;width:48.500rem}.fonts-loaded .site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype .search_form_widget.search_form input[type=text]{font-family:"FormaText",sans-serif}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .swiftype>div{background:0 0;border:none;box-shadow:none;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.site-header.sticky.ppt-7049-experiment:not(.content-variation-0).searching .site-header__search .search-icon{background-color:#d31b20}#pmc_ga_debug_config_frame{display:none !important}.site-footer,.site-footer a{color:#fff}.site-footer{background-color:#1b1b1b}.site-footer a{font:400 .875em/1.8em sans-serif;text-transform:capitalize}.fonts-loaded .site-footer a{font-family:"FormaText",sans-serif}.site-footer ul{padding:0;margin:0;list-style:none}@media only screen and (max-width:41.6875em){.site-footer ul li{padding-bottom:1.25em;padding-left:.9375em}}.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup{display:-ms-flexbox;display:flex;background-color:#d0021c;color:#fff;padding:.375rem 2.1875rem;margin:0;width:100%;height:4.5625rem}@media only screen and (max-width:41.6875em){.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup{padding:1.375rem 2rem;height:auto}}.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-submit{background-color:#000;border:.0625rem solid #000;letter-spacing:1px}.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-legal,.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-legal>a{margin:0;font-family:"FormaText",sans-serif;font-size:.75rem}.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-legal a,.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-legal>a a{text-decoration:underline}.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-message.success,.site-footer__wide-newsletter .hp-panel-wide-newsletter-signup__form-message.error{color:#ff0}@media only screen and (min-width:41.75em){.site-footer__left{display:-ms-flexbox;display:flex;-ms-flex:1 0 55%;flex:1 0 55%;padding-right:1.25em;border-right:1px solid gray;z-index:1}}@media only screen and (min-width:41.75em){.site-footer__right{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1 0 45%;flex:1 0 45%;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-left:1.25em}.site-footer__right ul{display:block}}@media only screen and (max-width:41.6875em){.site-footer__right ul{display:none;padding:0 .874em}.site-footer__right h2{padding:.874em;margin-bottom:0;width:100%}}.site-footer a{text-decoration:none}.site-footer__img{display:none}@media only screen and (min-width:41.75em){.site-footer__img{display:block;padding-right:1.25em;margin-top:.4375em;width:18.6875rem;height:100%}}.site-footer__nav-red a{color:#d31b20}.site__footer-logo-copyright-social{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:.125em}.site__footer-logo-copyright-social .inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font:700 1em/1 sans-serif;background-color:#000;-ms-flex-pack:justify;justify-content:space-between;padding:.625em;width:100%}.fonts-loaded .site__footer-logo-copyright-social .inner{font-family:"FormaText",sans-serif}.site__footer-logo-copyright-social .inner .site__footer-copyright img{margin:0 2.1875em 0 0;float:left}.site__footer-logo-copyright-social .inner .site__footer-copyright p{display:inline;font-size:.8125em;color:#e1e1e1;line-height:1.375em}@media only screen and (max-width:41.6875em){.site__footer-logo-copyright-social .inner{padding:1em;text-align:center}.mobile-active .site__footer-logo-copyright-social .inner{background-color:transparent}.site__footer-logo-copyright-social .inner .site__footer-copyright{margin:0 auto}.site__footer-logo-copyright-social .inner .site__footer-copyright img{margin:0 auto;float:none}.site__footer-logo-copyright-social .inner .site__footer-copyright p{display:block;font-size:.75em;margin:0 auto}}@media only screen and (max-width:41.6875em){.site-footer__nav-main{margin-bottom:1.25em;border:1px solid #686c6d}.site-footer__nav-main:last-child{margin-bottom:0}}.site-footer__nav-main.site-footer__nav-open ul{display:block}.site-footer__nav-main.site-footer__nav-open svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.site-footer__right-header{font:400 1.125em/1 sans-serif;letter-spacing:1px;margin-top:0}.fonts-loaded .site-footer__right-header{font-family:"FormaTextBold",sans-serif}@media only screen and (min-width:41.75em){.site-footer__right-header svg{display:none}}@media only screen and (max-width:41.6875em){.site-footer__right-header{position:relative}.site-footer__right-header svg{position:absolute;top:.4375em;right:.874em;width:1.875em;height:1.875em;fill:#d31b20;pointer-events:none}}@media only screen and (min-width:41.75em){.site-footer__wrap-inner{display:-ms-flexbox;display:flex;box-sizing:border-box;position:relative;padding:2.5em 1.25em 2.125em;overflow:hidden;width:100%}.site-footer__wrap-inner .site-wrap{display:-ms-flexbox;display:flex;padding:0 1.5625rem}}@media only screen and (max-width:41.6875em){.site-footer__wrap-inner{padding:1.25em .9375em}}@media only screen and (min-width:41.75em){.site-footer__background{display:block;position:absolute;top:0;left:0;background-color:#00adee;width:11.25em;height:100%}.site-footer__background:before{content:'';position:absolute;bottom:120px;left:-51%;background-color:#00adee;width:300%;height:110px;-ms-transform:rotate(80deg);transform:rotate(80deg)}}.site-footer__request-invite-link{z-index:1}.site-footer__subscribe-link{z-index:1}.site-footer__subscribe{text-align:center}.site-footer__subscribe h2{font:400 1.83125em/1 sans-serif;letter-spacing:.01875em;margin:0 auto .3125em auto;max-width:6.1em}.fonts-loaded .site-footer__subscribe h2{font-family:"FormaTextMedium",sans-serif}.site-footer__subscribe h3{font:700 1.125em/1.3 sans-serif}.fonts-loaded .site-footer__subscribe h3{font-family:"FormaText",sans-serif}@media only screen and (min-width:41.75em){.site-footer__subscribe h3{margin-left:auto;margin-right:auto;width:90%}}.site-footer__subscribe h3 span{color:#fffd38}.site-footer__subscribe button{font:700 1rem/1 sans-serif;background-color:#d7242f;box-shadow:2px 2px 5px #0c0c0c;color:#fff;cursor:inherit;border:none;margin-top:1.4375em;padding:.75rem;text-transform:uppercase;vertical-align:-webkit-baseline-middle}.fonts-loaded .site-footer__subscribe button{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.site-footer__subscribe button{margin-bottom:1.4375em}}.site-footer__mobile-social-links{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 1.25em;max-width:70%}@media only screen and (min-width:41.75em){.site-footer__mobile-social-links{display:none}}.site__footer-social-links{display:none;margin-right:.5625em}.site__footer-social-links a{line-height:0}@media only screen and (min-width:41.75em){.site__footer-social-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:8rem}}.sister-links{background:#f4f4f4;padding:1.25em .625em}.sister-links h3{font-family:sans-serif;color:#d31b20;margin:0 .625em .625em}.fonts-loaded .sister-links h3{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.sister-links h3{text-align:center}}.sister-links ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 auto;width:100%}.sister-links ul li{position:relative;padding:0 .625em;margin:0;width:20%;list-style-type:none}@media only screen and (max-width:41.6875em){.sister-links ul li{margin:0 15%;text-align:center;width:70%}}.sister-links ul li .wwd-feed-image-wrapper{position:relative;background:#313131;padding-top:56.25%;margin-right:-1px;overflow:hidden;text-align:center}.sister-links ul li .wwd-feed-image-wrapper img{position:absolute;top:50%;left:50%;width:100%;height:auto;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sister-links ul li h4{font-family:sans-serif;margin:.625em 0 2.1875em}.fonts-loaded .sister-links ul li h4{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.sister-links ul li h4{margin:.375rem 0}}.sister-links ul li h5{position:absolute;bottom:0;left:.625em;color:#bbb;margin:0}@media only screen and (max-width:41.6875em){.sister-links ul li h5{position:static;margin:.625em 0 2.1875em}}.sister-links ul li h6{color:#686c6d;margin:.625rem 0 .375rem;text-transform:uppercase}.author-profile-header{padding:12px 0 0}.author-profile-header h1{font-family:NewsGothic,sans-serif;font-size:5em;font-weight:700;text-transform:uppercase;margin:0;padding:0 0 6px}.author-profile{padding-top:0}.author-profile .profile-head h3{font-size:3.35em;text-transform:none;float:none;padding-bottom:0}.author-profile .profile-head .profile-twitter{font-weight:700;font-size:1.5em}.author-profile .profile-head .profile-info{padding-bottom:12px}.author-profile .profile-body{padding-left:18px}.author-profile .profile-body p{font-size:1.5em}.author-profile .profile-body hr{margin:25px 0 25px -18px}.author-bio{display:-ms-flexbox;display:flex}.author-bio-container{padding:0 0 1.875rem}@media only screen and (max-width:41.6875em){.author-bio-container{padding-bottom:.9375rem}}.author-bio__name{font:400 3.9375rem/1 serif;font-size:2.5625rem;margin:0}.fonts-loaded .author-bio__name{font-family:"PublicoBannerRoman",serif}@media only screen and (max-width:41.6875em){.author-bio__name{font-size:2rem}}.author-bio__dek{font-family:serif;letter-spacing:.02rem;font-size:.9375rem;padding-top:.5rem}.author-bio__avatar{height:9.0625rem;width:9.0625rem;display:inline-block;margin-right:2.125rem}@media only screen and (max-width:41.6875em){.author-bio__avatar{height:7.5rem;width:7.5rem;margin-right:.9375rem}}.author-bio__avatar img{border-radius:100%;width:100%}.author-bio__info{-ms-flex-negative:50;flex-shrink:50;padding-top:.625rem}.site__button-load-more{display:table;font:700 1em/1 sans-serif;padding:.625em;border:1px solid #d31b20;border-radius:5px;margin:0 auto 1.25em}.fonts-loaded .site__button-load-more{font-family:"FormaText",sans-serif}.site__button-load-more a{text-decoration:none;text-transform:uppercase;color:#d31b20}.site__button-load-more svg{margin-left:.4375em}.hp-panel__btn-more{font:700 .9375em/1 sans-serif;text-transform:uppercase;color:#000;text-decoration:none;width:100%;text-align:right}.fonts-loaded .hp-panel__btn-more{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.hp-panel__btn-more{display:none}}.hp-panel__btn-more svg{width:12px}.hp-panel__btn-more p{margin:.625em 0 0}.icon-clock{vertical-align:text-bottom}.icon-clock svg{height:12px;width:12px}.icon-clock svg path{fill:#313131}.site__button-red{background:#d31b20;color:#fff;padding:.625em;border-radius:5px;text-transform:uppercase}.icon-clock{margin-right:.0625rem;vertical-align:text-bottom}.icon-clock svg{height:.6875rem;width:.6875rem}.icon-clock svg path{fill:#686c6d}#bread-crumb{font:400 .875rem/1.05rem sans-serif;color:#757575;text-transform:uppercase;letter-spacing:0em}.fonts-loaded #bread-crumb{font-family:"FormaText",sans-serif}.article-header h1{font:700 3.3375rem/3.71875rem sans-serif;letter-spacing:0em;color:#000}.fonts-loaded .article-header h1{font-family:"FormaTextBold",sans-serif}.article-header h2{font:400 1.6875rem/2.025rem sans-serif;letter-spacing:0em;color:#000}.fonts-loaded .article-header h2{font-family:"FormaText",sans-serif}#author-container{font:400 1rem/1rem sans-serif;color:#000;letter-spacing:0em}.fonts-loaded #author-container{font-family:"FormaTextMedium",sans-serif}#author-container span{color:#d31b20}.article-copy p{font:400 1.1875rem/1.625rem serif;letter-spacing:0em;color:#1f1f1f}.fonts-loaded .article-copy p{font-family:"TiemposRegular",serif}.article-copy p a{color:#d31b20}#article-content-page-outer-container #free-message-end,#runway-content #free-message-end{border-bottom:0;padding-bottom:0}#article-content-page-outer-container #free-message-end a,#runway-content #free-message-end a{font-family:sans-serif}.fonts-loaded #article-content-page-outer-container #free-message-end a,.fonts-loaded #runway-content #free-message-end a{font-family:"FormaTextBold",sans-serif}.single-runway-review #bread-crumb{max-width:100%;margin-bottom:0}@media only screen and (max-width:41.6875em){.single-runway-review #bread-crumb{padding:15px;margin:0 auto}}.single-runway-review #bread-crumb>ul{padding:0}.single-runway-review #bread-crumb>ul li{display:inline;list-style:none}.single-runway-review #bread-crumb>ul li:after{content:"/";color:red}.single-runway-review #bread-crumb>ul li:last-child:after{content:""}.single-runway-review #bread-crumb>ul li a{padding:0 3px;text-transform:uppercase;color:#8c8c8c}.single-runway-review #content-header-runway{max-width:100%;margin-top:0}@media only screen and (max-width:41.6875em){.single-runway-review #content-header-runway{padding:0 15px;margin:0 auto}}.single-runway-review #content-header-runway h1{color:#000;font:bold 3.3375rem/1.1 sans-serif;margin-top:0;margin-bottom:0}.fonts-loaded .single-runway-review #content-header-runway h1{font-family:"FormaTextMedium",sans-serif}@media only screen and (max-width:41.6875em){.single-runway-review #content-header-runway h1{margin-top:5px;font:700 1.5rem/1.2 sans-serif}.fonts-loaded .single-runway-review #content-header-runway h1{font-family:"FormaTextMedium",sans-serif}}.single-runway-review #content-header-runway h2#dek{font:bold 1.6875rem/1.1 sans-serif;margin-top:10px;margin-bottom:15px}.fonts-loaded .single-runway-review #content-header-runway h2#dek{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.single-runway-review #content-header-runway h2#dek{font:700 1rem/1.2 sans-serif;margin-top:5px;margin-bottom:0}.fonts-loaded .single-runway-review #content-header-runway h2#dek{font-family:"FormaText",sans-serif}}.single-runway-review #content-header-runway h2#dek>p{margin:0}.single-runway-review #content-header-runway #author-container{margin-top:5px;float:left;max-width:380px;width:100%;font-size:15px}.single-runway-review #content-header-runway #author-container a{color:red}.single-runway-review #content-header-runway #author-container .author-name{color:red}.single-runway-review .runway-main{float:left;position:relative;width:640px}@media only screen and (max-width:41.6875em){.single-runway-review .runway-main{width:100%;max-width:100%;float:none;margin:0 auto;padding:0 15px}}.single-runway-review .runway-main .social-tools-container{float:right;width:40%}.single-runway-review .runway-main .social-tools-container .social-container{margin:0}.single-runway-review .runway-main .social-tools-container .social-container li{display:inline;list-style:none}.single-runway-review .runway-main .cat-head>span{border-bottom:1px solid #e98d8e;color:#d82930;font-size:18px;text-align:left;text-transform:uppercase}.single-runway-review .runway-main .article-divider{border-bottom:3px solid #d7d7d7;width:40%}.single-runway-review .runway-main .share-container{margin:0;float:right}@media only screen and (max-width:41.6875em){.single-runway-review .runway-main .share-container{float:left;margin:10px auto;max-width:100%;width:100%}}.single-runway-review .runway-main .share-container ul.share-buttons{list-style:outside none none;margin:0 0 10px;padding:0}.single-runway-review .runway-main .share-container ul.share-buttons li{margin:0;height:40px;width:45px}.single-runway-review .runway-main .share-container ul.share-buttons i{display:inline;font-size:1.4em;height:40px;line-height:42px}.single-runway-review .runway-main .footer-social-container .share-container{float:left}.single-runway-review .runway-main .footer-social-container .share-container .share-buttons{margin:5px auto}.single-runway-review .runway-main .footer-social-container .share-container .share-buttons li{display:inline-block;height:40px;line-height:40px;margin:0;text-align:center;vertical-align:top;width:45px}.single-runway-review .runway-main .footer-social-container .share-container .share-buttons li i{display:inline;line-height:40px;font-size:25px}.single-runway-review .runway-main .tags-links{border-bottom:1px solid #aa9fa5;border-top:1px solid #aa9fa5;clear:both;margin:10px 0 15px;padding:10px;width:100%}.single-runway-review .runway-main .tags-links svg{fill:#878787;height:1em;width:1em}.single-runway-review .runway-main .tags-links a{color:#878787;display:inline-block;font-size:.85em;margin-left:15px}.single-runway-review .runway-main .article-copy p{font:400 1rem/1.625rem serif}.fonts-loaded .single-runway-review .runway-main .article-copy p{font-family:"TiemposRegular",serif}.single-runway-review .runway-main .article-copy .runway-gallery-types{float:left;max-width:200px;padding:0 20px 0 0}.single-runway-review .runway-main .article-copy .runway-gallery-types ul{border:1px solid;list-style:outside none;margin:0;padding:0;max-width:160px}.single-runway-review .runway-main .article-copy .runway-gallery-types ul>li{background:transparent none repeat scroll 0 0;border:1px solid #4d4d4d;color:inherit;line-height:35px;height:35px;padding-left:10px;width:135px}.single-runway-review .runway-main .article-copy .runway-gallery-types ul>li>span .icon-photo{margin-right:5px;vertical-align:sub}.single-runway-review .runway-main .article-copy .runway-gallery-types ul>li.active{background:#4d4d4d none repeat scroll 0 0;color:#fff;font-weight:700;text-transform:uppercase}.single-runway-review #runway-content .content-images.portrait .caption:before{top:8px}.single-runway-review #runway-content .content-images.portrait .runway-gallery-types ul{max-width:300px;padding:5px;border:none}.single-runway-review #runway-content .content-images.portrait .icon-photo{vertical-align:sub}.single-runway-review .sidebar-article{float:right;width:300px}@media only screen and (max-width:41.6875em){.single-runway-review .sidebar-article{width:100%;max-width:100%;float:none;margin:0 auto;padding:15px}}.single-runway-review .clear{clear:both}.single-runway-review .caption{color:#7d7d7d;font:400 .75rem/0.75rem sans-serif;letter-spacing:0em;padding:5px 0 20px}.fonts-loaded .single-runway-review .caption{font-family:"Helvetica",sans-serif}@media only screen and (max-width:41.6875em){.single-runway-review .caption{padding:5px 0 5px}}.single-runway-review #runway-header-outer-container{clear:both}@media only screen and (max-width:41.6875em){.single-runway-review #runway-header-outer-container{padding:8px 0}}.single-runway-review #runway-content-page-outer-container .article #article-content,.single-runway-review #runway-content-page-outer-container .article #list-of-articles,.single-runway-review #runway-content-page-outer-container .article.runway .page{color:#1d1d1d;font-family:Georgia,Times,serif;font-size:1.4em}.single-runway-review #runway-content-page-outer-container #runway-content .content-images{float:right;margin-left:15px;max-width:300px}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container #runway-content .content-images{float:none}}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption{font-family:Arial,Helvetica,sans-serif;font-size:13px;padding:5px 0 20px}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption svg{fill:#7d7d7d;height:1em;width:1em}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption p{margin:2px 0 0 20px;font-size:12px}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .caption p a{color:#7d7d7d}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject{float:left;font-family:NewsGothic,sans-serif;margin:10px 0 8px;width:300px}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject{float:none}}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject .list-sm{margin:10px 0 8px;border-bottom:1px solid #eee;max-height:290px;overflow:auto}.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject .list-sm.mobile{display:none}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container #runway-content .content-images .more-on-subject .list-sm.mobile{display:block;padding:0 0 20px 20px}}.single-runway-review #runway-content-page-outer-container #runway-content .gallery-image-section{position:relative}.single-runway-review #runway-content-page-outer-container .nodisplay{display:none}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container .nodisplay{display:block}}.single-runway-review #runway-content-page-outer-container .mobile{display:none}@media only screen and (max-width:41.6875em){.single-runway-review #runway-content-page-outer-container .mobile{display:block}}@media only screen and (max-width:41.6875em){.single-runway-review .list-sm.desktop{display:none}}.single-runway-review .credit{color:gray;font-size:12px}.single-runway-review .mobile-comments.mobile{display:none}@media only screen and (max-width:41.6875em){.single-runway-review .mobile-comments.mobile{display:block}}.single-runway-review .twt-link{margin-top:5px}.single-runway-review .twt-link a{color:#000}@media only screen and (max-width:41.6875em){.single-runway-review .slideshow-launch.bottom.desktop{display:none}}.single-runway-review .slideshow-view.mobile{float:left;margin:10px auto}.single-runway-review .widget.widget_pmc_outbrain_widget{clear:both}.single-runway-review #content-header:after,.single-runway-review #runway-content:after,.single-runway-review #content-header-runway:after{clear:both;content:".";display:block;height:0;visibility:hidden}.single-runway-review .icon-photo{margin-right:5px}.single-runway-review blockquote{margin:.25em 0;position:relative;border-top:8px solid #000;border-bottom:1px solid #000}.single-runway-review .gallery-teaser-container{float:left;width:100%}.single-runway-review .gallery-teaser-container .teaser-head-container{border:1px solid #000;display:block;float:left;margin-bottom:15px;margin-top:15px;overflow:hidden;padding:15px;width:100%}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container .teaser-head-container>div{display:block;float:none;margin:5px auto;text-align:center;width:auto}}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head{width:75%;float:left;max-width:100%}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head>h2{margin:0;font-size:larger;text-transform:uppercase}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head{width:100%;float:none}}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count{width:auto;float:right;max-width:100%;margin-bottom:0;margin-top:1px}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count{float:none;margin-top:15px}}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count .gallery-img-count{background:#d41b21 none repeat scroll 0 0;color:#fff;font-weight:700;height:auto;position:relative;text-transform:uppercase;width:auto;vertical-align:middle;padding:7px}.single-runway-review .gallery-teaser-container .teaser-head-container .teaser-head-gallery-count .gallery-img-count .icon-photo{vertical-align:sub}.single-runway-review .gallery-teaser-container div.gallery-teaser-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.single-runway-review .gallery-teaser-container div.gallery-teaser-content a{display:inline-block;margin-bottom:8px;width:calc(25% - 8px);margin-right:8px;text-decoration:none;color:#000}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container div.gallery-teaser-content a{width:calc(50% - 8px)}}@media only screen and (min-width:41.75em){.single-runway-review .gallery-teaser-container div.gallery-teaser-content a:hover img{-ms-transform:scale(1.15);transform:scale(1.15)}}.single-runway-review .gallery-teaser-container div.gallery-teaser-content figure{margin:0;overflow:hidden}.single-runway-review .gallery-teaser-container div.gallery-teaser-content figcaption{margin-top:15px}.single-runway-review .gallery-teaser-container div.gallery-teaser-content img{border:none;max-width:100%;height:auto;display:block;background:#ccc;transition:transform .2s ease-in-out}@media only screen and (max-width:41.6875em){.single-runway-review .gallery-teaser-container div.gallery-teaser-content img{margin:0 auto}}#header-container #bread-crumb{max-width:100%}@media only screen and (max-width:41.6875em){#header-container #bread-crumb{padding:0 15px;margin:1.25em 0 0}}#header-container #bread-crumb>ul{padding:0}#header-container #bread-crumb>ul li{display:inline;list-style:none}#header-container #bread-crumb>ul li:after{content:"/";color:red}#header-container #bread-crumb>ul li:last-child:after{content:""}#header-container #bread-crumb>ul li a{padding:0 3px;text-transform:uppercase;color:#8c8c8c}#content-header-post{max-width:100%;margin-top:-15px}@media only screen and (max-width:41.6875em){#content-header-post{padding:0 15px;margin:0 auto}}#content-header-post h1{color:#000;font:bold 3.3375rem/1.1 sans-serif;margin-top:0;margin-bottom:0}.fonts-loaded #content-header-post h1{font-family:"FormaTextMedium",sans-serif}@media only screen and (max-width:41.6875em){#content-header-post h1{font:400 1.5rem/1.2 sans-serif;margin-top:12px}.fonts-loaded #content-header-post h1{font-family:"FormaTextBold",sans-serif}}#content-header-post h2#dek{font:bold 1.6875rem/1.1 sans-serif;margin-top:10px;margin-bottom:15px}.fonts-loaded #content-header-post h2#dek{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){#content-header-post h2#dek{font:400 1rem/1.2 sans-serif;margin-top:5px;margin-bottom:0}.fonts-loaded #content-header-post h2#dek{font-family:"FormaText",sans-serif}}#content-header-post h2#dek>p{margin:0}#content-header .article-header #header-container{min-height:3.25em}#content-header .article-header #header-container #author-container{float:left;max-width:380px;width:100%;font-size:15px}#content-header .article-header #header-container #author-container a{color:red}#content-header .article-header #header-container #author-container .author-name{color:red}#content-header .article-header #header-container #author-container .wwd-studios-sponsor{font-family:"Times New Roman",Times,serif;font-size:16px;line-height:18px;font-style:italic;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:40px;max-height:40px}#content-header .article-header #header-container #author-container .wwd-studios-sponsor span{padding:11px 0}#content-header .article-header #header-container #author-container .wwd-studios-sponsor span,#content-header .article-header #header-container #author-container .wwd-studios-sponsor a{color:#717171}#content-header .article-header #header-container #author-container .wwd-studios-sponsor img{max-height:22px;margin-left:5px}.article-main{float:left;position:relative;width:640px;font-size:16px}@media only screen and (max-width:41.6875em){.article-main{width:100%;max-width:100%;float:none;margin:0 auto;padding:0 15px}}.article-main .social-tools-container{float:right;width:40%}.article-main .social-tools-container .social-container{margin:0}.article-main .social-tools-container .social-container li{display:inline;list-style:none}.article-main .cat-head{border-top:10px solid #33182b;margin-top:.625em;padding-top:10px}.article-main .cat-head>span{border-bottom:1px solid #e98d8e;color:#d82930;font-size:18px;text-align:left;text-transform:uppercase}.article-main .article-divider{border-bottom:3px solid #d7d7d7;width:40%}.article-main .share-container{margin:0;float:right}@media only screen and (max-width:41.6875em){.article-main .share-container{float:left;margin:10px auto;max-width:100%;width:100%}}.article-main .share-container ul.share-buttons{list-style:outside none none;margin:0 0 10px;padding:0}.article-main .share-container ul.share-buttons li{margin:0;height:40px;width:45px}.article-main .share-container ul.share-buttons i{display:inline;font-size:1.4em;height:40px;line-height:42px}.article-main .footer-social-container .share-container{float:left}.article-main .footer-social-container .share-container .share-buttons{margin:5px auto}.article-main .footer-social-container .share-container .share-buttons li{display:inline-block;height:40px;line-height:40px;margin:0;text-align:center;vertical-align:top;width:45px}.article-main .footer-social-container .share-container .share-buttons li i{display:inline;line-height:40px;font-size:25px}.article-main .tags-links{border-bottom:1px solid #aa9fa5;border-top:1px solid #aa9fa5;clear:both;margin:10px 0 15px;padding:10px;width:100%}.article-main .tags-links svg{max-width:1em;max-height:1em;color:#878787;fill:#878787}.article-main .tags-links a{color:#878787;display:inline-block;font-size:.85em;margin-left:15px}.article-main .c-related h3{margin-top:0;margin-bottom:0}.article-main .c-related a:hover{color:#878787}.article-shop-disclaimer{font:400 .8125rem/1.125rem FormaText,sans-serif;color:#9e9e9e;border-top:1px solid #dcdcdc;padding-top:10px}.article-copy p{font:400 1rem/1.625rem serif}.fonts-loaded .article-copy p{font-family:"TiemposRegular",serif}.article-copy .article-related-posts{float:left;max-width:200px;margin:0 50px 0 0}@media only screen and (max-width:41.6875em){.article-copy .article-related-posts{display:none}}.article-copy .article-related-posts .list-sm>div:last-child .article-divider{display:none}.sidebar-article{float:right;width:300px}@media only screen and (max-width:41.6875em){.sidebar-article{width:100%;max-width:100%;float:none;margin:0 auto;padding:15px}.sidebar-article>div{display:none}.sidebar-article>div.hp-panel__essentialist,.sidebar-article>div.hp-panel__latest-galleries-heading-wrapper,.sidebar-article>div.hp-panel__latest-galleries{display:block}}.clear{clear:both}#content{clear:both}#article-header-outer-container{clear:both}@media only screen and (max-width:41.6875em){#article-header-outer-container{padding:8px 0}}#article-content-page-outer-container .article #article-content,#article-content-page-outer-container .article #list-of-articles,#article-content-page-outer-container .article.runway .page{color:#1d1d1d;font-family:Georgia,Times,serif;font-size:1.4em}#article-content-page-outer-container #article-content .landscape-image-container{text-align:center}#article-content-page-outer-container #article-content .landscape-image-container .caption{text-align:left}#article-content-page-outer-container #article-content .content-images .caption,#article-content-page-outer-container #article-content .landscape-image-container .caption{color:#7d7d7d;font:400 .75rem/0.75rem sans-serif;letter-spacing:0em;padding:5px 0 20px}.fonts-loaded #article-content-page-outer-container #article-content .content-images .caption,.fonts-loaded #article-content-page-outer-container #article-content .landscape-image-container .caption{font-family:"Helvetica",sans-serif}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images .caption,#article-content-page-outer-container #article-content .landscape-image-container .caption{padding:5px 0 5px}}#article-content-page-outer-container #article-content .content-images{float:left;margin-right:15px;max-width:300px}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images{float:none}}#article-content-page-outer-container #article-content .content-images .caption{font-family:Arial,Helvetica,sans-serif;font-size:13px;padding:5px 0 20px}#article-content-page-outer-container #article-content .content-images .caption p{margin:2px 0 0 20px;font-size:12px}#article-content-page-outer-container #article-content .content-images .caption p a{color:#7d7d7d !important}#article-content-page-outer-container #article-content .content-images .more-on-subject{float:left;font-family:NewsGothic,sans-serif;margin:10px 0 8px;width:300px}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images .more-on-subject{float:none}}#article-content-page-outer-container #article-content .content-images .more-on-subject .list-sm{margin:10px 0 8px;border-bottom:1px solid #eee;max-height:290px;overflow:auto}#article-content-page-outer-container #article-content .content-images .more-on-subject .list-sm.mobile{display:none}@media only screen and (max-width:41.6875em){#article-content-page-outer-container #article-content .content-images .more-on-subject .list-sm.mobile{display:block;padding:0 0 20px 20px}}#article-content-page-outer-container .nodisplay{display:none}@media only screen and (max-width:41.6875em){#article-content-page-outer-container .nodisplay{display:block}}#article-content-page-outer-container .mobile{display:none}@media only screen and (max-width:41.6875em){#article-content-page-outer-container .mobile{display:block}}.caption{position:relative}.caption svg{fill:#7d7d7d;float:left;height:1em;width:1em}.caption p{margin:0 0 0 20px;font-size:12px;color:#7d7d7d}.caption p a{color:#7d7d7d !important}@media only screen and (max-width:41.6875em){.list-sm.desktop{display:none}}.list-sm.desktop h3{font-size:17px;margin-bottom:0}.landscape-image-container .clippable.image-wrapper{position:relative}.landscape-image-container .clippable.image-wrapper .slideshow-launch.desktop{background:#d41b21 none repeat scroll 0 0 !important;bottom:46px;color:#fff;float:right;font-weight:700;padding:8px;position:relative;right:10px;text-transform:uppercase;width:auto}.landscape-image-container .clippable.image-wrapper .slideshow-launch.desktop p{margin:0;font-size:13px;line-height:13px}.gallery-image-section{position:relative}.gallery-image-section>a{display:block;position:relative}.gallery-image-section .gallery-img-count{background:#d41b21 none repeat scroll 0 0;float:right;bottom:11px;color:#fff;font-weight:700;height:35px;padding:4px;position:absolute;right:7px;width:auto;text-transform:uppercase}.gallery-image-section .gallery-img-count .icon-photo{margin-right:5px}.gallery-image-section .gallery-img-count .icon-photo svg{margin-left:5px;margin-top:3px;vertical-align:sub}.gallery-image-section .gallery-thumbnails{margin-top:.4375em;display:-ms-flexbox;display:flex;width:100%}.gallery-image-section .gallery-thumbnails .gallery-thumbnail{margin-left:.625em;max-height:152px;overflow:hidden}.gallery-image-section .gallery-thumbnails .gallery-thumbnail:first-child{margin-left:0}.credit{color:gray;font-size:12px}.mobile-comments.mobile{display:none}@media only screen and (max-width:41.6875em){.mobile-comments.mobile{display:block}}.twt-link{margin-top:5px}.twt-link svg{height:1em;width:1em;fill:inherit}.twt-link svg path{fill:inherit}.twt-link a{color:#000 !important}@media only screen and (max-width:41.6875em){.slideshow-launch.bottom.desktop{display:none}}a.slideshow-view,.slideshow-bottom{background:#d31b20;color:#fff;font-weight:700;padding:.625em;text-align:center;text-transform:uppercase}.slideshow-view.mobile{float:left;margin:10px auto}.widget.widget_pmc_outbrain_widget{clear:both;margin-top:60px}#content-header:after,#article-content:after,#article-tabs:after,#gallery:after,#list-content:after,#list-gallery:after,.article-pagination-container:after,.gallery-wrapper:after,.xrail-module:after,.xrail-content:after{clear:both;content:".";display:block;height:0;visibility:hidden}.ob-widget-section{margin-top:80px}.wp-caption .wp-caption-text{font:400 1rem/1rem sans-serif;padding-bottom:1.25em;border-bottom:1px solid #000}.fonts-loaded .wp-caption .wp-caption-text{font-family:"FormaTextMedium",sans-serif}.wp-caption .wp-caption-text .wwd-image-credit{color:#686c6d}.article-copy blockquote{font-size:18px;width:auto;margin:.25em 0;line-height:1.45;position:relative;border-bottom:1px solid #5e5e5e;border-top:8px solid #000}.article-copy blockquote:before{display:block;content:"\"";font-size:45px;position:absolute;left:0;top:10px}.article-copy blockquote>p{color:#1f1f1f;font-family:sans-serif;font-size:25px;font-style:normal;line-height:1.3em;margin:20px}.fonts-loaded .article-copy blockquote>p{font-family:"FormaTextBold",sans-serif}.article-copy blockquote>p:after{bottom:1rem;content:"\"";font-family:sans-serif;font-size:45px;font-weight:400;position:absolute}.fonts-loaded .article-copy blockquote>p:after{font-family:"FormaText",sans-serif}.article-copy blockquote cite{color:#999;font-size:14px;display:block;margin-top:5px}.article-copy blockquote cite:before{content:"\2014   \2009"}.list-sm.desktop>div:last-child .article-divider{display:none}.page-template-page-content-full-width .article-main{width:100%}.badges-sponsored-content{background-color:#d31b20;color:#fff;display:inline-block;font-family:"FormaTextBold",sans-serif;font-size:13px;font-weight:700;letter-spacing:1px;margin-top:10px;margin-bottom:5px;padding:5px 10px;text-transform:uppercase}.c-badge--wwd-studios{margin-bottom:22px}.c-badge--wwd-studios svg{max-width:150px}.c-badge--wwd-studios p{color:#686c6d;display:none;font-style:italic;font-size:12px;margin-top:0}body.single-post .c-badge--wwd-studios p{display:block}body.single-post .c-badge--wwd-studios svg{max-width:200px;margin-top:10px}.archive--section__post,.archive--header__post,.archive--meta__post{color:#000;margin:0}.archive__post{border-bottom:1px solid #000;display:-ms-flexbox;display:flex;margin-bottom:1.25em;padding-bottom:1.25em}.archive--img__post{margin-right:1.25em;max-width:19.875rem;min-width:19.875rem}@media only screen and (max-width:41.6875em){.archive--img__post{margin-right:.625em;max-width:40%;min-width:40%}}.archive--img__post img{width:100%}.archive--section__post{border-bottom:1px solid #000;display:inline-block;font:400 .75em/1 sans-serif;margin-bottom:.625em;padding-bottom:.3125em;text-transform:uppercase}.fonts-loaded .archive--section__post{font-family:"FormaText",sans-serif}.archive--header__post{height:56px;overflow:hidden;font:400 1.625rem/1.1 sans-serif}.fonts-loaded .archive--header__post{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.archive--header__post{font-size:.9375rem}}.archive--excerpt__post{height:48px;overflow:hidden;font:400 .875rem/1.2 sans-serif;margin:.3125em 0 .4375em}.fonts-loaded .archive--excerpt__post{font-family:"FormaTextBold",sans-serif}@media only screen and (max-width:41.6875em){.archive--excerpt__post{margin:.4375em 0}}.archive--excerpt__post p{margin:0}.archive--meta__post{font:400 .625em/1 sans-serif;font-weight:400}.fonts-loaded .archive--meta__post{font-family:"FormaTextMedium",sans-serif}.archive--content__post a{color:#d31b20}.archive--content__post .archive--header__post a{color:#000}body.subscriptions #nav-title,body.page-template-page-subscriptions-corporate #nav-title{display:none}body.subscriptions #footer-navigation-outer-container,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container{margin:0 auto;width:100%}body.subscriptions #footer-navigation-outer-container #content,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content{margin:20px auto}body.subscriptions .header-row1 .nav-top,body.page-template-page-subscriptions-corporate .header-row1 .nav-top{height:80px}body.subscriptions .header-row1 .site-logo,body.page-template-page-subscriptions-corporate .header-row1 .site-logo{left:20px;width:221px;height:67px}body.subscriptions .site-logo .icon-wwd,body.page-template-page-subscriptions-corporate .site-logo .icon-wwd{width:221px;font-size:1.02em;height:80px}body.subscriptions h1,body.page-template-page-subscriptions-corporate h1{position:absolute;bottom:12px;left:160px;font:normal 2.4em/1 NewsGothicDemi,sans-serif}body.subscriptions #subs-offers,body.page-template-page-subscriptions-corporate #subs-offers{margin:0 auto;padding:15px 10px;width:824px}body.subscriptions .trademark,body.page-template-page-subscriptions-corporate .trademark{clear:both;padding-top:15px;font:normal .9em/1 Arial,Helvetica,sans-serif;color:#777}body.subscriptions .nav-top h1,body.page-template-page-subscriptions-corporate .nav-top h1{bottom:0;left:245px}body.subscriptions .links-sections,body.page-template-page-subscriptions-corporate .links-sections{float:right}body.subscriptions header .login-container p,body.page-template-page-subscriptions-corporate header .login-container p{color:#fff;display:inline;text-transform:none}body.subscriptions header .login-container a,body.page-template-page-subscriptions-corporate header .login-container a{float:right;font-size:1em;padding-top:.1em;padding-left:.5em;text-transform:none}@media only screen and (max-width:41.6875em){body.subscriptions header .login-container p,body.subscriptions header .login-container a,body.page-template-page-subscriptions-corporate header .login-container p,body.page-template-page-subscriptions-corporate header .login-container a{color:#686c6d;font:400 .8125rem/1 sans-serif;text-transform:uppercase}.fonts-loaded body.subscriptions header .login-container p,.fonts-loaded body.subscriptions header .login-container a,.fonts-loaded body.page-template-page-subscriptions-corporate header .login-container p,.fonts-loaded body.page-template-page-subscriptions-corporate header .login-container a{font-family:"FormaText",sans-serif}}body.subscriptions .links-sections a,body.subscriptions .links-sections a:link,body.subscriptions .links-sections a:visited,body.page-template-page-subscriptions-corporate .links-sections a,body.page-template-page-subscriptions-corporate .links-sections a:link,body.page-template-page-subscriptions-corporate .links-sections a:visited{border-radius:.25em;padding:.5em;background:red;font-size:15px;border-bottom:none;color:#fff;margin-left:5px;line-height:45px}body.subscriptions .links-sections a.current,body.subscriptions .links-sections a:hover,body.page-template-page-subscriptions-corporate .links-sections a.current,body.page-template-page-subscriptions-corporate .links-sections a:hover{background:gray}body.subscriptions .links-sections a.current,body.page-template-page-subscriptions-corporate .links-sections a.current{cursor:default}body.subscriptions #subs-discount>a:hover,body.page-template-page-subscriptions-corporate #subs-discount>a:hover{color:#fff}body.subscriptions #footer-navigation-outer-container #content a,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content a{border-bottom:none}body.subscriptions #footer-navigation-outer-container #content a:hover,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content a:hover{color:gray}body.subscriptions #subs-offers div.admz,body.subscriptions #subs-discount div.admz,body.page-template-page-subscriptions-corporate #subs-offers div.admz,body.page-template-page-subscriptions-corporate #subs-discount div.admz{float:left}body.subscriptions #subs-table,body.page-template-page-subscriptions-corporate #subs-table{border:3px solid #dcdddf;width:100%;margin-top:5px;float:left}body.subscriptions #subs-table tr:nth-child(even),body.page-template-page-subscriptions-corporate #subs-table tr:nth-child(even){background:#fff}body.subscriptions #subs-table tr:nth-child(odd),body.page-template-page-subscriptions-corporate #subs-table tr:nth-child(odd){background:#f4f4f4}body.subscriptions #subs-table th,body.page-template-page-subscriptions-corporate #subs-table th{background:#fff}body.subscriptions #subs-table td:not(:first-child),body.page-template-page-subscriptions-corporate #subs-table td:not(:first-child){text-align:center}body.subscriptions #subs-table td:first-child,body.page-template-page-subscriptions-corporate #subs-table td:first-child{font-size:14px;color:#676767}body.subscriptions #subs-table tr:last-child td:first-child,body.page-template-page-subscriptions-corporate #subs-table tr:last-child td:first-child{text-align:center}body.subscriptions #subs-table td>span,body.page-template-page-subscriptions-corporate #subs-table td>span{font-size:20px;font-weight:100;color:#676767;display:inline-block;padding:5px}body.subscriptions #subs-table td>a.sub-button,body.page-template-page-subscriptions-corporate #subs-table td>a.sub-button{display:block;background:red;color:#fff;padding:10px 5px;font-size:13px;text-transform:uppercase;border-radius:.25em;border-bottom:none}body.subscriptions #subs-table td>a,body.page-template-page-subscriptions-corporate #subs-table td>a{color:red;padding:0 0 3px;border-bottom:1px solid red}body.subscriptions #subs-table td>a:hover,body.page-template-page-subscriptions-corporate #subs-table td>a:hover{border-bottom:1px solid transparent}body.subscriptions #subs-table th,body.subscriptions #subs-table td,body.page-template-page-subscriptions-corporate #subs-table th,body.page-template-page-subscriptions-corporate #subs-table td{border:1px solid #dcdddf}body.subscriptions #subs-table td,body.page-template-page-subscriptions-corporate #subs-table td{padding:10px}body.subscriptions #subs-table th,body.page-template-page-subscriptions-corporate #subs-table th{color:#676767;font-size:16px;font-weight:100;line-height:1.2em;padding-bottom:10px}body.subscriptions #subs-table th span,body.page-template-page-subscriptions-corporate #subs-table th span{color:red;font-size:12px;display:block;font-style:italic;font-weight:700;line-height:1em;margin:.25em}body.subscriptions #subs-table td .check,body.page-template-page-subscriptions-corporate #subs-table td .check{font-size:30px;color:#5c5859;font-style:italic}body.subscriptions #subs-table td .asterisk,body.page-template-page-subscriptions-corporate #subs-table td .asterisk{font-size:10px;color:#5c5859;vertical-align:top}body.subscriptions #subs-table td span:nth-child(2),body.page-template-page-subscriptions-corporate #subs-table td span:nth-child(2){margin-right:-2em}body.subscriptions .banner,body.page-template-page-subscriptions-corporate .banner{margin:30px 0 0}body.subscriptions .discounts-container,body.page-template-page-subscriptions-corporate .discounts-container{margin-top:30px;font-size:14px;line-height:20px;text-decoration:underline}body.subscriptions .discounts-child,body.page-template-page-subscriptions-corporate .discounts-child{-ms-flex:1;flex:1;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;padding:10px;border:1px solid #000;box-shadow:5px 7px 0px #cfcdce;text-align:center;width:390px;margin:0}body.subscriptions .discounts-child:first-child,body.page-template-page-subscriptions-corporate .discounts-child:first-child{margin-right:30px}body.subscriptions .discounts-child p:first-child,body.page-template-page-subscriptions-corporate .discounts-child p:first-child{font-size:30px;font-weight:700;text-align:center}body.subscriptions .discounts-child a,body.page-template-page-subscriptions-corporate .discounts-child a{color:#000;font-weight:700}body.subscriptions .banner-container,body.page-template-page-subscriptions-corporate .banner-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:30px;border:1px solid #000}body.subscriptions .banner-child,body.page-template-page-subscriptions-corporate .banner-child{-ms-flex:1;flex:1;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;padding:10px}body.subscriptions .banner-child:nth-child(1),body.page-template-page-subscriptions-corporate .banner-child:nth-child(1){min-width:200px}body.subscriptions .banner-child:nth-child(2),body.page-template-page-subscriptions-corporate .banner-child:nth-child(2){min-width:260px;font-size:13px}body.subscriptions .banner-child:nth-child(3),body.page-template-page-subscriptions-corporate .banner-child:nth-child(3){text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;font-size:25px}body.subscriptions .banner-child:nth-child(4),body.page-template-page-subscriptions-corporate .banner-child:nth-child(4){text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}body.subscriptions .banner-child:nth-child(4) a,body.page-template-page-subscriptions-corporate .banner-child:nth-child(4) a{padding:10px;background:red;color:#fff;border-radius:.25em;display:inline-block}body.subscriptions .free,body.page-template-page-subscriptions-corporate .free{text-transform:uppercase;font-size:16px;margin:40px 0 20px;display:block}body.subscriptions .free em,body.page-template-page-subscriptions-corporate .free em{font-variant:normal;font-style:normal;color:red}body.subscriptions .free a,body.page-template-page-subscriptions-corporate .free a{padding:10px;margin:0 20px;background:red;color:#fff;border-radius:.25em}body.subscriptions .buttons,body.page-template-page-subscriptions-corporate .buttons{float:right;margin-top:35px}body.subscriptions .mobile article,body.page-template-page-subscriptions-corporate .mobile article{margin:0 auto;max-width:100%;display:block;padding:10px}body.subscriptions .mobile article header,body.page-template-page-subscriptions-corporate .mobile article header{margin:30px 0 20px;text-transform:uppercase;height:auto;background:0 0;color:#000;font-weight:700;font-size:20px;text-align:center;clear:both}body.subscriptions .mobile article header>span,body.page-template-page-subscriptions-corporate .mobile article header>span{color:red;display:block;font-size:12px;font-style:italic;font-style:italic;font-weight:400;margin:0;padding:0;text-align:center;text-transform:none;width:100%}body.subscriptions .mobile article section.sub img,body.page-template-page-subscriptions-corporate .mobile article section.sub img{max-width:100%;margin:0 auto;height:auto;padding:10px 30px;box-sizing:border-box}body.subscriptions .mobile article section.sub p,body.page-template-page-subscriptions-corporate .mobile article section.sub p{text-transform:uppercase;text-align:center;font-size:15px;line-height:1.5em}body.subscriptions .mobile article section.sub a,body.page-template-page-subscriptions-corporate .mobile article section.sub a{text-align:center;display:block;background:red;margin:0 auto;color:#fff;text-transform:uppercase;padding:.75em .25em;border-radius:.25em;margin:10px 80px;font-size:17px}body.subscriptions .mobile article section.sub a span:first-child,body.page-template-page-subscriptions-corporate .mobile article section.sub a span:first-child{font-size:20px}body.subscriptions .mobile article section.sub a span:nth-child(2),body.page-template-page-subscriptions-corporate .mobile article section.sub a span:nth-child(2){font-size:12px}body.subscriptions .mobile article section.subs p,body.page-template-page-subscriptions-corporate .mobile article section.subs p{font-size:17px;text-align:center;text-transform:uppercase;padding:10px;color:#9a9a9a;font-family:NewsGothicDemi,sans-serif;font-weight:700;margin:0 !important}body.subscriptions .mobile article section.subs a,body.page-template-page-subscriptions-corporate .mobile article section.subs a{display:block;font-family:NewsGothicDemi,sans-serif;font-size:25px;font-weight:700;line-height:1em;padding:.75em 0;text-align:center;text-transform:uppercase}body.subscriptions .mobile article>a,body.page-template-page-subscriptions-corporate .mobile article>a{color:#000;display:block;font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:11px;font-weight:700;margin:0;padding:30px 0 0;text-align:center;text-transform:uppercase}body.subscriptions .mobile article>a>span,body.page-template-page-subscriptions-corporate .mobile article>a>span{color:#cfcdce}body.subscriptions .mobile article>section.sub>span:last-child,body.page-template-page-subscriptions-corporate .mobile article>section.sub>span:last-child{display:block;font-size:10px;font-style:italic;padding:0 12px 5px;text-align:right}body.subscriptions .textwidget input[type=text],body.subscriptions .textwidget textarea,body.page-template-page-subscriptions-corporate .textwidget input[type=text],body.page-template-page-subscriptions-corporate .textwidget textarea{width:100% !important}body.subscriptions .contact-form .clear-form,body.page-template-page-subscriptions-corporate .contact-form .clear-form{clear:both}body.subscriptions .contact-form input[type=text],body.page-template-page-subscriptions-corporate .contact-form input[type=text]{width:300px;margin-bottom:13px}body.subscriptions .contact-form select,body.page-template-page-subscriptions-corporate .contact-form select{margin-bottom:13px}body.subscriptions .contact-form textarea,body.page-template-page-subscriptions-corporate .contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}body.subscriptions .contact-form input[type=radio],body.subscriptions .contact-form input[type=checkbox],body.page-template-page-subscriptions-corporate .contact-form input[type=radio],body.page-template-page-subscriptions-corporate .contact-form input[type=checkbox]{float:none;margin-bottom:13px}body.subscriptions .contact-form label,body.page-template-page-subscriptions-corporate .contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}body.subscriptions .contact-form label.checkbox,body.subscriptions .contact-form label.radio,body.page-template-page-subscriptions-corporate .contact-form label.checkbox,body.page-template-page-subscriptions-corporate .contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}body.subscriptions .contact-form label span,body.page-template-page-subscriptions-corporate .contact-form label span{color:#aaa;margin-left:4px;font-weight:400}body.subscriptions .education-col,body.page-template-page-subscriptions-corporate .education-col{background:#f4f4f4;width:474px;height:590px;float:left;margin:18px 0 0 3px;text-align:center;padding-top:30px}body.subscriptions .education-col a,body.page-template-page-subscriptions-corporate .education-col a{display:block}@media only screen and (max-width:41.6875em){body.subscriptions .education-col,body.page-template-page-subscriptions-corporate .education-col{width:100%;float:none;margin-left:0;height:auto}}body.subscriptions .education-col.right,body.page-template-page-subscriptions-corporate .education-col.right{margin-left:18px;padding-top:30px}@media only screen and (max-width:41.6875em){body.subscriptions .education-col.right,body.page-template-page-subscriptions-corporate .education-col.right{margin-left:0;padding-bottom:15px}}body.subscriptions .discounts-text,body.page-template-page-subscriptions-corporate .discounts-text{margin:5px 0}@media only screen and (max-width:41.6875em){body.subscriptions .site-footer__mobile-social-links,body.page-template-page-subscriptions-corporate .site-footer__mobile-social-links,body.digital-daily-info .site-footer__mobile-social-links{padding-top:1.25em}}.subscriptions-top{clear:both}.subs-copy-left{float:left;width:60%;padding:0 0 10px 30px;font-size:20px}.subs-img-right{float:left;width:40%}.subs-copy-head{font-weight:700;font-size:30px;color:#000}.mobile article section.sub1 img{height:119px;width:180px;margin-left:.3em}.mobile-sub-price{font-size:60px;text-align:center;font-weight:400}.mobile-sub-price-text{font-weight:700;text-align:center}hr.mobile-sub-bar{display:block;margin-top:2em;margin-bottom:.5em;margin-left:2em;margin-right:2em;border-style:inset;border-width:2px}.subs-offer{margin:0 0 5px;display:block;background:red;color:#fff;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.05em}.subs-dollar-symbol{font-size:2.25rem}.discount{font-size:1.09375rem;color:#000}.subs-yr-abbreviation{font-size:.7em}@media only screen and (max-width:41.6875em){body.page-template-page-subscriptions div#site-wrap{padding-top:4.2em}body.page-template-page-subscriptions div#site-wrap #content{padding:.7em}}body.subscriptions #site-wrap.site-wrap,section#subscriptions #site-wrap.site-wrap{margin-top:1.25em}body.subscriptions #site-wrap.site-wrap header,section#subscriptions #site-wrap.site-wrap header{margin-left:-.9375rem;margin-right:-.9375rem}body.subscriptions #site-wrap.site-wrap #site-header,section#subscriptions #site-wrap.site-wrap #site-header{background:#177399}body.subscriptions #site-wrap.site-wrap .site-header__mobile-top,section#subscriptions #site-wrap.site-wrap .site-header__mobile-top{margin:1.35rem 1rem;padding-left:.9375rem;padding-right:.9375rem;width:100%}body.subscriptions #site-wrap.site-wrap .site-header__logo>a,section#subscriptions #site-wrap.site-wrap .site-header__logo>a{float:left}body.subscriptions #site-wrap.site-wrap .site-header__logo .subs-header-text,section#subscriptions #site-wrap.site-wrap .site-header__logo .subs-header-text{float:left;margin:.3rem .6rem;color:#fff}body.subscriptions.admin-bar .subs-background,section#subscriptions.admin-bar .subs-background{background-position-y:-1rem}body.subscriptions .site-header__bottom-bar,section#subscriptions .site-header__bottom-bar{display:none}body.subscriptions .site-wrap,section#subscriptions .site-wrap{min-width:inherit}body.subscriptions .subs-bold,section#subscriptions .subs-bold{font-family:sans-serif}.fonts-loaded body.subscriptions .subs-bold,.fonts-loaded section#subscriptions .subs-bold{font-family:"FormaTextBold",sans-serif}body.subscriptions .subs-block,section#subscriptions .subs-block{display:block}body.subscriptions .subs-promo,section#subscriptions .subs-promo{color:#f9e100}body.subscriptions .subs-light,section#subscriptions .subs-light{font-family:sans-serif;font-weight:lighter}.fonts-loaded body.subscriptions .subs-light,.fonts-loaded section#subscriptions .subs-light{font-family:"FormaText",sans-serif}body.subscriptions .subs-sale-copy,section#subscriptions .subs-sale-copy{text-transform:uppercase;letter-spacing:.15rem;background:#fff;line-height:1.8rem;margin:.25rem 0;color:#000}body.subscriptions .subs-big,section#subscriptions .subs-big{font-size:2.2em;line-height:1em}body.subscriptions .subs-big .subs-promo,section#subscriptions .subs-big .subs-promo{font-size:4rem}body.subscriptions .subs-old-price,section#subscriptions .subs-old-price{position:relative;padding-right:.313em}body.subscriptions .subs-old-price:before,section#subscriptions .subs-old-price:before{content:'';top:0;left:-1.5625rem;position:absolute;display:block;width:7.8125rem;height:3.375rem;border-bottom:.1875rem solid #d31b20;-ms-transform:translateY(-1.25rem) translateX(.3125rem) rotate(-18deg);transform:translateY(-1.25rem) translateX(.3125rem) rotate(-18deg)}body.subscriptions .subs-new-price,section#subscriptions .subs-new-price{padding-left:.313em}body.subscriptions .site-header,section#subscriptions .site-header{background:0 0}body.subscriptions .site-header__top,section#subscriptions .site-header__top{margin-top:0}body.subscriptions .site-header__mobile-top,section#subscriptions .site-header__mobile-top{margin-top:1.9375rem;margin-left:2rem}body.subscriptions .site-header__mobile-top .site-header__logo svg,section#subscriptions .site-header__mobile-top .site-header__logo svg{fill:#fff;width:7.4rem;height:auto}body.subscriptions .subscriptions-top,section#subscriptions .subscriptions-top{margin-top:-4.4rem;margin-left:-.9375rem;margin-right:-.9375rem}body.subscriptions .subscriptions-top .subs-copy-head,section#subscriptions .subscriptions-top .subs-copy-head{text-align:center;padding:2.9em 0 .3em;margin:0 auto;width:36.5625rem}body.subscriptions .subscriptions-top .subs-copy-head h3,section#subscriptions .subscriptions-top .subs-copy-head h3{color:#fff;margin:0;line-height:1.3em}body.subscriptions .subscriptions-top .subs-copy-head h6,section#subscriptions .subscriptions-top .subs-copy-head h6{color:#fff;line-height:1em;margin:.625rem 0 0}body.subscriptions .subscriptions-main,section#subscriptions .subscriptions-main{margin-left:-.9375rem;margin-right:-.9375rem;background:#fff}body.subscriptions .subscriptions-main .subs-columns-header,section#subscriptions .subscriptions-main .subs-columns-header{padding:1.4em}body.subscriptions .subscriptions-main .subs-columns-header h3,section#subscriptions .subscriptions-main .subs-columns-header h3{margin:0;font-size:1.875em}body.subscriptions .subscriptions-main .subs-columns,section#subscriptions .subscriptions-main .subs-columns{display:-ms-inline-flexbox;display:inline-flex;padding:0 2.188em;margin-bottom:.875rem;width:100%}body.subscriptions .subscriptions-main .subs-columns .subs-column,section#subscriptions .subscriptions-main .subs-columns .subs-column{width:16.875rem;border:1px solid #e3e3e3;border-radius:.625rem;margin-right:3.75rem;text-align:center;position:relative}body.subscriptions .subscriptions-main .subs-columns .subs-column.subs-dd-wwd,section#subscriptions .subscriptions-main .subs-columns .subs-column.subs-dd-wwd{display:block}body.subscriptions .subscriptions-main .subs-columns .subs-column:last-child,section#subscriptions .subscriptions-main .subs-columns .subs-column:last-child{margin-right:0}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-offer,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-offer{background:#f9e100;width:4.35rem;height:4.35rem;border-radius:50%;position:absolute;text-transform:uppercase;color:#000;font-size:1.15em;line-height:1em;top:-2.175rem;padding:1em 0;left:50%;margin-left:-2.175rem;overflow:hidden}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-save-offer,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-save-offer{background:#f9e100;color:#000;font-size:1.5rem;padding:.65em 0}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-save-offer span,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-save-offer span{display:block;color:#d31b20;font-size:1.5rem;line-height:.5rem}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-save-offer span sup,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-save-offer span sup{font-size:1rem;position:relative;top:.25rem}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header{background:#e3e3e3;padding:2.875em 0 .8em;position:relative;border-top-left-radius:.5625rem;border-top-right-radius:.5625rem}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight{background:#27a9e0;color:#fff}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight p.discount,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight p.discount{color:#fff}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h3,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h3{position:absolute;font-size:1.7em;line-height:1.02em;text-align:center;top:2.875rem;left:0;right:0}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h3,body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header p,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h3,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header p{margin:0;padding:0;color:#000}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h2,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h2{font-size:2.75rem;margin:0}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header img,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header img{display:block;height:6.8125rem;margin:5.3125rem auto .9375rem}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button{display:block;background:#d31b20;color:#fff;text-transform:uppercase;font-size:1.125em;letter-spacing:2px;line-height:1.875em;font-weight:400;border-radius:.3125rem;margin:1rem 1rem 0}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button:hover,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button:hover{background:#ffdc00;color:#000}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button.subs-callout,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button.subs-callout{background:#ffdc00;color:#000}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button.subs-callout:hover,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button.subs-callout:hover{background:#d31b20;color:#fff}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-cancel-anytime,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-cancel-anytime{margin-top:.8em}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main{height:15.9375rem;position:relative}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main h3,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main h3{margin:1rem 0 .125rem;font-size:1.17em}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main p,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main p{padding:0 1.25rem;font-family:serif;font-size:.9375rem;line-height:1.375em;margin-top:0;color:#000}.fonts-loaded body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main p,.fonts-loaded section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main p{font-family:"TiemposRegular",serif}body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main p.offer-valid,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main p.offer-valid{bottom:0;color:#9b9b9b;font-family:"FormaTextMedium",sans-serif;font-size:.75rem;font-weight:700;left:0;letter-spacing:.0625rem;line-height:1.17;position:absolute;right:0;text-align:center}@media only screen and (max-width:50em){body.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main,section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main{height:16.875rem}}body.subscriptions .subscriptions-main .subs-footer,section#subscriptions .subscriptions-main .subs-footer{margin-bottom:2.8125rem;padding:0 2.188em}body.subscriptions .subscriptions-main .subs-footer .subs-asterisk,section#subscriptions .subscriptions-main .subs-footer .subs-asterisk{margin-bottom:2.8125rem}body.subscriptions .subscriptions-main .subs-footer .subs-footer-nav p,section#subscriptions .subscriptions-main .subs-footer .subs-footer-nav p{color:#000;margin:0 0 .3125rem}body.subscriptions .subscriptions-main .subs-footer .subs-footer-nav p:last-child,section#subscriptions .subscriptions-main .subs-footer .subs-footer-nav p:last-child{margin:0}body.subscriptions .subscriptions-main .subs-footer .subs-footer-nav p a,section#subscriptions .subscriptions-main .subs-footer .subs-footer-nav p a{text-decoration:underline}body.subscriptions .subscriptions-main .subs-footer .subs-footer-nav p a:hover,section#subscriptions .subscriptions-main .subs-footer .subs-footer-nav p a:hover{text-decoration:none}body.subscriptions .site-wrap.footer,section#subscriptions .site-wrap.footer{display:none}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){body.subscriptions .subscriptions-main .subs-columns,section#subscriptions .subscriptions-main .subs-columns{padding:0 1.25em}body.subscriptions .subscriptions-main .subs-columns .subs-column,section#subscriptions .subscriptions-main .subs-columns .subs-column{width:30%;margin-right:5%}}body.subscriptions.wwd-education-subscription-page #site-wrap.site-wrap #site-header{background:#4f94a9}body.subscriptions.wwd-education-subscription-page #subscriptions-container{position:relative;padding-bottom:1.875rem}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns-header .subs-light{margin-top:1.875rem}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-offer{background:red;color:#fff}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header{background:#c6def3;padding-bottom:0}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight{background:#4f94a9}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight h3.subs-bold{color:#fff}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight p.subs-bold{color:#c6def3}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight .subs-button{background:#ffdc00;color:#000}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight .wwd-education.education-52w{background:#c6def3}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight .wwd-education.education-52w>*{color:#000}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight .wwd-education.education-52w p.subs-bold{color:#4f94a9}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header .wwd-education.education-52w{background:#eef8fd;margin-top:.9375rem;padding:.9375rem 0 1.5625rem}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header p.subs-cancel-anytime.subs-bold{background:#e2dad2;color:#000;margin:0;padding:.625rem 0}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button{background:#4f94a9}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header .subs-button:hover{background:#ffdc00}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header p.subs-bold{color:#4f94a9;font-size:1.125rem;letter-spacing:.0625rem;margin:.9375rem 0 0}body.subscriptions.wwd-education-subscription-page .subscriptions-main .subs-columns .subs-column .subs-column-header p.subs-bold span{font-weight:400}body.subscriptions.wwd-education-subscription-page .wwd-education h2.subs-light span{display:block;font-size:.75rem;font-weight:700;letter-spacing:.375rem;text-transform:uppercase}body.subscriptions.wwd-education-subscription-page .subs-librarian{position:absolute;left:0;right:0;text-align:center;z-index:1}body.subscriptions.wwd-education-subscription-page .subs-librarian h3{font-size:1.5rem;letter-spacing:.04375rem}body.subscriptions.wwd-education-subscription-page .subs-librarian.subs-librarian-open .subs-librarian-content{max-height:300px}body.subscriptions.wwd-education-subscription-page .subs-librarian.subs-librarian-open .subs-librarian-button{border-radius:50%;position:relative;top:-.9375rem}body.subscriptions.wwd-education-subscription-page .subs-librarian.subs-librarian-open .subs-librarian-up-icon{display:block}body.subscriptions.wwd-education-subscription-page .subs-librarian.subs-librarian-open .subs-librarian-text{display:none}body.subscriptions.wwd-education-subscription-page .subs-librarian .subs-librarian-up-icon{display:none}body.subscriptions.wwd-education-subscription-page .subs-librarian .subs-librarian-text{display:block}body.subscriptions.wwd-education-subscription-page .subs-librarian .subs-librarian-content{background:red;color:#fff;line-height:1.125rem;max-height:0;margin:0 1.25rem;overflow:auto;padding:0 1.25rem;-ms-transform-origin:top;transform-origin:top;transition:max-height .3s ease-out}body.subscriptions.wwd-education-subscription-page .subs-librarian .subs-librarian-button{background:red;color:#fff;display:inline-block;letter-spacing:.0375rem;padding:.3125rem .625rem;text-transform:uppercase}body.subscriptions.wwd-education-subscription-page .subs-librarian .subs-librarian-request-quote{color:#000;background:#f8e71c;display:inline-block;letter-spacing:.3125rem;margin-bottom:.625rem;padding:.3125rem .625rem;text-transform:uppercase}body.subscriptions.wwd-education-subscription-page .subs-librarian .subs-librarian-request-quote:hover{background:#fff}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns .subs-column.subs-dd-wwd{background:#4f94a9}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .wwd-education.education-16w .subs-light,body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .wwd-education.education-16w .subs-special-offer{color:#fff}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main h3{color:#fff}body.subscriptions.wwd-education-subscription-page.pmc-mobile #site-wrap.site-wrap header #site-header{background:#4f94a9}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight{background:#4f94a9}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight:after{border-top-color:#4f94a9}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subscriptions-main .subs-columns-header .subs-light{margin-top:3.125rem}body.subscriptions.wwd-education-subscription-page.pmc-mobile .subs-librarian{margin-top:-3.125rem}body.pmc-mobile.subscriptions,body.pmc-mobile section#subscriptions{background:#000}body.pmc-mobile.subscriptions.admin-bar #site-wrap.site-wrap header,body.pmc-mobile section#subscriptions.admin-bar #site-wrap.site-wrap header{top:3.5rem}body.pmc-mobile.subscriptions .subs-background,body.pmc-mobile section#subscriptions .subs-background{position:absolute;top:0;right:0;left:0;z-index:-1;height:12.25rem}body.pmc-mobile.subscriptions #site-wrap.site-wrap,body.pmc-mobile section#subscriptions #site-wrap.site-wrap{position:static;background:0 0;padding-top:0 !important}body.pmc-mobile.subscriptions #site-wrap.site-wrap #content,body.pmc-mobile section#subscriptions #site-wrap.site-wrap #content{padding:0 .7em .7em}body.pmc-mobile.subscriptions #site-wrap.site-wrap header .site-header__top,body.pmc-mobile.subscriptions #site-wrap.site-wrap header .site-header__mobile-top,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header .site-header__top,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header .site-header__mobile-top{margin:0;padding:0}body.pmc-mobile.subscriptions #site-wrap.site-wrap header .site-header__top .site-header__home-link,body.pmc-mobile.subscriptions #site-wrap.site-wrap header .site-header__mobile-top .site-header__home-link,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header .site-header__top .site-header__home-link,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header .site-header__mobile-top .site-header__home-link{display:block}body.pmc-mobile.subscriptions #site-wrap.site-wrap header #site-header,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header #site-header{box-shadow:none;line-height:0;position:static;background:#177399}body.pmc-mobile.subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top{margin:0}body.pmc-mobile.subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo{padding:1rem 0;text-align:center}body.pmc-mobile.subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo>a,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo>a{float:none}body.pmc-mobile.subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo svg,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo svg{fill:#fff;width:5rem;height:auto}body.pmc-mobile.subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo .subs-header-text,body.pmc-mobile section#subscriptions #site-wrap.site-wrap header #site-header .site-header__mobile-top .site-header__logo .subs-header-text{float:none;margin:0}body.pmc-mobile.subscriptions .subscriptions-top,body.pmc-mobile section#subscriptions .subscriptions-top{margin:0 -.7rem .3125rem;overflow:hidden;position:relative}body.pmc-mobile.subscriptions .subscriptions-top .subs-copy-head,body.pmc-mobile section#subscriptions .subscriptions-top .subs-copy-head{position:static;width:auto}body.pmc-mobile.subscriptions .subscriptions-top .subs-copy-head h3.subs-big,body.pmc-mobile section#subscriptions .subscriptions-top .subs-copy-head h3.subs-big{font-size:1.3rem;line-height:1.3em}body.pmc-mobile.subscriptions .subscriptions-top .subs-copy-head h3.subs-big span.subs-promo,body.pmc-mobile section#subscriptions .subscriptions-top .subs-copy-head h3.subs-big span.subs-promo{font-size:2rem}body.pmc-mobile.subscriptions .subscriptions-main,body.pmc-mobile section#subscriptions .subscriptions-main{background:0 0;margin:1em 0 0}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header{position:static;padding:0}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header h3,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header h3{color:#fff;font-size:1em;line-height:1em}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav{display:-ms-inline-flexbox;display:inline-flex;padding:1.5em 0 1em;margin:0 auto;width:90%}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav{margin-right:.75rem;background:#e3e3e3;border-radius:.3125rem;width:33%;height:6rem;cursor:pointer}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight{background:#27a9e0;color:#fff;position:relative}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight:after,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav.subs-column-nav-highlight:after{position:absolute;content:'';width:0;height:0;border-left:1rem solid transparent;border-right:1rem solid transparent;border-top:1rem solid #27a9e0;bottom:-.9375rem;left:50%;margin-left:-1rem}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav:last-child,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav:last-child{margin-right:0}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav .subs-bold,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav .subs-bold{position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0 .313em;font-size:1.0625rem}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns{padding:0}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column{margin:0 auto;background:#fff;width:100%;max-width:90%}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-offer,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-offer{margin-left:3.1875rem;margin-top:1.75rem}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main h3,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main h3{margin:.9375rem 0}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main p:not(.offer-valid),body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column.subs-dd-wwd .subs-column-main p:not(.offer-valid){display:none}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-main{padding-top:.625em}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header{padding:0}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header img,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header img{height:5rem;margin:1.1875rem auto .9375rem}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight p.discount,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header.subs-column-highlight p.discount{color:#000}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header,body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-highlight,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-highlight{background:0 0;color:#000}body.pmc-mobile.subscriptions .subs-column,body.pmc-mobile section#subscriptions .subs-column{display:none}body.pmc-mobile.subscriptions .subscriptions-top h6,body.pmc-mobile.subscriptions .subs-column-header h3,body.pmc-mobile section#subscriptions .subscriptions-top h6,body.pmc-mobile section#subscriptions .subs-column-header h3{display:none !important}body.pmc-mobile.subscriptions .subs-footer,body.pmc-mobile section#subscriptions .subs-footer{color:#fff}body.pmc-mobile.subscriptions .subs-footer .subs-footer-nav p,body.pmc-mobile section#subscriptions .subs-footer .subs-footer-nav p{color:#fff}body.pmc-mobile.subscriptions .subs-footer .subs-footer-nav p a,body.pmc-mobile section#subscriptions .subs-footer .subs-footer-nav p a{color:#fff}body.pmc-mobile.subscriptions.subs-mobile-animated .subs-columns,body.pmc-mobile section#subscriptions.subs-mobile-animated .subs-columns{padding:0 1.875em;position:absolute;left:0;right:0;top:7.3125rem;bottom:0}@media only screen and (max-device-width:321px){body.pmc-mobile.subscriptions .subscriptions-top .subs-copy-head,body.pmc-mobile section#subscriptions .subscriptions-top .subs-copy-head{font-size:2em;top:6.25rem}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h2,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns .subs-column .subs-column-header h2{font-size:2.5em}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav .subs-bold,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav .subs-bold{font-size:.8em}body.pmc-mobile.subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav,body.pmc-mobile section#subscriptions .subscriptions-main .subs-columns-header .subs-mobile-nav .subs-column-nav{height:4.75rem}}body.search h1{font:400 2.8125rem/1 serif;margin:0}.fonts-loaded body.search h1{font-family:"PublicoBannerRoman",serif}body.search .article-main{position:static}body .swiftype .container.block-group{padding-left:0}body .swiftype .main-container.block-group{padding-left:0}body .swiftype .header{margin-left:280px;margin-top:5px}@media only screen and (max-width:41.6875em){body .swiftype .header{margin-left:0}body .swiftype .header .width-70{width:100%}}body .swiftype .width-30{margin-top:-35px}@media only screen and (max-width:41.6875em){body .swiftype .width-30{display:none}}body .swiftype .right-header .st-has-results{margin-left:5px;font-size:18px;font-weight:700}body .swiftype .right-header .st-has-query span{font-style:normal}body .swiftype .search_form{box-shadow:none;border-radius:0}body .swiftype .search_form.block{margin-top:.625em}body .swiftype .search_form .search-form{position:relative}body .swiftype .search_form .search-form:before{position:absolute;left:.625em;top:50%;margin-top:-8px;color:#686c6d}body .swiftype .search_form .search-form input[type=text]{background:0 0;width:85%;text-indent:1em}@media only screen and (max-width:41.6875em){body .swiftype .search_form .search-form input[type=text]{width:70%}}body .swiftype .search_form .search-form input[type=submit]{background:#d31b20;color:#fff;font-weight:700;font-size:18px;width:15%}@media only screen and (max-width:41.6875em){body .swiftype .search_form .search-form input[type=submit]{-webkit-appearance:none;appearance:none;border-radius:0;border:none;height:100%;width:30%}}body .swiftype .left-main{padding:10px 10px 10px 0}body .swiftype .left-main .facet-title,body .swiftype .left-main .facet-container a{text-transform:none}body .swiftype .left-main .facet-label{text-transform:capitalize}body .swiftype .left-main div[data-st-sort-selector=sort]{position:relative}body .swiftype .left-main div[data-st-sort-selector=sort]:after{color:#d31b20;content:'\203A';font-size:2em;position:absolute;right:.4375em;top:0;-ms-transform:rotate(90deg);transform:rotate(90deg)}body .swiftype .left-main select{-webkit-appearance:none;appearance:none;background:0 0;border:1px solid #000;border-radius:0;color:#000;font:700 .9375rem/1.3 sans-serif;padding:.625em 0 .625em .625em;width:100%;text-transform:uppercase;margin-right:2.1875em}.fonts-loaded body .swiftype .left-main select{font-family:"FormaText",sans-serif}body .swiftype .result .result-image{width:300px}@media only screen and (max-width:41.6875em){body .swiftype .result .result-image{width:150px}}body .swiftype .result .result-image img{width:100%}body .swiftype .block-group{padding-left:15px}@media only screen and (max-width:41.6875em){body .swiftype .block-group{padding-left:0}}body .swiftype .block-group .result{padding:20px 0 10px;border-color:#000}body .swiftype .block-group .result:hover{background:0 0}body .swiftype .block-group .result:last-of-type{border-bottom:1px solid #000}body .swiftype .block-group .result:first-of-type{border-top:1px solid #000}body .swiftype .block-group .result .result-content{padding-left:310px}@media only screen and (max-width:41.6875em){body .swiftype .block-group .result .result-content{padding-left:160px}}body .swiftype .block-group .result .result-content .result-title a{font-size:20px}body .swiftype .block-group .result .result-content .byline{color:#000;font-weight:700;font-size:14px}body .swiftype .icon i{display:none}body .swiftype .footer a{padding:0;min-width:10px;margin:5px 7px}body .swiftype .footer .current_page{font-weight:400;border-bottom:2px solid #d31b20}body .swiftype .footer span[data-st-previous-page] a{margin:0 5px 0 0;padding:0;width:15px;height:15px;color:#fff;font-size:0}body .swiftype .footer span[data-st-previous-page] a:before{color:#d31b20;font-weight:700;font-size:25px;content:'\2039'}body .swiftype .footer span[data-st-next-page] a{margin:0 0 0 5px;padding:0;width:15px;height:15px;color:#fff;font-size:0}body .swiftype .footer span[data-st-next-page] a:after{color:#d31b20;font-weight:700;font-size:25px;content:'\203A'}body .swiftype .search_form_widget.block{margin-top:0}body .swiftype .search_form_widget .search-form:before{content:''}body .swiftype .search_form_widget .search-form input[type=text]{text-indent:5px;padding:0;border-radius:.125em;width:200px;font-size:11px;padding:2px 0}body .swiftype .search_form_widget div[data-st-search-form=small_search_form] .swiftype-widget .autocomplete{right:-1px;top:25px}body .swiftype .swiftype-widget .autocomplete{font-size:12px}body .swiftype .swiftype-widget .autocomplete .ac-section-title{background-color:#000;color:#fff}body .swiftype .swiftype-widget .autocomplete .ac-result{color:#000;text-transform:capitalize}.issue__header.archive__post{border-bottom:none;padding-bottom:0;margin-bottom:.625em}.issue__header .archive--header__post{margin-bottom:.4375em}.issue__header .archive--img__post{max-width:13.625rem;min-width:13.625rem}.issues-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:100%}.issues-wrap .issue__post{border:1px solid #bbb;width:25%}@media only screen and (max-width:41.6875em){.issues-wrap .issue__post{width:70%;margin:0 15%}}.issues-wrap .issue__post .issue__wrapper{padding:2.1875em 0}.issues-wrap .issue__post .issue__wrapper .issue__cover{min-width:160px}.issues-wrap .issue__post .issue__wrapper .issue__cover img{box-shadow:0 0 15px 0 rgba(0,0,0,.75)}.issues-wrap .issue__post .issue__wrapper h4,.issues-wrap .issue__post .issue__wrapper h5{margin:.3125em 0}.issues-wrap .issue__post .issue__wrapper h5{font-weight:400}.issues__filter{margin:.625em 0}.issues__filter h3{font-weight:400;line-height:18px;margin-top:.625em;margin-bottom:.625em;margin-right:1.25em}.issues__filter .issues__filter-button{display:block;padding:.625em 1.25em;background:#f4f4f4;font-weight:700;text-transform:uppercase;margin-right:.625em;margin-bottom:.625em;cursor:pointer}.issues__filter .issues__filter-button:hover{background:#d31b20;color:#fff}.issues__filter .issues__filter-button.issues__filter-button-active{background:#d31b20;color:#fff;cursor:default}.issue__dropdown svg{fill:#d31b20;float:right;margin:-1.5625rem .3125rem 0 0}.issue__dropdown:hover{cursor:pointer}.issue__dropdown .issue__select{-webkit-appearance:none;appearance:none;background:0 0;border:1px solid #000;border-radius:0;color:#000;font:700 .9375rem/1.3 sans-serif;padding:.625em 0 .625em .625em;width:100%;text-transform:uppercase;margin-right:2.1875em}.fonts-loaded .issue__dropdown .issue__select{font-family:"FormaText",sans-serif}.pmc-stocks-global-index-widget h3,.pmc-stocks-market-movers-widget h3{font:400 .95em/1 sans-serif;margin-top:.625em;margin-bottom:10px}.fonts-loaded .pmc-stocks-global-index-widget h3,.fonts-loaded .pmc-stocks-market-movers-widget h3{font-family:"FormaText",sans-serif}.pmc-stocks-global-index-widget h3 svg,.pmc-stocks-market-movers-widget h3 svg{width:4.1em;display:block;margin-bottom:.2em}.pmc-stocks-global-index-widget h4.pmc-stocks-url,.pmc-stocks-market-movers-widget h4.pmc-stocks-url{font:700 .9375em/1 sans-serif;text-transform:uppercase;color:#000;text-decoration:none;width:100%;text-align:right}.fonts-loaded .pmc-stocks-global-index-widget h4.pmc-stocks-url,.fonts-loaded .pmc-stocks-market-movers-widget h4.pmc-stocks-url{font-family:"FormaText",sans-serif}.pmc-stocks-global-index-widget h4.pmc-stocks-url svg,.pmc-stocks-market-movers-widget h4.pmc-stocks-url svg{width:12px}.pmc-stocks-table label{position:relative}.pmc-stocks-table label:after{color:#d31b20;content:'\203A';position:absolute;right:.4375em;top:35%;font-size:25px;-ms-transform:rotate(90deg);transform:rotate(90deg)}.pmc-stocks-table label select{-webkit-appearance:none;appearance:none;background:0 0;border:1px solid #000;border-radius:0;color:#000;font:700 .9375rem/1.3 sans-serif;padding:.625em 0 .625em .625em;width:100%;text-transform:uppercase;margin-right:2.1875em}.fonts-loaded .pmc-stocks-table label select{font-family:"FormaText",sans-serif}.site-header__nav--feature{float:right;margin:0 .625em;width:11.375em}.site-header__nav--feature h3{font-size:.9375em;line-height:1em;text-align:center;margin:.3125rem 0}.site-header__nav--feature img{outline:.4375rem solid #d31b20;outline-offset:-.4375rem;width:100%}.site-header__nav--feature:before{display:none !important}@media only screen and (max-width:41.6875em){.site-header__nav--feature{display:none}}.site-header__nav--top{font:300 calc(18em/16)/1 sans-serif}.fonts-loaded .site-header__nav--top{font-family:"FormaText",sans-serif}@media only screen and (max-width:41.6875em){.site-header__nav--top{display:none;background-color:#313131}}.site-header__nav--top.menu-active{display:block}.site-header__nav--top>ul>li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:.9375em}@media only screen and (max-width:41.6875em){.site-header__nav--top>ul>li{color:#fff;border:solid #595959;border-width:1px 0;font-weight:700;display:block;font-size:1.0625rem}.site-header__nav--top>ul>li:first-child{border-top:1px solid #595959}}.site-header__nav--top ul{list-style:none;margin:0;padding:0}@media only screen and (max-width:41.6875em){.site-header__nav--top ul{display:block}}.site-header__nav-main ul{color:#fff;background-color:#313131;top:82%;padding:.625em;width:100%;left:0}@media only screen and (min-width:41.75em){.site-header__nav-main ul li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font:700 .9375rem/1 sans-serif;min-height:1.6875rem}.fonts-loaded .site-header__nav-main ul li{font-family:"FormaText",sans-serif}.site-header__nav-main ul li.site-header__nav--feature{display:block}.site-header__nav--top .site-header__nav-main ul li:before{content:'';border-top:.3125em solid transparent;border-left:.3125em solid #000;border-bottom:.3125em solid transparent;display:inline-block;height:0;margin-right:.4375em;width:0}}.site-header__nav-main.hover>a{background-color:#313131;color:#fff}.site-header__nav-main.hover>a span{color:#fff}.site-header__nav-main--extra ul{background-color:#fff;top:82%;border:#bbb 1px solid;left:755px;padding:0;width:auto}.site-header__nav-main--extra ul li{margin:0;padding:0 .625em}.site-header__nav-main--extra ul li:before{content:none}.site-header__nav-main--extra ul li:hover{background-color:#d31b20}.site-header__nav-main--extra ul li a{color:#686c6d;line-height:1.6875em;min-height:1.6875em;text-align:right;width:100%}.site-header__nav-main--extra ul li a:hover{color:#fff}@media only screen and (min-width:41.75em){.site-header__nav--mobile>ul>li.menu-item-has-children.hover ul{background-color:#fff;border:#bbb 1px solid;padding:0;width:auto}.site-header__nav--mobile>ul>li.menu-item-has-children.hover ul li{margin:0;padding:0 .625em}.site-header__nav--mobile>ul>li.menu-item-has-children.hover ul li:before{content:none}.site-header__nav--mobile>ul>li.menu-item-has-children.hover ul li:hover{background-color:#d31b20}.site-header__nav--mobile>ul>li.menu-item-has-children.hover ul li a{color:#686c6d;line-height:1.6875em;min-height:1.6875em;text-align:right;width:100%}.site-header__nav--mobile>ul>li.menu-item-has-children.hover ul li a:hover{color:#fff}}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li{display:block;position:relative}}.site-header__nav>ul>li>a{display:block;padding:.6875rem .5rem;border-radius:.1875em}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li>a{padding:.8125rem .875rem}}.site-header__nav>ul ul{display:block;position:absolute;top:3.1875rem;z-index:2500;visibility:hidden;opacity:0}@media only screen and (max-width:41.6875em){.site-header__nav>ul ul li{line-height:1;font-weight:400}}.site-header__nav>ul>li.menu-item-has-children.hover ul,.site-header__nav>ul>li.menu-item-has-children.open ul{visibility:visible;opacity:1}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li.menu-item-has-children.hover ul,.site-header__nav>ul>li.menu-item-has-children.open ul{position:relative;top:0;background-color:#000}}@media only screen and (max-width:41.6875em){.site-header__nav>ul>li.menu-item-has-children>a{text-transform:uppercase}.site-header__nav>ul>li.menu-item-has-children svg{-ms-transform:rotate(0deg);transform:rotate(0deg);transition:transform 1s ease,fill 1s cubic-bezier(0,1.03,.86,.99);fill:#fff}.site-header__nav>ul>li.menu-item-has-children.open svg{-ms-transform:rotate(-180deg);transform:rotate(-180deg);transition:transform 1s ease,fill 1s cubic-bezier(0,1.03,.86,.99);fill:#d31b20}.site-header__nav>ul>li.menu-item-has-children.open>a{background-color:#000;padding:.875rem}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu{padding-top:0;padding-bottom:0}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu>li.menu-item{font-size:1rem;color:#fff;font-weight:700;text-transform:uppercase;border:solid #141414;border-width:1px 0}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu>li.menu-item~.menu-item{color:#d9d9d9;font-weight:400;text-transform:none}.site-header__nav>ul>li.menu-item-has-children.open>.sub-menu>li.menu-item>a{width:100%;display:block;padding:1em 2.075em}.site-header__nav>ul span.menu-item-caret{display:block;position:absolute;right:0;top:.5em;margin-right:.3125em;line-height:1.375em;width:1.375em;text-align:center}.site-header__nav>ul span.menu-item-caret svg{fill:#fff}}.site-header__nav--sticky{left:-100vw;opacity:0;pointer-events:none;position:absolute;-ms-transform:translateX(-3em);transform:translateX(-3em);transition:opacity .3s ease,transform .3s ease}.mobile-active .site-header__nav--sticky{display:none}.site-nav__mobile-secondary-nav{display:none;color:#bbb;text-transform:uppercase;font-size:.75rem}.site-nav__mobile-secondary-nav ul{margin:0;padding:0}.site-nav__mobile-secondary-nav li{list-style:none;line-height:1.33}.site-nav__mobile-secondary-nav li>a{padding:.25rem 1rem;display:block}.site-nav__mobile-secondary-nav li>a svg{width:1.875rem;stroke:#bbb;fill:#bbb}@media only screen and (min-width:41.75em){.site-nav__mobile-secondary-nav{display:none}}.mobile-active .site-nav__mobile-secondary-nav{display:block}.site-nav__mobile-social-links{padding:.6875rem 1rem;color:#fff;display:none;-ms-flex-align:baseline;align-items:baseline;-ms-flex-pack:distribute;justify-content:space-around}.site-nav__mobile-social-links h3{font-size:.8125rem;display:inline-block;text-transform:uppercase;text-align:center;margin:0 0 .69231em;-ms-flex:1 100%;flex:1 100%}.site-nav__mobile-social-links a{display:inline-block;font-size:1.625rem;padding:.40385em;margin-left:.5em;border-radius:.06538em;background-color:#686c6d;line-height:.69231em}.site-nav__mobile-social-links a:first-child{margin-left:0}.site-nav__mobile-social-links a svg{text-align:center;vertical-align:middle}@media only screen and (min-width:41.75em){.site-nav__mobile-social-links{display:none}}.mobile-active .site-nav__mobile-social-links{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.pmc-breaking-news-white-spacer{background:#fff;height:1em;width:100%}.pmc-breaking-news-white-spacer.pmc-breaking-news-white-spacer-bottom{height:0}.pmc-breaking-news-white-spacer.pmc-breaking-news-white-space-top{height:1.25em}.site-header.sticky .pmc-breaking-news-white-spacer{display:none}@media only screen and (max-width:41.6875em){.pmc-breaking-news-white-spacer{display:none}}.pmc-breaking-news{background-color:#d31b20;color:#fff;padding:.625em;position:relative;overflow:hidden;display:none;width:100%;margin-bottom:-.3125em}.site-header.sticky .pmc-breaking-news{display:none !important}@media only screen and (max-width:41.6875em){.pmc-breaking-news{display:none !important}}.pmc-breaking-news:before{-ms-transform:rotate(-16.5deg);transform:rotate(-16.5deg);left:-.5rem;top:0}.pmc-breaking-news:after{-ms-transform:rotate(16.5deg);transform:rotate(16.5deg);right:-.5rem;top:0}.pmc-breaking-news:before,.pmc-breaking-news:after{position:absolute;background-color:#fff;content:"";width:1.875rem;height:9.375rem}@media only screen and (max-width:41.6875em){.pmc-breaking-news:before,.pmc-breaking-news:after{display:none}}.pmc-breaking-news .news-alert{margin-left:1.875rem}.pmc-breaking-news .news-alert img.breaking-news-image{margin-right:.625rem;border:3px solid #fff;float:left;width:7.875rem;height:4.75rem}@media only screen and (max-width:41.6875em){.pmc-breaking-news .news-alert img.breaking-news-image{float:none;display:block;margin:.3125rem auto .3125rem auto;width:auto;height:auto}}.pmc-breaking-news .news-alert span.title{font-family:sans-serif;font-size:1.2em;font-weight:700;letter-spacing:1.5px}.fonts-loaded .pmc-breaking-news .news-alert span.title{font-family:"FormaTextBold",sans-serif}.pmc-breaking-news .news-alert span.breaking-news-content-title{font-family:serif;font-size:1.9em}.fonts-loaded .pmc-breaking-news .news-alert span.breaking-news-content-title{font-family:"PublicoBannerRoman",serif}.pmc-breaking-news .news-alert .dismiss-news-banner{display:inline-block;position:absolute;right:24px;top:12px;cursor:pointer}@media only screen and (max-width:41.6875em){.pmc-breaking-news .news-alert .dismiss-news-banner{right:10px;top:10px}}@keyframes waiting-animation{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}.waiting-animation{background:0 0;position:absolute;width:200px;height:200px;top:50%;left:50%}.waiting-animation>div{position:absolute;display:block;width:160px;height:160px;top:20px;left:20px;border-radius:80px;box-shadow:0 6px 0 0 #d31b20;animation:waiting-animation 1s linear infinite}.l-list{margin:0;padding:0;list-style:none}.l-list--row{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.l-list--row-wrap{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:15px 0}@media only screen and (min-width:41.75em){.l-article__author-share .l-list--row-wrap{-ms-flex-pack:end;justify-content:flex-end}}.l-list__item{display:block;margin:0;padding:0;list-style:none}.l-list--bullets .l-list__item{position:relative;padding:8px 0 10px 20px}.l-list--bullets .l-list__item:before{content:"";position:absolute;top:14px;left:2px;width:7px;height:7px;background:#000}.l-list__item--heavy{border-top:1px dotted #979797}.l-list__item--heavy:first-child{border-top:none}.l-list__item--heavy a{border-bottom:2px solid transparent}.l-list__item--heavy a:hover,.l-list__item--heavy a:focus{border-bottom-color:#ef9520}.page-header__heading{background-color:#000;height:90px}.page-header__heading--video{color:#fff;font-family:"PublicoBannerRoman",serif;font-size:63px;margin:0;padding:0 10px;font-weight:400;height:100%;display:-ms-flexbox;display:flex;-ms-flex:0 0 90px;flex:0 0 90px;-ms-flex-align:end;align-items:flex-end;line-height:1}.l-video{overflow:hidden}.l-video__player{position:relative;overflow:hidden;padding:20px 0 0;color:#fff;background-color:#000}@media only screen and (min-width:41.75em){.l-video__player{padding:45px 65px 10px}body.article .l-video__player{padding:0}}.l-video__player .c-heading--video{margin:0}.l-video__content{font-family:"TiemposRegular",serif;line-height:26px}@media only screen and (min-width:41.75em){.l-video--reduced .l-video__player{padding:10px 30px 25px}}.l-video--inline .l-video__player,.l-video--inline .c-player{padding:0}.l-page-header+.l-video{margin-top:-15px}@media only screen and (min-width:41.75em){.l-video--has-header .l-video__player{padding-top:15px}}.l-video__header{position:relative;z-index:1;padding:10px 15px}@media only screen and (min-width:41.75em){.l-video__header{position:absolute;top:30px;left:20px;padding:0}}.l-video__footer{position:absolute;z-index:1;top:40px;right:15px;color:#c5c5c5}@media only screen and (min-width:41.75em){.l-video__footer{top:35px;right:20px}}.c-player{min-height:100%;padding:15px;color:#fff;background-color:#000}body.article .c-player{padding:0}.l-video__slide--jw-player .c-player{background-color:transparent}.c-player__background{position:absolute;top:-50%;left:-50%;width:200%;height:200%;filter:blur(10px);opacity:.7}.c-player__background img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;min-width:50%;min-height:50%;opacity:.33}.c-player__thumb{border:10px solid #fff;position:relative;overflow:hidden;z-index:1;margin:10px auto 0;padding-top:56.25%;transform:translateZ(0);max-width:800px;width:100%;border-top:5px solid #982584}body.article .c-player__thumb{border-top:none;margin-top:0}.c-player__thumb img,.c-player__thumb iframe{position:absolute;top:0;left:0;width:100%;min-height:100%}.c-player__thumb img{display:none}.c-player__thumb .c-player__play-icon{display:none}.c-player__thumb iframe{max-height:100%;z-index:10}.c-player__thumb div.jwplayer{position:absolute;top:0;left:0}.c-player__thumb #jwplayer_carousel_div.jw-state-error{position:absolute}.c-player__thumb .c-heading--title{background:linear-gradient(0deg,#000 0%,rgba(0,0,0,.77) 47%,rgba(0,0,0,.75) 50%,rgba(0,0,0,.65) 62%,transparent 100%,transparent 100%);padding-left:15%;padding-top:10px;padding-bottom:20px;position:relative}.c-player__thumb .c-heading--title>span{color:#d31b20;font-size:14px;margin-bottom:10px;text-transform:uppercase}.c-player__thumb .c-heading--title .c-heading--video{font-size:24px}.c-player__play-icon{position:absolute;height:55px;width:55px;background-size:contain;z-index:9;bottom:15px;left:15px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNjAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Q1MjIyOTt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6Mi40NTg0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMzAiIGN5PSIzMCIgcj0iMzAiLz4KCTxwb2x5bGluZSBjbGFzcz0ic3QxIiBwb2ludHM9IjI5LDM3LjggNDIuNSwzMCAyMi4yLDE4LjMgMjIuMiw0MS43IAkiLz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat}.c-player__play-icon.featured-article{left:20px;bottom:20px}.c-player.is-static .c-player__thumb img{display:block}.c-player.is-static .c-player__thumb .c-player__play-icon{display:block}.c-player.is-static .c-player__thumb iframe{display:none}.c-player.is-static .c-player__thumb div.jwplayer{display:none}.c-player.is-static .c-player__link{display:block}.c-player.is-static .c-player__link:hover:after,.c-player.is-static .c-player__link:focus:after{color:#fff;background-color:rgba(0,0,0,.6)}.c-player.is-static .c-player__title{display:block}.c-player__title{position:relative;z-index:1;max-width:82%;margin:0 auto;padding:20px 0 0;text-align:center;display:none;font-size:22px;line-height:1.15;font-weight:700}@media only screen and (min-width:41.75em){.c-player__title{max-width:700px}}.c-player__title h2.c-heading--video{font-size:25px;line-height:1.12}.c-player__title h1.c-heading--video{font-size:25px}.l-top-articles__main .c-player{padding:0;position:relative}.l-top-articles__main .c-player__background{display:none}.l-top-articles__main .c-player__thumb:after{content:"";background:linear-gradient(to bottom,transparent 0%,#000 100%);width:100%;height:50px;position:absolute;bottom:0;left:0;z-index:1}.l-top-articles__main .c-player__title{position:relative;width:100%;text-align:left;padding:10px 20px}.l-top-articles__main .c-player.is-static .c-player__link:after{bottom:0}.l-top-articles__main .c-player .c-heading--video{font-size:20px}.l-video--carousel .l-video__player{padding-bottom:30px}@media only screen and (min-width:41.75em){.l-video--carousel .l-video__player{padding-left:135px;padding-right:135px;padding-bottom:60px}}.l-video--carousel .l-video__player .c-player__thumb{border-top:none}.l-video--carousel .l-video__player h2.c-heading--video{text-align:left}.l-video--carousel{background-image:linear-gradient(to top,#fff,#969696 63%,#000)}.l-video__carousel{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;list-style:none;margin:0;padding:0}.l-video__slide{-ms-flex:0 0 auto;flex:0 0 auto;width:100%;overflow:hidden;opacity:0;visibility:hidden}@media only screen and (min-width:41.75em){.l-video__slide{transition:opacity 1.2s cubic-bezier(.075,.82,.165,1),visibility 1.2s cubic-bezier(.075,.82,.165,1),margin-left 1.2s cubic-bezier(.19,1,.22,1)}}.l-video__slide.is-active{opacity:1;visibility:visible}.l-video__slide--jw-player{position:absolute;left:0;width:100%;height:100%;background-color:transparent}@media only screen and (min-width:41.75em){.l-video__slide--jw-player{padding-left:135px;padding-right:135px;padding-bottom:60px}}@media only screen and (min-width:41.75em){.l-video--has-header .l-video__slide--jw-player{padding-top:15px}}.l-video__nav{display:none;position:absolute;z-index:1;top:60px;width:150px;padding:0;border:none;color:#fff;background-color:transparent;-webkit-appearance:none;appearance:none;cursor:pointer;transition:color .32s cubic-bezier(.23,1,.32,1)}@media only screen and (min-width:41.75em){.l-video__nav{display:block;padding-bottom:calc((100vw - 300px)*9/16)}}@media only screen and (min-width:41.75em){.l-video__nav{padding-bottom:394px}}.l-video__nav:before{content:"\E914";font-family:Icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:60px;transition:transform .32s cubic-bezier(.23,1,.32,1)}.l-video__nav:hover,.l-video__nav:focus{color:#ef9520;outline:none}.l-video__nav:hover:before,.l-video__nav:focus:before{-ms-transform:translate(-75%,-50%);transform:translate(-75%,-50%)}.l-video__nav--prev{left:0}.l-video__nav--next{right:0;-ms-transform:rotate(180deg);transform:rotateZ(180deg)}.l-video--has-header .l-video__nav{padding-bottom:calc((100vw - 300px)*9/16 - 65px)}@media only screen and (min-width:41.75em){.l-video--has-header .l-video__nav{padding-bottom:329px}}.l-video__playlist{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;z-index:2;margin:-28px 15px 0;padding:8px;list-style:none;background-color:#fff}@media only screen and (min-width:41.75em){.l-video__playlist{margin:-50px 8.5% 25px;padding:18px 24px}}.l-video__playlist .c-card__title{font-family:"FormaText",sans-serif;font-size:16px;line-height:1.19}.l-video__playlist .c-card__image a{padding:0 0 62%}.l-video__playlist .l-video__item{padding-left:5px;padding-right:5px}.l-video__item{-ms-flex:0 0 auto;flex:0 0 auto;width:50%;padding:7px}@media only screen and (min-width:41.75em){.l-video__item{width:25%;padding:3px}}.l-page-header{position:relative;z-index:900;background-color:#000;border-bottom:3px solid #fff}@media only screen and (max-width:41.6875em){.l-page-header{padding-bottom:25px}}@media only screen and (min-width:41.75em){.l-page-header{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-align:stretch;align-items:stretch;height:90px}}.l-page-header__heading{padding:10px;text-align:center}@media only screen and (min-width:41.75em){.l-page-header__heading{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:end;align-self:flex-end;display:-ms-flexbox;display:flex;padding:0}}.l-page-header__subhead{padding:0 0 10px;text-align:center}@media only screen and (min-width:41.75em){.l-page-header__subhead{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:end;align-items:flex-end;padding:0 300px 0 0}}.l-page-header__subhead .c-heading--page-subhead{color:#fff;font-size:25px;margin:10px 30px}.l-page-header__nav{position:relative;z-index:900}@media only screen and (max-width:41.6875em){.l-page-header__nav{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);min-width:290px;width:85%;max-width:400px}}@media only screen and (min-width:41.75em){.l-page-header__nav{-ms-flex:1 1 auto;flex:1 1 auto;height:55px;margin:0 20px 0 0}}@media only screen and (min-width:41.75em){.l-page-header--dropdown-only .l-page-header__nav{position:absolute;width:280px;bottom:0;right:8px;margin:0}.l-page-header--dropdown-only .l-page-header__nav .c-page-nav__link:after{right:20px;left:auto;z-index:1}.l-page-header--dropdown-only .l-page-header__nav .c-page-nav__link:before{display:none}.l-page-header--dropdown-only .l-page-header__nav .c-page-nav li:not(:first-child) .c-page-nav__link:after{display:none}}.c-page-nav{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;overflow:hidden;width:100%;max-height:45px;margin:0;padding:0;list-style:none;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.5);transition:box-shadow .16s cubic-bezier(.215,.61,.355,1)}.c-page-nav.is-expanded{overflow:auto;height:auto;max-height:50vh;padding-top:45px;padding-bottom:2px;transition-duration:.64s}@media only screen and (min-width:41.75em){.c-page-nav[data-dropdown=mobile-only]{-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-height:none;height:100%;overflow:auto;box-shadow:none;background-color:transparent;-ms-flex-align:center;align-items:center}.c-page-nav[data-dropdown=mobile-only].is-expanded{padding:0;max-height:none}}.c-page-nav__item{margin:0;padding:0;height:45px;border-top:1px solid #f3f3f3}@media only screen and (min-width:41.75em){[data-dropdown=mobile-only] .c-page-nav__item{-ms-flex:0 1 auto;flex:0 1 auto;height:60%;border-top:none}}.c-page-nav__item.is-active{-ms-flex-order:-1;order:-1;border-top:none}.is-expanded .c-page-nav__item.is-active{position:absolute;z-index:1;top:0;width:100%;background-color:#f3f3f3;box-shadow:0 2px 4px rgba(0,0,0,.5)}@media only screen and (min-width:41.75em){[data-dropdown=mobile-only] .c-page-nav__item.is-active{-ms-flex-order:0;order:0}[data-dropdown=mobile-only].is-expanded .c-page-nav__item.is-active{position:static;width:auto;background-color:transparent;box-shadow:none}}.c-page-nav__link{position:relative;white-space:nowrap;display:block;padding:14px 12px;text-transform:uppercase;transition:background-color .12s ease-out,color .12s ease-out;font-weight:700;font-size:14px;line-height:17px}@media only screen and (min-width:41.75em){.c-page-nav__link{text-transform:none;font-weight:700;font-size:18px;line-height:1}.c-page-nav__link:before{content:"";width:93%;height:10px;z-index:-1;background:#fff9b0;position:absolute;transform:scale3d(0,1,1) skewX(-35deg);transition:transform .5s;left:5px;top:51%;-ms-transform-origin:0 50%;transform-origin:0 50%}.c-page-nav__link:hover:before,.c-page-nav__link:focus:before{transform:scale3d(.9,1,1) skewX(-35deg)}}@media only screen and (min-width:41.75em){[data-dropdown=mobile-only] .c-page-nav__link{display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center;padding:15px 10px}}@media only screen and (min-width:41.75em){[data-dropdown=mobile-only] .c-page-nav__link{padding:15px}}@media only screen and (max-width:41.6875em){.is-active .c-page-nav__link:after{content:"";position:absolute;top:calc(50% - 11px);right:18px;width:12px;height:22px;background-size:contain;-ms-transform:rotate(90deg);transform:rotateZ(90deg);-ms-transform-origin:center center;transform-origin:center center;transition:transform .8s cubic-bezier(.075,.82,.165,1)}}@media only screen and (min-width:41.75em){.is-active .c-page-nav__link:after{background:#000;background-size:auto}}.c-icon{position:relative;display:inline-block;color:#fff}.c-icon:before{content:"";font-family:Icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c-icon:focus{outline:none}.c-icon--pin,.c-icon--dark-pin{background-color:#5c5c5c;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:4px;width:41px;height:41px;border:1px solid #dddee4;font-size:18px;color:#fff;transition:color .15s ease-out,background-color .15s ease-out}.c-icon--pin:before,.c-icon--dark-pin:before{transition:color .15s ease-out}.c-icon--pin:hover,.c-icon--dark-pin:hover,.c-icon--pin:focus,.c-icon--dark-pin:focus{background-color:#fff}.c-icon--dark-pin{width:30px;height:30px;color:#fff;background-color:#393939;border:none;font-size:14px;transition:background-color .1s ease-out,color .1s ease-out}@media only screen and (min-width:41.75em){.c-icon--dark-pin{width:38px;height:38px;font-size:18px}}.c-icon--dark-pin:before{color:#fff}.c-icon--dark-pin:hover,.c-icon--dark-pin:focus{background-color:#ef9520}.c-icon--dark-pin:hover:before,.c-icon--dark-pin:focus:before{color:#000}.c-icon--facebook,.c-icon[href*="facebook.com"]{background-color:#3b5998}.c-icon--facebook:before,.c-icon[href*="facebook.com"]:before{content:"\F09A"}.c-icon--facebook:hover,.c-icon--facebook:focus,.c-icon[href*="facebook.com"]:hover,.c-icon[href*="facebook.com"]:focus{background-color:#fff}.c-icon--facebook:hover:before,.c-icon--facebook:focus:before,.c-icon[href*="facebook.com"]:hover:before,.c-icon[href*="facebook.com"]:focus:before{color:#3b5998}.c-icon--twitter,.c-icon[href*="twitter.com"]{background-color:#1da1f2}.c-icon--twitter:before,.c-icon[href*="twitter.com"]:before{content:"\F099";font-size:120%}.c-icon--twitter:hover,.c-icon--twitter:focus,.c-icon[href*="twitter.com"]:hover,.c-icon[href*="twitter.com"]:focus{background-color:#fff}.c-icon--twitter:hover:before,.c-icon--twitter:focus:before,.c-icon[href*="twitter.com"]:hover:before,.c-icon[href*="twitter.com"]:focus:before{color:#1da1f2}.c-icon--tumblr,.c-icon[href*="tumblr.com"]{background-color:#35465c}.c-icon--tumblr:before,.c-icon[href*="tumblr.com"]:before{content:"\F173"}.c-icon--tumblr:hover,.c-icon--tumblr:focus,.c-icon[href*="tumblr.com"]:hover,.c-icon[href*="tumblr.com"]:focus{background-color:#fff}.c-icon--tumblr:hover:before,.c-icon--tumblr:focus:before,.c-icon[href*="tumblr.com"]:hover:before,.c-icon[href*="tumblr.com"]:focus:before{color:#35465c}.c-icon--reddit,.c-icon[href*="reddit.com"]{background-color:#ff4500}.c-icon--reddit:before,.c-icon[href*="reddit.com"]:before{content:"\EAC6"}.c-icon--reddit:hover,.c-icon--reddit:focus,.c-icon[href*="reddit.com"]:hover,.c-icon[href*="reddit.com"]:focus{background-color:#fff}.c-icon--reddit:hover:before,.c-icon--reddit:focus:before,.c-icon[href*="reddit.com"]:hover:before,.c-icon[href*="reddit.com"]:focus:before{color:#ff4500}.c-icon--pinterest,.c-icon[href*="pinterest.com"]{background-color:#c92228}.c-icon--pinterest:before,.c-icon[href*="pinterest.com"]:before{content:"\F231"}.c-icon--pinterest:hover,.c-icon--pinterest:focus,.c-icon[href*="pinterest.com"]:hover,.c-icon[href*="pinterest.com"]:focus{background-color:#fff}.c-icon--pinterest:hover:before,.c-icon--pinterest:focus:before,.c-icon[href*="pinterest.com"]:hover:before,.c-icon[href*="pinterest.com"]:focus:before{color:#c92228}.c-icon--linkedin,.c-icon[href*="linkedin.com"]{background-color:#0077b5}.c-icon--linkedin:before,.c-icon[href*="linkedin.com"]:before{content:"\F0E1"}.c-icon--linkedin:hover,.c-icon--linkedin:focus,.c-icon[href*="linkedin.com"]:hover,.c-icon[href*="linkedin.com"]:focus{background-color:#fff}.c-icon--linkedin:hover:before,.c-icon--linkedin:focus:before,.c-icon[href*="linkedin.com"]:hover:before,.c-icon[href*="linkedin.com"]:focus:before{color:#0077b5}.c-icon--instagram,.c-icon[href*="instagram.com"]{background-color:#d54269}.c-icon--instagram:before,.c-icon[href*="instagram.com"]:before{content:"\E907"}.c-icon--instagram:hover,.c-icon--instagram:focus,.c-icon[href*="instagram.com"]:hover,.c-icon[href*="instagram.com"]:focus{background-color:#fff}.c-icon--instagram:hover:before,.c-icon--instagram:focus:before,.c-icon[href*="instagram.com"]:hover:before,.c-icon[href*="instagram.com"]:focus:before{color:#d54269}.c-icon--whatsapp,.c-icon[href*="whatsapp.com"]{background-color:#23c100}.c-icon--whatsapp:before,.c-icon[href*="whatsapp.com"]:before{content:"\E902"}.c-icon--whatsapp:hover,.c-icon--whatsapp:focus,.c-icon[href*="whatsapp.com"]:hover,.c-icon[href*="whatsapp.com"]:focus{background-color:#fff}.c-icon--whatsapp:hover:before,.c-icon--whatsapp:focus:before,.c-icon[href*="whatsapp.com"]:hover:before,.c-icon[href*="whatsapp.com"]:focus:before{color:#23c100}.c-icon--youtube,.c-icon[href*="youtube.com"]{background-color:#cd201f}.c-icon--youtube:before,.c-icon[href*="youtube.com"]:before{content:"\E912"}.c-icon--youtube:hover,.c-icon--youtube:focus,.c-icon[href*="youtube.com"]:hover,.c-icon[href*="youtube.com"]:focus{background-color:#fff}.c-icon--youtube:hover:before,.c-icon--youtube:focus:before,.c-icon[href*="youtube.com"]:hover:before,.c-icon[href*="youtube.com"]:focus:before{color:#cd201f}.c-icon--feed,.c-icon--rss,.c-icon[href*="feedburner.com"]{background-color:#5c5c5c}.c-icon--feed:before,.c-icon--rss:before,.c-icon[href*="feedburner.com"]:before{content:"\E911"}.c-icon--feed:hover,.c-icon--feed:focus,.c-icon--rss:hover,.c-icon--rss:focus,.c-icon[href*="feedburner.com"]:hover,.c-icon[href*="feedburner.com"]:focus{background-color:#fff}.c-icon--feed:hover:before,.c-icon--feed:focus:before,.c-icon--rss:hover:before,.c-icon--rss:focus:before,.c-icon[href*="feedburner.com"]:hover:before,.c-icon[href*="feedburner.com"]:focus:before{color:#5c5c5c}.c-top-bar__social .c-icon:hover,.c-top-bar__social .c-icon:focus{background:0 0}.c-icon--user:before{content:"\E906"}.c-icon--user:hover,.c-icon--user:focus{background-color:#fff}.c-icon--user:hover:before,.c-icon--user:focus:before{color:#5c5c5c}.c-icon--crosshairs:before{content:"\E908"}.c-icon--crosshairs:hover,.c-icon--crosshairs:focus{background-color:#fff}.c-icon--crosshairs:hover:before,.c-icon--crosshairs:focus:before{color:#5c5c5c}.c-icon--email:before{content:"\E904"}.c-icon--email:hover,.c-icon--email:focus{background-color:#fff}.c-icon--email:hover:before,.c-icon--email:focus:before{color:#5c5c5c}.c-icon--plus:before{content:"\E800";font-size:150%}.c-icon--plus:hover,.c-icon--plus:focus{background-color:#fff}.c-icon--plus:hover:before,.c-icon--plus:focus:before{color:#5c5c5c}.c-icon--print:before{content:"\E903"}.c-icon--print:hover,.c-icon--print:focus{background-color:#fff}.c-icon--print:hover:before,.c-icon--print:focus:before{color:#5c5c5c}.c-icon--chevron-left:before{content:"\E90A"}.c-icon--chevron-left:hover,.c-icon--chevron-left:focus{background-color:#fff}.c-icon--chevron-left:hover:before,.c-icon--chevron-left:focus:before{color:#5c5c5c}.c-icon--chevron-right:before{content:"\E909"}.c-icon--chevron-right:hover,.c-icon--chevron-right:focus{background-color:#fff}.c-icon--chevron-right:hover:before,.c-icon--chevron-right:focus:before{color:#5c5c5c}.c-icon--chevron-up:before{content:"\E90C"}.c-icon--chevron-up:hover,.c-icon--chevron-up:focus{background-color:#fff}.c-icon--chevron-up:hover:before,.c-icon--chevron-up:focus:before{color:#5c5c5c}.c-icon--chevron-down:before{content:"\E90B"}.c-icon--chevron-down:hover,.c-icon--chevron-down:focus{background-color:#fff}.c-icon--chevron-down:hover:before,.c-icon--chevron-down:focus:before{color:#5c5c5c}.screen-reader-text,.is-hidden{clip:rect(1px,1px,1px,1px);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute;white-space:nowrap;height:1px;width:1px;overflow:hidden}.c-card{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;overflow:hidden;height:100%}.c-card a{color:#000;text-decoration:none;transition:color .12s ease-out,border-color .12s ease-out}.c-card a:focus{outline:none}.c-card a:hover,.c-card a:focus{color:#5c5c5c;text-decoration:none}.c-card:hover .c-card__image{box-shadow:0 3px 7px #dddee4;-ms-transform:scale(.95);transform:scale(.95)}.c-card__image{-ms-flex:0 0 auto;flex:0 0 auto;position:relative;margin:-1px;background:transparent no-repeat center;background-size:cover;transition:box-shadow .3s ease,transform .3s ease}.c-card__image img{display:none}.c-card__image a{display:block;position:relative;width:100%;padding:0 0 56.25%}.c-card__image a,.c-card__image a:hover,.c-card__image a:focus{border:none}.c-card__header,.c-card__content,.c-card__footer{padding:15px 0 0}.c-card__header{-ms-flex:0 0 125px;flex:0 0 125px}@media only screen and (min-width:41.75em){.c-card__header{-ms-flex-positive:1;flex-grow:1}}.c-card__source{font-weight:700;font-size:13px;line-height:17px}.c-card__section{font-weight:700;font-size:12px;text-transform:uppercase;line-height:14px}.c-card__section--sponsored{padding:0 4px;margin-left:-4px;background-color:#e9e9e9}.c-card__title{margin:0;font-size:16px;line-height:19px}@media only screen and (min-width:41.75em){.c-card__title{font-size:18px}}.c-card__content{display:none}.c-card__content p{margin:0}.c-card__footer{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;color:#595959;font-size:14px;line-height:1.1}.c-card--grid-featured{display:block}.c-card--grid-featured .c-card__image{max-height:270px}.c-card--grid-featured:hover .c-card__image{box-shadow:none;-ms-transform:none;transform:none}.c-card--grid-featured .c-card__header{padding:15px;position:relative;background:#000}.c-card--grid-featured .c-card__header:before{content:"";display:block;position:absolute;width:100%;height:100px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 50%,#000 100%);top:-100px;left:0}.c-card--grid-featured .c-card__title{font-size:20px;font-weight:700;line-height:26px}.c-card--grid-featured .c-card__title a{color:#fff}.c-card--video .c-card__header{-ms-flex:0;flex:0;padding:10px 0 3px}.c-card--video .c-card__image{position:relative}.c-card--video .c-card__image:before,.c-card--video .c-card__image:after{content:"";position:absolute;opacity:0;visibility:hidden;transition:opacity .32s cubic-bezier(.075,.82,.165,1),visibility .32s cubic-bezier(.075,.82,.165,1)}.c-card--video .c-card__image:before{z-index:1;top:0;right:0;bottom:0;left:0;background-color:rgba(211,27,31,.59)}.c-card--video .c-card__image:after{content:attr(data-is-viewing-label);z-index:2;display:inline-block;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);letter-spacing:2px;text-transform:uppercase;color:#fff;padding-bottom:3px;border-bottom:3px solid #fff;font-size:16px;line-height:1;font-weight:700;font-family:"FormaTextBold",sans-serif}.is-active>.c-card--video .c-card__image:before,.is-active>.c-card--video .c-card__image:after{opacity:1;visibility:visible}.l-feature-grid{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:20px}@media only screen and (min-width:41.75em){.l-feature-grid{-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:stretch;align-items:stretch;padding:0 10px 30px}}.l-feature-grid__header{-ms-flex-order:1;order:1;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-align:start;align-items:flex-start;padding:10px 0}@media only screen and (min-width:41.75em){.l-feature-grid__header{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex:1 1 auto;flex:1 1 auto;width:66%;padding:10px}}.l-feature-grid__footer{-ms-flex-order:2;order:2;padding:0 0 10px;color:#8c8c8c}@media only screen and (min-width:41.75em){.l-feature-grid__footer{-ms-flex:1 1 auto;flex:1 1 auto;width:34%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;text-align:right;padding:10px}}.l-feature-grid__featured{-ms-flex-order:3;order:3;padding:10px 0}@media only screen and (min-width:41.75em){.l-feature-grid__featured{-ms-flex:0 0 auto;flex:0 0 auto;width:60%;padding:10px}}.l-feature-grid__list{-ms-flex-order:4;order:4;margin:0;padding:10px 0 0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (min-width:41.75em){.l-feature-grid__list{-ms-flex:0 0 auto;flex:0 0 auto;width:40%;padding:0 10px}}.l-feature-grid__list .c-card__title{font-size:12px;font-weight:500;line-height:1.12}.l-feature-grid__list .c-card__header{-ms-flex:0 0 70px;flex:0 0 70px}.l-feature-grid__item{-ms-flex:0 0 auto;flex:0 0 auto;width:calc(50% - 10px);padding:10px 0;position:relative}@media only screen and (min-width:41.75em){.l-feature-grid--inverted .l-feature-grid__featured{-ms-flex-order:4;order:4}.l-feature-grid--inverted .l-feature-grid__list{-ms-flex-order:3;order:3}}.l-feature-grid--inverted{background-color:#f3f3f3}.l-feature-grid--reduced{padding-top:10px;padding-bottom:10px}@media only screen and (min-width:41.75em){.l-feature-grid--reduced{padding-top:10px;padding-bottom:10px}}.l-page-header+.l-feature-grid--has-background{box-shadow:0 -20px 0 #f3f3f3}.l-feature-grid .c-heading{font-size:22px;font-weight:700;line-height:1.14;letter-spacing:1px;margin:10px 0 0;text-transform:uppercase}.l-feature-grid .c-card__image{border-top:6px solid #2e2e2e}.l-feature-grid:nth-child(2n) .c-card__image{border-top-color:#d31b1f}.l-feature-grid:nth-child(3n) .c-card__image{border-top-color:#982584}.c-more{display:inline-block;font-size:14px;font-weight:700;line-height:1.79;letter-spacing:.6px}.c-more:after{content:"\E90D";font-family:Icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:5px;line-height:.5;transition:padding-left .12s cubic-bezier(.25,.46,.45,.94)}.c-more:focus{outline:none}.c-more:hover:after,.c-more:focus:after{padding-left:10px}.c-button{-webkit-appearance:none;appearance:none}.c-button:focus{outline:none}.c-button--standalone{width:185px;margin:20px auto}@media only screen and (min-width:41.75em){.c-button--standalone{margin:40px auto}}.c-button--outlined{display:block;padding:11px;text-transform:uppercase;text-align:center;color:#000;background-color:transparent;border:2px solid #000;transition:background-color .1s ease-out,color .1s ease-out;font-size:14px;letter-spacing:1px;font-weight:700}.c-button--outlined:hover,.c-button--outlined:focus{color:#000;background-color:#ef9520}.social-profiles{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none;padding:0;margin:0;margin-top:.5rem}@media only screen and (max-width:41.6875em){.social-profiles{-ms-flex-wrap:wrap;flex-wrap:wrap}}.social-profiles svg{height:1.25rem;width:1.25rem;margin:0 .625rem 0 1.5625rem;vertical-align:middle}.social-profiles svg path{fill:inherit}@media only screen and (max-width:41.6875em){.social-profiles svg{margin-left:0}}.social-profiles li{display:inline-block;font-family:"FormaTextMedium",sans-serif;font-weight:700;font-size:11px;letter-spacing:1px}.social-profiles li:nth-child(4n+1) svg{margin-left:0}@media only screen and (max-width:41.6875em){.social-profiles li{padding-right:.625rem;padding-bottom:.625rem}}.social-profiles li a{line-height:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.pmc-gallery__vertical .pmc-adm-site-served{display:none}.c-gallery-vertical-slide__photo-credit-wrapper,.c-gallery-vertical__advert{border-color:transparent}.featured-article-template #top-bar{display:none}.wwd-featured-article{padding-top:20px}.wwd-featured-article .landscape-image-container img{width:100%}.wwd-featured-article #bread-crumb{margin-top:30px}.wwd-featured-article #bread-crumb ul{text-align:center}.wwd-featured-article #bread-crumb li{display:inline-block;font-size:18px;float:none}.wwd-featured-article #bread-crumb li:after{right:-5px}.wwd-featured-article article{display:block;margin:0 auto;margin-top:-15px;max-width:700px}.wwd-featured-article h1.desktop{font-family:"PublicoBannerRoman",serif;font-size:44px;font-weight:600;margin-bottom:10px;text-align:center}.wwd-featured-article h2#dek{margin-top:0;font-weight:400;text-align:center;font-size:20px;line-height:1.3em}.wwd-featured-article hr{border-color:#ccc;margin-top:25px;margin-bottom:20px;max-width:70px}.wwd-featured-article #author-container{font-size:18px;margin-bottom:15px;text-align:center}.wwd-featured-article .share-container{margin:0}.wwd-featured-article .share-container ul.share-buttons{padding:0;text-align:center}.wwd-featured-article .share-container ul.share-buttons li{height:33px;margin:0;max-width:35px}.wwd-featured-article .share-container ul.share-buttons li svg{max-width:90%}.wwd-featured-article .article-copy{margin-top:40px}.wwd-featured-article .article-copy .pmc-paywall>p:first-child:first-letter {font-size:70px;font-weight:700;float:left;margin-top:20px;margin-right:10px;margin-bottom:10px}.wwd-featured-article .article-copy p{margin-top:10px;margin-bottom:10px}.wwd-featured-article .article-copy blockquote{font-size:18px;width:auto;margin-top:40px;margin-bottom:40px;line-height:1.45;padding-top:2px;position:relative;border-bottom:none;border-top:none;text-align:center}.wwd-featured-article .article-copy blockquote:before{content:" ";height:8px;width:90px;position:absolute;left:50%;background:#000;top:-8px;-ms-transform:translateX(-50%);transform:translateX(-50%)}.wwd-featured-article .article-copy blockquote:after{content:" ";height:1px;width:90px;position:absolute;left:50%;background:#000;bottom:-15px;-ms-transform:translateX(-50%);transform:translateX(-50%)}.wwd-featured-article .article-copy blockquote>p{color:#1f1f1f;font-size:32px;font-style:normal;line-height:1.3em;margin:20px;font-weight:700}.fonts-loaded .wwd-featured-article .article-copy blockquote>p{font-family:"PublicoBannerRoman",serif}.wwd-featured-article .article-copy blockquote>p:after{content:""}.wwd-featured-article .article-copy blockquote cite{color:#000;font-family:"FormaText",sans-serif;font-size:18px;font-weight:400;font-style:normal;display:block;margin-top:5px;text-transform:uppercase}.wwd-featured-article .article-copy blockquote cite:before{content:"\2014   \2009"}.wwd-featured-article .article-copy img.size-full{margin-top:30px;max-width:135%;width:135%;-ms-transform:translateX(-15%);transform:translateX(-15%)}.wwd-featured-article .article-copy img.size-full+.wp-caption-text{border-bottom:0;max-width:135%;width:135%;-ms-transform:translateX(-15%);transform:translateX(-15%)}.wwd-featured-article .c-gallery-inline__caption{padding-top:5px}.wwd-featured-article .c-gallery-inline__caption .c-gallery-inline__title{display:inline-block;font-family:"FormaTextMedium",sans-serif;margin-top:0}.wwd-featured-article .c-gallery-inline__caption .c-gallery-inline__source{color:#686c6d;display:inline-block;font-family:"FormaTextMedium",sans-serif;margin-top:0}.wwd-featured-article .c-player__thumb{border:none}.wwd-featured-article .c-player:not(.is-static) .c-player__thumb .c-heading--title{background:#000;padding-left:25px}.wwd-featured-article p.wp-caption-text{margin-top:5px;padding-bottom:10px}.wwd-featured-article div.wp-caption{margin-bottom:30px !important}.wwd-featured-article .wwd-related-gallery{margin-top:20px}@media screen and (min-width:767px){.wwd-featured-article #cx-next-read.vertical{background-color:#f9f9f9;float:right;margin-top:0;margin-left:20px;max-width:300px;padding:15px}.wwd-featured-article #cx-next-read.vertical h2{background-color:transparent;margin-left:0}.wwd-featured-article #cx-next-read.vertical .cx-nr-description{display:none}.wwd-featured-article #cx-next-read.vertical .cx-next-read-wrapper{background-color:transparent;float:none;width:auto}.wwd-featured-article #cx-next-read.vertical .cx-next-read-wrapper .cx-nr-text-wrapper{display:inline-block;float:right;margin:0;width:60%}.wwd-featured-article #cx-next-read.vertical .cx-next-read-wrapper .cx-nr-text-wrapper .cx-nr-section{font-family:"FormaText",sans-serif;font-size:14px;font-weight:200;margin-bottom:8px;text-transform:uppercase}.wwd-featured-article #cx-next-read.vertical .cx-next-read-wrapper .cx-nr-text-wrapper .cx-nr-title{font-family:"FormaText",sans-serif;font-size:16px;line-height:1.25rem}.wwd-featured-article #cx-next-read.vertical .item{background-color:transparent;width:100%}.wwd-featured-article #cx-next-read.vertical .thumbnail{display:inline-block;max-height:100px;width:35% !important}.wwd-featured-article #cx-next-read.vertical .thumbnail img{left:-50% !important}}@media screen and (max-width:767px){.wwd-featured-article .landscape-image-container .caption{display:none}.wwd-featured-article .share-container{max-width:100%}.wwd-featured-article .article-copy{padding-left:20px;padding-right:20px}.wwd-featured-article .article-copy p{font-size:16px;line-height:1.75em;margin-bottom:20px}.wwd-featured-article .article-copy img.size-full{-ms-transform:translateX(0%);transform:translateX(0%);max-width:100%}.wwd-featured-article .article-copy img.size-full+.wp-caption-text{border-bottom:0;max-width:100%;width:100%;-ms-transform:translateX(0%);transform:translateX(0%)}.wwd-featured-article .article-copy .pmc-paywall>p:first-child:first-letter {font-size:80px;margin-top:20px;margin-bottom:10px;margin-right:10px;float:left}.wwd-featured-article .article-copy blockquote{font-size:20px}.wwd-featured-article .article-copy blockquote>p:first-letter {font-size:22px}.wwd-featured-article .article-copy blockquote p{font-size:22px;margin-left:0;margin-right:0}.wwd-featured-article #bread-crumb{margin-top:10px}.wwd-featured-article #bread-crumb li{font-size:14px}.wwd-featured-article h1.desktop{font-size:30px}.wwd-featured-article h2#dek{font-size:15px;padding-left:20px;padding-right:20px}.wwd-featured-article hr{margin-top:15px;margin-bottom:15px}.wwd-featured-article p.wp-caption-text{font-size:14px;margin-top:0;padding-bottom:5px}.wwd-featured-article .c-player.is-static .c-player__thumb{padding-top:50%}.wwd-featured-article .c-player.is-static .c-player__thumb .c-heading--title{padding-left:10px;padding-top:10px;padding-bottom:10px}.wwd-featured-article .c-player.is-static .c-player__thumb .c-heading--title span{font-size:12px}.wwd-featured-article .c-player.is-static .c-player__thumb .c-heading--title .c-heading--video{font-size:18px}.wwd-featured-article .c-player.is-static .c-player__thumb .c-player__play-icon{left:50%;-ms-transform:translateX(-50%) translateY(-200%);transform:translateX(-50%) translateY(-200%)}.wwd-featured-article .c-player .c-player__thumb .c-heading--title{background:#000;padding-left:25px}.wwd-featured-article #cx-next-read{margin-top:0}.wwd-featured-article #cx-next-read .cx-next-read-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.wwd-featured-article #cx-next-read .item{display:inline-block;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0;max-width:180px}.wwd-featured-article #cx-next-read .item .cx-nr-description{display:none}.wwd-featured-article #cx-next-read .item .cx-nr-section{font-family:"FormaText",sans-serif;font-size:14px;font-weight:200;margin-bottom:8px;text-transform:uppercase}.wwd-featured-article #cx-next-read .item .cx-nr-title{font-family:"FormaText",sans-serif;font-size:16px;line-height:1.25rem}}.wwd-related-gallery{border-bottom:1px solid #000;border-top:5px solid #000;padding-top:20px;padding-bottom:20px}.wwd-related-gallery article{display:-ms-flexbox;display:flex}.wwd-related-gallery .gallery-cover-image{-ms-flex:40% 0 0px;flex:40% 0 0;max-width:250px;position:relative}.wwd-related-gallery .gallery-cover-image img{width:100%}.wwd-related-gallery .gallery-cover-image .related-gallery-link{background-color:#d31b20;color:#fff;font-family:"FormaTextMedium",sans-serif;font-size:11px;padding:3px 10px;position:absolute;bottom:20px;right:0;text-transform:uppercase}.wwd-related-gallery .gallery-cover-image svg{margin-right:5px;max-width:18px}.wwd-related-gallery .gallery-cover-image svg,.wwd-related-gallery .gallery-cover-image span{vertical-align:middle}.wwd-related-gallery .gallery-info{-ms-flex:60% 0 0px;flex:60% 0 0;padding-left:20px}.wwd-related-gallery .gallery-info h3{color:#d31b20;font-size:16px;margin-top:0;margin-bottom:10px;text-transform:uppercase}.wwd-related-gallery .gallery-info h2{font-family:"FormaTextBold",sans-serif;font-size:25px;margin-top:0}@media only screen and (max-width:41.75em){.wwd-related-gallery article{-ms-flex-wrap:wrap;flex-wrap:wrap}.wwd-related-gallery .gallery-cover-image{-ms-flex:100% 0 0px;flex:100% 0 0;-ms-flex-order:2;order:2}.wwd-related-gallery .gallery-info{-ms-flex:100% 0 0px;flex:100% 0 0;max-width:400px;-ms-flex-order:1;order:1;padding-left:0}.wwd-related-gallery .gallery-info h2{font-size:22px}.wwd-related-gallery .gallery-info h3{font-size:14px}.wwd-related-gallery .gallery-cover-image .related-gallery-link{bottom:4px}}.pmc-buy-now-button{display:-ms-flexbox;display:flex;font-family:"FormaTextBold",sans-serif;font-size:.9375rem;line-height:1.4375rem;letter-spacing:.05rem;-ms-flex-pack:justify;justify-content:space-between;text-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:41.6875em){.pmc-buy-now-button{-ms-flex-direction:column;flex-direction:column}}.pmc-buy-now-button__content{display:block;background-color:#000;color:#fff;width:67.8%;padding:.625rem}@media only screen and (max-width:41.6875em){.pmc-buy-now-button__content{width:100%;margin-bottom:1.0625rem}}.pmc-buy-now-button__text{margin-right:1.25rem}.pmc-buy-now-button__action{display:block;text-transform:uppercase;background-color:#d31b20;color:#fff;width:29.8%;padding:.625rem}@media only screen and (max-width:41.6875em){.pmc-buy-now-button__action{width:55.2%}}.site-header__intl-overlay{display:none;border:.1rem solid #000;position:relative;background-color:bisque}.site-header__intl-overlay .content{padding:1.9rem}.site-header__intl-overlay .close{position:absolute;top:.4rem;right:.4rem;border-radius:50%;border:.1rem solid #000;width:1.5rem;height:1.5rem;text-align:center;font-weight:700;background-color:#000;color:#fff;cursor:pointer}@media print{body{background:#fff;font-size:10pt;-webkit-print-color-adjust:exact;margin:0}html{margin:0;padding:0}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}ul,ol,dl{page-break-before:avoid}img.centered{display:block;margin-left:auto;margin-right:auto}img.right{padding:4px;margin:0 0 2px 7px;display:inline}img.left{padding:4px;margin:0 7px 2px 0;display:inline}.right{float:right}.left{float:left}img{page-break-inside:avoid;page-break-after:avoid}*{text-shadow:none;filter:none;-ms-filter:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;color-adjust:exact;-moz-print-color-adjust:exact;-moz-color-adjust:exact}div{height:auto;width:100%}a,a:visited{text-decoration:underline}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}a{word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%}@-moz-document url-prefix(){@page{margin-top:0;margin-bottom:0}body{margin-top:0}}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}#logo,#menu,.site-header__bottom-bar,#header .subscribe-aside,#article-comments,#footer section,#footer .powered-by-vip,.powered-by-wpcom,.comments-overview,.callout,.article-bottom-container,.module-related-stories,.module-share-tools,.module-more-news,.sidebar,.page-navigation,.wp-prev-next,.respond-form,.newsletter,.tags,.breadcrumb,.mmc-ad,.right-rail,.thumb,#wpstats,#wpstats2,nav,.admz,.pmc-adm-goog-pub-div,#article-river{display:none}#clickThroughContainer,#leftContainer,#rightContainer{visibility:hidden;display:none}#logo-print{display:block;height:75px;width:auto}#top-bar.top-bar-default{display:none}.site-header .site-header__bottom-bar{background-color:#fff;display:none}.site-header__ad{display:none}.site-header__nav--wrapper{display:none}.site-header__daily{display:none}.login-container{display:none}.swiftype .search_form_widget.search_form{display:none}.site-header__mobile-menu-subscribe{display:none}.site-header__sections-button{display:none}.site-header__mobile-button{display:none}.site-header__search{display:none}.site-header__search path.search-polygon-1{display:none}.site-header__mobile-search-icon svg{display:none}#page-article h1{font-size:45px;line-height:47px}.site-header.sticky .site-header__logo{display:block}#article-content img{margin-top:15px;margin-bottom:15px}.site-footer__wrap-inner{display:none;-webkit-print-color-adjust:exact;color-adjust:exact}.share-container{display:none}.share-container .shareMore{display:none;background-color:transparent;background-image:none}.shareMore{display:none;background-color:transparent;background-image:none}.site-header.sticky#site-header{position:relative;top:-60pt}.site-header.sticky .site-header__logo--sticky{display:none}.site-header.sticky .site-header__home-link{display:none}.site-header.sticky .site-header__home-link svg{fill:#000}.site-header.sticky .site-header__sections-button{display:none}.site-header.sticky .site-header__top .site-header__logo{display:block}.site-header.sticky .site-header__logo{display:block;top:0}.site-header.sticky .site-header__bottom-bar{display:none;background-color:transparent;background-image:none}.site-header.sticky .site-header__logo{display:block}.sidebar-article{float:right;width:30%}.article-main{float:left;position:relative;width:60%}.site__footer-logo-copyright-social .inner .site__footer-copyright p{color:#e1e1e1;font-size:15pt;color-adjust:exact;-webkit-print-color-adjust:exact}}body.subscriptions-2 #nav-title,body.page-template-page-subscriptions-education #nav-title,body.page-template-page-subscriptions-corporate #nav-title{display:none}body.subscriptions-2 #footer-navigation-outer-container,body.page-template-page-subscriptions-education #footer-navigation-outer-container,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container{margin:0 auto;width:100%}body.subscriptions-2 #footer-navigation-outer-container #content,body.page-template-page-subscriptions-education #footer-navigation-outer-container #content,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content{margin:20px auto}body.subscriptions-2 .header-row1 .nav-top,body.page-template-page-subscriptions-education .header-row1 .nav-top,body.page-template-page-subscriptions-corporate .header-row1 .nav-top{height:80px}body.subscriptions-2 .header-row1 .site-logo,body.page-template-page-subscriptions-education .header-row1 .site-logo,body.page-template-page-subscriptions-corporate .header-row1 .site-logo{left:20px;width:221px;height:67px}body.subscriptions-2 .site-logo .icon-wwd,body.page-template-page-subscriptions-education .site-logo .icon-wwd,body.page-template-page-subscriptions-corporate .site-logo .icon-wwd{width:221px;font-size:1.02em;height:80px}body.subscriptions-2 h1,body.page-template-page-subscriptions-education h1,body.page-template-page-subscriptions-corporate h1{position:absolute;bottom:12px;left:160px;font:normal 2.4em/1 NewsGothicDemi,sans-serif}body.subscriptions-2 #subs-offers,body.page-template-page-subscriptions-education #subs-offers,body.page-template-page-subscriptions-corporate #subs-offers{margin:0 auto;padding:15px 10px;width:824px}body.subscriptions-2 .trademark,body.page-template-page-subscriptions-education .trademark,body.page-template-page-subscriptions-corporate .trademark{clear:both;padding-top:15px;font:normal .9em/1 Arial,Helvetica,sans-serif;color:#777}body.subscriptions-2 .nav-top h1,body.page-template-page-subscriptions-education .nav-top h1,body.page-template-page-subscriptions-corporate .nav-top h1{bottom:0;left:245px}body.subscriptions-2 .links-sections,body.page-template-page-subscriptions-education .links-sections,body.page-template-page-subscriptions-corporate .links-sections{float:right}body.subscriptions-2 header .login-container p,body.page-template-page-subscriptions-education header .login-container p,body.page-template-page-subscriptions-corporate header .login-container p{color:#fff;display:inline;text-transform:none}body.subscriptions-2 header .login-container a,body.page-template-page-subscriptions-education header .login-container a,body.page-template-page-subscriptions-corporate header .login-container a{float:right;font-size:1em;padding-top:.1em;padding-left:.5em;text-transform:none}@media only screen and (max-width:41.6875em){body.subscriptions-2 header .login-container p,body.subscriptions-2 header .login-container a,body.page-template-page-subscriptions-education header .login-container p,body.page-template-page-subscriptions-education header .login-container a,body.page-template-page-subscriptions-corporate header .login-container p,body.page-template-page-subscriptions-corporate header .login-container a{color:#686c6d;font:400 .8125rem/1 sans-serif;text-transform:uppercase}.fonts-loaded body.subscriptions-2 header .login-container p,.fonts-loaded body.subscriptions-2 header .login-container a,.fonts-loaded body.page-template-page-subscriptions-education header .login-container p,.fonts-loaded body.page-template-page-subscriptions-education header .login-container a,.fonts-loaded body.page-template-page-subscriptions-corporate header .login-container p,.fonts-loaded body.page-template-page-subscriptions-corporate header .login-container a{font-family:"FormaText",sans-serif}}body.subscriptions-2 .links-sections a,body.subscriptions-2 .links-sections a:link,body.subscriptions-2 .links-sections a:visited,body.page-template-page-subscriptions-education .links-sections a,body.page-template-page-subscriptions-education .links-sections a:link,body.page-template-page-subscriptions-education .links-sections a:visited,body.page-template-page-subscriptions-corporate .links-sections a,body.page-template-page-subscriptions-corporate .links-sections a:link,body.page-template-page-subscriptions-corporate .links-sections a:visited{border-radius:.25em;padding:.5em;background:red;font-size:15px;border-bottom:none;color:#fff;margin-left:5px;line-height:45px}body.subscriptions-2 .links-sections a.current,body.subscriptions-2 .links-sections a:hover,body.page-template-page-subscriptions-education .links-sections a.current,body.page-template-page-subscriptions-education .links-sections a:hover,body.page-template-page-subscriptions-corporate .links-sections a.current,body.page-template-page-subscriptions-corporate .links-sections a:hover{background:gray}body.subscriptions-2 .links-sections a.current,body.page-template-page-subscriptions-education .links-sections a.current,body.page-template-page-subscriptions-corporate .links-sections a.current{cursor:default}body.subscriptions-2 #subs-discount>a:hover,body.page-template-page-subscriptions-education #subs-discount>a:hover,body.page-template-page-subscriptions-corporate #subs-discount>a:hover{color:#fff}body.subscriptions-2 #footer-navigation-outer-container #content a,body.page-template-page-subscriptions-education #footer-navigation-outer-container #content a,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content a{border-bottom:none}body.subscriptions-2 #footer-navigation-outer-container #content a:hover,body.page-template-page-subscriptions-education #footer-navigation-outer-container #content a:hover,body.page-template-page-subscriptions-corporate #footer-navigation-outer-container #content a:hover{color:gray}body.subscriptions-2 #subs-offers div.admz,body.subscriptions-2 #subs-discount div.admz,body.page-template-page-subscriptions-education #subs-offers div.admz,body.page-template-page-subscriptions-education #subs-discount div.admz,body.page-template-page-subscriptions-corporate #subs-offers div.admz,body.page-template-page-subscriptions-corporate #subs-discount div.admz{float:left}body.subscriptions-2 #subs-table,body.page-template-page-subscriptions-education #subs-table,body.page-template-page-subscriptions-corporate #subs-table{border:3px solid #dcdddf;width:100%;margin-top:5px;float:left}body.subscriptions-2 #subs-table tr:nth-child(even),body.page-template-page-subscriptions-education #subs-table tr:nth-child(even),body.page-template-page-subscriptions-corporate #subs-table tr:nth-child(even){background:#fff}body.subscriptions-2 #subs-table tr:nth-child(odd),body.page-template-page-subscriptions-education #subs-table tr:nth-child(odd),body.page-template-page-subscriptions-corporate #subs-table tr:nth-child(odd){background:#f4f4f4}body.subscriptions-2 #subs-table th,body.page-template-page-subscriptions-education #subs-table th,body.page-template-page-subscriptions-corporate #subs-table th{background:#fff}body.subscriptions-2 #subs-table td:not(:first-child),body.page-template-page-subscriptions-education #subs-table td:not(:first-child),body.page-template-page-subscriptions-corporate #subs-table td:not(:first-child){text-align:center}body.subscriptions-2 #subs-table td:first-child,body.page-template-page-subscriptions-education #subs-table td:first-child,body.page-template-page-subscriptions-corporate #subs-table td:first-child{font-size:14px;color:#676767}body.subscriptions-2 #subs-table tr:last-child td:first-child,body.page-template-page-subscriptions-education #subs-table tr:last-child td:first-child,body.page-template-page-subscriptions-corporate #subs-table tr:last-child td:first-child{text-align:center}body.subscriptions-2 #subs-table td>span,body.page-template-page-subscriptions-education #subs-table td>span,body.page-template-page-subscriptions-corporate #subs-table td>span{font-size:20px;font-weight:100;color:#676767;display:inline-block;padding:5px}body.subscriptions-2 #subs-table td>a.sub-button,body.page-template-page-subscriptions-education #subs-table td>a.sub-button,body.page-template-page-subscriptions-corporate #subs-table td>a.sub-button{display:block;background:red;color:#fff;padding:10px 5px;font-size:13px;text-transform:uppercase;border-radius:.25em;border-bottom:none}body.subscriptions-2 #subs-table td>a,body.page-template-page-subscriptions-education #subs-table td>a,body.page-template-page-subscriptions-corporate #subs-table td>a{color:red;padding:0 0 3px;border-bottom:1px solid red}body.subscriptions-2 #subs-table td>a:hover,body.page-template-page-subscriptions-education #subs-table td>a:hover,body.page-template-page-subscriptions-corporate #subs-table td>a:hover{border-bottom:1px solid transparent}body.subscriptions-2 #subs-table th,body.subscriptions-2 #subs-table td,body.page-template-page-subscriptions-education #subs-table th,body.page-template-page-subscriptions-education #subs-table td,body.page-template-page-subscriptions-corporate #subs-table th,body.page-template-page-subscriptions-corporate #subs-table td{border:1px solid #dcdddf}body.subscriptions-2 #subs-table td,body.page-template-page-subscriptions-education #subs-table td,body.page-template-page-subscriptions-corporate #subs-table td{padding:10px}body.subscriptions-2 #subs-table th,body.page-template-page-subscriptions-education #subs-table th,body.page-template-page-subscriptions-corporate #subs-table th{color:#676767;font-size:16px;font-weight:100;line-height:1.2em;padding-bottom:10px}body.subscriptions-2 #subs-table th span,body.page-template-page-subscriptions-education #subs-table th span,body.page-template-page-subscriptions-corporate #subs-table th span{color:red;font-size:12px;display:block;font-style:italic;font-weight:700;line-height:1em;margin:.25em}body.subscriptions-2 #subs-table td .check,body.page-template-page-subscriptions-education #subs-table td .check,body.page-template-page-subscriptions-corporate #subs-table td .check{font-size:30px;color:#5c5859;font-style:italic}body.subscriptions-2 #subs-table td .asterisk,body.page-template-page-subscriptions-education #subs-table td .asterisk,body.page-template-page-subscriptions-corporate #subs-table td .asterisk{font-size:10px;color:#5c5859;vertical-align:top}body.subscriptions-2 #subs-table td span:nth-child(2),body.page-template-page-subscriptions-education #subs-table td span:nth-child(2),body.page-template-page-subscriptions-corporate #subs-table td span:nth-child(2){margin-right:-2em}body.subscriptions-2 .banner,body.page-template-page-subscriptions-education .banner,body.page-template-page-subscriptions-corporate .banner{margin:30px 0 0}body.subscriptions-2 .discounts-container,body.page-template-page-subscriptions-education .discounts-container,body.page-template-page-subscriptions-corporate .discounts-container{margin-top:30px;font-size:14px;line-height:20px;text-decoration:underline}body.subscriptions-2 .discounts-child,body.page-template-page-subscriptions-education .discounts-child,body.page-template-page-subscriptions-corporate .discounts-child{-ms-flex:1;flex:1;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;padding:10px;border:1px solid #000;box-shadow:5px 7px 0px #cfcdce;text-align:center;width:390px;margin:0}body.subscriptions-2 .discounts-child:first-child,body.page-template-page-subscriptions-education .discounts-child:first-child,body.page-template-page-subscriptions-corporate .discounts-child:first-child{margin-right:30px}body.subscriptions-2 .discounts-child p:first-child,body.page-template-page-subscriptions-education .discounts-child p:first-child,body.page-template-page-subscriptions-corporate .discounts-child p:first-child{font-size:30px;font-weight:700;text-align:center}body.subscriptions-2 .discounts-child a,body.page-template-page-subscriptions-education .discounts-child a,body.page-template-page-subscriptions-corporate .discounts-child a{color:#000;font-weight:700}body.subscriptions-2 .banner-container,body.page-template-page-subscriptions-education .banner-container,body.page-template-page-subscriptions-corporate .banner-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:30px;border:1px solid #000}body.subscriptions-2 .banner-child,body.page-template-page-subscriptions-education .banner-child,body.page-template-page-subscriptions-corporate .banner-child{-ms-flex:1;flex:1;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;padding:10px}body.subscriptions-2 .banner-child:nth-child(1),body.page-template-page-subscriptions-education .banner-child:nth-child(1),body.page-template-page-subscriptions-corporate .banner-child:nth-child(1){min-width:200px}body.subscriptions-2 .banner-child:nth-child(2),body.page-template-page-subscriptions-education .banner-child:nth-child(2),body.page-template-page-subscriptions-corporate .banner-child:nth-child(2){min-width:260px;font-size:13px}body.subscriptions-2 .banner-child:nth-child(3),body.page-template-page-subscriptions-education .banner-child:nth-child(3),body.page-template-page-subscriptions-corporate .banner-child:nth-child(3){text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;font-size:25px}body.subscriptions-2 .banner-child:nth-child(4),body.page-template-page-subscriptions-education .banner-child:nth-child(4),body.page-template-page-subscriptions-corporate .banner-child:nth-child(4){text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}body.subscriptions-2 .banner-child:nth-child(4) a,body.page-template-page-subscriptions-education .banner-child:nth-child(4) a,body.page-template-page-subscriptions-corporate .banner-child:nth-child(4) a{padding:10px;background:red;color:#fff;border-radius:.25em;display:inline-block}body.subscriptions-2 .free,body.page-template-page-subscriptions-education .free,body.page-template-page-subscriptions-corporate .free{text-transform:uppercase;font-size:16px;margin:40px 0 20px;display:block}body.subscriptions-2 .free em,body.page-template-page-subscriptions-education .free em,body.page-template-page-subscriptions-corporate .free em{font-variant:normal;font-style:normal;color:red}body.subscriptions-2 .free a,body.page-template-page-subscriptions-education .free a,body.page-template-page-subscriptions-corporate .free a{padding:10px;margin:0 20px;background:red;color:#fff;border-radius:.25em}body.subscriptions-2 .buttons,body.page-template-page-subscriptions-education .buttons,body.page-template-page-subscriptions-corporate .buttons{float:right;margin-top:35px}body.subscriptions-2 .mobile article,body.page-template-page-subscriptions-education .mobile article,body.page-template-page-subscriptions-corporate .mobile article{margin:0 auto;max-width:100%;display:block;padding:10px}body.subscriptions-2 .mobile article header,body.page-template-page-subscriptions-education .mobile article header,body.page-template-page-subscriptions-corporate .mobile article header{margin:30px 0 20px;text-transform:uppercase;height:auto;background:0 0;color:#000;font-weight:700;font-size:20px;text-align:center;clear:both}body.subscriptions-2 .mobile article header>span,body.page-template-page-subscriptions-education .mobile article header>span,body.page-template-page-subscriptions-corporate .mobile article header>span{color:red;display:block;font-size:12px;font-style:italic;font-style:italic;font-weight:400;margin:0;padding:0;text-align:center;text-transform:none;width:100%}body.subscriptions-2 .mobile article section.sub img,body.page-template-page-subscriptions-education .mobile article section.sub img,body.page-template-page-subscriptions-corporate .mobile article section.sub img{max-width:100%;margin:0 auto;height:auto;padding:10px 30px;box-sizing:border-box}body.subscriptions-2 .mobile article section.sub p,body.page-template-page-subscriptions-education .mobile article section.sub p,body.page-template-page-subscriptions-corporate .mobile article section.sub p{text-transform:uppercase;text-align:center;font-size:15px;line-height:1.5em}body.subscriptions-2 .mobile article section.sub a,body.page-template-page-subscriptions-education .mobile article section.sub a,body.page-template-page-subscriptions-corporate .mobile article section.sub a{text-align:center;display:block;background:red;margin:0 auto;color:#fff;text-transform:uppercase;padding:.75em .25em;border-radius:.25em;margin:10px 80px;font-size:17px}body.subscriptions-2 .mobile article section.sub a span:first-child,body.page-template-page-subscriptions-education .mobile article section.sub a span:first-child,body.page-template-page-subscriptions-corporate .mobile article section.sub a span:first-child{font-size:20px}body.subscriptions-2 .mobile article section.sub a span:nth-child(2),body.page-template-page-subscriptions-education .mobile article section.sub a span:nth-child(2),body.page-template-page-subscriptions-corporate .mobile article section.sub a span:nth-child(2){font-size:12px}body.subscriptions-2 .mobile article section.subs p,body.page-template-page-subscriptions-education .mobile article section.subs p,body.page-template-page-subscriptions-corporate .mobile article section.subs p{font-size:17px;text-align:center;text-transform:uppercase;padding:10px;color:#9a9a9a;font-family:NewsGothicDemi,sans-serif;font-weight:700;margin:0 !important}body.subscriptions-2 .mobile article section.subs a,body.page-template-page-subscriptions-education .mobile article section.subs a,body.page-template-page-subscriptions-corporate .mobile article section.subs a{display:block;font-family:NewsGothicDemi,sans-serif;font-size:25px;font-weight:700;line-height:1em;padding:.75em 0;text-align:center;text-transform:uppercase}body.subscriptions-2 .mobile article>a,body.page-template-page-subscriptions-education .mobile article>a,body.page-template-page-subscriptions-corporate .mobile article>a{color:#000;display:block;font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:11px;font-weight:700;margin:0;padding:30px 0 0;text-align:center;text-transform:uppercase}body.subscriptions-2 .mobile article>a>span,body.page-template-page-subscriptions-education .mobile article>a>span,body.page-template-page-subscriptions-corporate .mobile article>a>span{color:#cfcdce}body.subscriptions-2 .mobile article>section.sub>span:last-child,body.page-template-page-subscriptions-education .mobile article>section.sub>span:last-child,body.page-template-page-subscriptions-corporate .mobile article>section.sub>span:last-child{display:block;font-size:10px;font-style:italic;padding:0 12px 5px;text-align:right}body.subscriptions-2 .textwidget input[type=text],body.subscriptions-2 .textwidget textarea,body.page-template-page-subscriptions-education .textwidget input[type=text],body.page-template-page-subscriptions-education .textwidget textarea,body.page-template-page-subscriptions-corporate .textwidget input[type=text],body.page-template-page-subscriptions-corporate .textwidget textarea{width:100% !important}body.subscriptions-2 .contact-form .clear-form,body.page-template-page-subscriptions-education .contact-form .clear-form,body.page-template-page-subscriptions-corporate .contact-form .clear-form{clear:both}body.subscriptions-2 .contact-form input[type=text],body.page-template-page-subscriptions-education .contact-form input[type=text],body.page-template-page-subscriptions-corporate .contact-form input[type=text]{width:300px;margin-bottom:13px}body.subscriptions-2 .contact-form select,body.page-template-page-subscriptions-education .contact-form select,body.page-template-page-subscriptions-corporate .contact-form select{margin-bottom:13px}body.subscriptions-2 .contact-form textarea,body.page-template-page-subscriptions-education .contact-form textarea,body.page-template-page-subscriptions-corporate .contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}body.subscriptions-2 .contact-form input[type=radio],body.subscriptions-2 .contact-form input[type=checkbox],body.page-template-page-subscriptions-education .contact-form input[type=radio],body.page-template-page-subscriptions-education .contact-form input[type=checkbox],body.page-template-page-subscriptions-corporate .contact-form input[type=radio],body.page-template-page-subscriptions-corporate .contact-form input[type=checkbox]{float:none;margin-bottom:13px}body.subscriptions-2 .contact-form label,body.page-template-page-subscriptions-education .contact-form label,body.page-template-page-subscriptions-corporate .contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}body.subscriptions-2 .contact-form label.checkbox,body.subscriptions-2 .contact-form label.radio,body.page-template-page-subscriptions-education .contact-form label.checkbox,body.page-template-page-subscriptions-education .contact-form label.radio,body.page-template-page-subscriptions-corporate .contact-form label.checkbox,body.page-template-page-subscriptions-corporate .contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}body.subscriptions-2 .contact-form label span,body.page-template-page-subscriptions-education .contact-form label span,body.page-template-page-subscriptions-corporate .contact-form label span{color:#aaa;margin-left:4px;font-weight:400}body.subscriptions-2 .education-col,body.page-template-page-subscriptions-education .education-col,body.page-template-page-subscriptions-corporate .education-col{background:#f4f4f4;width:474px;height:590px;float:left;margin:18px 0 0 3px;text-align:center;padding-top:30px}body.subscriptions-2 .education-col a,body.page-template-page-subscriptions-education .education-col a,body.page-template-page-subscriptions-corporate .education-col a{display:block}@media only screen and (max-width:41.6875em){body.subscriptions-2 .education-col,body.page-template-page-subscriptions-education .education-col,body.page-template-page-subscriptions-corporate .education-col{width:100%;float:none;margin-left:0;height:auto}}body.subscriptions-2 .education-col.right,body.page-template-page-subscriptions-education .education-col.right,body.page-template-page-subscriptions-corporate .education-col.right{margin-left:18px;padding-top:30px}@media only screen and (max-width:41.6875em){body.subscriptions-2 .education-col.right,body.page-template-page-subscriptions-education .education-col.right,body.page-template-page-subscriptions-corporate .education-col.right{margin-left:0;padding-bottom:15px}}body.subscriptions-2 .discounts-text,body.page-template-page-subscriptions-education .discounts-text,body.page-template-page-subscriptions-corporate .discounts-text{margin:5px 0}@media only screen and (max-width:41.6875em){body.subscriptions-2 .site-footer__mobile-social-links,body.page-template-page-subscriptions-education .site-footer__mobile-social-links,body.page-template-page-subscriptions-corporate .site-footer__mobile-social-links,body.digital-daily-info .site-footer__mobile-social-links{padding-top:1.25em}}.subscriptions-top{clear:both}.subs-copy-left{float:left;width:60%;padding:0 0 10px 30px;font-size:20px}.subs-img-right{float:left;width:40%}.subs-copy-head{font-weight:700;font-size:30px;color:#000}.mobile article section.sub1 img{height:119px;width:180px;margin-left:.3em}.mobile-sub-price{font-size:60px;text-align:center;font-weight:400}.mobile-sub-price-text{font-weight:700;text-align:center}hr.mobile-sub-bar{display:block;margin-top:2em;margin-bottom:.5em;margin-left:2em;margin-right:2em;border-style:inset;border-width:2px}.subs-best-offer{margin:0 0 5px;display:block;background:red;color:#fff;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.05em}@media only screen and (max-width:41.6875em){body.page-template-page-subscriptions div#site-wrap{padding-top:4.2em}body.page-template-page-subscriptions div#site-wrap #content{padding:.7em}}@font-face{font-family:'FormaText';src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Regular.eot);src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Regular.woff2) format('woff2'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Regular.woff) format('woff');font-style:normal;font-weight:400}@font-face{font-family:'FormaTextMedium';src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Medium.eot);src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Medium.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Medium.woff2) format('woff2'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Medium.woff) format('woff');font-style:normal;font-weight:400}@font-face{font-family:'FormaTextBold';src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Bold.eot);src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Bold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Bold.woff) format('woff2'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Forma-DJR-Text-Bold.woff) format('woff');font-style:normal;font-weight:400}@font-face{font-family:'PublicoBannerRoman';src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Publico-Banner-Roman.woff2) format('woff2'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Publico-Banner-Roman.woff) format('woff'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Publico-Banner-Roman.ttf) format('ttf');font-style:normal;font-weight:400}@font-face{font-family:'TiemposRegular';src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/TiemposText-Regular.woff2) format('woff2'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/TiemposText-Regular.woff) format('woff'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/TiemposText-Regular.ttf) format('ttf');font-style:normal;font-weight:400}@font-face{font-family:Icomoon;src:url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Icomoon.ttf) format('truetype'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Icomoon.woff) format('woff'),url(/wp-content/themes/pmc-wwd-2016/static/css/../webfonts/Icomoon.svg#Icomoon) format('svg');font-weight:400;font-style:normal}.widget_ep-facet input[type=search]{margin-bottom:1rem}.widget_ep-facet .searchable .inner{max-height:20em;overflow:scroll}.widget_ep-facet .term.hide{display:none}.widget_ep-facet .empty-term{position:relative;opacity:.5}.widget_ep-facet .empty-term:after{z-index:2;content:" ";display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%}.widget_ep-facet .level-1{padding-left:20px}.widget_ep-facet .level-2{padding-left:40px}.widget_ep-facet .level-3{padding-left:60px}.widget_ep-facet .level-4{padding-left:5pc}.widget_ep-facet .level-5{padding-left:75pt}.widget_ep-facet input[disabled]{cursor:pointer;opacity:1}.widget_ep-facet .term a{position:relative}.widget_ep-facet .term a:after{content:" ";top:0;left:0;right:0;bottom:0;display:block;position:absolute;z-index:1}body.interrupt-ads>*{display:none}body #pmc-adm-interrupts-container{display:none}body.interrupt-ads #pmc-adm-interrupts-container{display:block}body.interrupt-ads #pmc-adm-interrupts-container.Style2{position:fixed;width:100%;height:100%;top:0;background-color:rgba(0,0,0,.8);z-index:9999}body.interrupt-ads #pmc-adm-interrupts-container.Style2 #ad-interruptus-header a,body.interrupt-ads #pmc-adm-interrupts-container.Style2 #timer{color:#fff}.no-scroll{overflow:hidden}#prestitial-ad-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:10000001}#prestitial-ad-container,#prestitial-ad-inject-container{position:fixed;background:#fff;z-index:10000002;text-align:center}.shown #prestitial-ad-container{box-shadow:0 2px 10px #333}#prestitial-ad-container object,#prestitial-ad-container img{vertical-align:bottom;display:block}#prestitial-ad-close{box-shadow:0 2px 10px #333;background:#fff;top:35px;-webkit-border-radius:43px;border-radius:43px;background-clip:padding-box;font-size:21px}#prestitial-ad-duration-counter{color:#999;margin-top:5px;font-size:18px;top:75px;box-shadow:none;-webkit-border-radius:10px;border-radius:10px;background-clip:padding-box;background:0}#prestitial-ad-close,#prestitial-ad-duration-counter{position:fixed;right:5%;width:165px;z-index:10000003;text-align:center;padding:15px;cursor:pointer;font-family:Arial}@media(max-width:768px){#prestitial-ad-duration-counter{display:none}#prestitial-ad-close{font-size:20px;width:45px;padding:10px;top:5px}}.shown #prestitial-ad-inject-container{box-shadow:0 2px 10px #333}#prestitial-ad-inject-container *{z-index:10000002 !important}#skin-ad-left-rail-container,#skin-ad-right-rail-container{height:100%;top:0;position:fixed;cursor:pointer;z-index:1;background-repeat:no-repeat}.hide{display:none}.shown{display:block}.skip-ad-close{display:none}.skip-ad-text{display:block;text-align:right}.ad-text:before{content:'ADVERTISEMENT';font-size:9px;text-transform:uppercase;text-align:center;color:#8c8c8c;letter-spacing:1px;margin:3px 0;font-family:'Arial',sans-serif;font-weight:400;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width :480px){.skip-ad-close{background:url(/wp-content/plugins/pmc-plugins/pmc-adm-v2/css/../images/close-button.png) no-repeat right;content:"";display:block;height:25px;width:auto}.skip-ad-text{display:none !important}}.floating-preroll-ad{display:none}.floating-preroll-ad-container{box-sizing:border-box;bottom:30px;display:block;background-color:#fff;border-radius:2px;box-shadow:0 0 20px 0 rgba(0,0,0,.25);right:20px;padding:7px;position:fixed;width:415px;height:240px;z-index:5000009;margin:0}.floating-preroll-ad-close{top:-30px;display:none;background:#000;border:1px solid #fff;border-radius:50%;color:#fff;cursor:pointer;font-family:sans-serif;font-size:16px;height:25px;line-height:22px;position:absolute;right:0;text-align:center;width:25px;z-index:899}.pmc-contextual-player{margin:20px 0;max-width:635px}#jwplayer_contextual_player_div-shelf-widget{width:100%;background:#181818}#jwplayer_contextual_player_div-shelf-widget .pmc-contextual-player .jw-shelf-widget .jw-related-shelf-contents{padding:10px 0}#jwplayer_contextual_player_div-shelf-widget .jw-related-more{display:none}#jwplayer_contextual_player_div-shelf-widget .jw-icon.jw-related-control.jw-off{display:none}#jwplayer_contextual_player_div-shelf-widget .jw-icon.jw-related-control.jw-related-control-left,#jwplayer_contextual_player_div-shelf-widget .jw-icon.jw-related-control.jw-related-control-right{position:absolute;top:50px;z-index:9;width:48px}#jwplayer_contextual_player_div-shelf-widget .jw-icon.jw-related-control.jw-related-control-left{left:10px}#jwplayer_contextual_player_div-shelf-widget .jw-icon.jw-related-control.jw-related-control-right{right:10px}#jwplayer_contextual_player_div-shelf-widget .jw-svg-icon-arrow-left,#jwplayer_contextual_player_div-shelf-widget .jw-svg-icon-arrow-right{color:#ff0;width:48px;height:48px;z-index:10}#jwplayer_contextual_player_div-shelf-widget .jw-related-shelf-item .jw-related-shelf-item-contents,#jwplayer_contextual_player_div-shelf-widget .jw-related-shelf-item-title{color:#fff;font-size:13px;line-height:15px;height:32px}#jwplayer_contextual_player_div-shelf-widget .is-active .jw-related-shelf-item-image:before{content:'';background-color:rgba(255,255,0,.5);opacity:1}#jwplayer_contextual_player_div-shelf-widget .l-adm-contextual-video__shadow-left,#jwplayer_contextual_player_div-shelf-widget .l-adm-contextual-video__shadow-right{position:absolute;width:0;height:100%;bottom:0;box-shadow:0 0 50px 30px #000}@media only screen and (max-width:480px){#jwplayer_contextual_player_div-shelf-widget .l-adm-contextual-video__shadow-left,#jwplayer_contextual_player_div-shelf-widget .l-adm-contextual-video__shadow-right{display:none}}#jwplayer_contextual_player_div-shelf-widget .l-adm-contextual-video__shadow-right{right:25px}#jwplayer_contextual_player_div-shelf-widget .jw-related-shelf-item-image .contextual-self-now-playing{display:none}#jwplayer_contextual_player_div-shelf-widget .is-active .jw-related-shelf-item-image .contextual-self-now-playing{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);letter-spacing:.7px;text-transform:uppercase;color:#000;border-bottom:3px solid #000;font-weight:400;font-size:18px}#jwplayer_contextual_player_div-shelf-widget .jw-related-shelf-item:focus .contextual-self-now-playing,#jwplayer_contextual_player_div-shelf-widget .jw-related-shelf-item:hover .contextual-self-now-playing{display:none}.floating-preroll-ad-v2 .floating-preroll-ad-container{box-shadow:none;border-radius:0;bottom:10px;right:10px;padding:0;width:400px;height:261px}.floating-preroll-ad-v2 .floating-preroll-ad-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:36px;min-height:36px;padding:0 46px 0 10px}.floating-preroll-ad-v2 .floating-preroll-ad-close{top:0;background:0;color:#000;font-size:18px;width:36px;line-height:32px;min-height:36px;border-radius:0}/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000}.jp-carousel{position:absolute;top:0;left:0;right:0;bottom:15vh}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;overflow-x:hidden;overflow-y:auto;direction:ltr}.jp-carousel-info{display:flex;flex-direction:column;position:absolute;top:86vh;top:calc(85vh + 5px);bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info-columns{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-left-column-wrapper{flex-grow:1}.jp-carousel-left-column-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button{right:15px}.jp-carousel-previous-button{left:0}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer;position:fixed;top:40px;bottom:15vh;width:110px}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:fixed;text-align:right;width:calc(100vw - 25px)}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #646970;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#a7aaad;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#f0f0f1;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#a7aaad}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#a7aaad;background:-moz-linear-gradient(bottom,#a7aaad,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#a7aaad),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#f0f0f1);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#f0f0f1))}#carousel-reblog-box .canceltext{color:#a7aaad;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-top:20px;margin-bottom:20px;font-weight:400;width:100%}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important;margin-top:20px;margin-left:40px}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent;width:100%;bottom:10px;margin-top:20px}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;clear:left;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#a7aaad;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#a7aaad}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#a7aaad;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%;margin-top:20px;color:#999}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px;width:100;bottom:10px;margin-top:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#4f94d4!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#646970}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f6f7f7}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#f0f0f1;background:-moz-linear-gradient(bottom,#ececec,#f6f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f6f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #dcdcde}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#646970;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#646970}.jp-carousel-light #carousel-reblog-box select{background:#f0f0f1;color:#333;border:1px solid #a7aaad}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#dcdcde,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#dcdcde),to(#fff));border:1px solid #a7aaad}.jp-carousel-light .jp-carousel-image-meta{background:#f6f7f7;border:1px solid #f0f0f1;border-top-color:#f6f7f7;border-left-color:#f6f7f7;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#a7aaad}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#dcdcde}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dcdcde;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dcdcde;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f6f7f7;border:1px solid #dcdcde;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #f0f0f1}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-info-columns{flex-direction:column}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box;margin-left:0}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:0}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-left-column-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}}.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%;padding:14px 7px}.contact-form select{margin-bottom:1.5em;padding:14px 7px;min-width:150px}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%;padding:7px;font:inherit}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button button{padding:20px 30px;border:inherit;font:inherit}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder:before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#f6f7f7;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f0f0f1;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-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f6f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #dcdcde;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/mu-plugins/jetpack-9.7/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#dcdcde;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #a7aaad}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f0f0f1;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;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}