.standard-card{position:relative;box-shadow:0 57px 16px 0 rgba(0,0,0,0),0 36px 15px 0 rgba(0,0,0,0.01),0 21px 12px 0 rgba(0,0,0,0.05),0 9px 9px 0 rgba(0,0,0,0.09),0 2px 5px 0 rgba(0,0,0,0.1);display:flex;flex-direction:column;height:100%;background-color:#fff}.standard-card .standard-card__image{flex-shrink:0}.standard-card .standard-card__content{display:flex;flex-direction:column;flex-grow:1}.standard-card .standard-card__content .standard-card__link{display:flex;flex-direction:column;padding:1.2rem 0 0 1.2rem;border-left:.4rem solid transparent;box-sizing:border-box;text-decoration:none;flex-grow:1;height:100%}.standard-card .standard-card__content .standard-card__link::after{position:absolute;content:'';top:0;right:0;bottom:0;left:0}.standard-card .standard-card__content .standard-card__link:hover{color:#333;text-decoration:underline;border-color:#ff6000}.standard-card .standard-card__content .standard-card__link:focus-visible{outline:none;box-shadow:none}.standard-card .standard-card__content .standard-card__link:focus-visible::after{outline:#76C3EF solid 0.2rem;outline-offset:0.2rem;box-shadow:0 0 0 0.2rem black}.standard-card .standard-card__content .standard-card__dates{font-size:1.2rem;color:#717171;font-weight:700;margin-bottom:0;margin-top:auto}.standard-card .standard-card__content .standard-card__icon{margin:1.2rem 1.2rem 1.2rem 0;flex-shrink:0;align-self:end;width:2.4rem;height:2.4rem;color:#ff6000}.standard-card.standard-card--horizontal{flex-direction:row}.standard-card.standard-card--horizontal .standard-card__content .standard-card__link{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-content:center;padding:1.2rem}.standard-card.standard-card--horizontal .standard-card__content .standard-card__link:hover{border-color:transparent}.standard-card.standard-card--horizontal .standard-card__content .standard-card__link:hover::after{border-left:.4rem solid #ff6000}.standard-card.standard-card--horizontal .standard-card__icon,.standard-card.standard-card--horizontal .icon{display:none}.standard-card__content__no-link{padding:1.2rem 0 0 1.2rem}.standard-card--horizontal .standard-card__content__no-link{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-content:center;padding:1.2rem}@media (min-width: 768px){.standard-card .standard-card__content .standard-card__dates{font-size:1.6rem;color:#717171}}.standard-card--link .standard-card__image{overflow:hidden}.standard-card--link .standard-card__image img{transition:all 0.5s ease-in-out}.standard-card--link:hover img{transform:scale(1.1)}

