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

.feature-cardshort-content {
  color: #fff;
}
.pan-feature-cardshort {
  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-cardshort-section {
  color: #fff;
}
.screen.pan-feature-cardshort-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.feature-cardshort-card:hover {
}
.feature-cardshort-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-cardshort-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-cardshort-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.feature-cardshort-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 1.42857143vw 1.42857143vw 3.57142857vw;
}
.feature-cardshort-title, .feature-cardshort-title h2 {width: 100%}
.feature-cardshort-content {
  margin: 0 0 20px;
}


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

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

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

.feature-cardshort-card {
  /* max-width: 20%; */
}
.feature-cardshort-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-cardshort-card {
  height: 250px;
}
  .feature-cardshort-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.feature-cardshort-card-title {
  color: #fff;
  font-size: 32px;
  padding: 5px 20px 50px;
}
}
@media (max-width:900px) {
  .feature-cardshort-card {
  min-width: 100%;
  height: 140px;
  padding: 20px;
  margin-bottom: 20px;
}

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

.feature-cardshort-card-title {
  font-size: 24px;
}

}

@Media (max-width:576px) {
.pan-feature-cardshort {
  height: 100vh;
  max-height: unset;
}
}

