
@font-face {
  font-family: "Felix";
  src:
    local("Felix"),
    url("/themes/custom/eyp/type/Fellix-Regular.woff") format('woff2'),
        url("/themes/custom/eyp/type/Fellix-Regular.woff") format('woff');
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font: inherit;
}
input { max-width: 100%; }
optgroup {
    font-weight: 700;
}
button,
input,
select {
    overflow: visible;
}
button,
input,
select,
textarea {
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
    max-width: 100%;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.carousel {
    width: 100%;
    position: relative;
}
.carousel .carousel-item {
    display: none;
}
.carousel .carousel-active {
    display: block;
}
.carousel .carousel-nav:nth-child(2) {
    display: none;
}
.carousel-slide {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}
.carousel-slide .carousel-item {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: block;
    z-index: 1;
    transition: left 2s ease;
}
.carousel-no-transition .carousel-item {
    transition: none;
}
.carousel-slide .carousel-active {
    left: 0;
    position: relative;
    z-index: 3;
}
.carousel-slide .carousel-item-next {
    z-index: 2;
}
.carousel-slide .carousel-in {
    left: 0;
}
.carousel-slide-reverse .carousel-out {
    left: 100%;
}
.carousel-slide-reverse .carousel-in,
.carousel-slide .carousel-out {
    left: -100%;
}
.carousel-slide-reverse .carousel-item {
    transition: left 2s ease;
}
.carousel-slide-reverse .carousel-active {
    left: 0;
}
.carousel-item.no-transition {
    transition: none !important;
}
.carousel-slide.carousel-autoplay-stopped .carousel-item {
    transition: left 2s ease;
}
::-webkit-media-controls-panel,
::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}
::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
body {
    background: #fff;
    color: #505863;
    font: normal 100%/1.5 Felix, Felix, sans-serif;
}
.fonts-loaded body {
    font-family: Felix, sans-serif;
}
a {
    color: #505863;
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: underline;
}
a path,
a polygon {
    transition: fill 0.15s;
}
p { font-size: 22px; }
p a {
    text-decoration: underline;
    font-weight: 400;
}
p a:hover {
    text-decoration: none;
}
h2,
h3,
h4,
h5,
h6,
p h1 {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0;
}
abbr,
abbr[title] {
    border: none;
    cursor: help;
    text-decoration: none;
}
.uppercase,
abbr,
abbr[title] {
    text-transform: uppercase;
}
figure {
    margin: 0;
}
p:last-child,
ul:last-child {
    margin-bottom: 0;
}
.additional p:last-child {
    margin-bottom: 1em;
}
img,
svg {
    max-width: 100%;
    height: auto;
}
svg {
    width: inherit;
    height: inherit;
}
ul {
    margin-left: 0;
    padding-left: 0;
}
a.more {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
    color: #697079;
}
a.more:focus,
a.more:hover {
    text-decoration: underline;
}
.l-equal > .cap,
.l-grid > .cap {
    text-align: right;
    margin-top: 0;
}
.l-feed > .cap {
    text-align: left;
}
.cap a.more,
.tmpl-search .cap a {
    color: grey;
    text-transform: none;
    margin-left: 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.cap a.more:hover,
.tmpl-search .cap a:hover {
    text-decoration: none;
}
.cap a.more:after,
.tmpl-search .cap a:after {
    content: "+";
    font-size: 20px;
    font-style: normal;
    margin-left: 4px;
}
.cap a.more:hover:after,
.tmpl-search .cap a:hover:after {
    text-decoration: none;
    transform: scale(1.3);
    display: inline-block;
}
.article-brief a.more {
    margin-left: 0;
}
a.act,
span.act, button, input[type="submit"] {
    border: 1px solid #505863;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
    padding: 0.4em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: ;
    background: none;
}
a.act:focus,
a.act:hover, button:hover, input[type="submit"]:hover {
    border-color: black;
    background: black;
    color: white;
}
a.act.large {
    font-size: 1.2em;
}
a.act + a.act {
    margin-left: 1em;
}
.inner .act {
    border: 1px solid #fff;
    transition: all 0.2s linear;
}
.story-featured-wrapper:hover .act {
    border-color: #f1592a;
    background: #f1592a;
    color: #fff;
}
.has-slash:after,
.inner .heading-client:after,
.topic-explore li a:after,
div.pg-section > .has-slash:after {
    display: inline;
    alt: "";
    color: #f1592a;
    content: "+" !important;
    margin-right: 0.3em;
    text-decoration: none;
    font-weight: 400;
    margin-left: 0.2em;
    height: 1.2em;
    width: 0.6em;
    overflow: hidden;
    vertical-align: top;
}
a.has-slash:focus:after,
a.has-slash:hover:after {
    font-weight: 700;
}
.inner .heading-client:after {
    position: relative;
    top: 1px;
}
.cta {
    position: absolute;
    background: none;
    color: #fff;
    font-family: bebas-kai;
    font-size: 8vw;
    letter-spacing: 0.5px;
    margin: 0 auto;
    display: block;
    width: 100%;
    line-height: 1.2;
    text-shadow: 2px 2px hsla(0, 0%, 47.1%, 0.28), 0 0 10px hsl(0deg 0% 47%/39%);
    top: 9%;
    z-index: 22;
    text-shadow: 2px 2px hsl(0deg 0% 47%/46%), 0 0 10px hsl(0deg 0% 47%/73%);
    text-shadow: 2px 2px hsl(0deg 0% 30%/46%), 0 0 10px hsl(0deg 0% 47%/73%);
}
.pg-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 1rem;
}
.media video {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.enhanced .none,
.is-closed {
    display: none;
}
hr {
    margin: 2em auto;
    max-width: 600px;
}
.oldie hr {
    width: 600px;
    max-width: 100%;
}
.a11y,
.enhanced hr,
.pg-search label {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    width: 1px;
}
.hero img {
    display: block;
}
.pg-content > * .hero {
    margin-bottom: 1.5em;
}
.pg-section > .full-article > .content-full > .hero {
    margin-bottom: 1em;
    position: relative;
}
.pg-section > .full-article > .content-full > .hero.portrait,
.pg-section > .full-article > .content-full > .hero.portrait img {
    max-height: 300px;
    width: auto;
}
@media (min-width: 36em) {
    .pg-section > .full-article > .content-full:not(.img-large-format) > .hero.portrait {
        max-width: 25%;
        margin-right: 1em;
        margin-bottom: 1em;
        float: left;
        max-height: auto;
    }
}
.pg-section > .full-article.publication > .content-full > figure {
    display: inline;
}
.pg-section > .full-article.publication > .content-full .align-left,
.pg-section > .full-article.publication > .content-full .align-right {
    width: 100%;
    float: none !important;
}
.pg-section > .full-article.publication > .content-full figure figcaption {
    font-size: 14px;
    padding: 0.4em;
    font-style: italic;
    display: block;
    margin: 0 0 1em;
}
@media (min-width: 51.25em) {
    .pg-section > .full-article > .content-full > .hero {
        margin-bottom: 2rem;
    }
    .pg-section > .full-article.publication > .content-full .align-left,
    .pg-section > .full-article.publication > .content-full .align-right,
    .pg-section > .full-article > .content-full:not(.img-large-format) > .hero {
        max-width: 49%;
        margin-right: 2em;
        float: left !important;
    }
    .pg-section > .full-article > .content-full:not(.img-large-format) > .hero.portrait {
        max-width: 25%;
    }
    .pg-section > .full-article.publication > .content-full .align-left {
        margin-bottom: 0.5em;
    }
    .pg-section > .full-article.publication > .content-full .align-right {
        margin-left: 2em;
        margin-bottom: 0.5em;
        margin-right: 0;
        float: right !important;
    }
    .pg-section > .full-article.publication > .content-full img.align-left,
    .pg-section > .full-article.publication > .content-full img.align-right {
        margin-bottom: 1.5em;
    }
    .pg-section > .full-article.publication > .content-full figure figcaption {
        font-size: 1rem;
        font-size: 16px;
    }
}
.pg-content > .full-bleed-carousel {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.full-bleed-carousel + :not(.pg-nav) {
    border-top: 0 !important;
}
.carousel img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.full-bleed-carousel img {
    height: auto !important;
}
.pg-lead .carousel img {
    width: 100%;
    margin: 0;
}
.oldie .carousel img {
    width: 100%;
}
.carousel + :not(.pg-nav) {
    margin-top: 2em;
}
.carousel .carousel-item {
    background: #fff;
    transition: left 0.25s;
}
.carousel-slide-reverse .carousel-item {
    transition: left 0.15s;
}
.carousel .carousel-nav > a {
    bottom: 0;
    position: absolute;
    top: 28vw;
    margin-top: -20px;
    width: 28px;
    height: 40px;
    transition: background-color 0.15s;
    z-index: 10;
}
@media (min-width: 48em) {
    .carousel .carousel-nav > a {
        width: 50px;
        height: 60px;
    }
}
@media (min-width: 61.25em) {
    .carousel .carousel-nav > a {
        top: 18rem;
    }
    .vignette-carousel .carousel-nav > a {
        top: 15rem;
    }
}
.carousel .carousel-nav > a {
    background: none !important;
    text-shadow: 0 0 7px grey;
    color: transparent;
}
.carousel .carousel-nav > a:hover {
    text-decoration: none;
}
.carousel .carousel-nav > a.next:after {
    content: ">";
    left: -32px;
    left: -2rem;
}
.carousel .carousel-nav > a.next:after,
.carousel .carousel-nav > a.prev:after {
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    position: relative;
    line-height: 1;
}
.carousel .carousel-nav > a.prev:after {
    content: "<";
    right: 16px;
    right: 1rem;
}
@media (min-width: 48em) {
    .carousel .carousel-nav > a.next:after,
    .carousel .carousel-nav > a.prev:after {
        font-size: 4rem;
    }
}
.full-bleed-carousel.carousel .carousel-nav > a,
.pg-lead .carousel .carousel-nav > a {
    top: 40% !important;
}
.carousel .prev {
    left: 0;
}
.carousel .next {
    right: 0;
}
.carousel-default {
    display: block;
    margin-top: 2em;
}
.carousel-secondary {
    display: none;
}
@media (min-width: 37.5em) {
    .carousel-default {
        display: none;
    }
    .carousel-secondary {
        display: block;
    }
}
.eyp-carousel .caption,
.image-caption {
    background: hsla(0, 0%, 100%, 0.84);
    margin: 0 auto;
    padding: 0.5em 0;
}
.tmpl-home .carousel-wrap {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.carousel-pagination {
    display: none;
}
@media (min-width: 61.25em) {
    .carousel-pagination {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 2.5rem;
        padding: 0;
        text-align: center;
        z-index: 999;
        margin-bottom: 0.5em;
    }
}
.carousel-pagination li {
    display: inline;
    margin: 0 0.5em;
}
.carousel-pagination li a {
    width: 12px;
    line-height: 12px;
    background: #fff;
    border-radius: 10em;
    text-indent: -9999em;
    opacity: 0.6;
    display: inline-block;
}
.carousel-pagination li.carousel-active-page a,
.carousel-pagination li a:focus,
.carousel-pagination li a:hover {
    opacity: 1;
    background: #fff;
}
@media (max-width: 48em) {
    .full-bleed-carousel {
        margin-bottom: 3rem;
    }
}
.content-full:after {
    clear: both;
    display: block;
    content: "";
}
.pg-mast > * {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1164px;
    max-width: 72.75rem;
}
.mast-inner {
    padding: 1px 0 0;
}
@media (min-width: 860px) {
    .mast-inner {
        padding: 2rem 0 1rem;
        display: -ms-flexbox;
        display: flex;
    }
}
.site-logo {
    margin: 0.5em auto;
    background-repeat: no-repeat;
}
.site-logo,
.tagline {
    display: block;
}
.eyp-info .tagline {
    font-size: 32px;
    font-size: 2rem;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-family: bebas-kai;
    line-height: 1;
}
.tagline a {
    font-weight: 400;
    text-decoration: none;
}
.tagline a:hover {
    text-decoration: underline;
}
.grunticon .site-logo {
    background-size: 100%;
    text-indent: -1000em;
    width: 124px;
    height: 22px;
}
@media (min-width: 860px) {
    .grunticon .site-logo {
        height: 70px;
    }
}
.oldie.grunticon .site-logo {
    display: block;
}
.site-nav {
    margin-left: auto;
    margin-top: auto;
}
#block-eyp-main-menu {
    position: static;
}
.site-nav ul {
    display: block;
    text-align: center;
    float: left;
    width: 75%;
}
.supports-flex .site-nav ul {
    width: auto;
}
@media (min-width: 43em) {
    .site-nav ul {
        width: auto;
    }
}
.site-nav li {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    text-align: center;
    width: 30%;
}
.site-nav li:first-child {
    margin-left: 0;
}
@media (min-width: 20em) {
    .enhanced .site-nav li {
        width: 33%;
        vertical-align: text-top;
        float: left;
    }
}
@media (min-width: 43em) {
    .enhanced .site-nav li {
        width: auto;
    }
}
.site-nav li:before {
    content: none;
}
.site-nav a {
    display: inline-block;
    font-weight: 600;
    padding: 0.85em 1em;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
}
.site-nav li a {
    width: auto !important;
}
.site-nav a:focus,
.site-nav a:hover,
.site-nav li.active a {
    text-decoration: underline;
}
.mast-inner:after,
.mast-inner:before {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 20em) {
    .supports-flex .site-nav ul {
        padding-left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: flex-end;
        margin: 0;
        -ms-flex: 1;
        flex: 1;
    }
}
.supports-flex .site-nav {
    float: none;
}
.supports-flex .site-nav * {
    width: 100%;
}
@media (min-width: 20em) {
    .supports-flex .site-nav > nav {
        display: -ms-flexbox;
        display: flex;
    }
    .supports-flex .site-nav li {
        display: block;
        margin-left: 0;
        width: auto;
    }
}
.pg-nav {
    background: #757e8c;
    text-align: center;
    padding-bottom: 1px;
    color: #fff;
}
.pg-nav > * {
    padding: 0;
}
@media (min-width: 57.5em) {
    .pg-nav > * {
        padding: 0 1em;
    }
}
.pg-nav-inner {
    padding: 1em 0;
    position: relative;
}
.pg-nav-heading,
.pg-nav-links {
    font-size: 18px;
    font-size: 1.125rem;
}
.pg-nav-heading {
    border-bottom: 1px solid silver;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0.75em;
    padding: 0.5em 0;
    text-align: center;
    text-transform: uppercase;
}
.pg-nav-heading a {
    text-decoration: none;
}
.pg-nav-links {
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.supports-flex .pg-nav-links {
    display: -ms-flexbox;
    display: flex;
    float: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pg-nav-links li {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 1%;
    position: relative;
}
.pg-nav-links .active a {
    text-decoration: none;
    background: #dcdfe2;
    color: #505863;
    padding: 0.2em 0.5em;
}
@media (min-width: 57.5em) {
    .pg-nav-links .active a {
        background: none;
        color: #fff;
    }
    .pg-nav-links .active {
        position: relative;
    }
    .pg-nav-links .active:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 0.25em;
        background: #fff;
        top: -1em;
        margin-top: -0.2em;
    }
}
.supports-flex .pg-nav-links li {
    display: block;
    width: 50%;
    margin: 0.75em 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.pg-nav-links li:before {
    display: none;
}
@media (min-width: 43.75em) {
    .supports-flex .pg-nav-links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .supports-flex .pg-nav-links li {
        width: 30%;
    }
}
@media (min-width: 57.5em) {
    .pg-nav-inner {
        overflow: auto;
    }
    .pg-nav-inner:after {
        background-position: 50% 50%;
        bottom: 0;
        content: "";
        position: absolute;
        right: 77%;
        top: 0;
        width: 40px;
    }
    .supports-flex .pg-nav-inner {
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
    }
    .pg-nav-heading {
        float: left;
        border-bottom: 0;
        margin: 0;
        text-align: left;
        width: 30%;
    }
    .pg-nav-links {
        float: right;
        margin-top: 0.25em;
        width: 70%;
    }
    .supports-flex .pg-nav-links {
        margin-top: 0;
    }
    .supports-flex .pg-nav-links li {
        margin: 0.25em 4.5em 0.25em 0;
        text-align: left;
        width: auto;
    }
}
.pg-skip {
    background: #f7f6f6;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
    text-align: left;
}
.pg-skip > * {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1164px;
    max-width: 72.75rem;
}
.pg-skip-heading,
.pg-skip-links {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
}
.pg-skip-heading {
    border-bottom: 1px solid silver;
    font-size: 1em;
    padding: 0.5em 0;
    text-transform: uppercase;
    text-align: center;
}
.pg-skip-heading a {
    text-decoration: none;
}
.pg-skip-subhead {
    font-weight: 400;
    font-style: italic;
    margin: 0;
}
.pg-skip-links {
    margin: 0 0 1em;
    padding: 0;
}
@media (min-width: 30em) {
    .pg-skip-links li {
        text-align: left;
        width: 50%;
        float: left;
        margin: 0.5em 0;
        padding: 0;
    }
    .supports-flex .pg-skip-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .supports-flex .pg-skip-links li {
        float: none;
    }
}
@media (min-width: 50em) {
    .pg-skip-links li {
        width: 33%;
    }
}
.pg-skip-links li:before {
    margin-left: 0;
}
.pg-footer {
    position: relative;
}
.pg-footer > div {
    max-width: 1164px;
    max-width: 72.75rem;
    border-top: 1px solid silver;
    padding: 1.375em 1em;
    margin-top: 0;
}
.instagram {
    background: url(/themes/custom/eyp/img/instagram.svg) no-repeat;
    text-indent: -999999px;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 10px;
}
.twitter {

    background: url(/themes/custom/eyp/img/twitter.svg) no-repeat;
    text-indent: -999999px;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 10px;
}
.pg-footer:after,
.pg-footer:before {
    content: "";
    display: block;
    clear: both;
}
.pg-footer ul {
    padding-left: 0;
}
.pg-footer li {
    margin-bottom: 1em;
}
.pg-footer li:before {
    content: "";
    display: none;
}
.eyp-info {
    margin-bottom: 2.2em;
}
.oldie .eyp-info {
    height: 1%;
}
.logo-footer,
.oldie .eyp-info {
    margin-bottom: 1em;
}
.pg-footer .footer-links {
    clear: both;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-links ul {
    margin-bottom: 2.5em;
}
.footer-links li {
    padding-left: 0;
}
.footer-links a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.footer-links a:focus,
.footer-links a:hover {
    text-decoration: underline;
}
.footer-links a.has-slash {
    letter-spacing: 0;
    text-transform: none;
}
@media (max-width: 31.25em) {
    .pg-footer .links-social {
        margin-bottom: 1.5em;
    }
    .pg-footer .links-social li:first-child {
        padding-left: 0;
    }
}
@media (min-width: 31.25em) {
    .footer-links > * {
        float: left;
        width: 60%;
    }
    .footer-links > :last-child {
        width: 40%;
    }
    .footer-links ul {
        margin-bottom: 0;
    }
    .footer-links > :nth-child(2n) {
        float: right;
    }
    .supports-flex .footer-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 50em) {
    .pg-footer .footer-links {
        clear: none;
    }
    .pg-footer .links-social {
        float: left;
    }
}
@media (min-width: 31.25em) and (max-width: 50em) {
    .pg-search {
        float: left;
        width: 48%;
    }
    .links-social {
        float: right;
        margin-top: 0.5em;
        text-align: right;
        width: 48%;
    }
}
@media (min-width: 50em) {
    .pg-footer .p-eq {
        margin-bottom: 2em;
        width: 46.94656488549618%;
    }
}
@media (min-width: 66.6875em) {
    .grunticon .eyp-info > * {
        vertical-align: top;
        margin-bottom: 0;
    }
}
@media (min-width: 64rem) {
    .copyright {
        margin-left: 1em;
    }
}
.copyright-top {
    display: none;
}
.copyright-bottom {
    display: block;
    margin-top: 1em;
}
.copyright-bottom .copyright {
    margin-left: 0;
}
@media (min-width: 50em) {
    .copyright-top {
        display: block;
    }
    .copyright-bottom {
        display: none;
    }
}
.pg-search {
    margin-bottom: 2.5em;
}
.oldie .pg-search label.a11y {
    color: #fff;
    overflow: visible;
    position: static !important;
}
#views-exposed-form-search-results-results-page .form-text,
.pg-search-text {
    color: #505863;
    background-color: inherit;
    background-position: 99% 50%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #6c747f;
    display: block;
    max-width: 352px;
    max-width: 320px;
    max-width: 20rem;
    -webkit-appearance: none;
    width: 100%;
    padding: 0.4em 70px 0.4em 0.4em;
    transition: all 0.2s linear 0.2s;
    box-shadow: none;
}
#views-exposed-form-search-results-results-page {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4em;
}
.pg-footer .form-text:focus {
    background: #fff !important;
    color: #2f3740 !important;
}
#views-exposed-form-search-results-results-page [type="submit"] {
    transition: all 0.2s linear 0.2s;
}
#edit-submit-search-results [type="submit"]:hover,
.pg-footer .form-text:focus + #edit-submit-search-results {
    background-color: #fff;
    color: #2f3740;
    border-radius: 0;
}
.supports-flex .pg-search-text {
    padding-right: 0;
}
.pg-footer #views-exposed-form-search-results-results-page .form-text {
    color: #fff;
    background: #2f3740;
    font-size: 16px;
    font-size: 1rem;
    height: 30px;
}
.supports-flex #views-exposed-form-search-results-results-page,
.supports-flex .search-form {
    display: -ms-flexbox;
    display: flex;
}
#views-exposed-form-search-results-results-page [type="submit"],
.search-form [type="submit"] {
    background-color: #ececec;
    padding: 0.2em 0.5em 0.1em;
    border: none;
    border-bottom: 1px solid #6c747f;
    background-image: url(/themes/custom/eyp/svg/search.svg);
    text-indent: -9999px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.supports-flex #search-block-form [type="submit"],
.supports-flex .search-form [type="submit"] {
    position: static;
    height: auto;
}
#views-exposed-form-search-results-results-page [type="submit"] {
    background-color: transparent;
    background-size: 24px;
    width: 36px;
}
.search-form [type="submit"]:hover {
    background-color: #a4a7ac;
    background-image: url(/themes/custom/eyp/svg/search.svg);
}
.pg-search-text:focus {
    outline: none;
}
.pg-search-text::-moz-placeholder {
    color: #a4a7ac;
    opacity: 1;
    text-transform: uppercase;
}
.pg-search-text::-webkit-input-placeholder {
    color: #a4a7ac;
    text-transform: uppercase;
}
.pg-search-text::-ms-input-placeholder {
    color: #a4a7ac;
    text-transform: uppercase;
}
.pg-search-text:-ms-input-placeholder {
    color: #a4a7ac;
    text-transform: uppercase;
}
.pg-search-text::placeholder {
    color: #a4a7ac;
    text-transform: uppercase;
}
.links-social li {
    display: inline-block;
    margin: 0 0.5em 0 -0.4em;
    padding-left: 0;
}
.links-social a {
    padding: 0.4em;
}
.oldie .links-social a {
    display: block;
    display: inline-block;
    background: none;
    text-indent: 0;
}
.links-social svg,
.social-sharing svg {
    display: inline-block;
    height: 22px;
    width: 22px;
}
.supports-flex .links-social {
    display: -ms-flexbox;
    display: flex;
}
.supports-flex .links-social li {
    margin-right: 1em;
}
.links-social a:focus path,
.links-social a:focus polygon,
.links-social a:hover path,
.links-social a:hover polygon {
    fill: #fff;
}
.search-results {
    padding-left: 0;
}
.search-result {
    border-bottom: 1px solid silver;
    list-style: none;
    padding: 2em 0 1.25em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}
.search-result p strong {
    color: #f1592a;
    font-weight: 400;
}
.search-result:last-child {
    border-bottom: none;
}
.search-result:before {
    content: none;
}
.pg-content .search-form {
    margin-bottom: 2em;
}
#views-exposed-form-search-results-results-page .form-text,
.pg-content .pg-search-text {
    max-width: 100%;
    font-size: 32px;
    font-size: 2rem;
    background-color: #ececec;
    padding: 0.2em 0.5em 0.1em;
}
.search-advanced,
.search-help-link {
    display: none;
}
.search-form + h2 {
    margin: 2em 0 0;
    font-weight: 400;
    font-style: italic;
}
.space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.toolbar-tab li {
    padding-left: 0;
}
.toolbar-tab li:before {
    content: none;
}
.messages--error {
    display: none;
}
.pg-content > p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2em;
    padding: 0;
}
.file-name {
    font-size: 0.8em;
}
.visually-hidden {
    left: -9999%;
}
.pg-content > p:after,
.pg-content > p:before {
    content: none;
}
.top-alert {
    background: #f1592a;
    padding: 1rem 2rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
}
.top-alert p:before {
    display: inline-block;
    border-radius: 999px;
    border: 3px solid #fff;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-right: 0.5em;
    font-size: 1.25em;
    content: "!";
}
.cms-local-tasks {
    position: fixed;
    right: 1em;
    z-index: 99;
    background: #eaeaea;
    padding: 1em;
    border-radius: 8px;
    bottom: 1em;
    box-shadow: 0 0 8px #bbb;
}
.role-anonymous .cms-local-tasks,
.role-authenticated .cms-local-tasks {
    display: none;
}
.role-administrator .cms-local-tasks,
.role-authenticated .cms-local-tasks.visitor,
.role-contributor .cms-local-tasks,
.role-editor .cms-local-tasks {
    display: block;
}
.role-administrator .visitor.cms-local-tasks,
.role-contributor .visitor.cms-local-tasks,
.role-editor .cms-local-tasks.visitor {
    display: none;
}
.cms-local-tasks a {
    color: #505863;
}
.tmpl-user-ui .cms-local-tasks {
    position: static;
    background: transparent;
    box-shadow: none;
    border-radius: none;
}
.tmpl-user-login .cms-local-tasks {
    display: none;
}
.tmpl-user-login .pg-content h1 {
    padding-bottom: 1rem;
}
.pg-content > .forgot {
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
}
.pg-message {
    background: #2ecc71;
    color: #fff;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}
.pg-message > .message {
    padding: 1em 0;
}
.is-error {
    background: #e74c3c;
}
.message li {
    font-size: 16px;
    font-size: 1rem;
}
input {
    background-color: #ececec;
    padding: 0.5em 1em;
    border: none;
}
input:focus {
    outline: 0;
}
button,
input[type="submit"] {
}

input[type="submit"]:hover:not([value="Search"]) {
 
}
.webform-button--submit { font-size: 1.2rem!important; }
.user-login-form .description {
    margin-bottom: 1.5em;
}
.tmpl-404 .heading-sector-main {
    font-size: 48px;
    font-size: 3rem;
}
@media (min-width: 53.75em) {
    .tmpl-404 .pg-content {
        margin: 4rem 0 14rem;
    }
}
.tmpl-contact .pg-content ul {
    list-style: none;
    padding: 0;
}
.row-list {
    list-style: none;
}
.row-list > li,
.tmpl-contact .pg-content ul li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 1.25em;
}
@media (min-width: 40em) {
    .row-list,
    .tmpl-contact .pg-content ul {
        display: -ms-flexbox;
        display: flex;
    }
    .row-list > li,
    .tmpl-contact .pg-content ul li {
        float: left;
        width: 50%;
    }
}
@media (min-width: 51.25em) {
    .row-list > li,
    .tmpl-contact .pg-content ul li {
        width: 33%;
    }
}
.tmpl-contact .pg-content ul li strong {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    width: 100%;
}
.row-list > li > h3 {
    margin-bottom: 0;
}
.row-list > li:before,
.tmpl-contact .pg-content ul li:before {
    content: none;
}
.pg-content > .full-article:after {
    content: "";
    clear: both;
    display: block;
}
.note {
    font-size: 0.7em;
}
.heading-note {
    margin-top: -1em;
}
.footnote {
    padding-top: 1.5em;
}
.center {
    text-align: center;
}
.image {
    padding-bottom: 1em;
}
.space-ui {
    position: absolute;
    z-index: 9;
    padding: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
}
.space-ui h1 {
    background: #4b5763;
    padding: 0.1em 0.75em;
    display: inline-block;
    margin: 0;
}
.space-menu {
    position: absolute;
}
.workflow-chart {
    margin-top: 2em;
}
.workflow-chart > table {
    border-spacing: 0;
}
.workflow-chart > table > tbody > tr > td {
    padding: 1em;
    border: 1px solid silver;
    border-bottom: none;
    border-left: none;
    text-align: center;
}
.workflow-chart > table > tbody > tr:first-of-type > td {
    padding: 0.5em 1em;
    border: 1px solid silver;
    border-bottom: none;
    border-left: none;
    text-align: center;
    font-style: italic;
    background: #f5f5f5;
}
.workflow-chart > table > tbody > tr:nth-child(n + 1) > td:nth-of-type(2) {
    text-align: left;
}
.workflow-chart > table > tbody > tr > td:first-of-type {
    border-left: 1px solid silver;
}
.workflow-chart > table > tbody > tr:last-of-type > td {
    border-bottom: 1px solid silver;
}
.article-brief,
.award,
.l-grid,
.l-synopsis,
.pdf,
.pull,
.story-featured,
.video {
    position: relative;
}
.article-brief .trigger.visually-hidden,
.award .trigger.visually-hidden,
.l-grid .trigger.visually-hidden,
.l-synopsis .trigger.visually-hidden,
.pdf .trigger-visually-hidden,
.pull .trigger.visually-hidden,
.story-featured .trigger.visually-hidden,
.video .trigger.visually-hidden {
    left: auto;
    position: relative !important;
    clip: none;
    overflow: visible;
    word-wrap: normal;
}
.award .contextual {
    top: 0;
}
.pdf .contextual {
    display: inline-block;
    position: relative !important;
    margin-left: 1em;
}
.pdf .trigger {
    float: none;
}
.article-brief > .pdf {
    padding: 1em 0 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}
.full-article .content-full .pdf {
    margin-bottom: 1.5em;
}
.contextual.open .contextual-links {
    border: 1px solid silver;
    top: 25px;
    position: absolute;
    right: 6px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5em 1em;
    border-radius: 10px 0 10px 10px;
    background: #fff;
}
.display-mode-label {
    background: silver;
    max-width: 100%;
    padding: 1em;
    margin-top: 4em;
}
.display-mode-label h2 {
    max-width: 1020px;
    max-width: 63.75rem;
    margin: 0 auto;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
}
.pg-content > .display-mode-label + * {
    border-top: none;
}
.pg-full-module .trigger {
    display: none;
}
.no-border-bottom + * {
    border-top: none !important;
}
.zoom > div {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 62% !important;
}
.zoom > div > .carousel-slide {
    overflow: visible !important;
}
@media (min-width: 67em) {
    .zoom > div {
        padding-bottom: 62% !important;
    }
}
.zoomOut picture {
    position: absolute;
    animation: scale 60s linear infinite;
    transform: scale(1.5);
    width: 100%;
}
.zoomIn picture {
    position: absolute;
    animation: scaleIn 60s linear infinite;
    transform: scale(1);
    width: 100%;
}
@keyframes scale {
    0% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}
@keyframes scaleIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    to {
        transform: scale(1);
    }
}
.l-data-viz-infographics.custom .l-grid {
    max-width: 100% !important;
    margin: 1rem auto;
}
.l-data-viz-infographics.custom .l-grid .p-eq h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}
.l-data-viz-infographics.custom .l-grid .p-eq img {
    width: 120px;
    display: block;
    float: none;
    margin: 0 auto;
    border: 4px solid transparent;
    border-radius: 99999px;
}
.enhanced .l-data-viz-infographics.custom .l-grid.entered .p-eq img.highlight {
    border: 4px solid #ff5200;
}
.l-data-viz-infographics.custom .l-grid .p-eq .p-eq:after {
    content: none;
}
@media (min-width: 48em) {
    .enhanced .l-data-viz-infographics.custom .l-grid .p-eq img {
        opacity: 0;
        transition: transform 0.5s linear 0.8s, opacity 0.5s linear 0.8s, border-color 0.5s linear 1.5s;
        transform: rotate(-90deg);
    }
    .enhanced .l-data-viz-infographics.custom .l-grid.entered .p-eq img {
        opacity: 1;
        transform: rotate(0deg);
    }
}
.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
    background-size: 25px;
    background-position: 98%;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23black%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M367.1%2C228.7l45.8%2C45.5v-91.2L367.1%2C228.7L367.1%2C228.7z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M370.2%2C228.7l42.6-42.6v-7.5l-50.2%2C50.2l50.2%2C49.8V271L370.2%2C228.7L370.2%2C228.7z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");

    background-repeat: no-repeat !important;
    background-color: transparent !important;
}
.slick-next {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23878787%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M367.1%2C228.7l45.8%2C45.5v-91.2L367.1%2C228.7L367.1%2C228.7z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M370.2%2C228.7l42.6-42.6v-7.5l-50.2%2C50.2l50.2%2C49.8V271L370.2%2C228.7L370.2%2C228.7z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.slick-prev {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23878787%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M408.5%2C228.3l-45.8-45.5v91.2L408.5%2C228.3L408.5%2C228.3z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M405.3%2C228.3L362.7%2C271v7.5l50.2-50.2l-50.2-49.8v7.5L405.3%2C228.3L405.3%2C228.3z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.slick-next:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23878787%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M367.1%2C228.7l45.8%2C45.5v-91.2L367.1%2C228.7L367.1%2C228.7z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M370.2%2C228.7l42.6-42.6v-7.5l-50.2%2C50.2l50.2%2C49.8V271L370.2%2C228.7L370.2%2C228.7z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");

}

.slick-prev:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23878787%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M408.5%2C228.3l-45.8-45.5v91.2L408.5%2C228.3L408.5%2C228.3z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M405.3%2C228.3L362.7%2C271v7.5l50.2-50.2l-50.2-49.8v7.5L405.3%2C228.3L405.3%2C228.3z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");

}


.eyp-slider img {
    opacity: 0;
}
.slick-next,
.slick-prev {
    width: 50% !important;
    height: 100% !important;
    top: 0;
    opacity: 0.5;
    transition: all 0.2s linear;
    z-index: 9;
    transform: none !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    position: absolute;
    top: 0 !important;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 25px;
    outline: none !important;
    border: none !important;
}
.slick-next:hover,
.slick-prev:hover {
    opacity: 0.9;
}
.slick-next {
    right: 0;
    left: 50% !important;
    background-position: 98%;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23black%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M367.1%2C228.7l45.8%2C45.5v-91.2L367.1%2C228.7L367.1%2C228.7z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M370.2%2C228.7l42.6-42.6v-7.5l-50.2%2C50.2l50.2%2C49.8V271L370.2%2C228.7L370.2%2C228.7z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.slick-next,
.slick-prev {
    font-size: 96px;
    font-size: 6rem;
}
.slick-prev {
    left: 0;
    width: 50px;
    background-position: 2%;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%22-396.9%20178.5%2050.2%20100%22%20style%3D%22enable-background%3Anew%20-396.9%20178.5%2050.2%20100%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%22%20width%3D%2250%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23black%3B%7D%3C%2Fstyle%3E%3Ctitle%3Earrow-carousel-left%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22Page-1%22%3E%20%3Cg%20id%3D%22arrow-carousel-left%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%3E%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%3Cpath%20id%3D%22Shape%22%20class%3D%22st0%22%20d%3D%22M408.5%2C228.3l-45.8-45.5v91.2L408.5%2C228.3L408.5%2C228.3z%22%2F%3E%20%20%20%3Cpath%20id%3D%22Shape_1_%22%20class%3D%22st1%22%20d%3D%22M405.3%2C228.3L362.7%2C271v7.5l50.2-50.2l-50.2-49.8v7.5L405.3%2C228.3L405.3%2C228.3z%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.eyp-slider {
    overflow: hidden;
}
.home.eyp-slider {
    height: 50vw;
    max-height: 900px;
}
.slick-slide img {
    transition: all 0.3s linear;
    opacity: 0.2;
}
.project-lead .group {
    background: #f5f5f5;
}
.eyp-slider img {
    opacity: 0.2;
    transition: opacity 0.5s linear;
}
.eyp-slider img.images-loaded {
    opacity: 0.2;
}
.eyp-slider img {
    width: auto;
    height: 40vw;
    outline: none;
    padding: 0 1px;
    transition: opacity 0.4s linear;
}
.home.eyp-slider img {
    height: 50vw;
    max-height: 900px;
}
.slick-active.slick-slide img {
    opacity: 1;
}
.project-tags li {
    padding-bottom: 5px;
}
.slick-cloned img {
    opacity: 0.2;
}
body {
    color: #000;
}
.grunticon .site-logo {
    background-image: url(/themes/custom/eyp/img/gallery200.svg);
    margin: 0;
    width: 150px;
}
.bio-brief {
    -ms-flex-direction: column;
    flex-direction: column;
}
.l-grid .article-brief .heading-title-brief a {
    text-decoration: none;
}
.pg-content > .l-grid {
    border-top: none !important;
}
.enhanced.supports-flex .pull.entered .pull-info cite:before {
    display: none;
}
.bio-brief > a {
    display: block;
    float: left;
    margin: 0 1.5em 0 0;
    max-width: 112px;
    width: 57.981308%;
    line-height: 1;
}
.pull-info a {
    text-decoration: none;
}
.inner .content .heading-client,
.inner .content .heading-feature {
    font-size: 12.8px;
    font-size: 0.8rem;
    display: block;
}
@media (min-width: 48rem) {
    .inner .content .heading-client,
    .inner .content .heading-feature {
        font-size: 1rem;
        display: inline;
    }
}
.story-featured {
    position: relative;
}
.inner .content .heading-client {
    font-weight: 400 !important;
}
.inner .content .heading-client,
.inner .content .heading-feature {
    font-weight: 700;
}
.story-featured.gradient:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0) 10%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0) 30%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), hsla(0, 0%, 100%, 0) 30%);
}
.site-nav ul {
    font-size: 17.6px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.sole-image img {
    width: 100%;
    display: block;
}
.main-menu {
    overflow: hidden;
    position: relative;
}
#mainMenu {
    display: none;
    overflow: visible;
    position: relative;
    top: -8px;
}
.supports-flex .site-nav .mobilemenu {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    top: 0.5rem;
    right: 16px;
    right: 1rem;
    z-index: 1;
    padding: 0;
}
.supports-flex ul.mobilemenu {
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
}
@media (max-width: 860px) {
    .grunticon .site-logo {
        width: 90px;
        height: 50px;
        margin: 0.5rem;
    }
    .enhanced .site-nav li {
        float: none;
    }
}
.site-nav li {
    text-align: left;
}
@media (min-width: 1024px) {
    .main-menu {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .mobilemenu {
        display: none !important;
    }
}
.gallery-info {
    padding: 0 1.5rem;
}
.gallery-info > div {
    padding: 1.5rem 0;
}
@media (min-width: 860px) {
    .exhibit-info,
    .gallery-info {
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        max-width: 1164px;
        position: relative;
        z-index: 9999999;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .exhibit-info {

        max-width: 100%;
    }
}
.exhibit-info .highlight {
    background: #e0ddd8;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 9999999;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 860px) {
    .exhibit-info .highlight {
        margin-top: 1rem;
        padding: 2rem 4rem;
        width: 550px;
        margin-left: 6%;
    }
    .exhibit-info > div,
    .gallery-info > div {
        width: 44%;
    }
}
@media (min-width: 1200px) { 
    .exhibit-info .highlight {
        margin-top: -9rem;
    }
}
@media (min-width: 1800px) {
    .exhibit-info {
        max-width: 1800px;
    }
}
body {
    color: #272525;
}
.exhibit-info h2,
.heading-major {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
.exhibit-info h3 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.exhibit-info p,
.gallery-info p {
    font-weight: 300;
    font-size: 20px;
}
.opening-reception h4 {
    margin-bottom: 0;
}
.rsvp-link {
    margin-top: 1rem;
}
.rsvp-link a {
    font-weight: 400;
    text-decoration: underline;
}
.body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}
.marquee {
    background: #fff;
}
.marquee img {
    margin: 0 auto;
    display: block;
    max-height: 780px;
}
.body .heading-major {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
@media (max-width: 860px) {
    .column-2 > div {
        margin-top: 0 !important;
    }
}
@media (min-width: 860px) {
    .column-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .column-2 > div {
        width: 48%;
    }
    .column-2 > div:last-of-type {
        width: 41%;
    }
}
.column-2 {
    font-size: 22px;
    line-height: 1.6;
}
.heading-minor {
    margin-bottom: 2rem;
    font-size: 32px;
    font-size: 2rem;
    text-transform: none;
    font-weight: 300;
}
.artist-list {
    list-style: none;
}
.artist-list li {
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.exhibit-info {
    margin: 2rem 1.5rem;
}
@media (min-width: 860px) {
    .exhibit-info {
        margin-top: 1rem;
        margin-bottom: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .exhibit-info {
        margin-top: 1rem;
        margin-bottom: 6rem;        
        margin-left: auto;
        margin-right: auto;
    }
}


h1 {
    margin-bottom: 1rem;
    font-size: 36px;
    font-size: 2.25rem;
}
@media (min-width: 860px) {
    footer > div {
        display: -ms-flexbox;
        display: flex;
    }
}
footer > div > div:first-of-type {
    margin-right: 4rem;
}
footer > div > div:last-of-type {
    margin-left: auto;
}
@media (max-width: 860px) {
    footer > div > div:last-of-type {
        margin-top: 1rem;
        margin-left: auto;
    }
}
h3.list-header {
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 0;
}
article > div > div {
    overflow: hidden;
}
article > div > div > img {
    display: block;
    margin: 0 auto;
    height: 780px;
    width: auto;
    max-width: none;
}
.contact {
    margin-top: 1rem;
}
@media (min-width: 860px) {
    .contact {
        margin-top: 4rem;
    }
}
h1 {
    font-weight: 300;
}
.column-2 > div > h2 {
    font-weight: 400;
    margin-bottom: 0;
}
.column-2 > div > figure {
    margin-bottom: 4rem;
}
.column-2 figure figcaption {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 5px;
}
.background-top {
    background-image: url(/themes/custom/eyp/img/atlanta.jpg);
    background-position: 50%;
    height: 0;
    padding-bottom: 38%;
    background-size: 100%;
}
@media (min-width: 1200px) {
    .background-top {
        background-image: url(/themes/custom/eyp/img/atlanta.jpg);
        background-position: 50%;
        height: 780px;
        background-size: auto;
        padding-bottom: 0;
    }
}
.home-body > div > div > * {
    max-width: 1164px;
    margin: 0 auto;
}
.home-body h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 2rem !important;
    font-size: 25.6px;
    font-size: 1.6rem;
}
@media (min-width: 860px) {
    .grid-left-bleed,
    .grid-right-bleed,
    .grid-standard {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .grid-right-bleed .p-less {
        margin-left: 136px;
        width: 26%;
        margin-right: 3rem;
    }
    .grid-right-bleed > div:not(.p-less) {
        -ms-flex-order: 1;
        order: 1;
    }
    .grid-left-bleed .p-less {
        margin-right: 136px;
        width: 26%;
        margin-left: 3rem;
    }
    .grid-left-bleed div:not(.p-less),
    .grid-right-bleed div:not(.p-less) {
        -ms-flex: 1;
        flex: 1;
    }
    .grid-standard .p-less {
        width: 36%;
    }
    .grid-standard div:not(.p-less) {
        width: 56%;
    }
}
.grid-left-bleed,
.grid-right-bleed {
    max-width: 1440px !important;
}
.home-body h3 {
    font-weight: 300;
    font-size: 35.2px;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}
.home-body p:not(.byline) {
    font-weight: 300;
    font-size: 22.4px;
    font-size: 1.2rem;
}
.home-body > div > div > div {
    margin-bottom: 6rem;
}
@media (min-width: 860px) {
    .studio-tour > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .studio-tour > div > div {
        width: 39%;
    }
    .studio-tour > div > div:last-of-type {
        width: 55%;
    }
}
.exhibit-info .current {
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #909090;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5rem;
}
.eyp-slider .slick-current {
    opacity: 1;
}
.byline {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2.4rem;
}
.body h1 {
    font-size: 2.5rem;
    margin-top: 3rem;
    font-size: 40px;
    font-size: 52px;
    font-size: 3.25rem;
}
.exhibit-info h2 a {
    font-weight: 400;
}
.exhibit-info h2 a:hover {
    text-decoration: none;
}
.opening-exhibit-text {
    font-size: 22px;
    margin-bottom: 2rem;
    width: 78%;
}
.body .artists {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
}
article {
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    .home-body {
        padding: 0 1.5rem;
    }
}
.video-wrap {
    max-width: 1212px;
    max-width: 75.75rem;
    margin: 0 auto;
}
.webform-submission-form {
    margin: 2rem 0 5rem;
    max-width: 600px;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.webform-submission-form > div {
    margin: 0 0 3rem;
}
/*# sourceMappingURL=maps/final.css.map */