/*Nexus 10*/
.story_teaser_group_module {
  font-size: 1.0em;
  font-family: "Arial", sans-serif; }
  .story_teaser_group_module article em {
    font-size: 1.3em;
    font-family: "Brandon_bld", sans-serif;
    display: block;
    margin: 0.8em 0 0.5em; }
  .story_teaser_group_module article .topic-tag {
    margin-top: 1em; }
  .story_teaser_group_module article .story_teaser_group_module-image {
    width: 100%;
    padding-top: 40%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
    display: block; }
  .story_teaser_group_module article .story_teaser_group_module-copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
    .story_teaser_group_module article .story_teaser_group_module-copy .story_teaser_module-short_desc {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  @media only screen and (min-width: 64em) {
    .story_teaser_group_module article .story_teaser_module-footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 48em) {
    .story_teaser_group_module article {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .story_teaser_group_module article .story_teaser_group_module-image {
        padding-top: 0;
        max-width: 320px;
        height: 290px;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-basis: 20%;
            -ms-flex-preferred-size: 20%;
                flex-basis: 20%; }
      .story_teaser_group_module article .topic-tags {
        margin-top: 0; } }
