
/* stat cards */

.stat-swiper-hold { padding-top:60px; padding-bottom:20px; }

.stat-swiper-hold > .swiper { padding-bottom:60px; } /* place pagination below */

.stat-card-image { background-position: center center; background-size:cover; height:100%; }

.stat-card { width:100%; height:100%; background-color:#06095b; color:white; }
.stat-card a { display:block; text-decoration:none; color:inherit; }
.stat-card a:hover { text-decoration:none; color:inherit; }
.stat-card-value { width:100%; padding:80px 24px 6px 24px; text-align:center; }
.stat-card-headline { font-family: 'swear-display', serif; font-weight:600; font-style:italic; font-size:3rem; line-height:50px; }
.stat-card-content { width:100%; padding:6px 24px 80px 24px; text-align:center; }
.stat-card-subhead { font-weight:500; font-size:1.0rem; line-height:1.5; text-wrap:balance; }
@media all and (min-width: 992px) {
  .stat-card-headline { font-size:3.5rem; }
  .stat-card-value { width:100%; padding:110px 24px 6px 24px; text-align:center; }
  .stat-card-content { width:100%; padding:6px 24px 130px 24px; text-align:center; }
}

.stat-pink { background-color:#C537AE; background-color:rgba(197,55,174,0.8); }
.stat-purple { background-color:#9E248A; background-color:rgba(158,36,138,0.8); }
.stat-blue { background-color:#0493B4; background-color:rgba(7,147,179,0.8); }
.stat-red { background-color:#D42561; background-color:rgba(212,37,97,0.8); }
.stat-navy { background-color:#06095b; background-color:rgba(6,9,91,0.8); }
.stat-green { background-color:#41A773; background-color:rgba(65,167,115,0.8); }