.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:861px){.cards{gap:3rem}}@media(max-width:860px){.cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cards .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:5px solid;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:-webkit-box-shadow .5s ease-in-out;-o-transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}@media(min-width:861px){.cards.cards-small .card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(max-width:860px){.cards .card:not(:last-child){margin-bottom:3rem}}.cards .card:hover{-webkit-box-shadow:0px 5px 18px rgba(0,0,0,0.4);box-shadow:0px 5px 18px rgba(0,0,0,0.4)}.cards.cards-large .card,.cards.cards-3-col .card{-webkit-box-flex:0;-ms-flex:0 calc(31% - 1rem);flex:0 calc(31% - 1rem)}.cards.cards-small .card,.cards.cards-2-col .card{-webkit-box-flex:0;-ms-flex:0 calc(50% - 1.5rem);flex:0 calc(50% - 1.5rem)}.cards .card .image{background-size:cover;background-position:center;background-repeat:no-repeat}.cards .card .card-heading>:not(a){text-transform:initial}.cards .card .image{height:250px}@media(min-width:861px){.cards.cards-large .card .image{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-height:47%}.cards.cards-small .card .image{height:auto;-webkit-box-flex:33%;-ms-flex:33%;flex:33%}}.cards .card .contents{padding:2rem}@media(min-width:861px){.cards .card .contents{padding:2rem 3rem}.cards.cards-large .card .contents{-webkit-box-flex:2;-ms-flex:2 1 auto;flex:2 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cards.cards-large .card .contents>a:last-child{margin-top:auto}.cards.cards-small .card .contents{padding:2rem;-webkit-box-flex:66%;-ms-flex:66%;flex:66%}}.cards .card .contents h1,.cards .card .contents h2,.cards .card .contents h3,.cards .card .contents h4,.cards .card .contents h5,.cards .card .contents h6{margin-top:0}.cards .card .contents .card-heading>a>*{font-size:22px;letter-spacing:4px;text-transform:uppercase;color:#1b3664;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cards .card .contents .card-heading [class*="fa-"]{font-size:.9em;margin-left:.5rem}.cards .card .contents>:last-child{margin-bottom:0;padding-bottom:0}