@media screen and (max-width: 975px) {
  .homepage_section {
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }

  .feeds {
    float: none;
    width: 737px;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
  }

  .feeds .feature_box {
    float: left;
    width: 240px;
    margin-right: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .feeds .feature_box:last-child {
    margin-right: 0;
    width: 241px;
  }

  .feeds > img:first-child {
    display: none;
  }

  .feeds .feature_box.rns_box,
  .feeds .feature_box.news_box {
    min-height: 0px;
  }

  .right_column {
    width: 183px;
  }

  .right_column .filler {
    padding-right: 3px;
  }

  .careers_box {
    padding-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .feeds .feature_box {
    float: none;
    width: auto !important;
    margin-right: 0 !important;
  }

  .right_column {
    display: none;
  }

  .right_column .filler {
    background: none;
  }

  .main_group {
    width: 549px;
    max-width: 100%;
    margin: 0 auto;
  }

  .left_column {
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 582px) {
  .filler_1, .filler_2 {
    display: none;
  }

  .left_column .share_price_box {
    width: auto;
    float: none;
    margin-bottom: 8px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 571px) {
  #animation {
    height: auto;
    position: relative;
  }

  #animation .cycle_banner_container {
    width: 100% !important;
    height: auto !important;
  }

  #animation .hidden {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #animation .banner_content {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 30;
  }

  #animation .banner_item {
    width: 100% !important;
    height: 100% !important;
  }

  #animation .cycle_banner_container img {
    height: auto !important;
    width: 100% !important;
    display: block;
  }

  #animation .banner_item_description {
    width: auto;
  }

  #animation .banner_item_title {
    text-align: left;
    font-size: 2em;
    padding-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  #animation .banner_item_title {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=home_responsive.css.map */
