
.card-wrp {
  background-size: 250px 249px!important;
  border-top: 8px solid #002538;
}

.card-wrp .mapList {
  list-style: none;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.card-wrp .mapList li {
  margin: 0px;
  width: 33.3333%;
  display: block;
  float: left;
  padding: 0 20px 40px;
  height: 500px;
}

.card-wrp .mapList li .shadow-wrp {
  background-color: #FFF;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
}

.card-wrp .mapList li .shadow-wrp .heading {
  background-color: #D23928;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 10px;
  line-height: 1em;
  font-size: 210%;
}

.card-wrp .mapList li .shadow-wrp .heading .inner-text {
  color: #fff;
  font-family: turbinado-pro, sans-serif;
  line-height: 1.4em;
  font-weight: normal!important;
}

.card-wrp .mapList li .shadow-wrp .bottom-text {
  padding: 30px;
}

.card-wrp .mapList li .shadow-wrp .bottom-text .title {
  color: #002538;
  font-weight: 700;
  line-height: 1em;
  font-size: 82%;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.card-wrp .mapList li .shadow-wrp .bottom-text  h5 {
  color: #BBBDBF;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 70%;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  line-height: 1.4;
}

.card-wrp .mapList li .shadow-wrp .bottom-text .arrowLink {
  color: #799FC5;
  border: 1px solid #EAEAE9;
  padding: 5px 15px 5px 25px;
  position: relative;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 82%;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.card-wrp .mapList li .shadow-wrp .bottom-text .arrowLink:before {
  content: "";
  left: 10px;
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.5px;
  border-color: transparent transparent transparent #799FC5;
}


@media only screen and (max-width: 1060px){
  .card-wrp .mapList li{
    height:545px;
  }
}

@media (max-width: 959px){
  .card-wrp .mapList li{
    width: 50%;
  }
}

@media (max-width: 767px){
  .card-wrp .mapList li{
    width: 100%;
    display: inline-block;
    float: none;
  }
}