.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section>.row-fluid, .banner-section .dnd-section {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.banner-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #111635;
}
.banner-container {
  max-width: 1024px;
  margin: 0 auto;
  display: table;
  clear: both;
  padding: 0;
}

.banner-content {
  height: 500px;
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.banner-content h4 {
  color: #fff;
  font-family: 'SourceSansPro';
  font-size: 18px;
  background: #9cb43d;
  opacity: 100%;
  line-height: 1.5em;
  width: center;
  padding: 0;
  margin: 20px 20px 20px 20px;
  content: center;
}

.banner-content h1 {
  font-size: 72px;
  font-family: 'SourceSansPro-Bold';
  line-height: 1.0em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.banner-content h3 {
  color: #fff;
  font-family: 'SourceSansPro';
  font-size: 22px;
  line-height: 1.3em;
  padding: 10px 0 10px 0;
  margin: 0;
}

@media screen and (max-width: 767px){
.banner-content h1 {
    font-size: 36px;
}

.banner-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: auto;
    position: relative;
    z-index: 5;
    padding: 40px 15px;
}

.cta_field {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  white-space: normal;
  font-size: 16px;
  line-height: normal;
  font-family: 'SourceSansPro-Semibold';
  outline: none;
  
}