.feat_content {
  display: block;
  margin-top: 5px;
}

.feat_content .featcol_left {
  max-width: 660px;
  width: 63.4615%;
  float: left;
}

.feat_content .featcol_right {
  max-width: 350px;
  width: 33.6538%;
  float: right;
}

.feat_content .title {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 75%;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #BBBDBF;
  border-bottom: 1px solid #F1F1F2;
}

.feat_content .col3List {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feat_content .col3List li {
  width: 33.3333%;
  max-width: 220px;
  padding-right: 40px;
  float: left;
}

.feat_content .stats_num {
  font-size: 350%;
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 700;
  color: #59595B;
}

.feat_content .stats_title {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 110%;
  line-height: 1em;
  color: #799FC5;
}

.feat_content .stats_subtitle {
  margin-top: 20px;
  font-size: 90%;
}

.feat_content .fc_btm {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.feat_content .fc_btm_title {
  text-transform: lowercase;
  font-family: turbinado-pro, sans-serif;
  line-height: 1em;
  font-size: 285%;
  color: #002538;
}

.feat_content .fcb_btn {
  position: relative;
  display: inline-block;
  background-color: #D23928;
  color: #FFF;
  padding: 5px 12px 5px 30px;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: .1em;
  font-size: 82%;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.feat_content .fcb_btn:before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 4px 0 4px 6.5px;
  border-color: transparent transparent transparent #002538;
  left: 14px;
  top: 50%;
  margin-top: -4px;
  content: '';
}

.feat_content .fcb_btn:hover {
  color: #fff;
}

.feat_content .recentPosts {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feat_content .recentPosts li {
  margin-bottom: 0;
}

.feat_content .recentPosts .rct_post_link {
  color: #3D5073;
  margin-bottom: 10px;
  font-size: 160%;
  line-height: 1em;
  font-weight: 700;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.feat_content .rect_meta {
  margin-bottom: 30px;
}

.feat_content .rct_date {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 70%;
  font-weight: 700;
  color: #59595B;
}

.feat_content .rct_posted {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 55%;
  font-weight: 700;
  color: #BBBDBF;
}

.feat_content .rct_tags {
  text-transform: lowercase;
  font-family: turbinado-pro, sans-serif;
  font-size: 110%;
  line-height: 1.4em;
  font-weight: normal!important;
}

.feat_content .rct_rdmore {
  text-transform: uppercase;
  font-size: 82%;
  letter-spacing: .1em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  color: #799FC5;
}

.feat_content .rct_rdmore:hover {
  color: #799FC5;
}

.feat_content .rct_rdmore:before {
  content: "";
  left: 0;
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.5px;
  border-color: transparent transparent transparent #799FC5;
}



@media(max-width:1200px){
  .feat_content {
    padding: 20px 15px;
  } 
}

@media(max-width:767px){
  .feat_content .featcol_left,
  .feat_content .featcol_right {
    width: 100%;
    max-width: 100%;
  }

  .feat_content .title {
    margin: 30px 0;
  }

  .feat_content .col3List li {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }

  .feat_content .fc_btm {
    text-align: left;
  }

  .feat_content .rct_posted {
    display: block;
  }

  .feat_content .rct_rdmore {
    display: block;
  } 
}
