/**
 * @file
 * Visual styles for highlights in Corporate+.
 */
.highlights {
  margin: 30px 0;
}
h2.title ~ .content .highlights {
  margin-top: -40px;
}
.highlight {
  text-align: center;
  margin-bottom: 20px;
}
.highlight--bordered:before {
  content: "";
  width: 1px;
  height: 100%;
  left: -15px;
  top: 0;
  position: absolute;
  background-color: #dfdfdf;
}
.highlight-head {
  font-size: 48px;
  font-weight: 400;
}
.highlight-body {
  font-size: 22px;
  font-weight: 400;
}
.headings-wide-spacing-enabled .highlight-body {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

/*highoights @colored regions*/
.region--shade-background .highlight--bordered:before,
.region--colored-background .highlight--bordered:before,
.region--dark-colored-background .highlight--bordered:before,
.region--dark-background .highlight--bordered:before {
  background-color: #ffffff;
}

/*highlights style 2*/
.highlight-2 {
  text-align: center;
  padding: 5px 0 40px;
}
.highlight-2-head {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 300;
  background-color: #f4f4f4;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.region--tint-background .highlight-2-head {
  background-color: #ffffff;
}
.region--shade-background .highlight-2-head,
.region--colored-background .highlight-2-head,
.region--dark-colored-background .highlight-2-head,
.region--dark-background .highlight-2-head {
  background-color: rgba(255, 255, 255, 0.1);
}
.highlight-2-body {
  font-size: 12px;
  font-weight: 600;
}
.headings-wide-spacing-enabled .highlight-2-body {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

/*highlights grid*/
.highlights-grid {
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0;
}
.highlights-grid-item {
  padding: 30px 0;
}
.highlights-grid,
.highlights-grid-item {
  border-color: #e4e4e4;
}
.region--shade-background .highlights-grid,
.region--colored-background .highlights-grid,
.region--dark-colored-background .highlights-grid,
.region--dark-background .highlights-grid,
.region--shade-background .highlights-grid-item,
.region--colored-background .highlights-grid-item,
.region--dark-colored-background .highlights-grid-item,
.region--dark-background .highlights-grid-item {
  border-color: rgba(255, 255, 255, 0.2);
}
.highlights-grid-item .svg-inline--fa {
  font-size: 35px;
  margin-bottom: 10px;
}
.highlights-grid-item h5 {
  margin: 0;
}
.highlights-grid-item p {
  font-size: 16px;
  padding-bottom: 0;
}
.highlights-grid-item p {
  color: #949494
}
@media (min-width: 576px) {
  .highlights-grid-item.border-right {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .highlights-grid-item.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
@media (max-width: 575px) {
  .highlights-grid-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
