/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.trio-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 2rem 1.5rem; }

h2.trio-card-header,
.trio-card {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  min-width: 320px; }

h2.trio-card-header {
  padding: 0 1.5rem;
  margin-bottom: -0.5rem; }

.trio-card .card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
  padding: 1rem;
  max-width: 640px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 0.5rem);
          flex: 0 0 calc(33% - 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  border: 1px solid #d8dde6; }

.trio-card .card:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(99, 115, 138, 0.2), 0 2px 2px 0 rgba(99, 115, 138, 0.14), 0 3px 1px -2px rgba(99, 115, 138, 0.12);
          box-shadow: 0 1px 5px 0 rgba(99, 115, 138, 0.2), 0 2px 2px 0 rgba(99, 115, 138, 0.14), 0 3px 1px -2px rgba(99, 115, 138, 0.12); }

.trio-card .card header a {
  color: #000;
  /* or whatever the default is*/
  text-decoration: none; }

.trio-card .card header {
  margin-bottom: -1rem; }

.trio-card .card h3 {
  font-family: SpectrumSans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0rem; }

.trio-card .card header .img-holder {
  margin: -1rem -1rem 1rem -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px; }

.trio-card .card header .img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.trio-card .card a {
  justify-self: flex-end; }

.trio-card .card p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 1rem; }

.trio-card .card a {
  text-decoration: none;
  font-weight: bold; }

@media (max-width: 839.999px) {
  .trio-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem; }
  .tri-card .card h3 {
    font-size: 16px;
    line-height: 1.21; }
  .trio-card .card:nth-of-type(2) {
    margin: 1rem 0; }
  h2.trio-card-header {
    padding: 0 1rem;
    font-size: 1.4375rem;
    font-weight: 500;
    line-height: 1.3;
    color: #000; } }
