/*CSS brought over from Info Type: WYSIWYG*/
/* Header */

  .specialized-stumpjumper-header-bg {
    background: url("https://www.sefiles.net/images/library/site/SE_CAMPAIGNS_HH2000x667_Stumpjumper18-R1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff !important;
    height: 350px;
  }


  .specialized-stumpjumper-header-text {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 350px;
  }

  .specialized-stumpjumper-header-text h1 {
    color: #fff !important;
    font-size: 3em !important;
    margin: 5px auto;
    font-style: italic;
    text-transform: uppercase;
  }

  .specialized-logo {
    display: inline-block;
    max-width: 30px !important;
    height: auto;
    margin: 15px auto 0;
  }

  .specialized-stumpjumper-button {
    background: #ed1b2e;
    color: #fff !important;
    padding: 10px 30px;
    margin: 10px auto;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    text-shadow: none !important;
  }

  .specialized-stumpjumper-button:hover {
    background: #000;
    color: #fff !important;
    text-shadow: none !important;
  }

  .sem-content .specialized-stumpjumper-button,
  a.specialized-stumpjumper-button:visited,
  a.specialized-stumpjumper-button:active,
  a.specialized-stumpjumper-button:link {
    text-decoration: none !important;
    text-shadow: none !important;
  }

  /* Admin */

  .row-margin {
    padding-bottom: 30px;
  }

  /* Intro Text */

  .specialized-stumpjumper-intro-text {
    margin: auto;
  }

  .specialized-stumpjumper-intro-text h2 {
    color: #000 !important;
    font-size: 2em !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #ed1b2e;
    font-style: italic;
    text-transform: uppercase;
  }

  .specialized-stumpjumper-intro-text p {
    font-size: 1.1em !important;
  }

  .specialized-stumpjumper-intro-text ul {
    padding-left: 15px;
  }

  .specialized-stumpjumper-intro-text ul li {
    list-style: none !important;
  }

  .specialized-stumpjumper-intro-text li:before {
    content: "?";
    padding-right: 5px;
    color: #ed1b2e;
  }

  .specialized-stumpjumper-intro-text li {
    padding-top: 5px;
    font-size: 1.1em;
  }

  /* Features */

  .specialized-stumpjumper-features {
    margin: 0px auto;
  }

  .specialized-stumpjumper-features h2 {
    color: #000 !important;
    font-size: 2em !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #ed1b2e;
    font-style: italic;
    text-transform: uppercase;
  }

  .specialized-stumpjumper-features h3 {
    color: #000 !important;
    font-size: 1.5em !important;
    margin-bottom: 0;
    font-style: italic;
    text-transform: uppercase;
  }

  .specialized-stumpjumper-features p {
    font-size: 1.1em !important;
  }

  /* Product Headers */

  .specialized-stumpjumper-shop-header {
    background-color: #ed1b2e !important;
  }

  /* Mobile Stuff */

  @media only screen and (max-width:992px) {
  .specialized-stumpjumper-header-bg { background-position: 75% bottom; }

  @media only screen and (max-width:768px) {
    .specialized-stumpjumper-intro-text { margin: 0; }
  .specialized-stumpjumper-header-text h1 { font-size: 1.75em !important; }
  .specialized-stumpjumper-intro-text h2 { font-size: 1.5em !important; }
  .specialized-stumpjumper-features h2 { font-size: 1.5em !important; }
  .specialized-stumpjumper-features h3 { font-size: 1.25em !important; }
  }

  /* Catalog */

  .seitemhighlight .seitemlistdiv td {
    border: none;
  }

