﻿.teaser-card {
  position: relative;
  margin: 25px 0;
  -webkit-transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.teaser-card:hover {
  -ms-transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.card-image {
  //background: #fafafa;
}
.card-image .image {
  width: 100%;
  display: block;
}
.card-image .teaser-body {
  padding: 15px; //25
}
.card-image .teaser-body > *:first-child {
  margin-top: 0;
}
.card-icon {
  padding: 10px; //20
  text-align: center;
}
.card-icon.bg-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-icon.bg-light {
  background: #fafafa;
}
.card-icon.bg-dark {
  background: #333;
  color: #fff;
}
.card-icon.bg-dark .btn-default {
  background: none;
  color: #fff;
  border-color: #fff;
}
.card-icon .image {
  font-size: 90px;
  margin: 15px 0 5px;
  text-align: center;
}


//719, for?
.teaser-block {
    vertical-align: middle;
}


.image-round-shadow {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  z-index: 10;
}



// new 8-8
.top-border {
  border-top: 8px solid;
  border-top-color: #00308F;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}



.top-success-border {
  border-top: 8px solid;
  border-top-color: #17a468;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}


.middle-border {
  border-top: 8px solid;
  border-top-color: #ee4c7c;
}

.top-dark {
  border-top: 8px solid; 
  border-top-color: #00308F;
}

.mid-dark {
  border-bottom: 8px solid; 
  border-bottom-color: #00308F;
}


// 03-23-2024
.block-round-corners {
  //border: none;
  border-radius: 40px;
  //background-color: #0F3325;
  //color: #eaf4f8;
}

