.content .widget.widget_encctasection {
    padding: 0;
}

.content .widget.widget_encctasection .cta-section-content {
  display: table; width: 100%;
}

.widget_encctasection .cta-image {
    width: 40%;
    height: 420px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.widget_encctasection .cta-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.widget_encctasection .cta-image a:hover {
  background-color: rgba(255,255,255,0.4);
}

.widget_encctasection .cta-text {
    width: 60%;
    height: 400px;
    float: left;
    padding: 20px;
}

.widget_encctasection .cta-text .header-text {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.widget_encctasection .cta-text .list-text li {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: -.1px;
}

.widget_encctasection .cta-text .list-text li:before {
  font: normal normal normal 34px/1 FontAwesome;
  margin-right: 10px;
  color: #5cb85c;
  content: "\f00c";
}

.widget_encctasection .cta-text .button-text {
    margin: 38px 0 10px;
    text-align: center;
}

.widget_encctasection .cta-text .button-text a {
    font-size: 19px;
    font-weight: 800;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.widget_encctasection .cta-text .button-text a:hover {
  background-color: #ff9900!important;
}

@media screen and ( min-width: 1024) and ( max-width: 1200px ) {
  .widget_encctasection .cta-image {
    height: 520px;
  }
}

@media screen and ( max-width: 1024px ) {
  .widget_encctasection .cta-image {
    float: none;
    width: 100%;
  }

  .widget_encctasection .cta-text {
    width: 100%;
    float: none;
    height: auto;
  }
}

@media screen and ( max-width: 767px ) {
  .widget_encctasection .cta-image {
    height: 280px;
  }
}
