.the-loop.is-not-paginated{margin-bottom:calc(var(--grid-gutter-height)*3)}.the-loop__item>.entry-header+*{margin-top:calc(var(--grid-gutter-height)*2)}.the-loop__item>.entry-header .entry-thumb img{aspect-ratio:16/9;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.the-loop__item>.entry-header .entry-meta{display:flex;flex-wrap:wrap;gap:var(--grid-gutter-width);list-style:none}.the-loop__item>.entry-header .entry-meta__item{margin:0}.the-loop__item>.entry-header.has-slant{--slant-color:var(--color-secondary-800);position:relative}.the-loop__item>.entry-header.has-slant:before{background-color:var(--slant-color);bottom:calc(var(--grid-gutter-height)*-1/3*2);content:" ";left:0;position:absolute;top:var(--grid-gutter-height);transform:skewY(-1.5deg);width:100%;z-index:-1}@media screen and (min-width:60em){.the-loop__item>.entry-header.has-slant:before{top:calc(var(--grid-gutter-height)*2)}}.the-loop__item>.entry-header.has-slant.has-post-thumbnail>.entry-header:before{height:calc(100% - var(--grid-gutter-height)*2.25);top:calc(var(--grid-gutter-height)*3)}.loop-pagination{color:var(--color-primary);display:grid;grid-template-areas:". prev page-links next .";grid-template-columns:1fr auto auto auto 1fr;justify-content:center;margin:0 auto;margin-bottom:calc(var(--grid-gutter-height)*3);margin-top:calc(var(--grid-gutter-height)*5);width:auto;grid-gap:calc(var(--grid-gutter-width)/1);gap:calc(var(--grid-gutter-width)/1);padding:0 calc(var(--grid-gutter-width))}@media screen and (min-width:48em){.loop-pagination{padding:0}}.loop-pagination .icon{height:100%;transition:all .25s ease-in-out;width:100%;fill:var(--color-secondary-500)}.loop-pagination ul.page-numbers{display:none;grid-area:page-links}@media screen and (min-width:48em){.loop-pagination ul.page-numbers{display:flex;gap:calc(var(--grid-gutter-width)/2);justify-content:center;list-style:none}}.loop-pagination .page-numbers-mobile{align-self:center;font-weight:var(--font-weight-regular);grid-area:page-links;text-align:center}@media screen and (min-width:48em){.loop-pagination .page-numbers-mobile{display:none}}.loop-pagination li{color:var(--color-gray-0);margin:0}.loop-pagination li>*{border:2px solid transparent}.loop-pagination a{color:inherit;-webkit-text-decoration:none;text-decoration:none;transition:inherit}.loop-pagination .next,.loop-pagination .prev{border:2px solid transparent}.loop-pagination .next,.loop-pagination .prev,.loop-pagination li>*{align-items:center;border-radius:4px;display:flex;font-size:var(--global-h5-font-size);font-weight:var(--font-weight-bold);height:calc(var(--grid-gutter-width)*1.25);justify-content:center;transition:all .25s ease-in-out;width:calc(var(--grid-gutter-width)*1.25)}@media screen and (min-width:48em){.loop-pagination .next,.loop-pagination .prev,.loop-pagination li>*{font-size:var(--global-h6-font-size)}}.loop-pagination .next.current:not(.does-not-exist):hover,.loop-pagination .next:not(.dots):hover:hover,.loop-pagination .prev.current:not(.does-not-exist):hover,.loop-pagination .prev:not(.dots):hover:hover,.loop-pagination li>.current:not(.does-not-exist):not(.does-not-exist):hover,.loop-pagination li>:not(.does-not-exist):not(.dots):hover:hover{-webkit-text-decoration:none;text-decoration:none}.loop-pagination .next.current:not(.does-not-exist) .icon,.loop-pagination .next:not(.dots):hover .icon,.loop-pagination .prev.current:not(.does-not-exist) .icon,.loop-pagination .prev:not(.dots):hover .icon,.loop-pagination li>.current:not(.does-not-exist):not(.does-not-exist) .icon,.loop-pagination li>:not(.does-not-exist):not(.dots):hover .icon{fill:var(--color-gray-0)}.loop-pagination .next.current,.loop-pagination .prev.current,.loop-pagination li>.current:not(.does-not-exist){background-color:var(--color-secondary-500);border:2px solid var(--color-secondary-500)}.loop-pagination .next:not(.dots):hover,.loop-pagination .prev:not(.dots):hover,.loop-pagination li>:not(.does-not-exist):not(.dots):hover{border:2px solid var(--color-gray-0)}.loop-pagination .next{grid-area:next}.loop-pagination .prev{grid-area:prev}.loop-pagination .dots{border:none;font-size:150%}.the-loop__archive-button{font-size:var(--global-h5-font-size);font-weight:var(--font-weight-bold);text-transform:lowercase}.the-loop__archive-button__link{--btn-icon-size:var(--grid-gutter-width);align-items:center;background-color:var(--color-primary-500);border-radius:var(--border-radius-regular);-moz-column-gap:calc(var(--grid-gutter-width)/4);column-gap:calc(var(--grid-gutter-width)/4);display:flex;justify-content:center;padding:var(--grid-gutter-height) var(--grid-gutter-width);-webkit-text-decoration:none;text-decoration:none;transition:background-color .2s ease-in-out}@media screen and (min-width:60em){.the-loop__archive-button__link{--btn-icon-size:calc(var(--grid-gutter-height)*2)}}.the-loop__archive-button__link svg{display:block;height:var(--btn-icon-size);width:var(--btn-icon-size);fill:currentcolor}.the-loop__archive-button__link,.the-loop__archive-button__link:focus,.the-loop__archive-button__link:visited{color:var(--color-gray-0)}.the-loop__archive-button__link:hover{background-color:var(--color-secondary-500)}.efm-archive-card{display:grid;grid-row-gap:var(--grid-gutter-height);grid-column-gap:var(--grid-gutter-width)}@media screen and (min-width:60em){.efm-archive-card{grid-template-columns:1fr 2fr}}.efm-archive-card .efm-archive-card__thumbnail{align-items:center;aspect-ratio:16/9;background-color:var(--color-gray-0);border-radius:var(--border-radius-regular);box-shadow:var(--box-shadow-regular);display:flex;justify-content:center;overflow:hidden}.efm-archive-card .efm-archive-card__thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.efm-archive-card .efm-archive-card__thumbnail svg{padding:var(--grid-gutter-height)}.efm-archive-card a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.efm-archive-card a:hover{-webkit-text-decoration:underline;text-decoration:underline}.efm-archive-card .stack{--space:calc(var(--grid-gutter-height)/3)!important}.efm-archive-card .card-title{font-size:var(--global-h4-font-size)}.efm-archive-card .card-excerpt{font-size:var(--font-size-small)}@media screen and (min-width:48em){.the-loop.efm-events-grid .the-loop__archive-button__link{aspect-ratio:16/9}}.the-loop.efm-events-grid .efm-card .card__title{text-transform:none}@media screen and (min-width:48em){.the-loop.efm-events-grid .the-loop__posts{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--grid-gutter-width)}.the-loop.efm-events-grid .the-loop__posts.stack{--space:0}.the-loop.efm-events-grid.grid-ends-even .the-loop__archive-button{grid-column:1/-1}.the-loop.efm-events-grid.grid-ends-even .the-loop__archive-button__link{aspect-ratio:auto}}@media screen and (min-width:60em){.the-loop.efm-events-grid .the-loop__posts{grid-template-columns:1fr 1fr 1fr}.the-loop.efm-events-grid .the-loop__item:nth-child(10n+3),.the-loop.efm-events-grid .the-loop__item:nth-child(10n+6){grid-row:span 2}.the-loop.efm-events-grid .the-loop__item:nth-child(10n+3) .efm-card--imaged,.the-loop.efm-events-grid .the-loop__item:nth-child(10n+6) .efm-card--imaged{aspect-ratio:auto;height:100%}.the-loop.efm-events-grid .the-loop__no-posts{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--grid-gutter-width)}.the-loop.efm-events-grid .the-loop__no-posts .the-loop__archive-button{grid-column:1}.the-loop.efm-events-grid .the-loop__no-posts .the-loop__archive-button__link{aspect-ratio:16/9}.the-loop.efm-events-grid.grid-ends-with-2 .the-loop__archive-button{grid-column:3}.the-loop.efm-events-grid.grid-ends-with-2 .the-loop__archive-button__link{height:100%}.the-loop.efm-events-grid.grid-ends-with-3 .the-loop__archive-button{grid-column:span 2}.the-loop.efm-events-grid.grid-ends-with-3 .the-loop__archive-button__link{aspect-ratio:32/9}.the-loop.efm-events-grid.grid-ends-with-3:not(.has-archive-button) .the-loop__item:last-child{grid-row:auto}.the-loop.efm-events-grid.grid-ends-with-3:not(.has-archive-button) .the-loop__item:last-child .efm-card--imaged{aspect-ratio:16/9}.the-loop.efm-events-grid.grid-ends-with-4 .the-loop__archive-button{grid-column:auto}.the-loop.efm-events-grid.grid-ends-with-4 .the-loop__archive-button__link{aspect-ratio:auto;height:100%}.the-loop.efm-events-grid.grid-ends-with-4:not(.has-archive-button) .the-loop__item:last-child{grid-column:span 2}.the-loop.efm-events-grid.grid-ends-with-4:not(.has-archive-button) .the-loop__item:last-child .efm-card--imaged{aspect-ratio:32/9}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-1 .the-loop__item:last-child{grid-row:auto}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-1 .the-loop__item:last-child .efm-card--imaged{aspect-ratio:16/9}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-1 .the-loop__archive-button{grid-column:2/-1}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-1 .the-loop__archive-button__link{aspect-ratio:auto;height:100%}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-1.has-archive-button .the-loop__item:nth-last-child(2){grid-row:auto}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-1.has-archive-button .the-loop__item:nth-last-child(2) .efm-card--imaged{aspect-ratio:16/9}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-2 .the-loop__item:nth-last-child(2),.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-2.has-archive-button .the-loop__item:nth-last-child(3){grid-row:auto}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-3 .the-loop__archive-button{aspect-ratio:32/9;grid-column:2/-1}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-3 .the-loop__archive-button__link{aspect-ratio:auto;height:100%}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-3:not(.has-archive-button) .the-loop__item:nth-last-child(3){grid-row:auto}.the-loop.efm-events-grid.grid-ends-on-even-row.grid-ends-with-3:not(.has-archive-button) .the-loop__item:nth-last-child(3) .efm-card--imaged{aspect-ratio:16/9}}.efm-teaser-cards-grid .efm-card--imaged,.efm-teaser-cards-grid .the-loop__archive-button__link{aspect-ratio:1/1;font-size:var(--global-h5-font-size)}@media screen and (max-width:47.9999999em){.efm-teaser-cards-grid .efm-card--imaged,.efm-teaser-cards-grid .the-loop__archive-button__link{padding:calc(var(--grid-gutter-width)/2)}}.efm-teaser-cards-grid .efm-card--imaged .card__title,.efm-teaser-cards-grid .the-loop__archive-button__link .card__title{font-size:var(--global-h6-font-size);text-align:center;transform:translateY(200%);transition:transform .35s ease-in-out}@media screen and (min-width:60em){.efm-teaser-cards-grid .efm-card--imaged .card__title,.efm-teaser-cards-grid .the-loop__archive-button__link .card__title{font-size:var(--font-size-regular)}}.efm-teaser-cards-grid .efm-card--imaged:not(.is-lowercase) .card__title,.efm-teaser-cards-grid .the-loop__archive-button__link:not(.is-lowercase) .card__title{text-transform:none}.efm-teaser-cards-grid .efm-card--imaged .card__background:after,.efm-teaser-cards-grid .the-loop__archive-button__link .card__background:after{background:linear-gradient(180deg,rgba(0,28,40,0) 50%,rgba(0,28,40,.8))}.efm-teaser-cards-grid .efm-card--imaged .card__background:before,.efm-teaser-cards-grid .the-loop__archive-button__link .card__background:before{content:none}.efm-teaser-cards-grid .efm-card--imaged:hover .card__title,.efm-teaser-cards-grid .the-loop__archive-button__link:hover .card__title{transform:translateY(0)}.efm-teaser-cards-grid .the-loop__archive-button__link{background-color:var(--color-tertiary-500);color:var(--color-gray-900);line-height:1;overflow:hidden;transition:background-color .3s,color .3s}.efm-teaser-cards-grid .the-loop__archive-button__link:hover{background-color:var(--color-secondary-500);color:var(--color-gray-0)}.efm-teaser-cards-grid .the-loop__posts.stack{--space:0}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack{--offset-y:var(--grid-gutter-height);--space:0}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-2,.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-3{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-2>:nth-child(3n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-3>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-2>:nth-child(2n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-3>:nth-child(2n+2){transform:translateY(calc(var(--offset-y)*-1))}@media screen and (min-width:48em){.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-3{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-3>:nth-child(2n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-xs-3>:nth-child(3n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-2{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-2>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-2>:nth-child(2n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-3{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-3>:nth-child(2n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-3>:nth-child(3n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-4{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-4>:nth-child(2n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-4>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-4>:nth-child(4n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-sm-4>:nth-child(4n+4){transform:translateY(calc(var(--offset-y)*-1))}}@media screen and (min-width:60em){.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-2{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-2>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-2>:nth-child(2n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-3{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-3>:nth-child(2n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-3>:nth-child(3n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-4{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-4>:nth-child(2n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-4>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-4>:nth-child(4n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-md-4>:nth-child(4n+4){transform:translateY(calc(var(--offset-y)*-1))}}@media screen and (min-width:75em){.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-2{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-2>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-2>:nth-child(2n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-3{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-3>:nth-child(2n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-3>:nth-child(3n+2){transform:translateY(calc(var(--offset-y)*-1))}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-4{margin-top:var(--offset-y)}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-4>:nth-child(2n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-4>:nth-child(3n+2){transform:none}.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-4>:nth-child(4n+2),.efm-teaser-cards-grid.has-alternating-columns .has-efm-columns.stack.has-columns-lg-4>:nth-child(4n+4){transform:translateY(calc(var(--offset-y)*-1))}}.the-loop.the-loop--location-teaser .efm-card--imaged,.the-loop.the-loop--location-teaser .the-loop__archive-button__link{aspect-ratio:16/9}.the-loop.the-loop--location-teaser .efm-card--imaged .card__background:after,.the-loop.the-loop--location-teaser .efm-card--imaged .card__background:before{background:linear-gradient(180deg,rgba(0,28,40,0) 50%,rgba(0,28,40,.8));content:" ";height:100%;left:0;position:absolute;top:0;width:100%}.the-loop.the-loop--location-teaser .efm-card--imaged .card__background:after{background:linear-gradient(180deg,rgba(222,51,45,0) 50%,rgba(222,51,45,.8));z-index:100}.the-loop.the-loop--location-teaser .efm-card--imaged .entry-title{display:inline-block;left:0;position:relative;text-align:left;transform:none;transition:all .2s ease-in-out}.the-loop.the-loop--location-teaser .efm-card--imaged:hover .card__background:before{opacity:1}
