/*content 5 7 bullets*/

.header_section_text + .content_5_7_bullets {
  padding: 0;
}
.content_5_7_bullets {
  padding: 80px 0 20px;
}
.content_5_7_bullets img {
  width: 100%;
  margin: 10px 0;
}
.content_5_7_bullets .text-right .call-out {
  width: 100%;
}
.content_5_7_bullets .call-out .header{
  margin: 0 0 40px;
}
.content_5_7_bullets .bullet-area, .content_5_7_bullets .call-out {
  margin-bottom: 30px;
}
.content_5_7_bullets .bullet-area h5 {
  margin-top: 0;
}
.content_5_7_bullets .bullet-area .bullet-cta {
  margin: 40px 0 0;
}
.content_5_7_bullets .bullet-area .bullet-cta a {
  position: relative;
  padding-right: 35px;
}
.content_5_7_bullets .bullet-area .bullet-cta a:hover {
  color: #00a9f2;
}
.content_5_7_bullets .bullet-area .bullet-cta a:after {
    content: '';
    background: url('../png/icon-blue-arrow-right-2.png');
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
.content_5_7_bullets .col-md-7 .bullet-area:last-child {
    margin-bottom: 60px;
}
@media (max-width: 991px) {
  .content_5_7_bullets .bullet-area .bullet-cta a:after {
    width: 20px;
    height: 20px;
  }
  .content_5_7_bullets .col-md-4{
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content_5_7_bullets .call-out .header{
    margin-bottom: 10px;
  }
  .content_5_7_bullets .bullet-area {
    margin: 20px 0;
  }
}
@media (max-width: 450px) {
  .content_5_7_bullets img.featured-image {
    width: 120%;
    margin-left: -10%;
  }
}

/*fusion theme specific styles*/

.content_5_7_bullets.fusion, 
.content_5_7_bullets.fusion .container {
  background: #fff;
}
.content_5_7_bullets.fusion .call-out {
  padding: 0 40px;
  overflow: hidden;
}
.content_5_7_bullets.fusion {
  color: #333;
}
.content_5_7_bullets.fusion .call-out .quote {
  padding-left: 25px;
  position: relative;
}
.content_5_7_bullets.fusion .call-out .quote:before {
  content: '\f10d';
  font-family: FontAwesome;
  color: #F0AB00;
  font-size: 20px;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .content_5_7_bullets.fusion.no-call-out.left .col-md-4 > .col-sm-12 {
    background: url(../png/iso_boxes.png) no-repeat;
    min-height: 500px;
    background-position: -280px 0;
  }
}
@media (max-width: 991px) {
  .content_5_7_bullets.fusion.left  .call-out:after, .content_5_7_bullets.fusion.left .call-out:before,
  .content_5_7_bullets.fusion.right .call-out:after, .content_5_7_bullets.fusion.right .call-out:before{
    display: none;
  }
  .content_5_7_bullets.fusion .call-out {
    padding: 30px 15px;
  }
  .content_5_7_bullets.fusion.right .call-out {
    margin-bottom: 50px;
  }
}