.widget-hero {
  background: #fff;
  height: 250px; 
}
.widget-hero .hero-padding {
  padding: 30px 0;
  height: 100%;
}
.widget-hero h1 {
  color: #cc262c;
}
.widget-hero h1 .small-heading {
  display: block;
  font-size: 50%;
  color: #1a1a1a;
  line-height: 1.25;
}
.widget-hero .row {
  max-width: 62.5rem;
  height: 100%;
  background-position: center center;
}
.widget-hero .row.show-for-small-only {
  margin-top: 20px;
}
.widget-hero .image-responsive {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .widget-hero {
    height: 270px;
  }
  .widget-hero .row {
    background-position: center right;
  }
  .widget-hero .hero-padding {
    padding: 45px 0;
  }
}
/* medium screen size only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .widget-hero h1 {
    font-size: 2.125rem;
  }
  .widget-hero .lead {
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .widget-hero {
    height: 350px;
  }
  .widget-hero .hero-padding {
    padding: 60px 0;
  }
  .widget-hero h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .widget-hero .lead {
    font-size: 125%;
  }
}

.wid-des{
  min-height: 75px;
}
.zselect ul {
    min-width: 100%;
}


.widget-editable-image {

}
.widget-editable-image img {
  width: 100%;
  height: auto;
}

.widge-richtext {
}

.widget-media-object {
}
.widget-media-object:after {
  content: '';
  display: table;
  clear: both;
}
.widget-media-object .widget-image-wrapper.small-12 {
  margin-bottom: 20px;
}
.widget-media-object .widget-image-wrapper img {
  width: 100%;
  height: auto;
}
.widget-media-object.media-object-left .widget-image-wrapper, 
.widget-media-object.media-object-left .widget-text-wrapper {
  float: left;
}
.widget-media-object.media-object-right .widget-image-wrapper, 
.widget-media-object.media-object-right .widget-text-wrapper {
  float: right;
}
.widget-media-object .widget-text-wrapper {
}
.widget-media-object .widget-text-wrapper h3 {
   color: #cc262c;
}

@media screen and (min-width: 40em) {
  .widget-media-object .widget-image-wrapper {
    margin-bottom: 0px;
  }
  .widget-media-object .widget-image-wrapper.small-12 {
    margin-bottom: 0px;
  }
}


.widget-wrapper {
}
.widget-button {
}

.widget-media-object {
}
.widget-media-object:after {
  content: '';
  display: table;
  clear: both;
}
.widget-media-object .widget-image-wrapper.small-12 {
  margin-bottom: 20px;
}
.widget-media-object .widget-image-wrapper img {
  width: 100%;
  height: auto;
}
.widget-media-object.media-object-left .widget-image-wrapper, 
.widget-media-object.media-object-left .widget-text-wrapper {
  float: left;
}
.widget-media-object.media-object-right .widget-image-wrapper, 
.widget-media-object.media-object-right .widget-text-wrapper {
  float: right;
}
.widget-media-object .widget-text-wrapper {
}
.widget-media-object .widget-text-wrapper h3 {
   color: #cc262c;
}

@media screen and (min-width: 40em) {
  .widget-media-object .widget-image-wrapper {
    margin-bottom: 0px;
  }
  .widget-media-object .widget-image-wrapper.small-12 {
    margin-bottom: 0px;
  }
}
