@charset "UTF-8";
@font-face {
  font-family: 'TradeGothicLTStd-BdCn20';
  src: url("/design/fonts/TradeGothicLTStd-BdCn20.eot?#iefix") format("embedded-opentype"), url("/design/fonts/TradeGothicLTStd-BdCn20.otf") format("opentype"), url("/design/fonts/TradeGothicLTStd-BdCn20.woff") format("woff"), url("/design/fonts/TradeGothicLTStd-BdCn20.ttf") format("truetype"), url("/design/fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TradeGothicLTStd';
  src: url("/design/fonts/TradeGothicLTStd.eot?#iefix") format("embedded-opentype"), url("/design/fonts/TradeGothicLTStd.otf") format("opentype"), url("/design/fonts/TradeGothicLTStd.woff") format("woff"), url("/design/fonts/TradeGothicLTStd.ttf") format("truetype"), url("/design/fonts/TradeGothicLTStd.svg#TradeGothicLTStd") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TradeGothicLTStd';
  src: url("/design/fonts/TradeGothicLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("/design/fonts/TradeGothicLTStd-Bold.otf") format("opentype"), url("/design/fonts/TradeGothicLTStd-Bold.woff") format("woff"), url("/design/fonts/TradeGothicLTStd-Bold.ttf") format("truetype"), url("/design/fonts/TradeGothicLTStd-Bold.svg#TradeGothicLTStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'TradeGothicLT-CondEighteen';
  src: url("/design/fonts/TradeGothicLT-CondEighteen.eot?#iefix") format("embedded-opentype"), url("/design/fonts/TradeGothicLT-CondEighteen.woff") format("woff"), url("/design/fonts/TradeGothicLT-CondEighteen.ttf") format("truetype"), url("/design/fonts/TradeGothicLT-CondEighteen.svg#TradeGothicLT-CondEighteen") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  background: white;
  margin: 0;
  padding: 0; }

a {
  color: #eaaa00;
  font-weight: 400;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0; }

body {
  font-family: "TradeGothicLTStd", sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-width: 980px;
  position: relative; }
  body div#products-popup {
    color: black;
    display: none;
    height: 100%;
    left: 0;
    min-height: 2000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20; }
    body div#products-popup div.wrapper {
      background: white;
      box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8);
      box-sizing: border-box;
      margin: 94px auto 0;
      position: relative;
      width: 100%;
      overflow: hidden; }
      body div#products-popup div.wrapper div.box {
        box-sizing: border-box;
        float: left;
        position: relative;
        width: 100%; }
        body div#products-popup div.wrapper div.box h2 {
          margin: 2rem 0 0 2rem;
          font-size: 2.5rem;
          color: black;
          font-weight: 600;
          border-left: 6px solid black;
          padding-left: 2rem; }
        body div#products-popup div.wrapper div.box ul {
          border-left: 6px solid #eaaa00;
          border-right: 6px solid #eaaa00;
          box-sizing: border-box;
          display: block;
          list-style-type: none;
          margin: 2rem;
          padding: 0 2rem 0 0;
          width: calc(100% - 4rem); }
          body div#products-popup div.wrapper div.box ul li {
            box-sizing: border-box;
            display: inline-block;
            overflow: auto;
            position: relative;
            margin-left: 2rem;
            width: calc(25% - 2rem); }
          body div#products-popup div.wrapper div.box ul a {
            display: block;
            overflow: auto; }
            body div#products-popup div.wrapper div.box ul a img {
              float: left;
              width: 100%; }
            body div#products-popup div.wrapper div.box ul a div.text {
              background: rgba(0, 0, 0, 0.4);
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%; }
              body div#products-popup div.wrapper div.box ul a div.text div.float {
                box-sizing: border-box;
                left: 0;
                padding: 2rem;
                position: absolute;
                text-align: center;
                top: 50%;
                transform: translateY(-46%);
                width: 100%; }
                body div#products-popup div.wrapper div.box ul a div.text div.float h3 {
                  color: white;
                  font-size: 2rem;
                  margin: 0;
                  text-transform: uppercase; }
                body div#products-popup div.wrapper div.box ul a div.text div.float p {
                  color: white;
                  margin: 0; }
            body div#products-popup div.wrapper div.box ul a:hover div.text {
              background: rgba(234, 170, 0, 0.8); }
              body div#products-popup div.wrapper div.box ul a:hover div.text div.float h3, body div#products-popup div.wrapper div.box ul a:hover div.text div.float p {
                color: black; }
      body div#products-popup div.wrapper a.close {
        display: none;
        border: 2px solid #c0c0c0;
        border-radius: 0.75em;
        color: #606060;
        cursor: pointer;
        font-size: 2em;
        height: 0.75em;
        line-height: 0.75em;
        position: absolute;
        right: 0.5em;
        text-align: center;
        top: 0.5em;
        width: 0.75em;
        z-index: 2; }
        body div#products-popup div.wrapper a.close:hover {
          text-decoration: none;
          background: black;
          color: white;
          border-color: black; }
    body div#products-popup.open {
      display: block; }
  body div#quote-request-popup {
    background: rgba(0, 0, 0, 0.85);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50; }
    body div#quote-request-popup div.wrapper {
      background: white;
      box-sizing: border-box;
      left: 0;
      margin: 0 auto;
      max-height: 90vh;
      max-width: 600px;
      overflow: auto;
      padding: 20px 25px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      body div#quote-request-popup div.wrapper a.close {
        color: #a9a9a9;
        cursor: pointer;
        font-size: 2.5em;
        font-weight: 900;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 20px;
        width: 30px;
        z-index: 2; }
        body div#quote-request-popup div.wrapper a.close:hover {
          text-decoration: none;
          color: black; }
      body div#quote-request-popup div.wrapper div.form h2 {
        margin: 0;
        color: black; }
      body div#quote-request-popup div.wrapper div.form hr {
        border: 0;
        border-bottom: 2px solid black;
        margin: 20px 0 30px; }
      body div#quote-request-popup div.wrapper div.form #quote-request-message {
        font-size: 18px; }
      body div#quote-request-popup div.wrapper div.form ul.fields {
        font-size: 0;
        list-style-type: none;
        padding: 0; }
        body div#quote-request-popup div.wrapper div.form ul.fields li.field {
          margin: 10px 0; }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field.hidden {
            overflow: hidden;
            height: 0; }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field.error label {
            color: red; }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field label {
            display: inline-block;
            margin: 6px 8px 0 0;
            text-align: right;
            vertical-align: top;
            width: 90px;
            font-size: 18px;
            font-weight: 600; }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field input, body div#quote-request-popup div.wrapper div.form ul.fields li.field textarea {
            font-family: "TradeGothicLTStd", sans-serif;
            font-weight: normal;
            font-size: 16px;
            padding: 8px 8px 3px;
            border: 1px solid black;
            width: calc(100% - 98px);
            box-sizing: border-box; }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field div.g-recaptcha {
            display: inline-block;
            width: calc(100% - 98px); }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field input[type="submit"] {
            font-family: "TradeGothicLTStd-BdCn20", sans-serif;
            font-weight: normal;
            cursor: pointer;
            font-size: 20px;
            padding: 16px 0 12px;
            transition: all ease 0.25s; }
            body div#quote-request-popup div.wrapper div.form ul.fields li.field input[type="submit"]:hover {
              background: #eaaa00;
              border: 1px solid #d19700;
              color: white; }
          body div#quote-request-popup div.wrapper div.form ul.fields li.field input[type="submit"][disabled] {
            background: grey;
            color: white;
            cursor: default; }
      body div#quote-request-popup div.wrapper div.form ul.error-list {
        color: red;
        font-size: 14px;
        list-style-type: none;
        padding-left: 100px; }
        body div#quote-request-popup div.wrapper div.form ul.error-list li {
          margin: 10px 0; }
    body div#quote-request-popup.open {
      display: block; }
  body > header {
    box-sizing: border-box;
    padding: 20px 2rem;
    position: relative;
    width: 100%;
    z-index: 20;
    overflow: auto; }
    body > header a.logo {
      background: url("/design/images/PENNER-Horizontal-LOGO.svg") no-repeat center center;
      background-size: 100% 100%;
      display: block;
      float: left;
      height: 53px;
      margin: 0;
      width: 335px; }
    body > header nav {
      float: right; }
      body > header nav > ul {
        border-left: 6px solid black;
        border-right: 6px solid black;
        margin: 0;
        padding: 0;
        z-index: 3; }
        body > header nav > ul > li {
          display: inline-block;
          padding: 0;
          border-right: 2px solid black; }
          body > header nav > ul > li > a {
            font-family: "TradeGothicLTStd-BdCn20", sans-serif;
            font-weight: normal;
            color: black;
            cursor: pointer;
            display: block;
            padding: 19px 1.5rem 15px;
            text-transform: uppercase; }
            body > header nav > ul > li > a.active {
              color: #eaaa00; }
            body > header nav > ul > li > a:hover, body > header nav > ul > li > a.hover {
              color: #eaaa00;
              text-decoration: none; }
          body > header nav > ul > li:last-child {
            border: 0; }
    body > header.bright a.logo {
      background-image: url("/design/images/PENNER-Horizontal-LOGO-inverse.svg"); }
    body > header.bright nav > ul {
      border-color: white; }
      body > header.bright nav > ul > li {
        border-color: white; }
        body > header.bright nav > ul > li > a {
          color: white; }
          body > header.bright nav > ul > li > a:hover, body > header.bright nav > ul > li > a.hover {
            color: #eaaa00; }
  body > article {
    width: 100%; }
  body > footer {
    font-family: "TradeGothicLTStd", sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    background: white; }
    body > footer div.address-list {
      align-items: center;
      background: url("/design/images/PENNER-Vertical-LOGO.svg") no-repeat 2rem center;
      background-size: 147px 91px;
      display: flex;
      overflow: auto;
      padding: 2rem 2rem 2rem 11.1rem; }
      body > footer div.address-list div.address {
        border-right: 2px solid #eaaa00;
        box-sizing: border-box;
        flex: 1;
        font-size: 0.8rem;
        padding: 0.5rem 25px;
        text-align: center; }
        body > footer div.address-list div.address a {
          color: black;
          font-weight: 300;
          text-decoration: none; }
        body > footer div.address-list div.address span.address {
          display: block;
          border-bottom: 2px solid #eaaa00;
          padding: 0.2rem 0 0.5rem;
          margin: 0 0 0.5rem; }
        body > footer div.address-list div.address span.phone {
          padding: 0.5rem 1.5rem 0.25rem 0;
          display: inline-block; }
        body > footer div.address-list div.address span.tollfree {
          padding: 0.5rem 0 0.25rem 1.5rem;
          display: inline-block; }
        body > footer div.address-list div.address:last-child {
          border-right: 5px solid black; }
    body > footer div.bottom {
      background: #333333;
      color: #9b9b9b;
      font-size: 0.7em;
      padding: 1em; }
      body > footer div.bottom span.attribution {
        margin-left: 2em; }
        body > footer div.bottom span.attribution a {
          color: #9b9b9b;
          text-decoration: none; }
          body > footer div.bottom span.attribution a:hover {
            color: #20bfc3; }
      body > footer div.bottom ul.last-nav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: right;
        color: white; }
        body > footer div.bottom ul.last-nav li {
          display: inline-block; }
        body > footer div.bottom ul.last-nav a {
          color: white; }

h1, h2, h3, h4 {
  font-family: "TradeGothicLTStd-BdCn20", sans-serif;
  font-weight: normal;
  color: #eaaa00; }

/* highslide */
.highslide-dimming {
  background: black; }

.highslide-image {
  border: 10px solid white; }

/* 404 Page */
.not-found-404 {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  padding-top: calc(50vh - 208px);
  padding-bottom: calc(50vh - 208px);
  text-align: center; }

body.splash #slideshow {
  width: 100%;
  position: relative;
  overflow: hidden; }
  body.splash #slideshow div.spacer {
    margin-top: 45%; }
  body.splash #slideshow div.frame {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    body.splash #slideshow div.frame.active {
      z-index: 2; }
    body.splash #slideshow div.frame > img {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    body.splash #slideshow div.frame div.text {
      bottom: 0;
      left: 2rem;
      margin-bottom: 5%;
      position: absolute;
      padding: 0 30px;
      border-left: 7px solid rgba(255, 255, 255, 0.7);
      border-right: 7px solid rgba(255, 255, 255, 0.7); }
      body.splash #slideshow div.frame div.text div.inside {
        background: rgba(255, 255, 255, 0.7);
        padding: 30px;
        width: 450px; }
      body.splash #slideshow div.frame div.text h2 {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        color: black;
        text-transform: uppercase;
        font-size: 3em;
        margin: 2rem 0 0;
        padding: 0 0 0.5rem;
        border-bottom: 2px solid black; }
      body.splash #slideshow div.frame div.text div.body {
        color: black; }
      body.splash #slideshow div.frame div.text a.link {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        background: black;
        color: #eaaa00;
        display: inline-block;
        font-size: 14px;
        padding: 0.6rem 1rem 0.4rem;
        text-decoration: none;
        text-transform: uppercase; }
        body.splash #slideshow div.frame div.text a.link:hover {
          background: #eaaa00;
          color: black; }
    body.splash #slideshow div.frame div.links {
      bottom: 2em;
      position: absolute;
      right: 2em;
      width: 25%;
      min-width: 400px; }
      body.splash #slideshow div.frame div.links a {
        background: white;
        display: block;
        float: right;
        padding: 0.5em;
        width: 30%;
        text-decoration: none;
        margin-left: 2%; }
        body.splash #slideshow div.frame div.links a > img {
          width: 100%; }
        body.splash #slideshow div.frame div.links a > h3, body.splash #slideshow div.frame div.links a > h4 {
          font-family: "TradeGothicLTStd", sans-serif;
          font-weight: normal;
          margin: 0; }
        body.splash #slideshow div.frame div.links a h3 {
          font-size: 1em; }
        body.splash #slideshow div.frame div.links a h4 {
          color: #606060;
          font-size: 0.75em;
          text-transform: uppercase; }
        body.splash #slideshow div.frame div.links a:hover {
          background: #20bfc3; }
          body.splash #slideshow div.frame div.links a:hover h3, body.splash #slideshow div.frame div.links a:hover h4 {
            color: white; }
  body.splash #slideshow div.dot-list {
    bottom: 3%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 3; }
    body.splash #slideshow div.dot-list a.dot {
      /*border-radius: 14px;*/
      cursor: pointer;
      display: inline-block;
      height: 5px;
      width: 9px;
      margin: 3px 5px;
      background: none;
      border: 1px solid white; }
      body.splash #slideshow div.dot-list a.dot:hover {
        background: black; }
      body.splash #slideshow div.dot-list a.dot.active {
        background: white;
        /*border: 2px solid white;*/
        /*margin: 0px 5px;
        height: 8px*/ }
body.splash #fma-1, body.splash #fma-2, body.splash #fma-3 {
  background: black;
  box-sizing: border-box;
  margin: 1.5em 0.75em 1.5em 1.5em;
  overflow: auto;
  position: relative;
  width: calc(50% - 2.25em);
  float: left; }
  body.splash #fma-1 img, body.splash #fma-2 img, body.splash #fma-3 img {
    float: left;
    width: 100%;
    opacity: 0.4; }
  body.splash #fma-1 div.text, body.splash #fma-2 div.text, body.splash #fma-3 div.text {
    position: absolute;
    left: 8%;
    bottom: 20%;
    width: 60%; }
    body.splash #fma-1 div.text h3, body.splash #fma-2 div.text h3, body.splash #fma-3 div.text h3 {
      color: white;
      font-size: 2.5em;
      text-transform: uppercase;
      margin: 0;
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal; }
    body.splash #fma-1 div.text p, body.splash #fma-2 div.text p, body.splash #fma-3 div.text p {
      color: white;
      margin: 1em 0; }
    body.splash #fma-1 div.text a, body.splash #fma-2 div.text a, body.splash #fma-3 div.text a {
      color: white;
      background: #20bfc3;
      padding: 0.75em 1.25em;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal; }
      body.splash #fma-1 div.text a:hover, body.splash #fma-2 div.text a:hover, body.splash #fma-3 div.text a:hover {
        background: white;
        color: #20bfc3; }
body.splash #fma-2 {
  margin: 1.5em 1.5em 1.5em 0.75em; }
body.splash #fma-3 {
  margin: 0 0 1.5em;
  width: 100%; }
  body.splash #fma-3 div.text {
    left: 32%;
    top: 50%;
    bottom: auto;
    width: 36%;
    text-align: center;
    transform: translateY(-50%); }
body.splash #fmas {
  padding: 2rem;
  background: #e9e9e9; }
  body.splash #fmas div.bookends {
    border-left: 7px solid #eaaa00;
    border-right: 7px solid #eaaa00;
    overflow: auto; }
body.splash div.small-fma {
  background: black;
  box-sizing: border-box;
  float: left;
  margin: 0 0 0 2em;
  overflow: hidden;
  position: relative;
  width: calc(25% - 2.5em); }
  body.splash div.small-fma a {
    text-decoration: none; }
    body.splash div.small-fma a img {
      float: left;
      width: 100%;
      transition: all 0.5s ease; }
    body.splash div.small-fma a div.text {
      background: rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
      height: 100%;
      padding: 16px 22px;
      position: absolute;
      text-align: center;
      width: 100%;
      padding-top: 33%; }
      body.splash div.small-fma a div.text h4 {
        color: white;
        font-size: .8em;
        font-weight: 600;
        margin: 0 0 0.25em;
        text-transform: uppercase; }
      body.splash div.small-fma a div.text h3 {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        color: white;
        font-size: 2.5em;
        margin: 0.5rem 0 0;
        text-transform: uppercase; }
    body.splash div.small-fma a:hover div.text {
      background: rgba(234, 170, 0, 0.8); }
      body.splash div.small-fma a:hover div.text h4, body.splash div.small-fma a:hover div.text h3 {
        color: black; }
body.splash div.large-fma {
  background: black;
  box-sizing: border-box;
  margin: 0 0 1.5em 0;
  overflow: auto;
  position: relative;
  width: 100%;
  float: left; }
  body.splash div.large-fma img {
    float: left;
    width: 100%;
    opacity: 0.4; }
  body.splash div.large-fma div.text {
    bottom: auto;
    left: 32%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 36%; }
    body.splash div.large-fma div.text h3 {
      color: white;
      font-size: 2.5em;
      text-transform: uppercase;
      margin: 0;
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal; }
    body.splash div.large-fma div.text p {
      color: white;
      margin: 1em 0; }
    body.splash div.large-fma div.text a {
      color: white;
      background: #20bfc3;
      padding: 0.75em 1.25em;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal; }
      body.splash div.large-fma div.text a:hover {
        background: white;
        color: #20bfc3; }

@media (max-width: 1360px) {
  body.splash #fma-1 div.text,
  body.splash #fma-2 div.text {
    width: 84%; }
    body.splash #fma-1 div.text h3,
    body.splash #fma-2 div.text h3 {
      font-size: 1.75em; }

  body.splash #fma-3 div.text h3 {
    font-size: 1.75em; } }
body.product div.top {
  background: #eff1f0;
  overflow: auto;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box; }
body.product #slideshow {
  border-left: 5px solid #eaaa00;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  padding-left: 1rem;
  position: relative;
  width: 50%; }
  body.product #slideshow div.spacer {
    margin-top: 47%; }
  body.product #slideshow div.frame {
    height: 100%;
    left: 1rem;
    position: absolute;
    top: 0;
    width: 100%; }
    body.product #slideshow div.frame img {
      width: 100%; }
    body.product #slideshow div.frame div.description {
      background: rgba(0, 0, 0, 0.2);
      bottom: 0%;
      box-sizing: border-box;
      color: white;
      font-size: .8em;
      left: 0%;
      line-height: 1.1em;
      padding: 2%;
      padding-right: 10%;
      position: absolute;
      text-align: left;
      text-shadow: 0 0 3px black;
      vertical-align: middle;
      width: 100%;
      z-index: 2; }
body.product #slideshow-nav {
  display: none; }
body.product #details {
  box-sizing: border-box;
  float: right;
  padding: 0 2em;
  width: 50%; }
  body.product #details div.breadcrumbs {
    font-family: "TradeGothicLTStd", sans-serif;
    font-weight: normal;
    color: #505050;
    font-size: 0.75em;
    text-transform: uppercase; }
    body.product #details div.breadcrumbs a {
      color: black; }
      body.product #details div.breadcrumbs a:hover {
        color: #eaaa00;
        text-decoration: none; }
  body.product #details h1 {
    font-family: "TradeGothicLTStd-BdCn20", sans-serif;
    font-weight: normal;
    font-size: 3.5em;
    margin: 0.125em 0;
    color: black; }
  body.product #details div.description {
    font-family: "TradeGothicLTStd", sans-serif;
    font-weight: normal; }
    body.product #details div.description p {
      margin: 0 0 1rem; }
      body.product #details div.description p sup {
        line-height: 0.5rem; }
    body.product #details div.description strong {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal; }
  body.product #details div.logos {
    margin-top: 1em; }
    body.product #details div.logos img.small {
      margin-right: 1%;
      width: 5%;
      transform: translateY(-50%); }
    body.product #details div.logos img.large {
      margin-right: 2%;
      width: 12%; }
    body.product #details div.logos a {
      text-decoration: none; }
body.product div.tabs {
  background: white;
  padding: 1.5em;
  text-align: center; }
  body.product div.tabs ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; }
    body.product div.tabs ul li {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal;
      border-left: 2px solid #909090;
      color: #909090;
      cursor: pointer;
      display: inline-block;
      font-size: 1.0em;
      padding: 1rem 4rem;
      position: relative;
      text-transform: uppercase;
      /*letter-spacing: 1px;*/ }
      body.product div.tabs ul li:first-child {
        border-left: 6px solid #606060; }
      body.product div.tabs ul li:last-child {
        border-right: 6px solid #606060; }
      body.product div.tabs ul li.active {
        color: #eaaa00;
        position: relative; }
        body.product div.tabs ul li.active:before {
          border-bottom: 24px solid #efefef;
          border-left: 24px solid white;
          border-right: 24px solid white;
          bottom: -1.6em;
          content: "";
          height: 0;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          width: 0; }
      body.product div.tabs ul li:hover {
        color: #eaaa00; }
body.product div.middle {
  background: #efefef;
  overflow: auto; }
  body.product div.middle div.tab-content {
    display: none;
    margin: 0 auto;
    overflow: auto;
    padding: 1%; }
    body.product div.middle div.tab-content.active {
      display: block; }
  body.product div.middle div.filters {
    box-sizing: border-box;
    float: left;
    padding: 1em;
    width: 16em; }
    body.product div.middle div.filters p {
      display: inline-block;
      margin: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    body.product div.middle div.filters label {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: .8em;
      /*letter-spacing: 1px;*/
      color: #333333; }
    body.product div.middle div.filters div.stencil {
      display: inline-block;
      margin: 0 0 1em 0;
      overflow: hidden;
      width: 225px; }
      body.product div.middle div.filters div.stencil select {
        background: #d6d6d6 url("/design/images/filter-arrow.png") no-repeat center right 30px;
        border: 0;
        padding: 1em 1em;
        width: 245px; }
    body.product div.middle div.filters div.filter {
      border-left: 5px solid black;
      padding-left: 10px; }
    body.product div.middle div.filters ul.filter {
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal;
      background: #d6d6d6;
      list-style-type: none;
      margin: 0 0 1em;
      margin-top: 4px;
      padding: 0 0 0;
      font-size: .8em; }
      body.product div.middle div.filters ul.filter li {
        cursor: pointer;
        display: none;
        padding: 0.75em 1em 0.75em;
        overflow: auto; }
        body.product div.middle div.filters ul.filter li:hover {
          background-color: #c9c9c9; }
        body.product div.middle div.filters ul.filter li img.swatch {
          border: 2px solid white;
          width: 40px;
          margin-right: 0.25em;
          vertical-align: middle; }
      body.product div.middle div.filters ul.filter li.value {
        font-family: "TradeGothicLTStd", sans-serif;
        font-weight: normal;
        background: transparent url("/design/images/filter-arrow.png") no-repeat center right 1em;
        display: block;
        padding: 0.75em 2em 0.75em 0.75em;
        position: relative; }
        body.product div.middle div.filters ul.filter li.value div.value {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        body.product div.middle div.filters ul.filter li.value a.remove {
          color: white;
          cursor: pointer;
          display: none;
          font-size: 25px;
          height: 30px;
          line-height: 30px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          width: 46px;
          overflow: hidden; }
          body.product div.middle div.filters ul.filter li.value a.remove:hover {
            color: black;
            text-decoration: none; }
        body.product div.middle div.filters ul.filter li.value:hover {
          background-color: #c9c9c9; }
      body.product div.middle div.filters ul.filter.open li {
        display: block; }
      body.product div.middle div.filters ul.filter.open li.value {
        background-color: #c9c9c9; }
      body.product div.middle div.filters ul.filter.set li.value {
        background: transparent; }
        body.product div.middle div.filters ul.filter.set li.value a.remove {
          display: block; }
      body.product div.middle div.filters ul.filter.swatch li.option span {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
        width: 70%; }
      body.product div.middle div.filters ul.filter select {
        display: none; }
  body.product div.middle div.variant-list {
    width: calc(100% - 16em);
    float: left; }
    body.product div.middle div.variant-list.no-filters {
      width: 100%; }
    body.product div.middle div.variant-list div.variant {
      background: white;
      border: 10px solid white;
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      float: left;
      margin: 1%;
      width: 23%;
      position: relative; }
      body.product div.middle div.variant-list div.variant img {
        width: 100%; }
      body.product div.middle div.variant-list div.variant h3, body.product div.middle div.variant-list div.variant h4 {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        margin: 3% 0;
        font-size: 1.25em;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase;
        text-overflow: ellipsis;
        color: black; }
      body.product div.middle div.variant-list div.variant h4 {
        font-family: "TradeGothicLTStd", sans-serif;
        font-weight: normal;
        text-transform: none;
        color: #909090;
        font-size: 0.9em;
        margin: 0; }
      body.product div.middle div.variant-list div.variant a {
        cursor: pointer; }
      body.product div.middle div.variant-list div.variant div.rollout-content {
        display: none; }
      body.product div.middle div.variant-list div.variant.hide {
        display: none; }
      body.product div.middle div.variant-list div.variant.fade {
        opacity: 0.5; }
      body.product div.middle div.variant-list div.variant.open {
        position: relative;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
        body.product div.middle div.variant-list div.variant.open:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          bottom: -2em;
          left: 0;
          right: 0;
          margin: 0 auto;
          border-left: 24px solid transparent;
          border-right: 24px solid transparent;
          border-top: 24px solid white; }
      body.product div.middle div.variant-list div.variant:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        opacity: 1; }
    body.product div.middle div.variant-list div.rollout {
      clear: both;
      display: none;
      padding: 1em 0; }
      body.product div.middle div.variant-list div.rollout div.wrapper {
        background: url("/design/images/product-popup-background.jpg") repeat-y center top;
        background-size: 100%;
        box-shadow: rgba(0, 0, 0, 0.25) 0 0 30px;
        box-sizing: border-box;
        margin-left: 1%;
        overflow: auto;
        width: 98%; }
      body.product div.middle div.variant-list div.rollout div.thumb {
        position: relative;
        box-sizing: border-box;
        float: left;
        overflow: hidden;
        padding: 2em 1em;
        width: 40%; }
        body.product div.middle div.variant-list div.rollout div.thumb img.product {
          display: block;
          margin: 0 auto;
          width: 100%; }
        body.product div.middle div.variant-list div.rollout div.thumb img.logo {
          background: white;
          border: 1em solid white;
          bottom: 2em;
          left: 2em;
          position: absolute;
          width: 10%; }
        body.product div.middle div.variant-list div.rollout div.thumb p.variant-label {
          color: #333333;
          margin-left: 1em;
          margin-right: 1em;
          margin-bottom: 0;
          min-height: 2.75em;
          text-align: center;
          font-size: .9em; }
          body.product div.middle div.variant-list div.rollout div.thumb p.variant-label span {
            font-weight: 600;
            text-transform: uppercase; }
      body.product div.middle div.variant-list div.rollout div.details {
        width: 60%;
        float: right;
        padding: 2em;
        box-sizing: border-box;
        position: relative; }
        body.product div.middle div.variant-list div.rollout div.details a.close,
        body.product div.middle div.variant-list div.rollout div.details a.print {
          font-family: "TradeGothicLTStd", sans-serif;
          font-weight: normal;
          color: #303030;
          position: absolute;
          right: 1em;
          top: 20px;
          text-transform: uppercase;
          cursor: pointer;
          font-size: 0.9em; }
          body.product div.middle div.variant-list div.rollout div.details a.close:hover,
          body.product div.middle div.variant-list div.rollout div.details a.print:hover {
            text-decoration: none;
            color: #eaaa00; }
        body.product div.middle div.variant-list div.rollout div.details a.print {
          right: 100px;
          background: url("/design/images/print-icon.svg") no-repeat left center; }
          body.product div.middle div.variant-list div.rollout div.details a.print:before {
            content: "⎙";
            display: inline-block;
            margin: 0 8px 0 0;
            line-height: 5px;
            font-size: 22px; }
        body.product div.middle div.variant-list div.rollout div.details a.close {
          right: 20px; }
          body.product div.middle div.variant-list div.rollout div.details a.close:before {
            content: "×";
            display: inline-block;
            font-size: 25px;
            margin: 0 3px 0 0;
            vertical-align: middle; }
        body.product div.middle div.variant-list div.rollout div.details div.summary {
          border-left: 5px solid black;
          padding: 0 0 0 1rem; }
          body.product div.middle div.variant-list div.rollout div.details div.summary h3 {
            font-family: "TradeGothicLT-CondEighteen", sans-serif;
            font-weight: normal;
            color: black;
            font-size: 2.2rem;
            font-weight: 400;
            margin: 0.5rem 0 1rem; }
          body.product div.middle div.variant-list div.rollout div.details div.summary h4 {
            font-family: "TradeGothicLTStd-BdCn20", sans-serif;
            font-weight: normal;
            font-size: .8em;
            margin: 0;
            color: #909090; }
          body.product div.middle div.variant-list div.rollout div.details div.summary div.body {
            font-family: "TradeGothicLTStd", sans-serif;
            font-weight: normal;
            color: #333333; }
        body.product div.middle div.variant-list div.rollout div.details div.text-filters {
          border-left: 5px solid black;
          margin: 2rem 0 1rem;
          padding: 0 1rem;
          overflow: auto; }
          body.product div.middle div.variant-list div.rollout div.details div.text-filters div.filter {
            box-sizing: border-box;
            width: 22%;
            border-right: 2px solid black;
            float: left;
            margin-right: 2%;
            padding-right: 2%;
            overflow: auto; }
            body.product div.middle div.variant-list div.rollout div.details div.text-filters div.filter strong {
              font-family: "TradeGothicLTStd-BdCn20", sans-serif;
              font-weight: normal;
              display: block;
              text-transform: uppercase;
              font-size: 1rem;
              text-align: center;
              color: black;
              background: #c9c9c9;
              padding: 0.5rem;
              margin: 0 0 0.5rem 0; }
            body.product div.middle div.variant-list div.rollout div.details div.text-filters div.filter em {
              font-family: "TradeGothicLTStd", sans-serif;
              font-weight: normal;
              display: block;
              font-size: 0.8rem;
              font-style: normal;
              line-height: 1.2rem;
              text-align: center; }
            body.product div.middle div.variant-list div.rollout div.details div.text-filters div.filter:last-child {
              border-right: 5px solid black; }
        body.product div.middle div.variant-list div.rollout div.details div.swatch-filter {
          border-left: 5px solid #eaaa00;
          clear: both;
          margin: 2rem 0 1rem;
          overflow: visible;
          padding-left: 1rem; }
          body.product div.middle div.variant-list div.rollout div.details div.swatch-filter div.clear {
            clear: both; }
          body.product div.middle div.variant-list div.rollout div.details div.swatch-filter strong {
            font-family: "TradeGothicLTStd-BdCn20", sans-serif;
            font-weight: normal;
            display: block;
            text-transform: uppercase;
            margin-bottom: 0.25em;
            font-size: .8em; }
            body.product div.middle div.variant-list div.rollout div.details div.swatch-filter strong span {
              font-family: "TradeGothicLTStd", sans-serif;
              font-weight: normal;
              color: #20bfc3;
              text-transform: none;
              font-style: italic;
              font-size: 0.9em; }
          body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a {
            font-family: "TradeGothicLTStd", sans-serif;
            font-weight: normal;
            border: 1px solid transparent;
            box-sizing: border-box;
            color: black;
            cursor: pointer;
            display: block;
            float: left;
            font-size: 0.8em;
            max-width: 90px;
            min-width: 50px;
            padding: 5px 5px 2.5em;
            position: relative;
            text-decoration: none;
            width: 10%;
            margin-bottom: .4em; }
            body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a span {
              bottom: .05em;
              display: block;
              height: 2.8em;
              left: 0.5em;
              overflow: hidden;
              position: absolute;
              width: calc(100% - 1em);
              font-size: 0.9em; }
            body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a img {
              width: 100%; }
            body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a:hover, body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a.active {
              border: 1px solid #c0c0c0; }
            body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a.swatch-inactive {
              border: 0;
              cursor: default; }
      body.product div.middle div.variant-list div.rollout.open {
        display: block; }
    body.product div.middle div.variant-list.tall div.variant {
      padding: 1%;
      width: 14.65%; }
    body.product div.middle div.variant-list.tall div.rollout div.wrapper {
      background: url("/design/images/product-popup-background-30-70.jpg") repeat-y center top;
      background-size: 100%;
      min-height: 80vh;
      position: relative; }
    body.product div.middle div.variant-list.tall div.rollout div.details {
      width: 70%; }
    body.product div.middle div.variant-list.tall div.rollout div.thumb {
      width: 30%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      body.product div.middle div.variant-list.tall div.rollout div.thumb img.product {
        width: auto;
        height: auto;
        max-height: calc(70vh - 2em);
        max-width: 100%; }
    body.product div.middle div.variant-list.legacy div.variant {
      padding: 0.25%;
      width: 14.65%; }
      body.product div.middle div.variant-list.legacy div.variant div.thumb {
        position: relative;
        overflow: auto; }
        body.product div.middle div.variant-list.legacy div.variant div.thumb div.spacer {
          margin-top: 100%; }
        body.product div.middle div.variant-list.legacy div.variant div.thumb img {
          max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    body.product div.middle div.variant-list.legacy div.rollout div.wrapper {
      background: white; }
    body.product div.middle div.variant-list.legacy div.rollout div.details {
      width: 80%; }
    body.product div.middle div.variant-list.legacy div.rollout div.thumb {
      width: 20%; }
  body.product div.middle div.tab-body {
    background: white;
    box-sizing: border-box;
    margin: 0 auto 1em;
    min-width: 900px;
    padding: 2em;
    width: 80%;
    font-family: "TradeGothicLTStd", sans-serif;
    font-weight: normal; }
    body.product div.middle div.tab-body strong {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal; }
  body.product div.middle div.sidebar-list {
    margin: 0 auto;
    width: 80%;
    overflow: auto;
    min-width: 900px; }
    body.product div.middle div.sidebar-list div.left-list {
      width: calc(60% - 1rem);
      float: left; }
    body.product div.middle div.sidebar-list div.right-list {
      width: 40%;
      float: right; }
    body.product div.middle div.sidebar-list div.sidebar {
      width: 100%;
      background: white;
      padding: 2em;
      margin: 0 0 1em;
      box-sizing: border-box; }
      body.product div.middle div.sidebar-list div.sidebar > h3 {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0.5em;
        font-size: 1.5em; }
      body.product div.middle div.sidebar-list div.sidebar div h1, body.product div.middle div.sidebar-list div.sidebar div h2, body.product div.middle div.sidebar-list div.sidebar div h3, body.product div.middle div.sidebar-list div.sidebar div h4, body.product div.middle div.sidebar-list div.sidebar div h5 {
        margin-bottom: 0.25em;
        margin-top: 0.5em; }
      body.product div.middle div.sidebar-list div.sidebar div p, body.product div.middle div.sidebar-list div.sidebar div ul, body.product div.middle div.sidebar-list div.sidebar div ol {
        margin-top: 0;
        margin-bottom: 0.5em;
        font-family: "TradeGothicLTStd", sans-serif;
        font-weight: normal; }
      body.product div.middle div.sidebar-list div.sidebar div strong {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal; }
      body.product div.middle div.sidebar-list div.sidebar div a.highslide {
        position: relative; }
        body.product div.middle div.sidebar-list div.sidebar div a.highslide img.popup-thumb {
          width: 100%; }
        body.product div.middle div.sidebar-list div.sidebar div a.highslide span.magnify {
          background: url("/design/images/magnify.png") no-repeat center center;
          background-size: 32px 32px;
          bottom: 1em;
          display: block;
          height: 32px;
          position: absolute;
          right: 1em;
          width: 32px; }
      body.product div.middle div.sidebar-list div.sidebar img.image {
        width: 100%; }
  body.product div.middle div.downloads {
    margin: 2em auto 0;
    min-width: 900px;
    text-align: center;
    width: 60%; }
    body.product div.middle div.downloads div.clear {
      clear: both; }
    body.product div.middle div.downloads div.file {
      display: inline-block;
      margin: 0 4% 3em;
      width: 25%;
      vertical-align: top; }
      body.product div.middle div.downloads div.file a {
        display: block;
        text-decoration: none; }
        body.product div.middle div.downloads div.file a img {
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          float: left;
          width: 100%; }
        body.product div.middle div.downloads div.file a h4 {
          font-family: "TradeGothicLTStd-BdCn20", sans-serif;
          font-weight: normal;
          color: black;
          font-size: 1rem;
          letter-spacing: 1px;
          margin: 1em 0 0;
          text-align: center;
          text-transform: uppercase; }
        body.product div.middle div.downloads div.file a:hover div.img {
          background: black url("/design/images/download-icon.svg") no-repeat center center; }
        body.product div.middle div.downloads div.file a:hover img {
          opacity: 0.25; }
        body.product div.middle div.downloads div.file a:hover h4 {
          color: #eaaa00; }

@media (max-width: 1280px) {
  body.product #details h1 {
    font-size: 2.5em; }
  body.product div.middle div.filters {
    display: none;
    width: 100%; }
    body.product div.middle div.filters div.filter {
      width: 32%;
      float: left;
      margin-right: 1%; }
  body.product div.middle div.variant-list {
    width: 100%; }
    body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a {
      padding: 5px; }
      body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a img {
        float: left; }
      body.product div.middle div.variant-list div.rollout div.details div.swatch-filter a span {
        display: none; } }
body.section > article {
  background: #efefef;
  overflow: auto; }
body.section div.flipper {
  width: 100%;
  overflow: auto;
  position: relative;
  overflow: hidden; }
  body.section div.flipper div.spacer {
    margin: 30% 0 0; }
  body.section div.flipper img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  body.section div.flipper div.title {
    bottom: 0;
    left: 0;
    margin: 0 2rem 2rem;
    position: absolute;
    z-index: 5;
    padding: 0 2rem;
    border-left: 7px solid rgba(255, 255, 255, 0.7);
    border-right: 7px solid rgba(255, 255, 255, 0.7); }
    body.section div.flipper div.title h1 {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal;
      background: rgba(255, 255, 255, 0.7);
      color: black;
      font-size: 3em;
      margin: 0;
      padding: 30px 70px 20px;
      text-transform: uppercase; }
body.section div.sub-nav {
  float: left;
  padding: 0 2rem;
  margin: 2rem 2rem 2rem;
  width: 12rem;
  border-left: 5px solid #eaaa00; }
  body.section div.sub-nav h2 {
    font-family: "TradeGothicLTStd-BdCn20", sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 1.5rem;
    margin: 0 0 1rem; }
  body.section div.sub-nav > ul {
    border-top: 3px solid black;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: .5em; }
    body.section div.sub-nav > ul > li {
      padding: .6em 0; }
      body.section div.sub-nav > ul > li > a {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        color: #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        transition: all ease 0.25s; }
        body.section div.sub-nav > ul > li > a.active {
          color: #eaaa00; }
        body.section div.sub-nav > ul > li > a:hover {
          color: #eaaa00;
          text-decoration: none; }
      body.section div.sub-nav > ul > li:last-child {
        border-bottom: 0; }
      body.section div.sub-nav > ul > li > ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 1em; }
        body.section div.sub-nav > ul > li > ul > li {
          padding: 1em 0 0; }
          body.section div.sub-nav > ul > li > ul > li a {
            font-family: "TradeGothicLTStd", sans-serif;
            font-weight: normal;
            color: #606060;
            transition: all ease 0.25s; }
            body.section div.sub-nav > ul > li > ul > li a.active {
              position: relative;
              color: #d69b00; }
            body.section div.sub-nav > ul > li > ul > li a:hover {
              color: #d69b00;
              text-decoration: none; }
body.section div.sub-list {
  margin-left: calc(20rem + 5px);
  padding: 0 2em 2em 0; }
  body.section div.sub-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body.section div.sub-list ul.saw-tooth li {
      margin: 2em 0 2em 0; }
      body.section div.sub-list ul.saw-tooth li strong {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal; }
      body.section div.sub-list ul.saw-tooth li a.sub-section {
        background: white;
        display: block;
        overflow: hidden;
        text-decoration: none;
        transition: all 0.2s;
        position: relative; }
        body.section div.sub-list ul.saw-tooth li a.sub-section img {
          width: 50%;
          float: left;
          margin: 0;
          padding: 0;
          background: white;
          transition: all 0.2s; }
          body.section div.sub-list ul.saw-tooth li a.sub-section img.wide {
            display: none; }
        body.section div.sub-list ul.saw-tooth li a.sub-section div.details {
          padding: 0;
          box-sizing: border-box;
          width: calc(100% - 58%);
          position: absolute;
          left: 54%;
          top: 50%;
          transform: translateY(-50%);
          max-width: 500px; }
        body.section div.sub-list ul.saw-tooth li a.sub-section h5 {
          font-family: "TradeGothicLTStd-BdCn20", sans-serif;
          font-weight: normal;
          background: #eaaa00;
          color: white;
          display: inline-block;
          font-size: 1.1em;
          margin: 0 0 8px;
          padding: 8px 10px 3px;
          text-transform: uppercase; }
        body.section div.sub-list ul.saw-tooth li a.sub-section h4 {
          font-family: "TradeGothicLTStd-BdCn20", sans-serif;
          font-weight: normal;
          color: #909090;
          font-size: 0.7em;
          margin: 0;
          text-transform: uppercase; }
        body.section div.sub-list ul.saw-tooth li a.sub-section h3 {
          font-family: "TradeGothicLTStd-BdCn20", sans-serif;
          font-weight: normal;
          border-bottom: 1px solid #c0c0c0;
          display: inline-block;
          font-size: 2em;
          font-weight: bold;
          margin: 0.2em 0 0;
          padding: 0 0 0.2em;
          transition: all ease 0.5s; }
        body.section div.sub-list ul.saw-tooth li a.sub-section div.body {
          font-family: "TradeGothicLTStd", sans-serif;
          font-weight: normal;
          color: #303030; }
          body.section div.sub-list ul.saw-tooth li a.sub-section div.body div.count {
            font-family: "TradeGothicLTStd", sans-serif;
            font-weight: normal;
            font-size: 1.8em;
            margin: 5px 0 0 0;
            color: #b3b3b3;
            line-height: .8em; }
            body.section div.sub-list ul.saw-tooth li a.sub-section div.body div.count span {
              text-transform: uppercase;
              font-family: "TradeGothicLTStd-BdCn20", sans-serif;
              font-weight: normal;
              font-size: .4em;
              display: block; }
        body.section div.sub-list ul.saw-tooth li a.sub-section:hover img {
          opacity: .8;
          transition: all 0.8s ease-out;
          transform: scale(1.05); }
        body.section div.sub-list ul.saw-tooth li a.sub-section:hover h3 {
          color: #333333; }
      body.section div.sub-list ul.saw-tooth li:nth-child(even) {
        margin: 2em 0 2em 0; }
        body.section div.sub-list ul.saw-tooth li:nth-child(even) a img {
          float: right;
          padding: 0 0 0 4%; }
        body.section div.sub-list ul.saw-tooth li:nth-child(even) a div.details {
          left: auto;
          right: 54%;
          text-align: right; }
  body.section div.sub-list .penner-super-grid {
    padding-left: 2rem;
    border-left: 5px solid #eaaa00;
    border-right: 5px solid #eaaa00;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap; }
    body.section div.sub-list .penner-super-grid a.sub-section {
      display: block;
      margin: 0 1.5% 1.5rem 0;
      text-decoration: none;
      width: 23.5%;
      background: white; }
      body.section div.sub-list .penner-super-grid a.sub-section img {
        float: left;
        width: 100%; }
      body.section div.sub-list .penner-super-grid a.sub-section div.title {
        clear: both;
        overflow: auto;
        padding: 2rem 1.5rem;
        text-align: center; }
        body.section div.sub-list .penner-super-grid a.sub-section div.title h3 {
          color: #444444;
          font-size: 1.5rem;
          font-weight: 400;
          margin: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%; }
        body.section div.sub-list .penner-super-grid a.sub-section div.title p {
          color: #606060;
          font-weight: 300;
          margin: 0.5rem 0 0; }
      body.section div.sub-list .penner-super-grid a.sub-section:hover {
        background: #eaaa00; }
        body.section div.sub-list .penner-super-grid a.sub-section:hover div.title h3, body.section div.sub-list .penner-super-grid a.sub-section:hover div.title p {
          color: black; }
  body.section div.sub-list .penner-standard {
    border-left: 5px solid #eaaa00;
    border-right: 5px solid #eaaa00;
    margin-top: 2rem;
    padding-left: 2rem;
    font-size: 0; }
    body.section div.sub-list .penner-standard h2 {
      border-bottom: 3px solid #eaaa00;
      color: black;
      display: block;
      font-size: 37px;
      padding: 0 0 10px;
      margin: 0 1.5% 25px 0; }
    body.section div.sub-list .penner-standard .flex {
      display: flex;
      flex-wrap: wrap; }
      body.section div.sub-list .penner-standard .flex a.sub-section {
        background: white;
        box-sizing: border-box;
        display: inline-block;
        margin: 0 1.5% 1rem 0;
        overflow: auto;
        text-align: center;
        vertical-align: top;
        width: 18.5%; }
        body.section div.sub-list .penner-standard .flex a.sub-section div.image {
          background: white;
          border: 4px solid white;
          border-bottom: 0;
          overflow: auto;
          position: relative; }
          body.section div.sub-list .penner-standard .flex a.sub-section div.image .spacer {
            margin-top: 100%; }
          body.section div.sub-list .penner-standard .flex a.sub-section div.image img {
            max-height: calc(100% - 40px);
            max-width: calc(100% - 40px);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        body.section div.sub-list .penner-standard .flex a.sub-section div.title {
          width: 100%;
          border-top: 3px solid #efefef;
          padding: 16px 30px;
          box-sizing: border-box; }
          body.section div.sub-list .penner-standard .flex a.sub-section div.title h4 {
            font-size: 15px;
            color: #a0a0a0;
            margin: 0;
            padding-bottom: 4px; }
          body.section div.sub-list .penner-standard .flex a.sub-section div.title h3 {
            color: black;
            font-size: 1.25rem;
            margin: 0;
            padding: 0;
            text-align: center;
            text-transform: uppercase; }
          body.section div.sub-list .penner-standard .flex a.sub-section div.title p {
            color: #606060;
            font-weight: 300;
            margin: 0.5rem 0 0.5rem;
            font-size: 1rem; }
        body.section div.sub-list .penner-standard .flex a.sub-section.recommended {
          border: 4px solid #eaaa00; }
          body.section div.sub-list .penner-standard .flex a.sub-section.recommended div.image {
            border: 0; }
            body.section div.sub-list .penner-standard .flex a.sub-section.recommended div.image::after {
              font-family: "TradeGothicLTStd-BdCn20", sans-serif;
              font-weight: normal;
              background: #eaaa00;
              bottom: 20px;
              color: white;
              content: "RECOMMENDED";
              font-size: 18px;
              padding: 10px 10px 6px;
              position: absolute;
              right: 0; }
        body.section div.sub-list .penner-standard .flex a.sub-section:hover {
          background: #ffc11e;
          text-decoration: none; }
          body.section div.sub-list .penner-standard .flex a.sub-section:hover div.image {
            border-color: #ffc11e; }
          body.section div.sub-list .penner-standard .flex a.sub-section:hover div.title {
            background: #ffc11e;
            border-color: #ffc11e; }
            body.section div.sub-list .penner-standard .flex a.sub-section:hover div.title h3, body.section div.sub-list .penner-standard .flex a.sub-section:hover div.title h4, body.section div.sub-list .penner-standard .flex a.sub-section:hover div.title p {
              color: black; }
          body.section div.sub-list .penner-standard .flex a.sub-section:hover.recommended {
            border-color: #ffc11e; }

@media (max-width: 1360px) {
  body.section div.flipper div.title h1 {
    font-size: 3em; }

  body.section div.sub-list ul.saw-tooth li a.sub-section img {
    width: 100%;
    padding: 0;
    float: none; }
    body.section div.sub-list ul.saw-tooth li a.sub-section img.wide {
      display: block; }
    body.section div.sub-list ul.saw-tooth li a.sub-section img.block {
      display: none; }

  body.section div.sub-list ul.saw-tooth li a.sub-section div.details {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    transform: none;
    padding: 2em;
    max-width: none; } }
@media (max-width: 1600px) {
  body.section div.sub-list ul.penner-super-grid li {
    width: 33.3%; } }
@media (max-width: 1200px) {
  body.section div.sub-list ul.penner-super-grid li {
    width: 50%; } }
body.discover div.discover-spacer {
  padding: 0 0 4em; }
body.discover div.nav-spacer {
  display: block;
  height: 94px; }
body.discover div.discover-header {
  background: black;
  overflow: auto;
  position: relative; }
  body.discover div.discover-header img {
    float: left;
    opacity: 0.3;
    width: 100%; }
  body.discover div.discover-header div.text {
    border-left: 7px solid rgba(255, 255, 255, 0.7);
    border-right: 7px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    width: 750px; }
    body.discover div.discover-header div.text div.wrapper {
      background: rgba(255, 255, 255, 0.7);
      padding: 3rem 4rem;
      margin: 0 2rem; }
      body.discover div.discover-header div.text div.wrapper h1 {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        border-bottom: 2px solid black;
        color: black;
        font-size: 4rem;
        margin: 2rem 0 0;
        padding: 0 0 0.5rem;
        text-align: center;
        text-transform: uppercase; }
      body.discover div.discover-header div.text div.wrapper p {
        color: black;
        line-height: 1.45em;
        margin: 1.5rem 0 0;
        text-align: center; }
body.discover div.discover-nav {
  background: #efefef;
  border-top: 2px solid #eaaa00;
  overflow: auto;
  text-align: center;
  width: 100%; }
  body.discover div.discover-nav ul {
    list-style-type: none;
    padding: 1em 0; }
    body.discover div.discover-nav ul li {
      border-right: 2px solid black;
      display: inline-block;
      padding: 0 2em;
      vertical-align: middle; }
      body.discover div.discover-nav ul li:first-child {
        border-left: 2px solid black; }
      body.discover div.discover-nav ul li a {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        padding: 0.35rem 0 0;
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.2rem;
        color: black;
        text-decoration: none; }
        body.discover div.discover-nav ul li a:hover {
          color: #eaaa00; }
  body.discover div.discover-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
body.discover div.discover-block {
  padding-top: 8em; }
  body.discover div.discover-block div.text {
    margin: 0 auto;
    min-width: 850px;
    text-align: center;
    width: 70%; }
    body.discover div.discover-block div.text > h2 {
      color: #eaaa00;
      display: inline-block;
      font-size: 3em;
      text-transform: uppercase;
      margin: 0 0 2rem;
      padding: 0.5rem 2rem 0;
      border-left: 4px solid #eaaa00;
      border-right: 4px solid #eaaa00; }
    body.discover div.discover-block div.text div.body {
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal;
      color: #303030;
      font-size: 1.1em;
      line-height: 1.5em;
      text-align: left; }
      body.discover div.discover-block div.text div.body img {
        height: 40%;
        margin: 0 1em 1em;
        width: 40%; }
  body.discover div.discover-block > img {
    margin: 4em 0 0;
    width: 100%; }
  body.discover div.discover-block div.files {
    margin: 0 auto;
    min-width: 850px;
    text-align: center;
    width: 70%; }
    body.discover div.discover-block div.files a {
      width: 30%;
      margin: 0 1.5%;
      display: block;
      text-decoration: none; }
      body.discover div.discover-block div.files a div.img {
        background: black;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        position: relative;
        width: 100%; }
        body.discover div.discover-block div.files a div.img h5 {
          color: white;
          font-size: 3em;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 100%;
          z-index: 2;
          display: none;
          text-shadow: 0 0 20px black; }
          body.discover div.discover-block div.files a div.img h5 span {
            font-size: 1.5em; }
        body.discover div.discover-block div.files a div.img img {
          float: left;
          width: 100%; }
      body.discover div.discover-block div.files a h4 {
        text-transform: uppercase;
        font-size: .8em;
        letter-spacing: 1px; }
      body.discover div.discover-block div.files a:hover h4 {
        color: black; }
      body.discover div.discover-block div.files a:hover div.img h5 {
        display: block; }
      body.discover div.discover-block div.files a:hover img {
        opacity: 0.5; }

body.learn div.learn-spacer {
  background: #efefef;
  overflow: auto;
  padding: 5em 0; }
body.learn div.learn-header {
  text-align: center; }
  body.learn div.learn-header h1 {
    font-family: "TradeGothicLTStd", sans-serif;
    font-weight: normal;
    color: #303030;
    font-size: 5em;
    margin: 0;
    text-align: center; }
  body.learn div.learn-header ul.filters {
    list-style-type: none;
    padding: 0; }
    body.learn div.learn-header ul.filters li {
      border-right: 1px solid #c0c0c0;
      color: #707070;
      display: inline-block;
      padding: 0 1em 0;
      text-transform: uppercase; }
      body.learn div.learn-header ul.filters li:first-child, body.learn div.learn-header ul.filters li:last-child {
        border-right: 0;
        padding-right: 0; }
      body.learn div.learn-header ul.filters li a.active {
        color: black; }
body.learn div.learn-article-list {
  margin: 2em auto 0;
  min-width: 940px;
  overflow: auto;
  width: 80%; }
  body.learn div.learn-article-list a {
    background: white;
    display: block;
    float: left;
    margin: 0 2% 2em 0;
    text-decoration: none;
    width: 48%; }
    body.learn div.learn-article-list a img {
      width: 50%;
      float: left; }
    body.learn div.learn-article-list a div.text {
      padding: 2em;
      box-sizing: border-box;
      width: 50%;
      float: right; }
      body.learn div.learn-article-list a div.text h3 {
        color: #909090;
        font-size: 1em;
        margin: 0;
        text-transform: uppercase; }
      body.learn div.learn-article-list a div.text h2 {
        margin: 0.5em 0;
        font-size: 2em;
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal; }
      body.learn div.learn-article-list a div.text p {
        color: #808080;
        font-style: italic; }
    body.learn div.learn-article-list a:hover {
      background: #20bfc3; }
      body.learn div.learn-article-list a:hover div.text h3, body.learn div.learn-article-list a:hover div.text h2, body.learn div.learn-article-list a:hover div.text p {
        color: white; }
    body.learn div.learn-article-list a.hidden {
      display: none; }

body.learn-article div.learn-spacer {
  background: #efefef;
  overflow: auto;
  padding: 3em 0; }
body.learn-article div.center {
  width: 70%;
  min-width: 940px;
  margin: 0 auto; }
  body.learn-article div.center div.left {
    width: 70%;
    background: white;
    float: left;
    padding: 0 0 2em; }
    body.learn-article div.center div.left p {
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal;
      font-size: 1.1em;
      line-height: 1.5em;
      color: #303030;
      margin: 0.75em 0 0; }
    body.learn-article div.center div.left li {
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal;
      color: #303030;
      font-size: 1.1em;
      line-height: 1.5em;
      margin: 0.125em 0; }
    body.learn-article div.center div.left strong {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal; }
    body.learn-article div.center div.left div.article-header {
      background: black;
      position: relative;
      overflow: auto; }
      body.learn-article div.center div.left div.article-header h1 {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        color: #20bfc3;
        font-size: 3em;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        width: 70%; }
        body.learn-article div.center div.left div.article-header h1 span {
          font-family: "TradeGothicLTStd-BdCn20", sans-serif;
          font-weight: normal;
          color: white;
          font-size: 0.3333em;
          left: 0;
          position: absolute;
          text-transform: uppercase;
          top: -1.5em; }
      body.learn-article div.center div.left div.article-header img.hero {
        width: 100%;
        opacity: 0.4;
        float: left; }
    body.learn-article div.center div.left div.padding {
      padding: 1em 2em; }
    body.learn-article div.center div.left div.section {
      padding: 1em 2em 0; }
      body.learn-article div.center div.left div.section h2 {
        font-weight: 600;
        font-size: 2em;
        margin: 0; }
      body.learn-article div.center div.left div.section h3 {
        font-size: 1.5em;
        margin: 1em 0 0; }
      body.learn-article div.center div.left div.section h3, body.learn-article div.center div.left div.section h4, body.learn-article div.center div.left div.section h5 {
        color: #303030; }
      body.learn-article div.center div.left div.section div.body img {
        margin: 0 1em 1em; }
      body.learn-article div.center div.left div.section table {
        border-collapse: collapse;
        margin-top: 1em; }
        body.learn-article div.center div.left div.section table td {
          padding: 1em 1em 2em;
          border: 1px solid #d0d0d0; }
        body.learn-article div.center div.left div.section table th {
          background: #c0c0c0;
          padding: 1em 1em 2em;
          background: #20bfc3;
          border: 1px solid #199497; }
          body.learn-article div.center div.left div.section table th p, body.learn-article div.center div.left div.section table th h1, body.learn-article div.center div.left div.section table th h2, body.learn-article div.center div.left div.section table th h3, body.learn-article div.center div.left div.section table th h4, body.learn-article div.center div.left div.section table th h5 {
            color: white; }
      body.learn-article div.center div.left div.section ul, body.learn-article div.center div.left div.section ol {
        margin: 0.75em 0 0; }
  body.learn-article div.center div.right {
    background: white;
    box-sizing: border-box;
    float: right;
    padding: 1em;
    width: 27%; }
    body.learn-article div.center div.right h3 {
      color: black;
      text-transform: uppercase;
      margin: 0 0 1em; }

body.contact > article {
  background: #f0f0f0;
  overflow: auto;
  margin-bottom: 1em; }
body.contact div.contact-inner {
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto 2rem;
  padding: 0 2rem;
  box-sizing: border-box; }
body.contact div.locations {
  border-left: 5px solid black;
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  overflow: auto;
  padding: 0 0 0 1rem; }
  body.contact div.locations a {
    flex: 1;
    display: block;
    position: relative;
    background: black;
    cursor: pointer; }
    body.contact div.locations a.active {
      background: black; }
      body.contact div.locations a.active span {
        color: #eaaa00; }
      body.contact div.locations a.active img {
        opacity: .1; }
    body.contact div.locations a:hover {
      background: #eaaa00; }
      body.contact div.locations a:hover span {
        color: black; }
      body.contact div.locations a:hover img {
        opacity: .2; }
    body.contact div.locations a img {
      float: left;
      opacity: 0.6;
      width: 100%; }
    body.contact div.locations a span {
      font-family: "TradeGothicLTStd-BdCn20", sans-serif;
      font-weight: normal;
      color: white;
      display: block;
      font-size: 1.5em;
      letter-spacing: 1px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center;
      text-transform: uppercase;
      top: 50%;
      transform: translateY(-40%); }
    body.contact div.locations a:nth-child(4) {
      margin-right: 0; }
body.contact div.slideshow {
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
  border-left: 5px solid #eaaa00; }
  body.contact div.slideshow div.spacer {
    margin-top: 41.66%; }
  body.contact div.slideshow div.frame-list {
    width: 100%; }
    body.contact div.slideshow div.frame-list div.frame {
      left: 1rem;
      position: absolute;
      top: 0;
      width: calc(100% - 1rem); }
      body.contact div.slideshow div.frame-list div.frame img {
        width: 100%; }
  body.contact div.slideshow div.dot-list {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em; }
    body.contact div.slideshow div.dot-list a.dot {
      background: white;
      border-radius: 15px;
      display: inline-block;
      height: 6px;
      width: 6px;
      margin-left: 0.5em; }
      body.contact div.slideshow div.dot-list a.dot.active {
        opacity: 0.50; }
      body.contact div.slideshow div.dot-list a.dot:hover {
        background: black;
        cursor: pointer; }
  body.contact div.slideshow h1 {
    font-family: "TradeGothicLTStd-BdCn20", sans-serif;
    font-weight: normal;
    background: url("/design/images/location-icon.png") no-repeat left center;
    background-size: 28px 40px;
    bottom: 0;
    color: white;
    font-size: 3em;
    left: 1rem;
    margin: 0;
    margin: 0.3em 0.5em;
    padding-left: 40px;
    position: absolute;
    text-transform: uppercase;
    z-index: 10; }
body.contact div.details {
  padding: 1em 0;
  overflow: auto;
  color: #333333;
  line-height: 1.4em; }
  body.contact div.details div.textual {
    float: left;
    width: calc(100% - 450px - 2rem); }
    body.contact div.details div.textual div.notice {
      font-family: "TradeGothicLTStd", sans-serif;
      font-weight: normal;
      border-left: 5px solid #eaaa00;
      border-right: 5px solid #eaaa00;
      line-height: 1.5rem;
      margin-bottom: 1rem;
      margin-right: 1.5rem;
      overflow: auto;
      padding: 0 1rem; }
    body.contact div.details div.textual div.table {
      border-left: 5px solid black;
      border-right: 5px solid black;
      margin-right: 1.5rem;
      overflow: auto;
      display: flex;
      flex-wrap: wrap; }
    body.contact div.details div.textual div.address,
    body.contact div.details div.textual div.phone,
    body.contact div.details div.textual div.hours,
    body.contact div.details div.textual div.manager {
      font-size: 14px;
      box-sizing: border-box;
      margin: 1em 0;
      width: 50%;
      min-height: 80px;
      min-width: 300px;
      padding: 10px 0 10px calc(100px + 1em); }
      body.contact div.details div.textual div.address p,
      body.contact div.details div.textual div.phone p,
      body.contact div.details div.textual div.hours p,
      body.contact div.details div.textual div.manager p {
        font-family: "TradeGothicLTStd", sans-serif;
        font-weight: normal;
        margin: 0; }
        body.contact div.details div.textual div.address p strong,
        body.contact div.details div.textual div.phone p strong,
        body.contact div.details div.textual div.hours p strong,
        body.contact div.details div.textual div.manager p strong {
          font-family: "TradeGothicLTStd-BdCn20", sans-serif;
          font-weight: normal;
          font-size: 18px; }
      body.contact div.details div.textual div.address h2,
      body.contact div.details div.textual div.phone h2,
      body.contact div.details div.textual div.hours h2,
      body.contact div.details div.textual div.manager h2 {
        font-family: "TradeGothicLTStd-BdCn20", sans-serif;
        font-weight: normal;
        color: #333333;
        font-size: 1em;
        margin: 0;
        text-transform: uppercase; }
    body.contact div.details div.textual div.clear {
      clear: both; }
    body.contact div.details div.textual div.address {
      background: url("/design/images/address-icon.png") no-repeat left 28px top 5px;
      background-size: 73px 73px; }
    body.contact div.details div.textual div.phone {
      background: url("/design/images/phone-icon.png") no-repeat left 34px top 5px;
      background-size: 73px 73px;
      padding-left: 120px; }
    body.contact div.details div.textual div.hours {
      background: url("/design/images/hours-icon.png") no-repeat left 28px top 5px;
      background-size: 73px 73px; }
    body.contact div.details div.textual div.manager {
      position: relative;
      background: url("/design/images/manager-icon.png") no-repeat left 34px top 5px;
      background-size: 73px 73px;
      padding-left: 120px; }
      body.contact div.details div.textual div.manager img {
        border: 1px solid #20bfc3;
        border-radius: 74px;
        left: 0;
        position: absolute;
        top: 0; }
  body.contact div.details iframe {
    float: right;
    border: 1rem solid white !important; }
body.contact div.location.hidden {
  display: none; }

body.simple section.simple {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 50px auto 50px;
  min-width: 850px;
  width: 70%;
  text-align: center; }
  body.simple section.simple div.main > h1 {
    border-bottom: 2px solid firebrick;
    color: #404040;
    display: inline-block;
    font-size: 3em;
    line-height: 1.1em;
    margin: 0 0 1em;
    text-align: center;
    text-transform: uppercase; }
  body.simple section.simple div.body {
    text-align: left; }
    body.simple section.simple div.body strong {
      font-weight: 600; }

/*# sourceMappingURL=all.css.map */
