/*
Usage
.container-with-floated-children {
  @extend %clearfix;
}
*/
/* line 97, home.scss */
.logo-block {
  display: none;
  width: 100%;
  background: #ffffff;
  padding: 0; }
  @media (max-width: 580px) {
    /* line 97, home.scss */
    .logo-block {
      display: block; } }
  /* line 107, home.scss */
  .logo-block img {
    width: 100%;
    height: auto; }

/* line 114, home.scss */
.home_column {
  width: 32%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 122, home.scss */
  .home_column h4 {
    margin-bottom: 12px;
    font-size: 14px; }
  /* line 127, home.scss */
  .home_column .home_news {
    display: block;
    clear: both;
    margin-bottom: 13px; }
    /* line 131, home.scss */
    .home_column .home_news table tr td {
      vertical-align: top; }
  /* line 135, home.scss */
  .home_column .home_news_image {
    width: 60px;
    height: 60px;
    float: left; }
  /* line 140, home.scss */
  .home_column .home_news_image img {
    width: 100%;
    height: 100%; }
  /* line 144, home.scss */
  .home_column .home_news_copy {
    float: left;
    margin-left: 12px;
    margin-top: 2px; }
    /* line 149, home.scss */
    .home_column .home_news_copy h4 {
      text-transform: none;
      letter-spacing: normal;
      line-height: 16px;
      margin-bottom: 0;
      font-size: 12px; }
      /* line 155, home.scss */
      .home_column .home_news_copy h4 a, .home_column .home_news_copy h4 a:active {
        color: #002E5F; }
      /* line 158, home.scss */
      .home_column .home_news_copy h4 a:hover {
        color: #E4791D; }
  /* line 163, home.scss */
  .home_column .home_featured {
    position: relative;
    height: 87.8%;
    overflow: hidden;
    cursor: pointer; }
  /* line 169, home.scss */
  .home_column .home_featured img {
    min-height: 218px;
    width: 100%;
    height: auto; }
  /* line 175, home.scss */
  .home_column .featured_title {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    padding: 8px 0 8px 8px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background: url(/assets/html5apps/images/home/blue.png);
    border-bottom: 1px solid #ffffff; }
  /* line 189, home.scss */
  .home_column .featured_read {
    position: absolute;
    z-index: 60;
    bottom: 18px;
    right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #607d9b;
    text-decoration: none;
    background-image: url(/assets/images/common/feat_read_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 22px;
    line-height: 18px; }
  /* line 206, home.scss */
  .home_column .featured_box {
    position: absolute;
    z-index: 40;
    bottom: 10px;
    right: 10px;
    /*width:78.87%;
    height:53.65;*/
    width: 80px;
    height: 2px;
    background: url(/assets/images/common/trans_white.png);
    padding: 16px 18px; }
  /* line 218, home.scss */
  .home_column .featured_desc {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 226, home.scss */
  .home_column .featured_desc.closed {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important; }

/* line 234, home.scss */
.home_column.home_col1 {
  margin: 0 2% 0 0; }
  @media (max-width: 580px) {
    /* line 234, home.scss */
    .home_column.home_col1 {
      margin: 0;
      float: none;
      width: 100%; } }

/* line 244, home.scss */
.home_column.home_col2 {
  height: 246px;
  margin: 0 2% 0 0; }
  @media (max-width: 580px) {
    /* line 244, home.scss */
    .home_column.home_col2 {
      float: none;
      width: 100%; } }

/* line 253, home.scss */
.home_column.home_col3 {
  height: 246px;
  margin: 0; }
  @media (max-width: 580px) {
    /* line 253, home.scss */
    .home_column.home_col3 {
      margin: 14px 0 0;
      float: none;
      width: 100%; } }

/* line 264, home.scss */
.home_column.home_box {
  height: 246px; }

/*# sourceMappingURL=home.css.map */
