/*!
 * eFunda Home Page Style Sheet
 */

.home-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.home-side-bar {
  display: block;
  width: 336px;
  order 1;
}

.home-side-bar-section-1 {
  width: 100%;
  position: relative;
  text-align: center;
  /* background-color: #fafafa; */
  margin-bottom: 10px;
}

.home-side-bar-section-2 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.home-side-bar-section-3 {
  width: 100%;
  position: relative;
}

.home-content {
  width: 728px;;
  margin-left: 10px;
  order 2;
}

.home-top-banner {
  margin-bottom: 10px;
}

.categoryTitle a {
  font-size: 18px;
}

.sDisplayBlurb {
  padding-top: 10px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.sDisplayBlurb p {
  margin: 10px 0 0;
}


@media only screen and (max-width: 1074px) {
  header .banner .member, header .banner .menu {
    right: 10px;
  }
  .home-container {
    flex-direction: column;
  }
  .home-side-bar {
    order: 2;
    width: 748px;
    padding: 0 10px;
    margin-top: 20px;
    align-self: center;
  }
  .home-side-bar-section-1 {
    width: 336px;
    float: left;
    clear: both;
  }
  .home-side-bar-section-2 {
    width: 382px;
    float: right;
    clear: right;
  }
  .home-side-bar-section-3 {
    width: 336px;
    float: left;
    clear: left;
  }
  .home-content {
    width: 748px;
    padding: 0 10px;
    order 1;
    margin-left: 0;
    align-self: center;
  }
}

@media only screen and (max-width: 748px) {
  .home-side-bar {
    align-self: flex-start;
  }
  .home-content {
    align-self: flex-start;
  }

}
