.d5-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -0.5rem;
  padding: 1rem 0;
}
.entire-width-yes .d5-card-wrapper {
  padding: 2rem 1rem;
  max-width: 92rem;
  margin: 0 auto;
  justify-content: center;
}
.d5-card {
  border: 1px solid #eee;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 290px;
  transition: box-shadow 0.33s ease-in-out;
}
a.d5-card:hover {
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

.d5m_width_710 .d5-card,
.d5m_width_780 .d5-card,
.d5m_width_850 .d5-card,
.d5m_width_920 .d5-card {
  width: calc(100%/3 - 1rem);
}

.d5m_width_430 .d5-card,
.d5m_width_500 .d5-card,
.d5m_width_570 .d5-card,
.d5m_width_640 .d5-card {
  width: calc(100%/2 - 1rem);
}

.d5m_width_360 .d5-card {
  width: calc(100% - 1rem);
}

.d5-card--photo-holder {
  display: block;
  height: 160px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.d5-card--photo {
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.d5-card--ribbon {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
  display: inline-block;
  opacity: 70%;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
}

/* IE Fallbacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .d5-card-wrapper {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
  }

  .d5-card--photo {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%;
  }

}

/* card styling */
#d5area_map{
  height: 300px;
  width: 100%;
  clear:both;
  margin: 1% 0;
}
.entire-width-yes #d5area_map {
  max-width: 70rem;
  padding: 1rem;
  margin: 0 auto;
}
a.d5area_cn {
  display: block;
  color: #000;
  text-decoration: none;
  background: #fff;
}
.dak-text-light a.d5area_cn,
.dak-text-light a.d5area_cn:hover {
  color: #000;
}

.d5area_cn_name {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.35rem;
  color: #000;
  text-decoration: none;
}

.d5area_cn_summary {
  padding: 1rem;
}

.d5area_cn_price {
  font-size: 1.3rem;
}
/* Area Page */
.d5area_select{
    text-align: right;
    padding: 0 0 10px;
}
.d5area_select h2{
    text-align: center;
    vertical-align: middle;
}
.d5area_select select{
    font-size: 1.1em;
    margin: 0 0 0 6px;
}
.d5area_select .dak-dropdown {
    display: inline-block;
    margin-left: 6px;
}
.d5area_list ul{
    list-style: none;
    margin: 12px 0;
    padding: 0;
    text-align: left;
}
.d5area_list li{
    border-bottom: 1px solid #EBEBEB;
}
.d5area_list li:hover{
    background: #EBEBEB;
}
.d5area_list h3{
    padding: 0;
    margin: 0;
    text-decoration: underline;
    color: #eb111c;
}
.d5area_list a{
    display: block;
    text-decoration: none;
    padding: 18px 12px;
    box-sizing: border-box;
}
.d5area_list a:hover h3 {
    color: #64070c;
}
.d5area_list span{
    font-size: 0.9em;
}

.d5area_excerpt{
    padding: 3px 0 0;
    margin: 1px 0 0;
    text-decoration: none;
    color: #000;
}

#d5area_cn_header{
    margin: 0 0 12px;
}
#d5area_map{
    height: 300px;
    width: 100%;
    clear: both;
    margin: 1% 0;
}
#d5area_content{
	line-height: 150%;
}

/* Individual Area Pages */
