.article-card{border-radius:var(--border-radius);height:100%;overflow:hidden;position:relative}.article-card__info{-webkit-box-flex:1;border:1px solid hsla(0,0%,61%,.17);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-direction:column;flex-direction:column;padding:.9375rem}.article-card__header,.article-card__info{-webkit-box-orient:vertical;-webkit-box-direction:normal}.article-card__header{-ms-flex-direction:column;flex-direction:column}.article-card__header--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.article-card__link{-webkit-box-orient:vertical;-webkit-box-direction:normal;color:inherit;-ms-flex-direction:column;flex-direction:column;height:100%}.article-card__link,.article-card__link:active,.article-card__link:focus,.article-card__link:hover{text-decoration:none}.article-card__link .icon{margin-left:calc(var(--element-spacing)/2)}.article-card__type{color:var(--color-primary);display:block;font-size:.875rem;margin-bottom:var(--element-spacing)}.article-card__image-wrapper--highlight .article-card__type{color:var(--color-white)}.article-card__date{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--color-white);-webkit-box-shadow:0 0 .375rem -rem(3) rgba(0,0,0,.5);box-shadow:0 0 .375rem -rem(3) rgba(0,0,0,.5);-ms-flex-direction:column;flex-direction:column;left:.9375rem;padding:.3125rem .625rem;position:absolute;text-align:center;top:.9375rem}.article-card__date span{font-size:1.5rem;line-height:2.1425rem}.article-card__date span:nth-child(2){font-size:.75rem;line-height:1.07125rem;text-transform:uppercase}.article-card__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;border:.0625rem solid hsla(0,0%,61%,.17);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:.9375rem}.article-card__title{font-family:var(--font-secondary-family);font-size:1rem;font-weight:700;line-height:1.5625rem;margin-bottom:.9375rem}@media screen and (min-width:1024px){.article-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:3.125rem;overflow:hidden}}.article-card__button{-webkit-box-pack:start;-ms-flex-pack:start;font-size:.8125rem;justify-content:flex-start;line-height:1.15625rem;padding:0}.article-card__button .icon{margin:0;width:.5rem}.article-card__button .icon path{stroke:var(--color-link)}.article-card__image .img{padding-bottom:50%}.article-card__image-wrapper--highlight{position:relative}.article-card__image-wrapper--highlight .article-card__date{color:var(--color-white);margin-bottom:calc(var(--element-spacing)/2)}.article-card__image-wrapper--highlight .article-card__excerpt{margin-bottom:1rem;max-width:700px}.article-card__image-wrapper--highlight .article-card__image{margin-bottom:0}.article-card__image-wrapper--highlight .article-card__title-meta{margin-bottom:var(--element-spacing)}.article-card__image-wrapper--highlight .article-card__meta{color:var(--color-white);left:1rem}@media screen and (min-width:768px){.article-card__image-wrapper--highlight .article-card__meta{left:2rem}}@media screen and (max-width:1023px){.article-card__image-wrapper--highlight .article-card__meta{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width:1024px){.article-card__image-wrapper--highlight .article-card__meta{bottom:80px;left:112px;position:absolute;top:auto}}@media screen and (max-width:1439px){.article-card__image-wrapper--highlight .article-card__meta.has-excerpt{bottom:auto;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.article-card__image-wrapper--highlight .img--landscape{padding-bottom:133.58%}@media screen and (min-width:768px){.article-card__image-wrapper--highlight .img--landscape{padding-bottom:30.12%}}