/**
* @file
* Visual styles for Bartik's featured bottom component.
*/

.featured-bottom {
  background: #2D3339;
}
.featured-bottom .region {
  padding: 30px 15px;
}
.featured-bottom .content, .featured-bottom .content a {
  color: #FFFFFF;
  font-size: 0.9em;
}

@media all and (min-width: 560px) {
  .featured-bottom .region {
    position: relative;
    float: left; /* LTR */
    box-sizing: border-box;
    width: 33%;
    padding: 20px 15px 30px;
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  .featured-bottom .region {
    padding: 30px 15px;
  }
}
.featured-bottom h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 1em;
  border-radius: 0.5em 0;
  padding: 0.5em;
}
.featured-bottom .region-featured-bottom-first h2 {
  background: #B81007;
}
.featured-bottom .region-featured-bottom-second h2 {
  background: #EFA53F;
}
.featured-bottom .region-featured-bottom-third h2 {
  background: #18BB7C;
}
.featured-bottom .block {
}
.featured-bottom .block:last-child {
  border-bottom: none;
}
.featured-bottom ul,
.featured-bottom ol {
  padding-left: 0;
}
.featured-bottom ul li,
.featured-bottom ol li {
  list-style: none;
}
.featured-bottom ul li::before {
    /* removed font- based rules */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
.featured-bottom ul li::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "\f007";
  }
.featured-bottom ul li::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "\f1ea";
  }
.featured-bottom input:not(.form-submit), .featured-bottom textarea {
    background: transparent;
    padding: 0.5em 1em;
    color: #fff;
}
.featured-bottom .webform-actions input {
    background-color: transparent;
    border: solid 2px #18BB7C;
    color: #fff;
    float: right;
}
.featured-bottom .webform-actions input:hover {
    background-color: #108256;
}

.region-featured-bottom-third .feed-icon {
  float: right;
}
.region-featured-bottom-second .block-system-powered-by-block {
  text-align: center;
}
