.home .region-content {
}

.featured_posts {
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  padding: 10px 0 10px 10px ;
}
.featured_posts p a{
  display: none;
}
.featured_tabs {
  padding: 0;
  margin-top: 50px;
  clear: both;
}

.featured_posts .article-small {
  display: inline-block;
  margin: 0 1% 0 0;
  vertical-align: top;
  text-align: left;
  position: relative;
  width: 48.3%;
}
.featured_posts .article-small:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .featured_posts {
    max-width: 1195px;
    padding: 0;
  }

  .featured_tabs {
    padding: 10px;
  }
  .featured_posts .article-small {
    width: 18.7%;
    float: none;
  }
  .featured_posts .article-small:nth-child(even) {
    margin-right: 1%;
  }
}


@media screen and (max-width: 992px) {
  .featured_tabs {
    max-width: 750px;
    margin: 20px auto 0;
    padding: 10px;
  }
  .featured_posts .excerpt {
    display: none;
  }
}

.featured_posts .article-small:last-child {
  margin-right: 0;
}

.featured_posts .article-small  h3 {
  font-size: 20px;
  margin-top: 10px;
}

.featured_posts .article-small  p {
  font-size: 15px;
}

.featured_promoted {
  display: none;
}
.featured_tabs {
  border-bottom: 2px solid #f6821e;
  margin-bottom: 50px;
}
.featured_toggle {
  border-bottom: 2px solid #f6821e;
  margin-bottom: 20px;
  max-width: 1195px;
  margin: 0 auto 20px;
}
.featured_toggle span {
  cursor: pointer;
  background: #fff;
  border-width: 2px 2px 0 2px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  word-spacing: 0;
  margin: 0;
  color: #000;
  font-weight: 500;
}

.featured_toggle span.active {
  background: #f6821e;
  color: #fff;
}
.featured_image {
  height: 150px;
  width: 100%;
  background-position: center;
  position: relative;
}

.post-list .featured_posts .article-small {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-list .featured_tabs {
  margin-top: 0;
  padding: 0;
}
.post-list .featured_posts .excerpt {
  display: none;
}
.post-list .featured_image {
  float: right;
  height: 70px;
  width: 120px;
  margin-left: 20px;
}
.post-list .featured_image img {
  width: 100%;
  height: auto;
}

.post-list .featured_posts .article-share-toolbar {
  display: none;
}
.post-list .featured_posts span {
  font-size: 15px;
}
.post-list .featured_posts h3 {
  margin: 0;
  font-size: 18px;
  line-height: 23px;
}

.post-list .featured_toggle {
  overflow: hidden;
}
.post-list .featured_toggle .active {
  background: #f6821e;
  color: #fff;
}
.post-list .featured_toggle span{
  background: #fff;
}
.post-list .featured_toggle span {
  margin: 0;
  float: left;
  font-size: 16px;
  padding: 10px;
  border: 0;
  margin-right: 5px;
}
.addthis_toolbox {margin-bottom: 50px; }

.row-gutter-x2 .article-large {
  margin-top: 45px !important;
}

/* FEATURED TEXT */
.featured-text  {
  padding: 35px;
  background: #ccc;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  background: #4CA2AF;
}
.featured-text h1,
.featured-text h2,
.featured-text h3,
.featured-text h4,
.featured-text h5,
.featured-text h6 {
  color: #fff;
}

.featured-text.blue  {
  background: #4CA2AF;
}
.featured-text.orange  {
  background: #F6821E;
}
.featured-text.pink {
  background: #EA098D;
}
.featured-text.yellow  {
  background: #F9B433;
}
.featured-text.green  {
  background: #7A923A;
}

.featured-text__double {
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .featured-text__double .featured-text {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .featured-text__double .featured-text:last-child {
    margin-right: 0;
  }
}
