h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em; }

h1 {
  font-size: 500%;
  color: #0091DD; }

h2 {
  font-size: 29px;
  line-height: 29px;
  color: #00517C;
  margin-bottom: 10px; }

h3 {
  font-size: 250%;
  color: #00669D;
  /*text-shadow: 1px 1px 2px rgba(109, 109, 109, 1);*/ }

h4 {
  font-size: 150%; }

h5 {
  font-size: 125%; }

h6 {
  font-size: 100%; }
  h6.nike b, h6.nike span {
    text-transform: uppercase; }
  h6.nike b {
    font-weight: bolder; }

a {
  text-decoration: none;
  color: #0091DD; }

small {
  font-size: 12px; }

@media screen and (max-width: 740px) {
  h3 {
    font-size: 200%; } }
@media screen and (max-width: 360px) {
  h3 {
    font-size: 200%; } }
body {
  background-color: #F9F9F9;
  height: 100%;
  min-height: 480px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555; }
  body img {
    display: block; }

.container {
  max-width: 980px;
  margin: 110px auto 0;
  overflow: hidden; }
  .container div {
    position: relative;
    border: 10px solid #FFF;
    margin-bottom: 10px;
    background-color: #FFF;
    width: calc(100% - 20px);
    overflow: hidden; }
    .container div > img {
      width: 100%;
      height: auto; }
    .container div a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .container div h3 {
      position: absolute;
      color: #FFF; }
    .container div p {
      line-height: 1.4em; }
  .container .description {
    background-color: #00517C;
    min-height: 56px; }
    .container .description h6 {
      text-transform: none;
      padding: 35px 5px 5px 5px;
      color: #FFF; }
    .container .description a {
      color: #FFF; }
      .container .description a h5, .container .description a p {
        margin: 5px; }
  .container .one-col h3 {
    left: 20px;
    bottom: 20px; }
  .container .two-col-con, .container .three-col-con, .container .social-banner {
    overflow: auto;
    border: none;
    margin: 0;
    background: none;
    width: 100%; }
  .container .two-col {
    width: calc(50% - 25px);
    float: left;
    overflow: hidden;
    margin-right: 10px; }
    .container .two-col h3 {
      left: 20px;
      bottom: 20px; }
  .container .three-col {
    width: calc((100% - 80px) / 3);
    max-height: 320px;
    float: left;
    overflow: hidden;
    margin-right: 10px; }
    .container .three-col h3 {
      left: 10px;
      bottom: 10px;
      font-size: 200%; }
  .container .four-col {
    width: calc((100% - 110px) / 4);
    float: left;
    margin-right: 10px; }
  .container .two-col.last, .container .three-col.last, .container .four-col.last {
    margin-right: 0; }

@media screen and (max-width: 1000px) {
  .container {
    margin-left: 10px;
    margin-right: 10px; } }
@media screen and (max-width: 660px) {
  .container .three-col {
    width: calc(50% - 30px); }
    .container .three-col.last {
      margin-right: 10px; } }
@media screen and (max-width: 640px) {
  .container .one-col {
    overflow: hidden; }
    .container .one-col > img {
      height: 250px;
      width: auto; } }
@media screen and (max-width: 600px) {
  .container {
    margin-top: 10px; }

  .container .two-col-con .two-col {
    width: calc(100% - 20px);
    height: calc((100vh - 218.4px) / 2); } }
@media screen and (max-width: 420px) {
  .container .three-col {
    width: calc(100% - 20px);
    float: none; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding-top: 24px;
  background: #FFF; }
  header h1 {
    display: block;
    width: 260px;
    color: #00669D; }
    header h1 a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
      header h1 a img {
        display: block;
        height: 38px;
        width: auto;
        padding: 11px; }
      header h1 a span {
        font-size: 10px;
        letter-spacing: 4px;
        position: absolute;
        bottom: -5px;
        left: 10px;
        width: 100%;
        height: 12px;
        line-height: 12px;
        text-align: center;
        color: #333; }
  header #hours {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    padding: 3px 0;
    width: 100%;
    background-color: #00669D;
    color: #ffffff; }
    header #hours a, header #hours span {
      margin-left: 20px;
      color: #ffffff; }
  header #workwear {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    padding: 18px 10px;
    background-color: #F88700; }
    header #workwear img {
      height: 40px; }
  header .menu-button {
    display: none; }
    header .menu-button div {
      position: absolute;
      top: 0;
      right: 160px;
      height: 56px;
      margin: 20px;
      padding: 0 20px;
      border: 2px solid #0091DD;
      border-radius: 5px;
      color: #0091DD;
      line-height: 56px;
      text-align: center; }

@media screen and (max-width: 1020px) {
  header nav {
    display: none; }
  header .menu-button {
    display: block; }
    header .menu-button .hide-nav {
      display: none; } }
@media screen and (max-width: 900px) {
  header #hours {
    display: none; } }
@media screen and (max-width: 600px) {
  header {
    position: static;
    overflow: hidden; }
    header h1 {
      width: auto; }
      header h1 a img {
        height: 44px;
        width: auto;
        margin: 15px auto; }
      header h1 a span {
        font-size: 12px; }
    header .menu-button {
      display: block; }
      header .menu-button .show-nav {
        display: none !important; }
      header .menu-button .hide-nav {
        display: none !important; }
    header #workwear {
      display: none; } }
@media screen and (max-width: 362px) {
  header h1 a img {
    width: 100%;
    height: auto; } }
header nav {
  position: absolute;
  right: 180px;
  top: 24px;
  list-style-type: none;
  height: 76px; }
  header nav li {
    position: relative;
    display: block;
    float: left;
    padding: 0 20px;
    text-transform: capitalize;
    height: 100%; }
    header nav li a {
      display: block;
      height: 100%;
      color: #00517C; }
    header nav li ul {
      position: absolute;
      left: 0;
      height: 0;
      width: 150px;
      padding-left: 20px;
      background-color: #FFF;
      overflow: hidden; }
      header nav li ul li {
        display: inline;
        width: 100%;
        height: auto;
        clear: both;
        padding: 10px 0; }
        header nav li ul li a:hover {
          color: #0091DD; }
  header nav > li {
    height: 72px; }
    header nav > li > a {
      line-height: 76px; }
      header nav > li > a:hover, header nav > li > a.active {
        border-bottom: 4px solid #0091DD;
        color: #0091DD; }
  header nav li:hover > ul {
    height: auto; }

@media screen and (max-width: 600px) {
  nav {
    display: none; } }
#mobile-nav {
  display: none;
  position: fixed;
  top: 100%;
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  height: calc(100% - 70px);
  background-color: #FFF; }
  #mobile-nav div:first-child {
    overflow: hidden;
    background: #0091DD; }
    #mobile-nav div:first-child a {
      width: 50%;
      height: 50px;
      float: left;
      line-height: 50px;
      text-align: center;
      color: #FFF; }
      #mobile-nav div:first-child a:first-child span {
        display: block;
        border-right: 1px solid #0080c4;
        height: 100%; }
  #mobile-nav > ul {
    border: 1px solid #EEE;
    border-left: none;
    border-right: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f2f2f2+100 */
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
    /* IE6-9 */ }
    #mobile-nav > ul li {
      border: 1px solid #EEE;
      border-left: none;
      border-right: none; }
      #mobile-nav > ul li a {
        display: block;
        padding: 20px;
        color: #999; }
    #mobile-nav > ul + div a {
      width: 33.3%;
      height: 80px;
      float: left; }
      #mobile-nav > ul + div a img {
        width: 40px;
        height: auto;
        margin: 20px auto; }
  #mobile-nav #mobile-nav-button {
    display: none;
    border-radius: 50%;
    background-color: #0091DD;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    left: 45%;
    left: calc(50% - 25px);
    padding: 0;
    overflow: hidden; }
    #mobile-nav #mobile-nav-button .show-nav div {
      display: block;
      width: 70%;
      height: 3px;
      margin: 5px auto;
      background-color: #FFF; }
    #mobile-nav #mobile-nav-button .show-nav div:first-child {
      margin-top: 15px; }
    #mobile-nav #mobile-nav-button .hide-nav {
      display: none;
      font-size: 24px;
      line-height: 50px;
      text-align: center;
      color: #FFF; }

@media screen and (max-width: 920px) {
  #mobile-nav {
    display: block; } }
@media screen and (max-width: 600px) {
  #mobile-nav #mobile-nav-button {
    display: block; } }
.container .contact-banner {
  height: 100px;
  padding: 10px 0; }
  .container .contact-banner > img {
    height: 60px;
    width: auto;
    float: left; }
  .container .contact-banner a {
    position: static; }
  .container .contact-banner h3 {
    color: #333;
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 70px;
    margin-left: 20px; }
  .container .contact-banner h4 {
    float: left;
    width: auto;
    font-size: 200%;
    line-height: 50px;
    margin: 0 40px; }
  .container .contact-banner p {
    margin-bottom: 10px;
    width: auto;
    clear: none; }

.container.item-list .contact-banner p {
  margin-bottom: 10px;
  width: auto;
  clear: none; }

.container .social-banner div {
  height: 180px; }
  .container .social-banner div p {
    text-align: center;
    color: #FFF;
    margin: 20px 0;
    line-height: 1.2em; }
  .container .social-banner div:first-child p {
    color: #555; }
  .container .social-banner div img {
    display: block;
    width: 88px;
    margin: 10px auto; }
  .container .social-banner div:first-child img {
    height: 88px;
    width: auto;
    transform: rotate(10deg); }
  .container .social-banner div:first-child img + img {
    position: absolute;
    transform: none;
    left: 64px;
    bottom: 10px; }
.container .social-banner .facebook {
  background-color: #3B5998; }
.container .social-banner .linkedin {
  background-color: #007BB6; }
.container .social-banner .instagram {
  background-color: #1F80C1;
  display: none; }
.container .social-banner .twitter {
  background-color: #00ACED; }

.workwear-banner > img {
  float: right; }
.workwear-banner a img {
  width: 50%;
  height: auto; }
.workwear-banner a h4 {
  padding: 20px;
  width: 40%;
  color: #FFF;
  text-transform: capitalize; }

@media screen and (max-width: 860px) {
  .container .contact-banner > img {
    display: none; }
  .container .contact-banner h3 {
    display: none; }

  .container .social-banner div {
    height: 120px; }
    .container .social-banner div p {
      margin: 10px; }
    .container .social-banner div img {
      width: 40px;
      margin: 10px auto; }
    .container .social-banner div:first-child img {
      height: 40px;
      transform: rotate(5deg); }
    .container .social-banner div:first-child img + img {
      left: 44px;
      bottom: -10px; } }
@media screen and (max-width: 600px) {
  .workwear a h4 {
    width: 80%; }

  .container .social-banner div {
    height: 80px; }
    .container .social-banner div p {
      display: none;
      font-size: 24px; }
    .container .social-banner div img {
      width: 40px;
      margin: 20px auto; }
    .container .social-banner div:first-child {
      float: none;
      height: 120px;
      width: auto;
      margin-right: 0; }
      .container .social-banner div:first-child p {
        display: block;
        width: 50%;
        text-align: left;
        float: left; }
      .container .social-banner div:first-child img {
        height: 100px;
        float: right;
        margin-right: 8px; }
        .container .social-banner div:first-child img + img {
          left: auto;
          right: 5px;
          bottom: 0; }
  .container .social-banner .twitter.last {
    margin-right: 10px; }
  .container .social-banner .instagram {
    display: block; } }
@media screen and (max-width: 500px) {
  .container .contact-banner h4 {
    width: 100%;
    margin: 0;
    text-align: center; }
  .container .contact-banner p {
    display: none; } }
@media screen and (max-width: 360px) {
  .container .social-banner div {
    height: 60px; }
    .container .social-banner div img {
      margin: 10px auto; } }
.container .spotlight {
  margin-bottom: 0;
  width: 100%;
  border: none; }
  .container .spotlight li {
    border: none;
    position: relative; }
    .container .spotlight li .unslider-arrow {
      position: relative;
      top: auto;
      left: auto;
      right: auto; }
    .container .spotlight li a img {
      display: block;
      margin: 20px 20px 10px auto; }
    .container .spotlight li a h3 {
      position: static;
      text-align: right;
      margin-right: 20px; }
    .container .spotlight li a b {
      font-size: 96px;
      position: absolute;
      bottom: 70px;
      right: 20px;
      color: #333333; }
    .container .spotlight li a p {
      position: absolute;
      bottom: 20px;
      right: 20px;
      text-align: right;
      color: #333333; }
.container.workwear .spotlight {
  width: auto; }
.container.item-list .spotlight.one-col {
  overflow: hidden;
  width: auto; }
.container .unslider-nav {
  position: absolute;
  bottom: 10px;
  width: 100%; }

@media screen and (max-width: 800px) {
  .spotlight a b {
    font-size: 350%; } }
@media screen and (max-width: 600px) {
  .spotlight {
    display: none; } }
footer {
  margin-top: 100px;
  overflow: auto;
  background-color: #00669D; }
  footer ul {
    margin: 20px 50px;
    float: left; }
    footer ul li {
      text-transform: capitalize;
      padding: 5px 20px; }
      footer ul li a {
        color: #ffffff; }
        footer ul li a:hover {
          color: #0091DD; }
    footer ul img {
      height: 150px;
      width: auto;
      margin: 10px 0; }
      footer ul img:hover {
        border: 1px solid #0091DD; }
  footer div {
    clear: both;
    padding: 10px 20px;
    background-color: #00517C; }
    footer div small {
      margin-right: 50px;
      color: #ffffff; }

@media screen and (max-width: 600px) {
  footer ul {
    margin: 20px; }

  div small {
    display: block;
    margin-right: 0;
    margin: 5px 20px;
    clear: left; } }
#mobile-nav {
  z-index: 20000; }

header {
  z-index: 19000; }

.bx-controls-direction {
  z-index: 18000; }

.bx-pager {
  z-index: 17000; }

.container.home h2 {
  font-size: 23px;
  line-height: 23px;
  color: #00517C;
  margin-bottom: 10px; }

h3.special {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right; }

@media screen and (max-width: 1000px) {
  .container {
    margin-left: 10px;
    margin-right: 10px; } }
@media screen and (max-width: 600px) {
  .container.home > h2 {
    font-size: 16px;
    line-height: 1.2em; } }
@media screen and (max-width: 405px) {
  .container.home .two-col-con .two-col img {
    height: 100%;
    width: auto; } }
@media screen and (max-width: 420px) and (max-height: 680px) {
  .container.home .two-col-con .two-col img {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 320px) and (max-height: 500px) {
  .container.home .two-col-con .two-col a h3 {
    font-size: 120%; } }
.container.about .description h5 {
  color: #FFF;
  line-height: 1em;
  margin: 20px 5px 0 5px; }
.container.about .description h6 {
  padding-top: 5px; }
.container.about h2 {
  margin-top: 100px; }
  .container.about h2:first-child {
    margin-top: 0; }
.container.about h5 {
  margin: 40px 0 10px; }
.container.about p {
  margin: 10px 0;
  line-height: 1.8em; }
.container.about #fibre-illustration {
  width: 200px;
  margin: 0 40px 20px 40px;
  float: right; }

@media screen and (max-width: 600px) {
  .container.about #fibre-illustration {
    float: none; } }
.container.item-list .one-col {
  border: none;
  background: none;
  overflow: auto;
  width: 100%; }
  .container.item-list .one-col .unslider .unslider-nav {
    display: none; }
.container.item-list .filters {
  display: block;
  width: calc(25% - 10px);
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CCC;
  padding: 20px 0; }
  .container.item-list .filters p {
    color: #333;
    margin: 20px;
    padding-bottom: 0; }
  .container.item-list .filters input {
    color: #666666;
    margin: 10px 20px; }
  .container.item-list .filters ul {
    padding-left: 20px; }
    .container.item-list .filters ul li {
      margin: 10px 0;
      text-transform: capitalize; }
  .container.item-list .filters a {
    position: static; }
.container.item-list .three-col-con {
  width: 680px;
  margin: 0 auto;
  overflow: auto; }
  .container.item-list .three-col-con .three-col {
    width: calc((100% - 20px) / 3);
    float: left;
    border: none;
    background: none;
    margin-bottom: 50px;
    max-height: none; }
    .container.item-list .three-col-con .three-col a {
      display: block;
      width: 100%;
      position: static;
      text-align: center; }
      .container.item-list .three-col-con .three-col a img {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto; }
      .container.item-list .three-col-con .three-col a h6 {
        margin: 10px 0;
        text-transform: capitalize;
        font-weight: normal;
        height: 32px;
        color: #333; }
      .container.item-list .three-col-con .three-col a p {
        font-weight: bold; }
      .container.item-list .three-col-con .three-col a span {
        color: #999; }
  .container.item-list .three-col-con .more {
    background-color: #CCC;
    height: 220px;
    text-align: left; }
    .container.item-list .three-col-con .more h4 {
      color: #FFF;
      text-align: left;
      padding: 30px; }
    .container.item-list .three-col-con .more p {
      text-align: left;
      padding: 0 30px; }
    .container.item-list .three-col-con .more a {
      text-align: left; }
.container.item-list .lw-p-mf-l-jacket .three-col a h6 {
  height: 48px; }
.container.item-list p {
  width: 100%;
  clear: both; }
  .container.item-list p a {
    position: static; }

.container.item-list .three-col-con.contrast-pullover .three-col a h6 {
  height: 48px; }

@media screen and (max-width: 780px) {
  .container.item-list .three-col-con .three-col a h6 {
    height: 48px; } }
@media screen and (max-width: 700px) {
  .container.item-list .three-col-con {
    width: 95%;
    overflow: auto; }
    .container.item-list .three-col-con .three-col {
      width: calc(50% - 10px); } }
@media screen and (max-width: 600px) {
  .container.item-list .filters {
    display: none; }
  .container.item-list .three-col-con {
    width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 360px) {
  .container.item-list .three-col-con {
    margin-bottom: 50px; }
    .container.item-list .three-col-con .more h4 {
      padding: 30px 5px; }
    .container.item-list .three-col-con .more p {
      padding: 0 5px; }
  .container.item-list .three-col-con.long-perf-t .three-col a h6, .container.item-list .three-col-con.two-tone-perf-t .three-col a h6 {
    height: 64px; } }
.container.product .price-table div .one-col .one-col {
  width: 280px;
  margin: 0 auto; }
  .container.product .price-table div .one-col .one-col img {
    width: 100%;
    height: auto; }
.container.product .price-table div .four-col img {
  width: 100%;
  height: auto; }
.container.product .price-table div a {
  position: static; }
.container.product .price-table div div {
  margin-bottom: 50px; }
  .container.product .price-table div div a {
    position: static;
    max-height: none;
    border: 10px solid #FFF; }
    .container.product .price-table div div a img {
      max-width: 300px;
      margin: 0 auto 10px auto; }
    .container.product .price-table div div a h2, .container.product .price-table div div a h6, .container.product .price-table div div a p {
      text-align: center; }
    .container.product .price-table div div a p {
      background-color: #00517C;
      color: #FFF;
      margin: 10px 0;
      padding: 5px 0; }
      .container.product .price-table div div a p:hover {
        color: #0091DD; }
    .container.product .price-table div div a:hover {
      border: 10px solid #0091DD; }
.container.product .price-table div p {
  margin-bottom: 10px; }
.container.product .price-table div table {
  margin: 0 auto 50px auto;
  width: 300px; }
  .container.product .price-table div table th, .container.product .price-table div table td {
    padding: 10px 20px; }
  .container.product .price-table div table th {
    text-align: left;
    font-weight: bold;
    text-transform: capitalize; }
  .container.product .price-table div table td {
    text-align: center; }
    .container.product .price-table div table td b {
      font-weight: bold; }
    .container.product .price-table div table td.featured {
      color: #0091DD; }
    .container.product .price-table div table td a {
      display: inline;
      width: auto;
      border: none; }
      .container.product .price-table div table td a:hover {
        border: none; }

.container.product .price-table div div a.canadian {
  position: relative; }

.canadian::before {
  content: url(https://genesis2.ca/graphics/Maple_Leaf.png);
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: auto; }

.container.contact .two-col {
  background-color: #0091DD; }
  .container.contact .two-col a {
    position: static;
    height: 200px; }
    .container.contact .two-col a h3 {
      font-size: 200%; }
    .container.contact .two-col a img {
      height: 120px;
      margin: 20px 0 0 20px; }
.container.contact .success {
  padding: 15px 0 5px 0;
  background-color: #00E977;
  color: #446644; }
  .container.contact .success p {
    text-indent: 10px;
    text-transform: uppercase;
    font-weight: bold; }

.container form {
  width: 100%;
  background-color: #00669D;
  padding: 30px 0; }
  .container form label {
    text-transform: capitalize;
    display: block;
    color: #FFF;
    text-indent: 5%;
    margin-bottom: 3px; }
  .container form p {
    line-height: 1.8em;
    color: #FFF; }
  .container form input, .container form textarea {
    width: 85%;
    margin: 0 5% 10px;
    padding: 1em 2.5%;
    border: none; }
  .container form textarea {
    min-height: 100px; }
  .container form div {
    background: none;
    border: none; }
  .container form input[type="checkbox"] {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
    float: left;
    clear: left; }
  .container form .clearfix {
    clear: both; }
  .container form .g-recaptcha {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 324px; }
  .container form input[type="submit"] {
    display: block;
    background-color: #0091DD;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 2px solid #00517C;
    width: 200px;
    margin: 0 auto; }
    .container form input[type="submit"]:hover {
      cursor: pointer;
      background-color: #0080c4; }

.workwear > h2:first-child {
  font-size: 26px; }
.workwear header #hours {
  background-color: #F88700; }
.workwear header a {
  color: #00517C; }
  .workwear header a img {
    height: 54px; }
.workwear header #gen2 {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: auto;
  padding: 18px 10px; }
  .workwear header #gen2 img {
    width: 100%;
    height: auto;
    padding: 9px 0; }
.workwear .container .spotlight {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #999;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #aaaaaa 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #aaaaaa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, #aaaaaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 10px solid #ffffff;
  margin-bottom: 10px; }
  .workwear .container .spotlight + .two-col-con .two-col {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acb1bf+0,3f4c6b+100 */
    background: #acb1bf;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #acb1bf 0%, #3f4c6b 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #acb1bf 0%, #3f4c6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #acb1bf 0%, #3f4c6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb1bf', endColorstr='#3f4c6b',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .workwear .container .spotlight + .two-col-con .two-col img {
      height: 300px;
      width: auto;
      margin-left: auto; }
.workwear .container .description {
  background-color: #F88700; }
.workwear .price-table .three-col-con {
  width: 75%;
  margin-left: 25%; }
  .workwear .price-table .three-col-con .three-col img {
    max-width: 100%; }

.workwear .container.item-list .three-col-con {
  width: 75%;
  margin-left: 25%; }

@media screen and (max-width: 700px) {
  .workwear .container.item-list .one-col .filters {
    display: none; }

  .workwear .container.item-list .three-col-con {
    width: 90%;
    margin-left: auto; } }
@media screen and (max-width: 600px) {
  .container.workwear > h2 {
    font-size: 16px;
    line-height: 1.2em; } }
.container.terms div {
  background-color: #FFF; }
  .container.terms div h5 {
    margin-top: 50px;
    margin-bottom: 30px; }
    .container.terms div h5:first-child {
      margin-top: 0; }
  .container.terms div h6 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .container.terms div p {
    margin-bottom: 10px;
    line-height: 1.8em; }
  .container.terms div ul {
    list-style-type: disc;
    padding-left: 20px; }
    .container.terms div ul li {
      line-height: 1.8em; }
.container.terms .description {
  background-color: #00517C; }
  .container.terms .description h4 {
    color: #FFF;
    margin-top: 20px; }
.container.terms .contact-banner p {
  line-height: 1.2em; }
.container.terms .social-banner {
  background: none; }

.container.signup .one-col {
  height: 500px; }
  .container.signup .one-col h3 {
    position: static;
    margin: 20px 0 50px;
    color: #0091DD; }

.container.site-map div.product ul {
  padding-left: 20px; }
  .container.site-map div.product ul li {
    padding: 10px 0; }

.container.site-map > div.product > ul > li > a,
.container.site-map > div.product > ul > li > ul > li > a,
.container.site-map > div.product > ul > li > ul > li > ul > li > a {
  position: static; }

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