@charset "UTF-8";
/* ============================================= */
/* WebCore Bootstrap Components CSS ============ */
/* Left to right, light theme ================== */
/* ============================================= */
/* ! Copyright (C) Microsoft Corporation. All rights reserved. */
.alert {
  margin-bottom: 8px;
  margin-top: 8px; }

.alert-header {
  margin-bottom: 40px;
  margin-top: 32px; }
  @media (min-width: 768px) and (max-width: 1399px) {
    .alert-header {
      margin-bottom: 24px;
      margin-top: 16px; } }
  @media (max-width: 767px) {
    .alert-header {
      margin-bottom: 16px;
      margin-top: 8px; } }
  .alert-header + .page-title-header {
    margin-top: -22px; }
    @media (min-width: 768px) and (max-width: 1399px) {
      .alert-header + .page-title-header {
        margin-top: -22px; } }
    @media (max-width: 767px) {
      .alert-header + .page-title-header {
        margin-top: -17px; } }

.alert-error {
  color: #E81123; }
  .alert-error a {
    text-decoration: underline; }
    .alert-error a:link, .alert-error a:visited, .alert-error a:focus {
      color: #E81123; }
    .alert-error a:hover {
      color: #666666; }
    .alert-error a:active {
      color: #999999; }

.alert-band .alert {
  position: relative;
  border: none;
  padding: 12px;
  padding-left: 20px;
  min-height: 48px; }
  .alert-band .alert.alert-dismissible {
    padding-right: 48px; }
  .alert-band .alert.alert-info {
    background-color: #F2F2F2;
    color: #000; }
  .alert-band .alert.alert-warning {
    background-color: rgba(255, 241, 0, 0.4); }
  .alert-band .alert.alert-danger {
    background-color: rgba(208, 46, 0, 0.3); }
  .alert-band .alert.with-icon {
    padding-left: 48px; }
  .alert-band .alert .alert-icon {
    position: absolute;
    top: 4px;
    left: 12px;
    width: 24px;
    height: 24px;
    font-size: 24px; }
    .alert-band .alert .alert-icon .icon-info {
      font-family: "Dev Center MDL2 Assets", "Membership MDL2 Assets";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      position: relative;
      top: 1px;
      display: inline-block;
      vertical-align: baseline;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .alert-band .alert .alert-icon .icon-info:before {
        content: ""; }
  .alert-band .alert .alert-title {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 1px; }
  .alert-band .alert p {
    font-size: 13px;
    margin: 0;
    padding: 4px 0 0; }
    .alert-band .alert p a:hover {
      color: #0078D7;
      text-decoration: underline; }
  .alert-band .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    line-height: 1;
    opacity: 1;
    height: 48px;
    width: 48px;
    min-width: inherit;
    margin: 0;
    background-color: transparent; }
    .alert-band .alert .close:hover {
      border-color: transparent; }
    .alert-band .alert .close span {
      font-size: 20px;
      position: relative; }
      .alert-band .alert .close span .icon-cancel {
        font-family: "Dev Center MDL2 Assets", "Membership MDL2 Assets";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        top: 1px;
        display: inline-block;
        vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .alert-band .alert .close span .icon-cancel:before {
          content: ""; }
  .alert-band .alert .win-icon {
    vertical-align: middle; }

.alert-band .alert-stack {
  background-color: #FFF; }
  .alert-band .alert-stack.affix {
    top: 0;
    width: 100%;
    z-index: 1000; }
  .alert-band .alert-stack .alert {
    margin: 0 0 1px 0;
    padding-right: 10px;
    border-top: none;
    border-right: none;
    border-left: none; }
    .alert-band .alert-stack .alert p {
      padding-bottom: 0.8634px;
      padding-top: 0.8634px;
      padding-bottom: 0.8634px;
      padding-top: 0.8634px;
      margin-bottom: 0;
      padding-top: 4px; }
      @media (min-width: 0) {
        .alert-band .alert-stack .alert p {
          font-size: 13px;
          line-height: 1.2307692308;
          font-weight: 400; } }
      @media (min-width: 768px) {
        .alert-band .alert-stack .alert p {
          font-size: 13px;
          line-height: 1.2307692308;
          font-weight: 400; } }
      @media (min-width: 1400px) {
        .alert-band .alert-stack .alert p {
          font-size: 13px;
          line-height: 1.2307692308;
          font-weight: 400; } }
      @media (min-width: 0) {
        .alert-band .alert-stack .alert p {
          font-size: 0.8125rem; } }
      @media (min-width: 768px) {
        .alert-band .alert-stack .alert p {
          font-size: 0.8125rem; } }
      @media (min-width: 1400px) {
        .alert-band .alert-stack .alert p {
          font-size: 0.8125rem; } }

.breadcrumb {
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      color: #ccc; }

.breadcrumb {
  color: #656565;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 29px; }
  @media (min-width: 768px) and (max-width: 1399px) {
    .breadcrumb {
      top: 21px; } }
  @media (max-width: 767px) {
    .breadcrumb {
      top: 17px; } }
  .breadcrumb > li {
    margin-bottom: 0; }
    .breadcrumb > li + li:before {
      font-family: "Dev Center MDL2 Assets";
      font-size: 0.5rem;
      color: #656565;
      content: "\E76C\00a0"; }
    .breadcrumb > li a,
    .breadcrumb > li a:visited {
      color: #656565; }
  .breadcrumb.breadcrumb-white {
    color: #FFF; }
    .breadcrumb.breadcrumb-white > li + li:before {
      color: #FFF; }
    .breadcrumb.breadcrumb-white > li a,
    .breadcrumb.breadcrumb-white > li a:visited {
      color: #FFF; }
  @media (max-width: 767px) {
    .breadcrumb + .page-title-header {
      margin-top: 52px; } }

.jumbotron-hero {
  position: relative; }
  .jumbotron-hero .hero-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 320px;
    max-width: 1600px; }
    @media (min-width: 540px) {
      .jumbotron-hero .hero-container {
        width: calc(100% - 48px);
        margin-right: 24px;
        margin-left: 24px; } }
    @media (min-width: 768px) {
      .jumbotron-hero .hero-container {
        margin-right: auto;
        margin-left: auto;
        width: 90%; } }
  .jumbotron-hero .background {
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .jumbotron-hero .background img {
      min-width: 100%;
      transform: translateX(-50%);
      margin-left: 50%; }
    .jumbotron-hero .background.smoke-dark:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6); }
    .jumbotron-hero .background.smoke-light:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.6); }
  .jumbotron-hero .text-content-col,
  .jumbotron-hero .media-content-col {
    float: none;
    position: relative; }
    @media (min-width: 540px) {
      .jumbotron-hero .text-content-col,
      .jumbotron-hero .media-content-col {
        display: table-cell;
        vertical-align: middle; } }
  .jumbotron-hero .media-content-col {
    padding: 0; }
    .jumbotron-hero .media-content-col .hero-media-content {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      .jumbotron-hero .media-content-col .hero-media-content:not(img) {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding-top: 56.25%; }
        .jumbotron-hero .media-content-col .hero-media-content:not(img).ratio-4-3 {
          padding-top: 75%; }
        .jumbotron-hero .media-content-col .hero-media-content:not(img).ratio-21-9 {
          padding-top: 42.85%; }
        .jumbotron-hero .media-content-col .hero-media-content:not(img).ratio-1-1, .jumbotron-hero .media-content-col .hero-media-content:not(img).ratio-square {
          padding-top: 100%; }
      .jumbotron-hero .media-content-col .hero-media-content > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; }
  .jumbotron-hero .text-content-col {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 42px;
    padding-bottom: 36px;
    text-align: center; }
    @media (min-width: 540px) {
      .jumbotron-hero .text-content-col {
        padding-left: 24px;
        padding-right: 0;
        text-align: left; } }
    @media (min-width: 768px) {
      .jumbotron-hero .text-content-col {
        padding-left: 48px;
        padding-top: 65px;
        padding-bottom: 65px; } }
    @media (min-width: 1400px) {
      .jumbotron-hero .text-content-col {
        padding-top: 77px;
        padding-bottom: 77px; } }
    @media (min-width: 540px) {
      .jumbotron-hero .text-content-col.first, .jumbotron-hero .text-content-col[class*="-pull-"] {
        padding-left: 0;
        padding-right: 24px; } }
    @media (min-width: 768px) {
      .jumbotron-hero .text-content-col.first, .jumbotron-hero .text-content-col[class*="-pull-"] {
        padding-left: 0;
        padding-right: 48px; } }
    @media (min-width: 0) {
      .jumbotron-hero .text-content-col .hero-title {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 200; } }
    @media (min-width: 768px) {
      .jumbotron-hero .text-content-col .hero-title {
        font-size: 26px;
        line-height: 1.3076923077;
        font-weight: 200; } }
    @media (min-width: 1400px) {
      .jumbotron-hero .text-content-col .hero-title {
        font-size: 34px;
        line-height: 1.1764705882;
        font-weight: 200; } }
    @media (min-width: 0) {
      .jumbotron-hero .text-content-col .hero-title {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .jumbotron-hero .text-content-col .hero-title {
        font-size: 1.625rem; } }
    @media (min-width: 1400px) {
      .jumbotron-hero .text-content-col .hero-title {
        font-size: 2.125rem; } }
    @media (min-width: 0) {
      .jumbotron-hero .text-content-col .hero-title.large {
        font-size: 26px;
        line-height: 1.3076923077;
        font-weight: 300; } }
    @media (min-width: 768px) {
      .jumbotron-hero .text-content-col .hero-title.large {
        font-size: 34px;
        line-height: 1.1764705882;
        font-weight: 200; } }
    @media (min-width: 1400px) {
      .jumbotron-hero .text-content-col .hero-title.large {
        font-size: 46px;
        line-height: 1.2173913043;
        font-weight: 200; } }
    @media (min-width: 0) {
      .jumbotron-hero .text-content-col .hero-title.large {
        font-size: 1.625rem; } }
    @media (min-width: 768px) {
      .jumbotron-hero .text-content-col .hero-title.large {
        font-size: 2.125rem; } }
    @media (min-width: 1400px) {
      .jumbotron-hero .text-content-col .hero-title.large {
        font-size: 2.875rem; } }
    .jumbotron-hero .text-content-col .hero-title + .hero-subtitle {
      margin-top: 9px; }
    .jumbotron-hero .text-content-col .hero-subtitle {
      margin-bottom: 0; }
      @media (min-width: 0) {
        .jumbotron-hero .text-content-col .hero-subtitle {
          font-size: 18px;
          line-height: 1.2222222222;
          font-weight: 300; } }
      @media (min-width: 768px) {
        .jumbotron-hero .text-content-col .hero-subtitle {
          font-size: 18px;
          line-height: 1.2222222222;
          font-weight: 300; } }
      @media (min-width: 1400px) {
        .jumbotron-hero .text-content-col .hero-subtitle {
          font-size: 20px;
          line-height: 1.2;
          font-weight: 300; } }
      @media (min-width: 0) {
        .jumbotron-hero .text-content-col .hero-subtitle {
          font-size: 1.125rem; } }
      @media (min-width: 768px) {
        .jumbotron-hero .text-content-col .hero-subtitle {
          font-size: 1.125rem; } }
      @media (min-width: 1400px) {
        .jumbotron-hero .text-content-col .hero-subtitle {
          font-size: 1.25rem; } }
  @media (min-width: 540px) {
    .jumbotron-hero.media-full-height .media-content-col {
      overflow: hidden; }
      .jumbotron-hero.media-full-height .media-content-col .hero-media-content {
        height: 100%;
        max-width: none;
        margin-left: 50%;
        transform: translateX(-50%); } }
  .jumbotron-hero.highlight-band .hero-container {
    height: auto; }
  .jumbotron-hero.highlight-band .media-content-col,
  .jumbotron-hero.highlight-band .text-content-col {
    padding-top: 42px;
    vertical-align: top; }
  @media (min-width: 768px) {
    .jumbotron-hero.highlight-band .media-content-col,
    .jumbotron-hero.highlight-band .text-content-col {
      padding-top: 65px;
      padding-bottom: 65px; } }
  @media (min-width: 1400px) {
    .jumbotron-hero.highlight-band .media-content-col,
    .jumbotron-hero.highlight-band .text-content-col {
      padding-top: 77px;
      padding-bottom: 77px; } }
  .jumbotron-hero.highlight-band .media-content-col {
    padding-right: 12px;
    padding-left: 12px; }
    @media (min-width: 540px) {
      .jumbotron-hero.highlight-band .media-content-col {
        padding-right: 0;
        padding-left: 0; } }
  .jumbotron-hero.single-col .text-content-col,
  .jumbotron-hero.single-col .media-content-col {
    text-align: center;
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
    .jumbotron-hero.single-col .text-content-col:not([class*="col-"]),
    .jumbotron-hero.single-col .media-content-col:not([class*="col-"]) {
      width: 100%; }
  .jumbotron-hero.single-col .text-content-col {
    padding-left: 4px;
    padding-right: 4px; }
  @media (min-width: 540px) {
    .jumbotron-hero .text-content-col,
    .jumbotron-hero .media-content-col {
      /* using the push/pull classes requires using
               the standard columns classes as well */ }
      .jumbotron-hero .text-content-col:not([class*="col-"]),
      .jumbotron-hero .media-content-col:not([class*="col-"]) {
        width: 50%; }
    .jumbotron-hero .last ~ .first:not([class*="-pull-"]) {
      right: 50%; }
    .jumbotron-hero .last:not([class*="-push-"]) {
      left: 50%; }
    .jumbotron-hero .first ~ .last:not([class*="-push-"]) {
      left: auto; } }
  .jumbotron-hero .countdown-time {
    font-weight: 200;
    font-size: 7.5rem;
    line-height: 1; }
    @media (min-width: 540px) {
      .jumbotron-hero .countdown-time {
        font-size: 4.5rem; } }
    @media (min-width: 768px) {
      .jumbotron-hero .countdown-time {
        font-size: 6rem; } }
    @media (min-width: 1084px) {
      .jumbotron-hero .countdown-time {
        font-size: 8.75rem; } }

.jumbotron {
  min-height: 260px;
  display: table-cell;
  vertical-align: middle;
  background-color: #F2F2F2;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 77px; }
  @media (min-width: 768px) and (max-width: 1399px) {
    .jumbotron {
      margin-bottom: 65px; } }
  @media (max-width: 767px) {
    .jumbotron {
      margin-bottom: 42px; } }
  .jumbotron .image-container {
    padding-top: 20px; }
    @media (min-width: 540px) {
      .jumbotron .image-container {
        height: 320px;
        padding: 20px 0px; } }
  .jumbotron .jumbotron-image {
    width: 100%; }
  .jumbotron .jumbotron-content {
    padding-bottom: 20px; }
    @media (min-width: 540px) {
      .jumbotron .jumbotron-content {
        height: 320px;
        padding: 20px 0px; } }
  .jumbotron .jumbotron-content,
  .jumbotron .image-container {
    display: table-cell;
    vertical-align: middle; }
  .jumbotron .jumbotron-header {
    margin: 15px 0px;
    padding-bottom: 3.1812px;
    padding-top: 3.1812px;
    padding-bottom: 3.1812px;
    padding-top: 3.1812px; }
    @media (min-width: 0) {
      .jumbotron .jumbotron-header {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 200; } }
    @media (min-width: 768px) {
      .jumbotron .jumbotron-header {
        font-size: 26px;
        line-height: 1.3076923077;
        font-weight: 200; } }
    @media (min-width: 1400px) {
      .jumbotron .jumbotron-header {
        font-size: 34px;
        line-height: 1.1764705882;
        font-weight: 200; } }
    @media (min-width: 0) {
      .jumbotron .jumbotron-header {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .jumbotron .jumbotron-header {
        font-size: 1.625rem; } }
    @media (min-width: 1400px) {
      .jumbotron .jumbotron-header {
        font-size: 2.125rem; } }
    .jumbotron .jumbotron-header.header-large {
      padding-bottom: 3.3628px;
      padding-top: 3.3628px;
      padding-bottom: 3.3628px;
      padding-top: 3.3628px; }
      @media (min-width: 0) {
        .jumbotron .jumbotron-header.header-large {
          font-size: 26px;
          line-height: 1.3076923077;
          font-weight: 300; } }
      @media (min-width: 768px) {
        .jumbotron .jumbotron-header.header-large {
          font-size: 34px;
          line-height: 1.1764705882;
          font-weight: 200; } }
      @media (min-width: 1400px) {
        .jumbotron .jumbotron-header.header-large {
          font-size: 46px;
          line-height: 1.2173913043;
          font-weight: 200; } }
      @media (min-width: 0) {
        .jumbotron .jumbotron-header.header-large {
          font-size: 1.625rem; } }
      @media (min-width: 768px) {
        .jumbotron .jumbotron-header.header-large {
          font-size: 2.125rem; } }
      @media (min-width: 1400px) {
        .jumbotron .jumbotron-header.header-large {
          font-size: 2.875rem; } }
  .jumbotron .jumbotron-subheader {
    margin: 15px 0px;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px;
    padding-bottom: 2.3632px;
    padding-top: 2.3632px; }
    @media (min-width: 0) {
      .jumbotron .jumbotron-subheader {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 300; } }
    @media (min-width: 768px) {
      .jumbotron .jumbotron-subheader {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 300; } }
    @media (min-width: 1400px) {
      .jumbotron .jumbotron-subheader {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 300; } }
    @media (min-width: 0) {
      .jumbotron .jumbotron-subheader {
        font-size: 1.25rem; } }
    @media (min-width: 768px) {
      .jumbotron .jumbotron-subheader {
        font-size: 1.25rem; } }
    @media (min-width: 1400px) {
      .jumbotron .jumbotron-subheader {
        font-size: 1.5rem; } }
  @media (min-width: 320px) {
    .jumbotron {
      min-height: 320px;
      display: block; }
      .jumbotron .image-col,
      .jumbotron .content-col {
        display: table; } }
  .jumbotron.jumbotron-centered .centering-col {
    display: table; }
  .jumbotron.jumbotron-centered .centered-content {
    display: table-cell;
    vertical-align: middle;
    height: 260px;
    text-align: center; }
    @media (min-width: 540px) {
      .jumbotron.jumbotron-centered .centered-content {
        height: 320px; } }
  .jumbotron.jumbotron-centered .jumbotron-content,
  .jumbotron.jumbotron-centered .image-container {
    display: block;
    height: auto;
    padding: 0px; }
  .jumbotron.jumbotron-centered .image-container {
    padding-top: 20px; }
  .jumbotron.jumbotron-centered .jumbotron-content {
    padding-bottom: 20px; }
  .jumbotron.jumbotron-centered .jumbotron-image {
    max-width: 655px; }
  .jumbotron.jumbotron-centered .btn-group {
    display: inline-block; }
  .jumbotron.jumbotron-search {
    display: block; }
  .jumbotron.jumbotron-tall {
    min-height: 500px; }
    @media (min-width: 540px) {
      .jumbotron.jumbotron-tall {
        min-height: 620px; }
        .jumbotron.jumbotron-tall .jumbotron-content,
        .jumbotron.jumbotron-tall .image-container {
          height: 620px; } }
    .jumbotron.jumbotron-tall.jumbotron-centered .centered-content {
      height: 500px; }
      @media (min-width: 540px) {
        .jumbotron.jumbotron-tall.jumbotron-centered .centered-content {
          height: 620px; }
          .jumbotron.jumbotron-tall.jumbotron-centered .centered-content .jumbotron-content,
          .jumbotron.jumbotron-tall.jumbotron-centered .centered-content .image-container {
            height: auto; } }
  .jumbotron.jumbotron-highlight-band {
    padding: 77px 0; }
    @media (min-width: 768px) and (max-width: 1399px) {
      .jumbotron.jumbotron-highlight-band {
        padding: 65px 0; } }
    @media (max-width: 767px) {
      .jumbotron.jumbotron-highlight-band {
        padding: 42px 0; } }
    .jumbotron.jumbotron-highlight-band .container {
      overflow: hidden; }
    .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
      padding-bottom: 2.3632px;
      padding-top: 2.3632px;
      padding-bottom: 2.3632px;
      padding-top: 2.3632px; }
      @media (min-width: 0) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          font-size: 20px;
          line-height: 1.2;
          font-weight: 300; } }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          font-size: 20px;
          line-height: 1.2;
          font-weight: 300; } }
      @media (min-width: 1400px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          font-size: 24px;
          line-height: 1.1666666667;
          font-weight: 300; } }
      @media (min-width: 0) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          font-size: 1.25rem; } }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          font-size: 1.25rem; } }
      @media (min-width: 1400px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          font-size: 1.5rem; } }
      @media (min-width: 320px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          padding-top: 32px;
          padding-bottom: 32px; } }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          margin-top: 0;
          padding-top: 0px;
          padding-bottom: 16px; } }
      @media (min-width: 1084px) {
        .jumbotron.jumbotron-highlight-band .jumbotron-highlight-band-header {
          margin-top: 0;
          padding-top: 0;
          padding-bottom: 16px; } }
    .jumbotron.jumbotron-highlight-band .jumbotron-content {
      padding: 0 0;
      height: auto; }
    .jumbotron.jumbotron-highlight-band .image-col {
      position: relative;
      padding-top: 0;
      padding-bottom: 0; }
    .jumbotron.jumbotron-highlight-band .image-container {
      padding: 0 0;
      height: auto; }
    .jumbotron.jumbotron-highlight-band p .more-container {
      display: block;
      margin-top: 8px; }
    .jumbotron.jumbotron-highlight-band p:last-child {
      margin-bottom: 0; }
    .jumbotron.jumbotron-highlight-band p + ul {
      margin-top: 16px; }
    .jumbotron.jumbotron-highlight-band ul li:last-child,
    .jumbotron.jumbotron-highlight-band ol li:last-child {
      margin-bottom: 0; }
    .jumbotron.jumbotron-highlight-band .more-container {
      display: block;
      margin-top: 8px; }
    .jumbotron.jumbotron-highlight-band .image-container img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .jumbotron.jumbotron-highlight-band {
        padding: 42px 0; } }
    @media (max-width: 768px) {
      .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-clipped-height {
        padding: 0; }
        .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-clipped-height .container {
          padding-bottom: 24px;
          padding-top: 12px; } }
    @media (min-width: 768px) {
      .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-clipped-height {
        padding-bottom: 0; }
        .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-clipped-height .content-col {
          padding-bottom: 77px; } }
    @media (min-width: 768px) and (max-width: 1399px) {
      .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-clipped-height .content-col {
        padding-bottom: 65px; } }
    .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height {
      position: relative; }
      .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .image-col {
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
      .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .content-col {
        vertical-align: top; }
      .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .jumbotron-content {
        display: block; }
      @media (max-width: 768px) {
        .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height {
          padding-top: 0;
          padding-bottom: 42px; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .container {
            margin-left: 0;
            margin-right: 0; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .image-col {
            height: 168px; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .content-col {
            padding-left: 24px;
            padding-right: 24px; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height.jumbotron-highlight-band-image-right {
            padding-top: 168px; }
            .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height.jumbotron-highlight-band-image-right .image-col {
              position: absolute;
              top: 0;
              left: 0; } }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height.jumbotron-highlight-band-image-right .image-col {
          background-position: 24px 0; }
        .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height.jumbotron-highlight-band-image-left .image-col {
          background-position: -24px 0; } }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height {
          padding: 0 0; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .row {
            display: table;
            min-height: 320px;
            min-width: 95%; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .image-col {
            display: table-cell;
            height: 100%;
            float: none;
            background-size: cover; }
            .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .image-col:after {
              height: 100%;
              display: table-cell; }
          .jumbotron.jumbotron-highlight-band.jumbotron-highlight-band-full-height .content-col {
            display: table-cell;
            float: none;
            padding-top: 77px;
            padding-bottom: 77px; } }

.media-left,
.media-right,
.media-body {
  display: table-cell; }

.media {
  max-width: 288px;
  margin: 0;
  padding: 0 0 24px; }
  @media (min-width: 320px) {
    .media {
      max-width: 320px; } }
  .media .media-left {
    padding-right: 16px; }
  .media .media-right {
    padding-left: 16px; }
  .media .media-icon {
    margin-top: 4px; }
  .media .heading-expander {
    display: table-cell; }
  .media .media-body {
    vertical-align: middle; }
  .media .media-top {
    vertical-align: top; }
  .media .media-middle {
    vertical-align: middle; }
  .media .media-bottom {
    vertical-align: bottom; }
  .media .body-outer {
    display: table-cell;
    vertical-align: top;
    padding-right: 8px; }
  .media .body-inner {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .media .title-detail {
    display: table-cell; }
  .media .media-title {
    display: block;
    padding-bottom: 0.227px;
    padding-top: 0.227px;
    padding-bottom: 0.227px;
    padding-top: 0.227px;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis; }
    @media (min-width: 0) {
      .media .media-title {
        font-size: 15px;
        line-height: 1.3333333333;
        font-weight: 600; } }
    @media (min-width: 768px) {
      .media .media-title {
        font-size: 15px;
        line-height: 1.3333333333;
        font-weight: 600; } }
    @media (min-width: 1400px) {
      .media .media-title {
        font-size: 15px;
        line-height: 1.3333333333;
        font-weight: 600; } }
    @media (min-width: 0) {
      .media .media-title {
        font-size: 0.9375rem; } }
    @media (min-width: 768px) {
      .media .media-title {
        font-size: 0.9375rem; } }
    @media (min-width: 1400px) {
      .media .media-title {
        font-size: 0.9375rem; } }
    @media (min-width: 0) {
      .media .media-title {
        line-height: normal;
        max-height: 20.454px;
        max-height: 1.278375rem; } }
    @media (min-width: 768px) {
      .media .media-title {
        line-height: normal;
        max-height: 20.454px;
        max-height: 1.278375rem; } }
    @media (min-width: 1400px) {
      .media .media-title {
        line-height: normal;
        max-height: 20.454px;
        max-height: 1.278375rem; } }
  .media .media-expander {
    display: table-cell;
    padding-bottom: 0.8634px;
    padding-top: 0.8634px;
    padding-bottom: 0.8634px;
    padding-top: 0.8634px;
    text-align: right;
    white-space: nowrap;
    padding-top: 3px;
    vertical-align: top; }
    @media (min-width: 0) {
      .media .media-expander {
        font-size: 13px;
        line-height: 1.2307692308;
        font-weight: 400; } }
    @media (min-width: 768px) {
      .media .media-expander {
        font-size: 13px;
        line-height: 1.2307692308;
        font-weight: 400; } }
    @media (min-width: 1400px) {
      .media .media-expander {
        font-size: 13px;
        line-height: 1.2307692308;
        font-weight: 400; } }
    @media (min-width: 0) {
      .media .media-expander {
        font-size: 0.8125rem; } }
    @media (min-width: 768px) {
      .media .media-expander {
        font-size: 0.8125rem; } }
    @media (min-width: 1400px) {
      .media .media-expander {
        font-size: 0.8125rem; } }
  .media .media-detail {
    padding-bottom: 0.227px;
    padding-top: 0.227px;
    padding-bottom: 0.227px;
    padding-top: 0.227px;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    display: block;
    color: #767676; }
    @media (min-width: 0) {
      .media .media-detail {
        font-size: 15px;
        line-height: 1.3333333333;
        font-weight: 400; } }
    @media (min-width: 768px) {
      .media .media-detail {
        font-size: 15px;
        line-height: 1.3333333333;
        font-weight: 400; } }
    @media (min-width: 1400px) {
      .media .media-detail {
        font-size: 15px;
        line-height: 1.3333333333;
        font-weight: 400; } }
    @media (min-width: 0) {
      .media .media-detail {
        font-size: 0.9375rem; } }
    @media (min-width: 768px) {
      .media .media-detail {
        font-size: 0.9375rem; } }
    @media (min-width: 1400px) {
      .media .media-detail {
        font-size: 0.9375rem; } }
    @media (min-width: 0) {
      .media .media-detail {
        line-height: normal;
        max-height: 20.454px;
        max-height: 1.278375rem; } }
    @media (min-width: 768px) {
      .media .media-detail {
        line-height: normal;
        max-height: 20.454px;
        max-height: 1.278375rem; } }
    @media (min-width: 1400px) {
      .media .media-detail {
        line-height: normal;
        max-height: 20.454px;
        max-height: 1.278375rem; } }
  .media.person {
    padding: 6px 0px; }
    @media (min-width: 320px) {
      .media.person {
        padding: 10px 0px; } }
    .media.person .media-left {
      padding-right: 14px; }
    .media.person .media-icon {
      margin-top: 2px; }

.table .media {
  max-width: 486px;
  padding: 0px 0px; }
  @media (min-width: 320px) {
    .table .media {
      max-width: 540px; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs > li > a {
  line-height: 1.428571429; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 540px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 540px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.nav-tabs {
  margin-top: 0;
  margin-left: -12px;
  margin-right: -12px; }
  .nav-tabs li {
    margin-top: 0;
    padding: 0;
    float: left; }
    .nav-tabs li a,
    .nav-tabs li span {
      margin-right: 2px;
      font-size: 1.5rem;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.6);
      padding: 0 12px;
      height: 48px;
      line-height: 48px;
      cursor: pointer; }
      .dashboard .nav-tabs li a, .dashboard
      .nav-tabs li span {
        font-size: 1.125rem;
        font-weight: 400;
        height: 24px;
        line-height: 24px; }
      .nav-tabs li a:hover,
      .nav-tabs li span:hover {
        color: rgba(0, 0, 0, 0.8); }
    .nav-tabs li.active a,
    .nav-tabs li.active span {
      color: #000; }
  .nav-tabs.mini-pivot {
    margin-left: -9px;
    margin-right: -9px; }
    .nav-tabs.mini-pivot li a,
    .nav-tabs.mini-pivot li span {
      margin: 0;
      font-size: 0.9375rem;
      font-weight: 400;
      padding: 0 9px;
      height: 24px;
      line-height: 24px; }
  .nav-tabs.code-tabs {
    margin: 0; }
    .nav-tabs.code-tabs li,
    .nav-tabs.code-tabs li a {
      font-size: 0.6875rem;
      line-height: 2.1818181818;
      font-weight: 700;
      height: 24px;
      color: #000; }
    .nav-tabs.code-tabs li {
      margin-right: 4px;
      margin-bottom: 0;
      background-color: #CCCCCC; }
      .nav-tabs.code-tabs li.active {
        background-color: #F2F2F2; }
      .nav-tabs.code-tabs li a {
        margin: 0; }
  .nav-tabs.filter-tabs {
    margin: 0 0 12px 0;
    white-space: nowrap;
    font-size: 0; }
    .nav-tabs.filter-tabs li,
    .nav-tabs.filter-tabs li a {
      font-size: 0.8125rem;
      line-height: 1;
      height: 36px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.6); }
    .nav-tabs.filter-tabs li {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      background-color: #FFF;
      border-left: 1px solid #CCCCCC; }
      .nav-tabs.filter-tabs li:first-of-type {
        border-left: none; }
      .nav-tabs.filter-tabs li.active {
        background-color: #0078D7; }
        .nav-tabs.filter-tabs li.active a {
          color: #FFF; }
      .nav-tabs.filter-tabs li a {
        margin: 0;
        padding: 11px 32px; }
      .nav-tabs.filter-tabs li.form-content {
        font-size: 0.9375rem;
        background: transparent;
        padding: 0 4px;
        line-height: inherit;
        color: inherit; }
        .nav-tabs.filter-tabs li.form-content > * {
          display: inline-block;
          vertical-align: middle;
          padding: 0 4px; }
        .nav-tabs.filter-tabs li.form-content input {
          background-color: #FFF; }
      .nav-tabs.filter-tabs li.closed {
        display: none !important; }

.disabled {
  color: rgba(0, 0, 0, 0.2); }
  .disabled li, .disabled li.active, .disabled h3, .disabled a {
    color: rgba(0, 0, 0, 0.2); }
    .disabled li a, .disabled li a:hover, .disabled li.active a, .disabled li.active a:hover, .disabled h3 a, .disabled h3 a:hover, .disabled a a, .disabled a a:hover {
      color: rgba(0, 0, 0, 0.2);
      pointer-events: none; }

.pager {
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none; }

.pager li:first-child a {
  margin-left: 0; }
  .pager li:first-child a:before, .pager li:first-child a:after {
    font-family: "Dev Center MDL2 Assets";
    color: #000;
    font-weight: 600;
    font-size: 0.75rem;
    vertical-align: middle; }

.pager li:first-child a {
  padding: 8px 12px 8px 0; }
  .pager li:first-child a:after {
    display: none; }
  .pager li:first-child a:before {
    content: "\E76B\00a0"; }
  .pager li:first-child a:hover:before, .pager li:first-child a:focus:before, .pager li:first-child a:active:before {
    color: #006ECC;
    background-color: transparent; }

.pager li:last-child a {
  margin-right: -4px; }
  .pager li:last-child a:after, .pager li:last-child a:before {
    font-family: "Dev Center MDL2 Assets";
    color: #000;
    padding-left: 4px;
    font-weight: 600;
    font-size: 0.75rem;
    vertical-align: middle; }

.pager li:last-child a {
  padding: 8px 0 8px 12px; }
  .pager li:last-child a:before {
    display: none; }
  .pager li:last-child a:after {
    content: "\E76C\00a0"; }
  .pager li:last-child a:hover:after, .pager li:last-child a:focus:after, .pager li:last-child a:active:after {
    color: #006ECC;
    background-color: transparent; }

.pager li:last-child a:hover, .pager li:last-child a:focus, .pager li:last-child a:active,
.pager li:first-child a:hover,
.pager li:first-child a:focus,
.pager li:first-child a:active {
  color: #006ECC;
  background-color: transparent;
  font-weight: 600; }

.pagination, .pager {
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li, .pager > li {
    display: inline; }
    .pagination > li > a, .pager > li > a,
    .pagination > li > span, .pager > li > span {
      position: relative;
      line-height: 1.428571429;
      text-decoration: none; }
    .pagination > li:first-child > a, .pager > li:first-child > a,
    .pagination > li:first-child > span, .pager > li:first-child > span {
      margin-left: 0; }
  .pagination > .active > a, .pager > .active > a, .pagination > .active > a:hover, .pager > .active > a:hover, .pagination > .active > a:focus, .pager > .active > a:focus,
  .pagination > .active > span, .pager > .active > span,
  .pagination > .active > span:hover, .pager > .active > span:hover,
  .pagination > .active > span:focus, .pager > .active > span:focus {
    z-index: 2;
    color: #fff;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span, .pager > .disabled > span,
  .pagination > .disabled > span:hover, .pager > .disabled > span:hover,
  .pagination > .disabled > span:focus, .pager > .disabled > span:focus,
  .pagination > .disabled > a, .pager > .disabled > a,
  .pagination > .disabled > a:hover, .pager > .disabled > a:hover,
  .pagination > .disabled > a:focus, .pager > .disabled > a:focus {
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination, .pager {
  padding: 0; }
  .pagination li > a, .pager li > a,
  .pagination li > span, .pager li > span {
    color: #000;
    margin: 2px;
    height: 40px;
    min-width: 40px;
    padding: 8px 12px;
    text-align: center;
    font-weight: 600;
    float: left; }
  .pagination li a:hover, .pager li a:hover {
    color: #006ECC;
    background-color: #F2F2F2; }
  .pagination li a:focus, .pager li a:focus,
  .pagination li a:active, .pager li a:active {
    color: #fff;
    background-color: #656565;
    font-weight: 400; }
  .pagination li.previous-pagination a, .pager li.previous-pagination a {
    padding: 8px 12px;
    margin-left: -12px; }
    @media (max-width: 540px) {
      .pagination li.previous-pagination a, .pager li.previous-pagination a {
        padding-right: 4px;
        min-width: 12px; }
        .pagination li.previous-pagination a span, .pager li.previous-pagination a span {
          display: block;
          position: relative;
          color: transparent;
          max-width: 12px; } }
    .pagination li.previous-pagination a span:before, .pager li.previous-pagination a span:before,
    .pagination li.previous-pagination a span:after, .pager li.previous-pagination a span:after {
      font-family: "Dev Center MDL2 Assets";
      color: #000;
      font-weight: 600;
      font-size: 0.75rem;
      vertical-align: middle; }
    .pagination li.previous-pagination a span:after, .pager li.previous-pagination a span:after {
      display: none; }
    .pagination li.previous-pagination a:hover span:before, .pager li.previous-pagination a:hover span:before,
    .pagination li.previous-pagination a:focus span:before, .pager li.previous-pagination a:focus span:before,
    .pagination li.previous-pagination a:active span:before, .pager li.previous-pagination a:active span:before {
      color: #006ECC;
      background-color: transparent; }
    @media (max-width: 540px) {
      .pagination li.previous-pagination a span, .pager li.previous-pagination a span {
        direction: ltr; }
        .pagination li.previous-pagination a span:before, .pager li.previous-pagination a span:before {
          right: 0; } }
    .pagination li.previous-pagination a span:before, .pager li.previous-pagination a span:before {
      content: "\E76B\00a0"; }
  .pagination li.next-pagination a, .pager li.next-pagination a {
    padding: 8px 12px;
    margin-right: -16px; }
    @media (max-width: 540px) {
      .pagination li.next-pagination a, .pager li.next-pagination a {
        padding-left: 4px;
        min-width: 12px;
        margin-right: -12px; }
        .pagination li.next-pagination a span, .pager li.next-pagination a span {
          display: block;
          position: relative;
          color: transparent;
          max-width: 12px; }
          .pagination li.next-pagination a span:after, .pager li.next-pagination a span:after, .pagination li.next-pagination a span:before, .pager li.next-pagination a span:before {
            position: absolute;
            top: 4px;
            width: 12px; } }
    .pagination li.next-pagination a span:after, .pager li.next-pagination a span:after,
    .pagination li.next-pagination a span:before, .pager li.next-pagination a span:before {
      font-family: "Dev Center MDL2 Assets";
      color: #000;
      padding-left: 4px;
      font-weight: 600;
      font-size: 0.75rem;
      vertical-align: middle; }
    .pagination li.next-pagination a span:before, .pager li.next-pagination a span:before {
      display: none; }
    .pagination li.next-pagination a:hover span:after, .pager li.next-pagination a:hover span:after,
    .pagination li.next-pagination a:focus span:after, .pager li.next-pagination a:focus span:after,
    .pagination li.next-pagination a:active span:after, .pager li.next-pagination a:active span:after {
      color: #006ECC;
      background-color: transparent; }
    @media (max-width: 540px) {
      .pagination li.next-pagination a span, .pager li.next-pagination a span {
        direction: rtl; }
        .pagination li.next-pagination a span:after, .pager li.next-pagination a span:after {
          left: 0; } }
    .pagination li.next-pagination a span:after, .pager li.next-pagination a span:after {
      content: "\E76C\00a0"; }
  .pagination li.next-pagination a span:active, .pager li.next-pagination a span:active,
  .pagination li.next-pagination a span:focus, .pager li.next-pagination a span:focus, .pagination li.next-pagination a:hover, .pager li.next-pagination a:hover,
  .pagination li.next-pagination a:hover span, .pager li.next-pagination a:hover span, .pagination li.next-pagination a:focus, .pager li.next-pagination a:focus, .pagination li.next-pagination a:active, .pager li.next-pagination a:active,
  .pagination li.previous-pagination a span:active, .pager li.previous-pagination a span:active,
  .pagination li.previous-pagination a span:focus, .pager li.previous-pagination a span:focus,
  .pagination li.previous-pagination a:hover, .pager li.previous-pagination a:hover,
  .pagination li.previous-pagination a:hover span, .pager li.previous-pagination a:hover span,
  .pagination li.previous-pagination a:focus, .pager li.previous-pagination a:focus,
  .pagination li.previous-pagination a:active, .pager li.previous-pagination a:active {
    color: #006ECC;
    background-color: transparent;
    font-weight: 600; }
    @media (max-width: 540px) {
      .pagination li.next-pagination a span:active, .pager li.next-pagination a span:active,
      .pagination li.next-pagination a span:focus, .pager li.next-pagination a span:focus, .pagination li.next-pagination a:hover, .pager li.next-pagination a:hover,
      .pagination li.next-pagination a:hover span, .pager li.next-pagination a:hover span, .pagination li.next-pagination a:focus, .pager li.next-pagination a:focus, .pagination li.next-pagination a:active, .pager li.next-pagination a:active,
      .pagination li.previous-pagination a span:active, .pager li.previous-pagination a span:active,
      .pagination li.previous-pagination a span:focus, .pager li.previous-pagination a span:focus,
      .pagination li.previous-pagination a:hover, .pager li.previous-pagination a:hover,
      .pagination li.previous-pagination a:hover span, .pager li.previous-pagination a:hover span,
      .pagination li.previous-pagination a:focus, .pager li.previous-pagination a:focus,
      .pagination li.previous-pagination a:active, .pager li.previous-pagination a:active {
        color: transparent; } }
  .pagination .active a, .pager .active a, .pagination .active a:hover, .pager .active a:hover, .pagination .active a:focus, .pager .active a:focus,
  .pagination .active span, .pager .active span,
  .pagination .active span:hover, .pager .active span:hover,
  .pagination .active span:focus, .pager .active span:focus {
    background-color: #006ECC;
    font-weight: 400; }
  .pagination .disabled span, .pager .disabled span,
  .pagination .disabled span:hover, .pager .disabled span:hover,
  .pagination .disabled span:focus, .pager .disabled span:focus,
  .pagination .disabled a, .pager .disabled a,
  .pagination .disabled a:hover, .pager .disabled a:hover,
  .pagination .disabled a:focus, .pager .disabled a:focus {
    cursor: #000;
    pointer-events: none;
    min-width: inherit;
    letter-spacing: 2px;
    padding: 8px 0;
    font-weight: 600;
    color: #000; }

.pagination-results {
  margin-top: 0; }
  .pagination-results .section-header {
    margin-bottom: 0;
    border-bottom: 1px solid #C8C8C8; }
    @media (max-width: 540px) {
      .pagination-results .section-header {
        display: inline-block;
        min-width: 100%; } }
  .pagination-results .text-caption {
    font-weight: 600;
    color: #656565; }
  .pagination-results .section-body nav {
    display: table-cell; }
    .pagination-results .section-body nav .pagination.results-list, .pagination-results .section-body nav .results-list.pager {
      display: table;
      table-layout: fixed;
      width: 100%; }
  .pagination-results .header-action {
    vertical-align: middle; }
    .pagination-results .header-action:after, .pagination-results .header-action:before {
      font-family: "Dev Center MDL2 Assets";
      content: "\E70D\00a0";
      color: #006ECC;
      padding-left: 6px;
      font-weight: 600;
      font-size: 0.75rem;
      vertical-align: middle; }
    .pagination-results .header-action:hover:after, .pagination-results .header-action:hover:before {
      color: #656565; }
    .pagination-results .header-action:before {
      display: none; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden; }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress {
  height: 4px;
  margin-bottom: 12px;
  border-style: none;
  color: #0078D7;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  position: relative; }
  .progress.indeterminate {
    background-color: transparent; }

.progress-bar {
  color: #0078D7;
  background-color: #0078D7;
  width: 0%;
  height: 100%;
  float: left; }
  .progress-bar.indeterminate-bar {
    -o-animation: indeterminate-progress-bar-wrapper 4s infinite;
    -moz-animation: indeterminate-progress-bar-wrapper 4s infinite;
    -webkit-animation: indeterminate-progress-bar-wrapper 4s infinite;
    animation: indeterminate-progress-bar-wrapper 4s infinite;
    -o-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50%;
    position: absolute;
    background: transparent; }
    .progress-bar.indeterminate-bar .indeterminate-indicators {
      width: 60px;
      height: 4px;
      line-height: 4px;
      position: relative;
      margin: 0 auto;
      display: block;
      -webkit-transform: translateX(-76px);
      -moz-transform: translateX(-76px);
      -o-transform: translateX(-76px);
      -ms-transform: translateX(-76px);
      transform: translateX(-76px); }
      .progress-bar.indeterminate-bar .indeterminate-indicators .indicator-1 {
        left: 10px; }
      .progress-bar.indeterminate-bar .indeterminate-indicators .indicator-2 {
        left: 20px; }
      .progress-bar.indeterminate-bar .indeterminate-indicators .indicator-3 {
        left: 30px; }
      .progress-bar.indeterminate-bar .indeterminate-indicators .indicator-4 {
        left: 40px; }
      .progress-bar.indeterminate-bar .indeterminate-indicators .indicator-5 {
        left: 50px; }
    .progress-bar.indeterminate-bar .indeterminate-indicator {
      position: relative;
      line-height: 4px;
      vertical-align: top;
      display: inline-block; }
    .progress-bar.indeterminate-bar .dot {
      position: absolute;
      -o-animation: indeterminate-progress-bar 4s infinite;
      -moz-animation: indeterminate-progress-bar 4s infinite;
      -webkit-animation: indeterminate-progress-bar 4s infinite;
      animation: indeterminate-progress-bar 4s infinite;
      -o-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -o-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      height: 4px;
      width: 4px;
      line-height: 4px;
      background-color: #0078D7;
      display: inline-block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      vertical-align: top; }
      @media screen and (-ms-high-contrast: active) {
        .progress-bar.indeterminate-bar .dot {
          background-color: Highlight; } }
    .progress-bar.indeterminate-bar .indicator-1 .dot {
      -o-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .progress-bar.indeterminate-bar .indicator-2 .dot {
      -o-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .progress-bar.indeterminate-bar .indicator-3 .dot {
      -o-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .progress-bar.indeterminate-bar .indicator-4 .dot {
      -o-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .progress-bar.indeterminate-bar .indicator-5 .dot {
      -o-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
  .progress-bar.indeterminate-ring {
    display: block; }

@-webkit-keyframes indeterminate-progress-bar-wrapper {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

@-moz-keyframes indeterminate-progress-bar-wrapper {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

@-o-keyframes indeterminate-progress-bar-wrapper {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes indeterminate-progress-bar-wrapper {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes indeterminate-progress-bar {
  0% {
    right: 1488px; }
  40% {
    right: 0px; }
  50% {
    right: 0px; }
  100% {
    right: -1488px; } }

@-moz-keyframes indeterminate-progress-bar {
  0% {
    right: 1488px; }
  40% {
    right: 0px; }
  50% {
    right: 0px; }
  100% {
    right: -1488px; } }

@-o-keyframes indeterminate-progress-bar {
  0% {
    right: 1488px; }
  40% {
    right: 0px; }
  50% {
    right: 0px; }
  100% {
    right: -1488px; } }

@keyframes indeterminate-progress-bar {
  0% {
    right: 1488px; }
  40% {
    right: 0px; }
  50% {
    right: 0px; }
  100% {
    right: -1488px; } }

.ring {
  width: 24px;
  height: 24px;
  overflow: visible;
  margin-top: 12px; }
  .ring .indeterminate-ring {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: rotate(225deg);
    -o-animation-name: indeterminate-progress-ring;
    -moz-animation-name: indeterminate-progress-ring;
    -webkit-animation-name: indeterminate-progress-ring;
    animation-name: indeterminate-progress-ring;
    -o-animation-duration: 4.4s;
    -moz-animation-duration: 4.4s;
    -webkit-animation-duration: 4.4s;
    animation-duration: 4.4s;
    -o-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
    .ring .indeterminate-ring::after {
      background-color: #0078D7;
      border-radius: 50%;
      width: 3px;
      height: 3px;
      position: absolute;
      content: '';
      left: 8%;
      top: 8%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1) rotate(0.02deg);
      -ms-transform: scale(1) rotate(0.02deg); }
      @media screen and (-ms-high-contrast: active) {
        .ring .indeterminate-ring::after {
          background-color: Highlight; } }
    .ring .indeterminate-ring.indicator-1 {
      -o-animation-delay: 0.96s;
      -moz-animation-delay: 0.96s;
      -webkit-animation-delay: 0.96s;
      animation-delay: 0.96s; }
    .ring .indeterminate-ring.indicator-2 {
      -o-animation-delay: 0.19s;
      -moz-animation-delay: 0.19s;
      -webkit-animation-delay: 0.19s;
      animation-delay: 0.19s; }
    .ring .indeterminate-ring.indicator-3 {
      -o-animation-delay: 0.38s;
      -moz-animation-delay: 0.38s;
      -webkit-animation-delay: 0.38s;
      animation-delay: 0.38s; }
    .ring .indeterminate-ring.indicator-4 {
      -o-animation-delay: 0.58s;
      -moz-animation-delay: 0.58s;
      -webkit-animation-delay: 0.58s;
      animation-delay: 0.58s; }
    .ring .indeterminate-ring.indicator-5 {
      -o-animation-delay: 0.77s;
      -moz-animation-delay: 0.77s;
      -webkit-animation-delay: 0.77s;
      animation-delay: 0.77s; }
  .ring.ring-medium {
    width: 40px;
    height: 40px; }
    .ring.ring-medium .indeterminate-medium {
      width: 40px;
      height: 40px; }
      .ring.ring-medium .indeterminate-medium::after {
        width: 4px;
        height: 4px; }
  .ring.ring-large {
    width: 60px;
    height: 60px; }
    .ring.ring-large .indeterminate-large {
      width: 60px;
      height: 60px; }
      .ring.ring-large .indeterminate-large::after {
        width: 5px;
        height: 5px; }
  .ring.ring-primary .indeterminate-ring::after {
    background-color: #000; }
  .ring.ring-alt .indeterminate-ring::after {
    background-color: #FFF; }

@-webkit-keyframes indeterminate-progress-ring {
  0% {
    transform: rotate(200deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear; }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(760deg);
    animation-timing-function: linear; }
  70% {
    transform: rotate(895deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  73% {
    transform: rotate(955deg);
    animation-timing-function: ease-out;
    opacity: 0; }
  74% {
    transform: rotate(985deg);
    opacity: 0; }
  100% {
    transform: rotate(1005deg);
    opacity: 0; } }

@-moz-keyframes indeterminate-progress-ring {
  0% {
    transform: rotate(200deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear; }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(760deg);
    animation-timing-function: linear; }
  70% {
    transform: rotate(895deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  73% {
    transform: rotate(955deg);
    animation-timing-function: ease-out;
    opacity: 0; }
  74% {
    transform: rotate(985deg);
    opacity: 0; }
  100% {
    transform: rotate(1005deg);
    opacity: 0; } }

@-o-keyframes indeterminate-progress-ring {
  0% {
    transform: rotate(200deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear; }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(760deg);
    animation-timing-function: linear; }
  70% {
    transform: rotate(895deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  73% {
    transform: rotate(955deg);
    animation-timing-function: ease-out;
    opacity: 0; }
  74% {
    transform: rotate(985deg);
    opacity: 0; }
  100% {
    transform: rotate(1005deg);
    opacity: 0; } }

@keyframes indeterminate-progress-ring {
  0% {
    transform: rotate(200deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear; }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(760deg);
    animation-timing-function: linear; }
  70% {
    transform: rotate(895deg);
    opacity: 1;
    animation-timing-function: ease-out; }
  73% {
    transform: rotate(955deg);
    animation-timing-function: ease-out;
    opacity: 0; }
  74% {
    transform: rotate(985deg);
    opacity: 0; }
  100% {
    transform: rotate(1005deg);
    opacity: 0; } }

.timeline-status label {
  margin-bottom: 7px; }

.timeline-status .progress {
  overflow: visible; }

.timeline-status .progress-bar {
  color: #767676;
  background-color: #767676;
  text-align: right; }
  .timeline-status .progress-bar .status-text {
    color: #000;
    display: inline-block;
    position: relative;
    top: 6px; }
    .timeline-status .progress-bar .status-text span {
      display: block;
      position: relative;
      left: 50%;
      right: 50%;
      text-align: center; }

.timeline-status .end-date {
  margin-top: -8px;
  float: right; }

.step-status {
  overflow: hidden; }
  .step-status label {
    margin-bottom: 14px; }
  .step-status .progress {
    height: auto;
    margin: 0;
    margin-top: 7px;
    background-color: transparent;
    overflow: visible;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: calc(100% - 14px); }
    .step-status .progress .step {
      display: table-cell;
      width: 100%;
      text-align: left;
      position: relative;
      z-index: 2;
      border-top: 2px solid #666;
      height: 14px; }
      .step-status .progress .step.complete ~ .step:not(.complete) {
        border-top: 2px dashed #b2b2b2; }
      .step-status .progress .step.current, .step-status .progress .step.in-progress, .step-status .progress .step.error,
      .step-status .progress .step.current ~ .step,
      .step-status .progress .step.in-progress ~ .step,
      .step-status .progress .step.error ~ .step {
        border-top: 2px dashed #b2b2b2; }
        .step-status .progress .step.current:after, .step-status .progress .step.in-progress:after, .step-status .progress .step.error:after,
        .step-status .progress .step.current ~ .step:after,
        .step-status .progress .step.in-progress ~ .step:after,
        .step-status .progress .step.error ~ .step:after {
          background-color: #FFF;
          border: 2px solid #b2b2b2;
          color: transparent; }
      .step-status .progress .step.current:after, .step-status .progress .step.in-progress:after, .step-status .progress .step.error:after {
        background-color: #0078D7;
        border-color: transparent;
        color: #FFF; }
      .step-status .progress .step:first-of-type {
        text-align: left; }
      .step-status .progress .step:last-of-type {
        text-align: right;
        width: 0; }
        .step-status .progress .step:last-of-type:after {
          position: absolute;
          left: 0; }
        .step-status .progress .step:last-of-type .status-text {
          min-width: 100px;
          transform: translateX(-100%);
          right: -14px;
          text-align: right; }
      .step-status .progress .step:after {
        content: "";
        display: inline-block;
        height: 14px;
        width: 14px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #666;
        position: absolute;
        top: -8px;
        left: 0;
        z-index: 4;
        border: 2px solid transparent; }
      .step-status .progress .step .status-text {
        text-align: left;
        position: relative;
        width: 100%;
        padding-top: 12px;
        color: #000;
        margin-bottom: 0; }
  @media (max-width: 539px) {
    .step-status.responsive .progress {
      display: block;
      width: auto;
      margin-top: 0;
      margin-left: 7px; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step {
      display: block;
      width: auto;
      border-top: none;
      border-left: 2px solid #666;
      height: auto;
      padding-bottom: 20px;
      min-height: 14px; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step.complete ~ .step:not(.complete) {
      border-top: none;
      border-left: 2px dashed #b2b2b2; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step.current, .step-status.responsive .progress .step.in-progress, .step-status.responsive .progress .step.error,
    .step-status.responsive .progress .step.current ~ .step,
    .step-status.responsive .progress .step.in-progress ~ .step,
    .step-status.responsive .progress .step.error ~ .step {
      border-top: none;
      border-left: 2px dashed #b2b2b2; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step.current:last-of-type, .step-status.responsive .progress .step.in-progress:last-of-type, .step-status.responsive .progress .step.error:last-of-type,
    .step-status.responsive .progress .step.current ~ .step:last-of-type,
    .step-status.responsive .progress .step.in-progress ~ .step:last-of-type,
    .step-status.responsive .progress .step.error ~ .step:last-of-type {
      border-left-color: transparent;
      border-right-color: transparent; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step:last-of-type {
      text-align: left;
      width: auto;
      border-color: transparent !important;
      min-height: 14px; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step:last-of-type .status-text {
      min-width: 0;
      transform: none; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step:after {
      top: 0;
      left: -8px; } }
  @media (max-width: 539px) {
    .step-status.responsive .progress .step .status-text {
      position: static;
      width: auto;
      text-align: left;
      padding-top: 0;
      padding-left: 12px; } }
  .step-status.vertical .progress {
    display: block;
    width: auto;
    margin-top: 0;
    margin-left: 7px; }
    .step-status.vertical .progress .step {
      display: block;
      width: auto;
      border-top: none;
      border-left: 2px solid #666;
      height: auto;
      padding-bottom: 20px;
      min-height: 14px; }
      .step-status.vertical .progress .step.complete ~ .step:not(.complete) {
        border-top: none;
        border-left: 2px dashed #b2b2b2; }
      .step-status.vertical .progress .step.current, .step-status.vertical .progress .step.in-progress, .step-status.vertical .progress .step.error,
      .step-status.vertical .progress .step.current ~ .step,
      .step-status.vertical .progress .step.in-progress ~ .step,
      .step-status.vertical .progress .step.error ~ .step {
        border-top: none;
        border-left: 2px dashed #b2b2b2; }
        .step-status.vertical .progress .step.current:last-of-type, .step-status.vertical .progress .step.in-progress:last-of-type, .step-status.vertical .progress .step.error:last-of-type,
        .step-status.vertical .progress .step.current ~ .step:last-of-type,
        .step-status.vertical .progress .step.in-progress ~ .step:last-of-type,
        .step-status.vertical .progress .step.error ~ .step:last-of-type {
          border-left-color: transparent;
          border-right-color: transparent; }
      .step-status.vertical .progress .step:last-of-type {
        width: auto;
        border-color: transparent !important;
        min-height: 14px; }
        .step-status.vertical .progress .step:last-of-type .status-text {
          text-align: left;
          min-width: 0;
          transform: none; }
      .step-status.vertical .progress .step:after {
        top: 0;
        left: -8px; }
      .step-status.vertical .progress .step .status-text {
        position: static;
        width: auto;
        padding-top: 0;
        padding-left: 12px; }
  .step-status.colorful .progress .step {
    border-color: #666; }
    .step-status.colorful .progress .step:after {
      background-color: #FFF;
      border-color: #666; }
    .step-status.colorful .progress .step.current, .step-status.colorful .progress .step.in-progress, .step-status.colorful .progress .step.error,
    .step-status.colorful .progress .step.current ~ .step,
    .step-status.colorful .progress .step.in-progress ~ .step,
    .step-status.colorful .progress .step.error ~ .step {
      border-color: #666; }
    .step-status.colorful .progress .step.current ~ .step:after,
    .step-status.colorful .progress .step.in-progress ~ .step:after,
    .step-status.colorful .progress .step.error ~ .step:after {
      border-color: #666; }
    .step-status.colorful .progress .step.complete {
      border-color: #107C10; }
      .step-status.colorful .progress .step.complete ~ .step {
        border-color: #b2b2b2; }
        .step-status.colorful .progress .step.complete ~ .step:after {
          border-color: #b2b2b2; }
      .step-status.colorful .progress .step.complete:after {
        background-color: #107C10;
        border-color: transparent; }
      .step-status.colorful .progress .step.complete ~ .step.complete {
        border-color: #107C10; }
      .step-status.colorful .progress .step.complete ~ .step.complete:after,
      .step-status.colorful .progress .step.complete ~ .step.in-progress:after,
      .step-status.colorful .progress .step.complete ~ .step.error:after,
      .step-status.colorful .progress .step.complete ~ .step.current:after {
        border-color: transparent; }
    .step-status.colorful .progress .step.in-progress:after {
      background-color: #FFB900;
      border-color: transparent; }
    .step-status.colorful .progress .step.error:after {
      background-color: #E81123;
      border-color: transparent; }
    .step-status.colorful .progress .step.current:after {
      background-color: #0078D7;
      border-color: transparent; }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress {
      display: block;
      width: auto;
      margin-top: 0;
      margin-left: 12px; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step {
      display: block;
      width: auto;
      border-top: none;
      border-left: 2px solid #666;
      height: auto;
      padding-bottom: 20px;
      min-height: 24px; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step.complete ~ .step:not(.complete) {
      border-top: none;
      border-left: 2px dashed #b2b2b2; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step.current, .step-status.progress-tracker .progress .step.in-progress, .step-status.progress-tracker .progress .step.error,
    .step-status.progress-tracker .progress .step.current ~ .step,
    .step-status.progress-tracker .progress .step.in-progress ~ .step,
    .step-status.progress-tracker .progress .step.error ~ .step {
      border-top: none;
      border-left: 2px dashed #b2b2b2; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step.current:last-of-type, .step-status.progress-tracker .progress .step.in-progress:last-of-type, .step-status.progress-tracker .progress .step.error:last-of-type,
    .step-status.progress-tracker .progress .step.current ~ .step:last-of-type,
    .step-status.progress-tracker .progress .step.in-progress ~ .step:last-of-type,
    .step-status.progress-tracker .progress .step.error ~ .step:last-of-type {
      border-left-color: transparent;
      border-right-color: transparent; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step:last-of-type {
      text-align: left;
      width: auto;
      border-color: transparent !important;
      min-height: 24px; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step:last-of-type .status-text {
      min-width: 0;
      transform: none;
      padding-bottom: 0; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step:after {
      top: 0;
      left: -13px; } }
  @media (max-width: 539px) {
    .step-status.progress-tracker .progress .step .status-text {
      position: static;
      width: auto;
      text-align: left;
      padding-top: 4px;
      padding-left: 16px;
      padding-bottom: 12px; } }
  .step-status.progress-tracker.vertical .progress {
    display: block;
    width: auto;
    margin-top: 0;
    margin-left: 12px; }
    .step-status.progress-tracker.vertical .progress .step {
      display: block;
      width: auto;
      border-top: none;
      border-left: 2px solid #666;
      height: auto;
      padding-bottom: 20px;
      min-height: 24px; }
      .step-status.progress-tracker.vertical .progress .step.complete ~ .step:not(.complete) {
        border-top: none;
        border-left: 2px dashed #b2b2b2; }
      .step-status.progress-tracker.vertical .progress .step.current, .step-status.progress-tracker.vertical .progress .step.in-progress, .step-status.progress-tracker.vertical .progress .step.error,
      .step-status.progress-tracker.vertical .progress .step.current ~ .step,
      .step-status.progress-tracker.vertical .progress .step.in-progress ~ .step,
      .step-status.progress-tracker.vertical .progress .step.error ~ .step {
        border-top: none;
        border-left: 2px dashed #b2b2b2; }
        .step-status.progress-tracker.vertical .progress .step.current:last-of-type, .step-status.progress-tracker.vertical .progress .step.in-progress:last-of-type, .step-status.progress-tracker.vertical .progress .step.error:last-of-type,
        .step-status.progress-tracker.vertical .progress .step.current ~ .step:last-of-type,
        .step-status.progress-tracker.vertical .progress .step.in-progress ~ .step:last-of-type,
        .step-status.progress-tracker.vertical .progress .step.error ~ .step:last-of-type {
          border-left-color: transparent;
          border-right-color: transparent; }
      .step-status.progress-tracker.vertical .progress .step:last-of-type {
        width: auto;
        border-color: transparent !important;
        min-height: 24px; }
        .step-status.progress-tracker.vertical .progress .step:last-of-type .status-text {
          text-align: left;
          min-width: 0;
          transform: none;
          padding-bottom: 0; }
      .step-status.progress-tracker.vertical .progress .step:after {
        top: 0;
        left: -13px; }
      .step-status.progress-tracker.vertical .progress .step .status-text {
        position: static;
        width: auto;
        padding-top: 4px;
        padding-left: 16px;
        padding-bottom: 12px; }
  .step-status.progress-tracker .progress {
    margin-top: 12px;
    width: calc(100% - 24px); }
  .step-status.progress-tracker .step {
    height: 24px; }
    .step-status.progress-tracker .step:after {
      font-family: "Dev Center MDL2 Assets", "Membership MDL2 Assets";
      font-style: normal;
      font-weight: normal;
      height: 24px;
      width: 24px;
      top: -13px;
      font-size: 16px;
      line-height: 20px;
      content: "";
      text-align: center;
      text-indent: -0.5px;
      color: #FFF;
      background-color: #FFF;
      border-color: #666; }
    .step-status.progress-tracker .step.current:after, .step-status.progress-tracker .step.in-progress:after {
      content: ""; }
    .step-status.progress-tracker .step.error:after {
      content: ""; }
    .step-status.progress-tracker .step.complete:after {
      content: "";
      background-color: #666;
      border-color: transparent; }
    .step-status.progress-tracker .step .status-text {
      padding-top: 16px; }
      @media (min-width: 0) {
        .step-status.progress-tracker .step .status-text .step-name {
          font-size: 13px;
          line-height: 1.2307692308;
          font-weight: 400; } }
      @media (min-width: 768px) {
        .step-status.progress-tracker .step .status-text .step-name {
          font-size: 13px;
          line-height: 1.2307692308;
          font-weight: 400; } }
      @media (min-width: 1400px) {
        .step-status.progress-tracker .step .status-text .step-name {
          font-size: 13px;
          line-height: 1.2307692308;
          font-weight: 400; } }
      @media (min-width: 0) {
        .step-status.progress-tracker .step .status-text .step-name {
          font-size: 0.8125rem; } }
      @media (min-width: 768px) {
        .step-status.progress-tracker .step .status-text .step-name {
          font-size: 0.8125rem; } }
      @media (min-width: 1400px) {
        .step-status.progress-tracker .step .status-text .step-name {
          font-size: 0.8125rem; } }
    .step-status.progress-tracker .step:last-of-type .status-text {
      right: -24px; }
    .step-status.progress-tracker .step .step-name {
      margin-bottom: 0; }

.sequence {
  padding-left: 25px;
  counter-reset: step-counter; }
  .sequence .step {
    border-left: 2px dashed #666;
    position: relative;
    padding-left: 56px; }
    .sequence .step:before {
      content: counter(step-counter);
      counter-increment: step-counter;
      font-size: 1.5rem;
      line-height: 2.5rem;
      text-align: center;
      text-indent: -1px;
      display: block;
      height: 48px;
      width: 48px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #666;
      background-color: #FFF;
      color: #000;
      position: absolute;
      left: -25px;
      top: 0px; }
    .sequence .step:last-of-type {
      border-left-color: transparent; }
      .sequence .step:last-of-type > *:last-child {
        padding-bottom: 0; }
    .sequence .step > * {
      margin-bottom: 0; }
      .sequence .step > *:last-child {
        padding-bottom: 84px; }
