.series-navigation {
  float: right;
  width: 30%;
  min-width: 340px;
  max-width: 475px;
  margin: 5px 0 20px 20px;
  background-color: #FFF;
  padding: 1em; }
  @media screen and (max-width: 47.99em) {
    .series-navigation {
      display: none; } }
  @media screen and (min-width: 61.25em) {
    .series-navigation {
      margin-left: 50px;
      margin-bottom: 50px; } }
  .series-navigation h2 {
    color: #007db8;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  .series-navigation p {
    font-size: 22px;
    line-height: 1.2;
    margin: 6px 0 12px; }
    .series-navigation p a {
      color: #000; }
      .series-navigation p a::after {
        content: '';
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #007db8;
        display: inline-block;
        height: 12px;
        width: 12px;
        transform: rotate(45deg); }
  .series-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .series-navigation li {
    margin-left: 5px;
    border-bottom: 1px solid #EEE; }
    .series-navigation li:first-child {
      border-top: 1px solid #EEE; }
    .series-navigation li.coming-soon {
      text-align: center;
      font-weight: bold;
      padding: 1em; }
  .series-navigation .series-link {
    display: table;
    width: 100%;
    margin-bottom: 0; }
  .series-navigation .series-image {
    display: table-cell;
    line-height: 0;
    width: 100px; }
  .series-navigation .series-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em; }
  .series-navigation .series-title h3 {
    font-size: 1em;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    max-height: 2.4em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }

@supports not (-webkit-line-clamp: 2) {
  .series-navigation .series-title h3::after {
    content: '';
    display: block;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 90%);
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: auto;
    width: 20%;
    height: auto;
    bottom: 0;
    height: 20px;
    top: auto;
    visibility: visible; } }

/*# sourceMappingURL=dell-series.css.map */
