#banner-section {
  position: relative;
  width: 100%;
  /**
   * Indicators
   */
  /**
   * arrows
   */
}

.banner {
  width: 100%;
  height: 100%; }

.banner_image {
  position: absolute;
  display: block;
  left: -100%;
  right: -100%;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0; }

.banner_overlay {
  position: absolute;
  z-index: 900;
  width: 500px;
  height: 100%;
  left: 100px;
}

.banner_overlay_container {
  position: absolute;
  top: 10%;
  width: 100%;
  padding-left: 50px; }

.banner_overlay_header {
font-size:26px;
  color: #fff;
  padding-left: 0;
  bottom: 5%; 
line-height:32px;
}

.banner_overlay_subhead {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 20px;
font-size:15px;
line-height: 22px;
}

.banner-slider {
  height: 340px;
  overflow: hidden;
  width: 100%; }

.banner-slider_nav {
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  text-align: center;
  /* left: 50%; */
  /* margin-left: -400px; */
  padding-left: 0;
  margin-bottom: 0; }

.banner-slider_nav_item {
  display: inline; }
  .banner-slider_nav_item > a {
    display: inline-block;
    font-size: 2em;
    color: #fff;
    text-decoration: none;
    padding: 8px 3px;
    line-height: 12px; }
    .banner-slider_nav_item > a:hover {
      color: rgba(0, 0, 0, 0.75); }

.banner-slider_nav_item--is-selected > a {
  color: #2c4a9f; }

.banner_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.banner_button {
  padding: 5px 10px;
  text-decoration: none;
  background-color: #2c4a9f;
  color: #fff;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  display: inline-block; }

h5.banner-cat { 
color:#fff;
margin-bottom: 10px;
}

.cycle_arrow-wrapper {
  position: absolute;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  left: 30px;
  z-index: 1001; }

.cycle_next {
  position: absolute;
  right: 60px;
  background: transparent url("../images/arrow-right.png") no-repeat center center;
  display: block;
  width: 28px;
  height: 39px; }

.cycle_prev {
  position: absolute;
  left: 5px;
  background: transparent url("../images/arrow-left.png") no-repeat center center;
  display: block;
  width: 28px;
  height: 39px; }

@media(max-width:767px) {
.banner_overlay_header {
font-size:15px;
  padding-left: 0;
line-height:22px;
}

.banner_overlay_container {
  top: 7%;
  padding-left: 30px;
}

.banner_overlay_container .pt-button {
  font-size: 12px;
padding: 2px 5px;
margin-top: 5px;
}

.banner_overlay {
  width: 300px;
  left: 0;
}

h5.banner-cat {
  margin-bottom: 5px;
}

.banner_overlay_subhead {
  display: none;
}

.banner_image {
  height: 150px;
}

.banner-slider {
  height: 150px;
}

.cycle_arrow-wrapper {
  display: none;
}

}


/*# sourceMappingURL=main.css.map */
