/* Main Primary color */
a.img-link {
  position: relative;
  float: left;
  text-decoration: none; }
  a.img-link img {
    padding: 3px 1px;
    width: 100%;
    display: block; }
  a.img-link .hover {
    display: none;
    margin: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.5; }
  a.img-link:hover {
    text-decoration: none; }
    a.img-link:hover .hover {
      display: block; }

.hero:before, .hero:after {
  content: " ";
  display: table; }

.hero:after {
  clear: both; }

.hero a.img-link {
  width: 25%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: 0 auto; }
  @media (min-width: 37.5em) {
    .container {
      width: 600px; } }
  @media (min-width: 64em) {
    .container {
      width: 960px; } }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #0E3F4F;
  margin-top: 50px; }

#main header {
  position: fixed;
  top: 0;
  z-index: 9999;
  min-height: 50px;
  background-color: #fff;
  width: 100%; }
  #main header:before, #main header:after {
    content: " ";
    display: table; }
  #main header:after {
    clear: both; }
  #main header a.brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    color: #333; }
    #main header a.brand:hover {
      text-decoration: none; }
  #main header .nav {
    list-style: none; }
    #main header .nav:before, #main header .nav:after {
      content: " ";
      display: table; }
    #main header .nav:after {
      clear: both; }
    #main header .nav.right {
      float: right; }
    #main header .nav > li {
      position: relative;
      display: block;
      float: left; }
      #main header .nav > li a {
        position: relative;
        display: block;
        padding: 15px;
        line-height: 20px;
        color: #333;
        text-decoration: none; }
        #main header .nav > li a:hover {
          background-color: #eaeaea; }
      #main header .nav > li .fb-link {
        padding: 9px; }
        #main header .nav > li .fb-link img {
          display: block;
          height: 32px;
          width: 32px; }

#main .hero {
  background-color: #2A5E6F; }

#main footer {
  background-color: #0E3F4F;
  color: #fff;
  padding: 10px 8px; }
  #main footer a {
    color: #fff;
    font-weight: bold; }
  @media (min-width: 64em) {
    #main footer {
      padding: 10px 0; } }
.videos {
  background-color: #fff; }
  .videos figure {
    margin: 6px; }
    @media (min-width: 64em) {
      .videos figure {
        width: 477px;
        float: left;
        margin: 6px 3px; }
        .videos figure:nth-child(odd) {
          margin-left: 0; }
        .videos figure:nth-child(even) {
          margin-right: 0; } }
#sizing {
  background-color: #2A5E6F; }
  @media (min-width: 64em) {
    #sizing .container {
      padding: 3px 0; } }
  #sizing .container h3 {
    margin: 6px;
    color: #fff; }
    @media (min-width: 64em) {
      #sizing .container h3 {
        margin: 6px 0; } }
    #sizing .container h3 small {
      color: #fff;
      font-size: 55%; }
  #sizing .size {
    /*@include breakpoint(laptop) {
            width: 50%;
            float: left;

            &:nth-child(odd) {
                .content { margin-right: 0; }
            }
            &:nth-child(even) {
                .content { margin-left: 0; }
            }
        }*/ }
    #sizing .size .content {
      position: relative;
      min-height: 75px;
      margin: 6px;
      padding-left: 10px;
      background-color: #1A4E5F;
      overflow: auto;
      color: #fff; }
      @media (min-width: 64em) {
        #sizing .size .content {
          margin: 6px 0; } }
      #sizing .size .content .step,
      #sizing .size .content .step-text,
      #sizing .size .content .step-info {
        margin: 10px 10px 10px 0; }
      #sizing .size .content .step {
        position: absolute;
        top: 50%;
        margin-top: -63px;
        padding-right: 10px;
        width: 101px;
        height: 126px;
        font-size: 0.8em;
        text-align: center;
        border-right: 1px solid #fff; }
        #sizing .size .content .step div {
          border-radius: 2px; }
        #sizing .size .content .step.four div {
          height: 15px;
          background-color: #fff;
          margin-bottom: 10px; }
        #sizing .size .content .step.five div {
          height: 14px;
          background-color: #fff;
          margin-bottom: 5px; }
        #sizing .size .content .step.six div {
          height: 10px;
          background-color: #fff;
          margin-bottom: 6px; }
        #sizing .size .content .step .tread-depth {
          display: block;
          margin-bottom: 5px; }
      #sizing .size .content .step-text {
        position: absolute;
        top: 50%;
        left: 121px;
        margin-top: -45px;
        width: 50px;
        line-height: 90px; }
      #sizing .size .content .step-info {
        margin-left: 111px; }
        #sizing .size .content .step-info table,
        #sizing .size .content .step-info th {
          text-align: center; }
        #sizing .size .content .step-info tfoot {
          background-color: #0E3F4F; }
        #sizing .size .content .step-info .center-info {
          text-align: center;
          margin: 10px; }
        #sizing .size .content .step-info .limited {
          color: red; }
        #sizing .size .content .step-info .clearance {
          color: #72efea; }

#about-us,
#contact-us,
#chester,
#sherman {
  background-color: #fff; }
  #about-us .container p,
  #about-us .container h2,
  #contact-us .container p,
  #contact-us .container h2,
  #chester .container p,
  #chester .container h2,
  #sherman .container p,
  #sherman .container h2 {
    margin: 10px 0; }
  #about-us .container .safety,
  #contact-us .container .safety,
  #chester .container .safety,
  #sherman .container .safety {
    color: #cb1a1a; }

#chester:before, #chester:after,
#sherman:before,
#sherman:after {
  content: " ";
  display: table; }

#chester:after,
#sherman:after {
  clear: both; }

@media (min-width: 64em) {
  #chester .left,
  #chester .right,
  #sherman .left,
  #sherman .right {
    width: 50%;
    float: left; } }

#chester .left,
#sherman .left {
  padding-right: 10px; }

#chester .right img,
#sherman .right img {
  padding: 1px 0 1px 1px; }

#chester .videos figure,
#sherman .videos figure {
  margin: 6px 0; }
  @media (min-width: 64em) {
    #chester .videos figure,
    #sherman .videos figure {
      width: 480px; } }
#contact-us:before, #contact-us:after {
  content: " ";
  display: table; }

#contact-us:after {
  clear: both; }

#contact-us .left,
#contact-us .right {
  width: 50%;
  float: left; }

#contact-us .left {
  padding-right: 10px; }

#contact-us .right img {
  padding: 1px 0 1px 1px; }

.hero.larger a {
  width: 33.333333%; }

#discuss {
  background-color: #fff; }

#disqus_thread {
  margin: 10px; }
  @media (min-width: 37.5em) {
    #disqus_thread {
      margin: 10px 0 0 0; } }
