﻿
.feature-cards-title {
  color: #fff;
}

.feature-cards-content {
  color: #fff;
}
.pan-feature-cards {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
/*  -moz-transition: background 5s ease-in-out;
  -webkit-transition: background 5s ease-in-out;
  -ms-transition: background 5s ease-in-out;
  transition: background 5s ease-in-out;*/
}
.title.feature-cards-section {
  color: #fff;
}
.screen.pan-feature-cards-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.feature-cards-card:hover {
}
.feature-cards-card {
  height: 20.35714285714286vw;
  border-radius: 24px;
  border: 2px solid #06A1EB;
  background: rgba(17, 27, 38,.5);
  min-width: 20%;
  margin: .5%;
  flex: 1;
  text-decoration: none;
  position: relative;
}
a.feature-cards-card::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #3495EF;
  position: absolute;
  bottom: 1.071428571428571vw;
  right: 1.071428571428571vw;
  font-size: 2.142857142857143vw;
}
.feature-cards-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.feature-cards-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 1.42857143vw 1.42857143vw 3.57142857vw;
}
.feature-cards-title, .feature-cards-title h2 {width: 100%}
.feature-cards-content {
  margin: 0 0 20px;
}


/* styles.css | http://coredevsc.percepticon.net/application/themes/corespin/assets/css/styles.css */

.feature-cards .row {
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

/* view.css | http://coredevsc.percepticon.net/application/blocks/feature_cards/view.css?ccm_nocache=ee520fb256592cedc171af77ba1cce6a8faffff8 */

.feature-cards-card {
  /* max-width: 20%; */
}
.feature-cards-card:hover .backgroundSplash {
  opacity: 1;
}
   .backgroundSplash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: .5;
  z-index: -1;
}

@Media (min-width:1400px) {
.feature-cards-card {
  height: 285px;
}
  .feature-cards-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.feature-cards-card-title {
  color: #fff;
  font-size: 38px;
  padding: 20px 20px 50px;
}
}
@media (max-width:900px) {
  .feature-cards-card {
  min-width: 100%;
  height: 140px;
  padding : 0px;
  margin-bottom: 20px;
}

.feature-cards-card-section {
  font-size: 16px;
}

.feature-cards-card-title {
  font-size: 24px;
}
a.feature-cards-card::after {
  display: inline !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #3495EF;
  position: absolute;
  bottom: 2.071429vw;
  right: 2.071429vw;
  font-size: 3vw;
}
}

@Media (max-width:576px) {
.pan-feature-cards {
  height: 100vh;
  max-height: unset;
}
a.feature-cards-card::after {
  display: inline !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #3495EF;
  position: absolute;
  bottom: 2.071429vw;
  right: 2.071429vw;
  font-size: 4vw;
}
}

