.resources-grid .grid{display:grid;grid-template-columns:1fr;row-gap:14px}.resources-grid .grid .row .content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px}.resources-grid .grid .row .content .btn{width:fit-content}.resources-grid .grid .row .content.content--bg-primary{background-color:var(--primary)}.resources-grid .grid .row .content.content--bg-secondary{background-color:var(--secondary)}.resources-grid .grid .row .content.content--bg-tertiary{background-color:var(--tertiary)}.resources-grid .grid .row .content.content--bg-primary :not(.btn),.resources-grid .grid .row .content.content--bg-tertiary :not(.btn){color:#fff}.resources-grid .grid .row .content.content--bg-primary .arrow,.resources-grid .grid .row .content.content--bg-tertiary .arrow{filter:brightness(0) invert(1)}.resources-grid .grid .row .content.content--bg-tertiary .btn.btn_primary:focus,.resources-grid .grid .row .content.content--bg-tertiary .btn.btn_primary:hover{background-color:var(--secondary);color:var(--primary)}.resources-grid .grid .row .content.content--bg-primary .btn.btn_secondary:focus,.resources-grid .grid .row .content.content--bg-primary .btn.btn_secondary:hover{background-color:var(--tertiary);color:var(--white)}.resources-grid .grid .row .content.content--arrow-callout{position:relative;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.resources-grid .grid .row .content.content--arrow-callout:focus,.resources-grid .grid .row .content.content--arrow-callout:hover{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.3);box-shadow:0 0 15px 0 rgba(0,0,0,.3)}.resources-grid .grid .row .content.content--arrow-callout a:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.resources-grid .grid .row .content.content--arrow-callout .arrow{-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.resources-grid .grid .row .content.content--arrow-callout:focus .arrow,.resources-grid .grid .row .content.content--arrow-callout:hover .arrow{transform:translateX(6px)}.resources-grid .grid .row.row--one-col .content .content-grid{display:grid;grid-template-columns:1fr;row-gap:20px}.resources-grid .grid .row.row--one-col .content.content--featured-image{padding:0}.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid{grid-template-rows:1fr 180px;row-gap:0}.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid .col.col--content{padding:30px}.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid .col.col--image{height:100%;overflow:hidden;position:relative;width:100%}.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid .col.col--image img{height:100%;left:0;object-fit:cover;opacity:.3;position:absolute;top:0;width:100%}.resources-grid .grid .row.row--three-col,.resources-grid .grid .row.row--two-col{display:grid;grid-template-columns:1fr;row-gap:14px}@media (min-width:768px){.resources-grid .grid .row .content{padding:30px}.resources-grid .grid .row.row--one-col .content{padding:40px}.resources-grid .grid .row.row--one-col .content .content-grid{column-gap:30px;grid-template-columns:1fr 1fr;row-gap:0}.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid{column-gap:0;grid-template-columns:2fr 1fr;grid-template-rows:auto}.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid .col.col--content{padding:40px}.resources-grid .grid .row.row--two-col{column-gap:14px;grid-template-columns:1fr 1.5fr;row-gap:0}.resources-grid .grid .row.row--two-col.row--flip{grid-template-columns:1.5fr 1fr}.resources-grid .grid .row.row--three-col{column-gap:14px;grid-template-columns:1fr 1fr}.resources-grid .grid .row.row--three-col .col:last-child{grid-column:1/3}}@media (min-width:1024px){.resources-grid .grid .row.row--one-col .content.content--featured-image .content-grid{grid-template-columns:3fr 1fr}.resources-grid .grid .row.row--two-col{grid-template-columns:1fr 2fr}.resources-grid .grid .row.row--two-col.row--flip{grid-template-columns:2fr 1fr}.resources-grid .grid .row.row--three-col{grid-template-columns:repeat(3,1fr);row-gap:0}.resources-grid .grid .row.row--three-col .col:last-child{grid-column:3/4}}