/* breakpoints */
.promo {
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
}

.promo > .component-content {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #f7f7f7;
  color: #5e5e5e;
  border-radius: 5px;
  font-size: 12px;
  height: 100%;
}

.promo > .component-content .field-promoicon {
  overflow: hidden;
  width: 100%;
}

.promo > .component-content .field-promoicon img {
  width: 100%;
  height: auto;
  display: block;
}

.promo > .component-content .promo-text {
  padding: 15px;
  background-color: transparent;
}

.promo > .component-content .promo-text .field-promotext {
  padding-bottom: 15px;
}

.promo > .component-content .promo-text .field-promolink {
  font-size: 12px;
  background-color: #5e5e5e;
  border-radius: 5px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #474747;
  padding: 15px 15px 15px 15px;
}

.promo > .component-content .promo-text .field-promolink a {
  color: #ffffff;
}

.promo > .component-content .promo-text .field-promolink:hover {
  background-color: #5e5e5e !important;
  cursor: pointer;
}

.promo .zg-height-fix .field-promoicon {
  margin-top: 100px;
}

.promo.image-full-size img {
  margin-bottom: 10px;
}

.promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
  color: #2b2b2b;
}

.promo h1, .promo h2 {
  margin: 10px 0;
}

.promo h3, .promo h4, .promo p {
  margin: 5px 0;
}

.promo h5, .promo h6 {
  margin: 5px 0 0;
}

.promo strong {
  font-weight: 700;
}

.promo ul, .promo ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.promo li {
  font-size: 13px;
  margin-left: 15px;
}

.promo ul li {
  list-style: disc;
  list-style-position: inside;
}

.promo ol li {
  list-style: decimal;
  list-style-position: inside;
}

.promo a {
  color: #5e5e5e;
  text-decoration: underline;
  font-size: 1em;
}

.promo a:hover {
  color: #474747;
}

.promo table {
  height: auto !important;
  border: 2px solid #cccccc;
}

.promo table, .promo table tr, .promo table th, .promo table td {
  border: solid 2px #cccccc;
  background: #f7f7f7;
  border-collapse: collapse;
  vertical-align: middle;
}

.promo table tr, .promo table th, .promo table td {
  padding: 5px;
}

.promo table caption {
  background-color: #e3e3e3;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.promo table tr {
  border: none;
}

.promo table th, .promo table td {
  border-width: 2px 0 0 2px;
}

.promo table th {
  background-color: #f0f0f0;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.promo table th:first-child {
  border-left: 0;
}

.promo table td:first-child {
  border-left: 0;
}

.promo.absolute-bottom-link {
  position: relative;
}

.promo.absolute-bottom-link .field-promolink {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.promo.absolute-bottom-link .field-promotext {
  padding-bottom: 40px;
}

/* breakpoints */
.promo.promo-hero {
  position: relative;
  text-align: center;
}

.promo.promo-hero.promo-hero-half {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero.promo-hero-half {
    float: none;
    width: 100%;
  }
}

.promo.promo-hero .field-promotext {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #ffffff;
  background: #000000;
}

.promo.promo-hero .field-promotext > a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero .field-promotext {
    width: 100%;
    margin: 0;
  }
  .promo.promo-hero .field-promotext h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* breakpoints */
.promo-shadow {
  max-width: 960px;
  padding: 0;
  border-top-width: 3px;
  border-top-color: #000000;
  border-style: solid;
  overflow: visible;
  position: relative;
}

.promo-shadow.promo {
  float: left;
}

.promo-shadow > .component-content {
  padding: 15px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 959px) {
  .promo-shadow > .component-content {
    margin: 0 10px 30px 10px;
  }
}

.promo-shadow > .component-content:before, .promo-shadow > .component-content:after {
  opacity: 0.7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 47%;
  content: "";
  bottom: 10px;
}

.promo-shadow > .component-content:before {
  left: 2%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.promo-shadow > .component-content:after {
  right: 2%;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
