@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*** fonts **/ /* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
@media only screen and (max-width: 767px)
{
}
*/
/************** common *************/
body, html {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #fff;
}

body {
  visibility: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**** Utils *************/
/**** Utils *************/
/**** Utils *************/
h1 {
  color: #cc0000;
  font-size: 1.75rem;
  line-height: 1.875rem;
  letter-spacing: -0.23px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1 {
    line-height: 3.125rem;
    font-size: 3.125rem;
    letter-spacing: -0.5px;
  }
}

h2 {
  color: #cc0000;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.18px;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: -0.23px;
    line-height: 2.125rem;
  }
}

h3 {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-weight: bold;
  font-size: 0.875rem;
  color: #cc0000;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1rem;
  }
}

button, .btn {
  display: inline-block;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #cc0000;
  border: 0px solid;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.13px;
  text-align: center;
  width: auto;
  min-width: 100px;
  padding: 10px 20px;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
button:hover, .btn:hover {
  background: #841c12;
}
button em, .btn em {
  font-style: italic;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.mobile-visible, .xs-visible {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-visible, .xs-visible {
    display: block !important;
  }
}

.mobile-hidden, .xs-hidden {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mobile-hidden, .xs-hidden {
    display: none !important;
  }
}

.flex-hidden {
  display: none !important;
}

.flex-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.shadow {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  z-index: 2;
  background: url(../img/shadow.png);
  background-repeat: repeat-x;
  background-position: center top;
}

.two-col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.two-col-row .col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .two-col-row .col {
    width: 48%;
  }
}

.ask-logo {
  cursor: pointer;
  pointer-events: auto;
}

/******* Header *********/
/******* Header *********/
/******* Header *********/
header {
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
header .side-nav {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 212px;
  height: calc(100vh - 60px);
  background: #A7A9AC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5% 1%;
}
@media only screen and (min-width: 1030px) {
  header .side-nav {
    display: block;
  }
}
header .side-nav p.desc {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #fff;
  margin: 10px 0 20px 0;
}
header .side-nav .link-list-container {
  pointer-events: auto;
  position: absolute;
  width: 87.5%;
  height: calc(79% - 60px);
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .side-nav .link-list-container .link-list {
  width: 100%;
}
header .side-nav .link-list-container .link-list .link {
  background: #fff;
  padding: 6% 5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6%;
  min-height: 135px;
}
header .side-nav .link-list-container .link-list .link button {
  border-radius: 0;
  width: 100%;
  padding: 6px 0;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
header .side-nav .link-list-container .link-list .link p {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
header .side-nav .link-list-container .link-list .link:hover button {
  background: #1E1E1E;
  color: #fff;
}
header .side-nav .link-list-container .link-list .link.disabled button {
  background: #cc0000;
  color: #fff;
}
header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  background: #cc0000;
  height: 60px;
  width: 100%;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1030px) {
  header .nav {
    box-shadow: none;
  }
}
header .nav .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 15px 0;
  width: 95%;
}
@media only screen and (min-width: 1030px) {
  header .nav .inner {
    padding: 0;
  }
}
header .nav .inner .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  height: 60px;
  width: 200px;
}
header .nav .inner .left .troybilt-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
  left: 10px;
  top: 6px;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  header .nav .inner .left .troybilt-logo {
    position: relative;
    left: 0;
    top: 0;
    max-width: 12.5rem;
    margin: 0;
  }
}
header .nav .inner .left .ask-logo {
  position: absolute;
  width: 120px;
  bottom: -10px;
}
@media only screen and (min-width: 768px) {
  header .nav .inner .left .ask-logo {
    display: none;
  }
}
header .nav .inner .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
header .nav .inner .right .burger {
  width: 40px;
  height: 28px;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (min-width: 1030px) {
  header .nav .inner .right .burger {
    display: none;
  }
}
header .nav .inner .right .burger span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  display: block;
}
header .nav .inner .right .burger span.top {
  top: 0;
}
header .nav .inner .right .burger span.mid {
  top: 12px;
}
header .nav .inner .right .burger span.bot {
  top: 24px;
}
header .mobile-nav {
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1E1E1E;
  width: 100%;
  height: 0;
}
header .mobile-nav ul {
  list-style: none;
  margin: 100px 2.5%;
  position: relative;
}
header .mobile-nav ul li {
  margin: 20px 0;
  position: relative;
  left: -400px;
}
header .mobile-nav ul li a {
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: bold;
  pointer-events: auto;
}
header .mobile-nav ul li a em {
  font-style: italic;
}

/** Container **/
#container {
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 60px 0 0 0;
}
#container .masthead {
  width: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #container .masthead {
    padding: 2% 2.5%;
  }
}
#container .masthead .inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
#container .masthead .inner .callout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #container .masthead .inner .callout-container {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
}
#container .masthead .inner .callout-container .callout {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 100%;
  background: #cc0000;
  padding: 30px 2.5% 30px 2.5%;
}
@media only screen and (min-width: 768px) {
  #container .masthead .inner .callout-container .callout {
    max-width: 430px;
    padding: 38px 2.5%;
  }
}
#container .masthead .inner .callout-container .callout h2 {
  color: #fff;
}
#container .masthead .inner .desktop-img {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  position: relative;
}
#container .masthead .inner .desktop-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.6666666667%;
}
#container .masthead .inner .desktop-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #container .masthead .inner .desktop-img {
    display: block;
  }
}
#container .masthead .inner .mobile-img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #container .masthead .inner .mobile-img {
    display: none;
  }
}
#container .masthead .inner .mobile-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.8252427184%;
}
#container .masthead .inner .mobile-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#container #links {
  padding: 5% 2.5%;
}
@media only screen and (min-width: 768px) {
  #container #links {
    padding: 0 2.5% 2% 2.5%;
  }
}
#container #links .inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 0 auto;
}
#container #links .inner .links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#container #links .inner .links-container .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #A7A9AC;
  margin-bottom: 4%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #container #links .inner .links-container .link {
    width: 32.5%;
    margin-bottom: 1.3%;
  }
}
#container #links .inner .links-container .link:hover button {
  background: #fff;
  color: #cc0000;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#container #links .inner .links-container .link.disabled:hover button {
  background: #cc0000;
  color: #fff;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#container #links .inner .links-container .link .img-container {
  position: relative;
  position: relative;
  width: 100%;
  background: #1E1E1E;
}
#container #links .inner .links-container .link .img-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.1458333333%;
}
#container #links .inner .links-container .link .img-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #container #links .inner .links-container .link .img-container {
    position: relative;
  }
  #container #links .inner .links-container .link .img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40.5128205128%;
  }
  #container #links .inner .links-container .link .img-container > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#container #links .inner .links-container .link .img-container img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#container #links .inner .links-container .link p {
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1875rem;
  font-weight: bold;
  max-width: 90%;
  text-align: center;
  margin: 0 auto 30px auto;
  min-height: 60px;
}
#container #links .inner .links-container .link button {
  border-radius: 0;
  width: 200px;
  padding: 8px 12px;
  margin: 30px auto 15px auto;
}
#container #knowledge-center {
  background: #cc0000;
  padding: 0 2.5%;
}
@media only screen and (min-width: 768px) {
  #container #knowledge-center {
    padding: 0 2.5%;
  }
}
#container #knowledge-center .inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}
#container #knowledge-center .inner h2 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.875rem;
  letter-spacing: 0.23px;
  text-align: center;
  margin: 0 auto;
}
#container #knowledge-center .inner p {
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6875rem;
  max-width: 795px;
  margin: 20px auto 40px;
  font-weight: 400;
}
#container #knowledge-center .inner .links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#container #knowledge-center .inner .links-container .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  background: #1E1E1E;
  margin-bottom: 4%;
}
@media only screen and (min-width: 768px) {
  #container #knowledge-center .inner .links-container .link {
    width: 24%;
    margin-bottom: 1.3%;
  }
}
#container #knowledge-center .inner .links-container .link h5 {
  color: #fff;
  padding: 15px 0px 15px 15px;
}
#container #knowledge-center .inner .links-container .link:hover {
  background: #fff;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#container #knowledge-center .inner .links-container .link:hover h5 {
  color: #1E1E1E;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#container #knowledge-center .inner .links-container .link:hover img {
  transform: scale(1.05);
  -moz-transition: 5s all;
  -o-transition: 5s all;
  -webkit-transition: 5s all;
  transition: 5s all;
}
#container #knowledge-center .inner .links-container .link .img-container {
  position: relative;
  position: relative;
  width: 100%;
  background: #1E1E1E;
  overflow: hidden;
}
#container #knowledge-center .inner .links-container .link .img-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.9166666667%;
}
#container #knowledge-center .inner .links-container .link .img-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #container #knowledge-center .inner .links-container .link .img-container {
    position: relative;
  }
  #container #knowledge-center .inner .links-container .link .img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.8888888889%;
  }
  #container #knowledge-center .inner .links-container .link .img-container > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#container #knowledge-center .inner .links-container .link .img-container img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#container #knowledge-center .inner .links-container .link p {
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1875rem;
  font-weight: bold;
  max-width: 90%;
  text-align: center;
  margin: 0 auto 30px auto;
}
#container #knowledge-center .inner .links-container .link button {
  border-radius: 0;
  width: 200px;
  padding: 8px 12px;
  margin: 30px auto 15px auto;
}
#container .videos {
  padding-top: 40px;
}
#container .videos .current-video .youtube-container {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-left: -2.5%;
  margin-right: -2.5%;
}
#container .videos .current-video .youtube-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
#container .videos .current-video .youtube-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#container .videos .current-video .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #container .videos .current-video .youtube-container {
    margin-left: 0;
    margin-right: 0;
  }
}
#container .videos .current-video h3.title {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: normal;
}
#container .videos .current-video h3.title strong {
  font-weight: bold;
}
#container .videos .video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
#container .videos .video-list .video-thumbnail {
  width: 100%;
  margin-bottom: 50px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #container .videos .video-list .video-thumbnail {
    width: 49%;
  }
}
#container .videos .video-list .video-thumbnail .thumbnail {
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#container .videos .video-list .video-thumbnail .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.497382199%;
}
#container .videos .video-list .video-thumbnail .thumbnail > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#container .videos .video-list .video-thumbnail h3.title {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: normal;
}
#container .videos .video-list .video-thumbnail h3.title strong {
  font-weight: bold;
}
#container .videos .video-list .video-thumbnail:hover .thumbnail {
  border: 1px solid rgb(255, 0, 0);
}
#container .videos .video-list .video-thumbnail.isplaying {
  pointer-events: none;
}
#container .videos .video-list .video-thumbnail.isplaying .thumbnail {
  filter: grayscale(100%);
  position: relative;
}
#container .videos .video-list .video-thumbnail.isplaying .thumbnail:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/play-button.svg");
  background-size: cover;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.page-live .events h5 {
  color: #000;
}
body.page-live .events ul {
  margin: 15px 0 0 0;
}
body.page-live .events ul li {
  margin: 10px 0;
}
body.page-live .itinerary {
  margin-top: 40px;
  border-top: 1px #A7A9AC solid;
  padding-top: 30px;
}
body.page-live .itinerary h2 {
  color: #000;
  margin-bottom: 30px;
}
body.page-live .itinerary .list .list-item {
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}
body.page-live .itinerary .list .list-item:first-child {
  border-top: none;
}
body.page-live .itinerary .list .list-item h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
body.page-live .itinerary .list .list-item h4 {
  margin-bottom: 20px;
}
body.page-live .itinerary .list .list-item ul li {
  margin-bottom: 10px;
}
body.page-live .itinerary .list .list-item ul li span.time {
  display: inline-block;
  width: 90px;
  font-weight: bold;
}
body.page-live .itinerary .list .list-item ul li a {
  color: #cc0000;
}
body.page-live .itinerary .list .list-item ul li a:hover {
  text-decoration: none;
}
body.page-live .itinerary .add-to-cal {
  position: relative;
}
body.page-live .itinerary .add-to-cal .cal-popup {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: white;
  width: 140px;
  position: absolute;
  left: 140px;
  top: -50px;
}
body.page-live .itinerary .add-to-cal .cal-popup li {
  padding: 8px;
  margin-bottom: 0 !important;
  background: rgba(0, 0, 0, 0);
}
body.page-live .itinerary .add-to-cal .cal-popup li:hover {
  background: rgba(0, 0, 0, 0.05);
}
body.page-live .itinerary .add-to-cal .cal-popup li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
}
body.page-live .itinerary .add-to-cal .cal-popup li a img {
  margin-right: 5px;
}

body.page-toolbox .videos {
  padding-top: 0 !important;
}

body.page-assistant #content .inner {
  padding-bottom: 40px;
}
body.page-assistant #content .inner .virtual-chat {
  display: none;
  width: 100%;
  height: 400px;
  border: 1px solid #A7A9AC;
  margin-top: 30px;
}

body.page-smartspeaker .item-list {
  margin-top: 50px;
}
body.page-smartspeaker .in-action {
  margin-top: 40px;
}
body.page-smartspeaker .in-action h3 {
  margin-bottom: 20px;
}
body.page-smartspeaker .in-action .button-group {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 320px;
}
body.page-smartspeaker .in-action .button-group button {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 10px 5px;
}
body.page-smartspeaker .in-action .button-group button:first-child {
  margin-left: 0;
}
body.page-smartspeaker .in-action .button-group button.disabled {
  outline: none;
  pointer-events: none;
  background: #A7A9AC;
}
body.page-smartspeaker .in-action img {
  display: block;
  width: 100%;
  max-width: 448px;
  margin: 60px auto;
}
body.page-smartspeaker .in-action .video-player-container {
  overflow: hidden;
  margin: 0 -2.5%;
}
@media only screen and (min-width: 768px) {
  body.page-smartspeaker .in-action .video-player-container {
    margin: 0;
  }
}
body.page-smartspeaker .in-action .video-player-container .video-player {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
body.page-smartspeaker .in-action .video-player-container .video-player:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.page-smartspeaker .in-action .video-player-container .video-player > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-smartspeaker .in-action .video-player-container .video-player video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.page-smartspeaker .enable-device-section {
  border-top: 1px solid #1E1E1E;
  padding: 70px 0 30px 0;
}
body.page-smartspeaker .enable-device-section .btn {
  margin: 20px 0 0 0;
}
body.page-smartspeaker .enable-device-section .item-list {
  margin-top: 30px;
}
body.page-smartspeaker .enable-device-section .col:last-child {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-smartspeaker .enable-device-section .col:last-child {
    margin-top: 0px;
  }
}

/**
* Subpages
************/
body.subpage #links {
  border-top: 1px solid #A7A9AC;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.subpage #links .inner {
  padding: 2% 0;
}
@media only screen and (min-width: 768px) {
  body.subpage #links .inner {
    padding: 3% 0;
  }
}
body.subpage #links .inner h2.title {
  color: #000;
  margin: 0 auto 40px auto;
  text-align: center;
}
body.subpage .breadcrumb strong.title {
  font-weight: bold;
}
body.subpage .breadcrumb a {
  color: #000;
  text-decoration: none;
}
body.subpage .breadcrumb a:hover {
  color: #cc0000;
  text-decoration: underline;
}
body.subpage .content {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  body.subpage .content {
    box-sizing: content-box;
  }
}
body.subpage .content .inner {
  max-width: 792px;
  width: 100%;
  padding-top: 2.5%;
}
@media only screen and (min-width: 768px) {
  body.subpage .content .inner {
    padding-top: 0;
  }
}
body.subpage .content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 20px 0;
}
body.subpage .content p em {
  font-style: italic;
}
body.subpage .content p a {
  color: #000;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.subpage .content p a:hover {
  color: #cc0000;
  text-decoration: none;
}
body.subpage .content a.btn-link {
  text-decoration: none;
}
body.subpage .content button {
  display: block;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 20px;
  margin-top: 40px;
  min-width: 100px;
  width: auto;
}
body.subpage #intro.content {
  padding: 2.5% 2.5% 0 2.5%;
}
body.subpage #intro.content h1.page-title {
  color: #000;
  margin: 10px 0 10px 0;
}
body.subpage #intro.content h2.sub-title {
  margin: 20px 0;
  color: #000;
  font-size: 1.75rem;
}
body.subpage #intro.content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 20px 0 40px 0;
}
body.subpage #intro.content .img {
  display: block;
  content: "";
  background-size: cover !important;
  background: #A7A9AC;
  width: 100%;
  position: relative;
}
body.subpage #intro.content .img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50.5050505051%;
}
body.subpage #intro.content .img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.subpage .item-list h3 {
  font-weight: bold;
  font-size: 1.5rem;
}
body.subpage .item-list h4 {
  font-weight: bold;
  font-size: 1.125rem;
}
body.subpage .item-list ol {
  list-style: decimal;
  margin: 0 0 0 30px;
}
body.subpage .item-list ol li {
  font-weight: 1rem;
  margin: 15px 0;
}
body.subpage .item-list ul {
  list-style: disc;
  margin: 0 0 0 30px;
}
body.subpage .item-list ul li {
  font-weight: 1rem;
  margin: 15px 0;
}
body.subpage #content.content {
  padding: 1% 2.5% 2.5% 2.5%;
}
body.subpage #content.content .spotify-list {
  display: flex;
  flex-wrap: wrap;
}
body.subpage #content.content .spotify-list .spotify-item h4 {
  margin-bottom: 1rem;
}
body.subpage #content.content .spotify-list .spotify-item:nth-child(2n) {
  margin-left: 2rem;
}
body.subpage #content.content .spotify-list .spotify-item:nth-child(n+3) {
  margin-top: 2rem;
}

.askList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 18px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .askList {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .askList li {
    width: 25%;
  }
}
.askList li a {
  width: 100%;
  text-decoration: none;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.askList li a .ico {
  display: none;
  background-color: #efeeef;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media only screen and (min-width: 768px) {
  .askList li a .ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 187px;
  }
}
.askList li a .ico .brandcolor {
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.askList li a .lnktext {
  color: #1E1E1E;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 21px;
  background-color: #efeeef;
  padding: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .askList li a .lnktext {
    background-color: #fff;
  }
}
.askList li a:hover .ico, .askList li a:focus .ico {
  background-color: #cc0000;
}
.askList li a:hover .brandcolor, .askList li a:focus .brandcolor {
  fill: #fff;
}
.askList li a:hover .brandcolor .st1, .askList li a:focus .brandcolor .st1 {
  fill: #fff;
}
.askList li a:hover .lnktext, .askList li a:focus .lnktext {
  background-color: #cc0000;
  color: #fff;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media only screen and (min-width: 768px) {
  .askList li a:hover .lnktext, .askList li a:focus .lnktext {
    background-color: #fff;
    color: #1E1E1E;
  }
}
.askList.customerList {
  gap: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.askList.customerList li {
  background-color: #F0F0F0;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}
.askList.customerList li:first-child {
  padding-top: 60px;
}
.askList.customerList li:last-child {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .askList.customerList li {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .askList.customerList li:first-child {
    padding-top: 30px;
  }
  .askList.customerList li:last-child {
    padding-bottom: 30px;
  }
}
.askList.customerList h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.askList.customerList p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 21px;
}
.askList.customerList .link-text {
  font-weight: 700;
  color: #000;
  margin-top: auto;
  padding: 13px 0;
}
.askList.customerList .link-text:hover, .askList.customerList .link-text:focus {
  color: #cc0000;
}
@media only screen and (min-width: 768px) {
  .askList.reduced li {
    max-width: 228px;
  }
}

footer {
  background: #fff;
}
footer .sub-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px !important;
}
footer .connect-signup .social-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
}
footer .connect-signup .social-new p {
  display: inline-block;
  font-size: 0.75rem;
  color: #000;
}
footer .connect-signup .social-new ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 5px;
}
footer .connect-signup .social-new ul li {
  display: inline-block;
  margin: 0 2px;
}
footer .connect-signup .social-new ul li a {
  position: relative;
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url("../img/social_icons.svg");
  overflow: hidden;
}
footer .connect-signup .social-new ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/social_icons.svg");
  overflow: hidden;
  z-index: 1;
  background-position-y: -32px;
  opacity: 0;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
footer .connect-signup .social-new ul li a:hover:before {
  opacity: 1;
}
footer .connect-signup .social-new ul li a.youtube-icon {
  background-position: -32px 0;
}
footer .connect-signup .social-new ul li a.youtube-icon:before {
  background-position-x: -32px;
}
footer .connect-signup .social-new ul li a.twitter-icon {
  background-position: -96px 0;
}
footer .connect-signup .social-new ul li a.twitter-icon:before {
  background-position-x: -96px;
}
footer .connect-signup .social-new ul li a.instagram-icon {
  background-position: -128px 0;
}
footer .connect-signup .social-new ul li a.instagram-icon:before {
  background-position-x: -128px;
}
footer .connect-signup .social-new ul li a.pinterest-icon {
  background-position: -64px 0;
}
footer .connect-signup .social-new ul li a.pinterest-icon:before {
  background-position-x: -64px;
}

#how-to-navigator {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 0 auto;
  margin-bottom: 32px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
#how-to-navigator h3 {
  color: #cc0000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
#how-to-navigator .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#how-to-navigator .wrapper-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 35px 0;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator .wrapper-buttons {
    padding: 65px 0;
  }
}
#how-to-navigator .btn-border {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #cc0000;
  border: 2px solid #cc0000;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator .btn-border {
    font-size: 16px;
  }
}
#how-to-navigator .btn-full {
  font-size: 11px;
  font-weight: 700;
  width: 205px;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
  background-color: #cc0000;
  color: #fff;
  margin: 0 auto;
  margin-top: auto;
  text-decoration: none;
  border: none;
}
#how-to-navigator .btn-full.black {
  background-color: #000;
}
#how-to-navigator .btn-full.small {
  width: auto;
  font-size: 14px;
  padding: 6px 16px;
}
@media only screen and (min-width: 992px) {
  #how-to-navigator .btn-full.small {
    font-size: 16px;
  }
}
#how-to-navigator .panelText {
  padding-left: 26px;
  padding-right: 26px;
}
#how-to-navigator .panelText h3 {
  margin-bottom: 24px;
}
#how-to-navigator .panelText h4 {
  color: #cc0000;
  margin-bottom: 10px;
}
#how-to-navigator .panelText p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
#how-to-navigator .panelText p a {
  color: #707575;
  text-decoration: none;
  background-color: transparent;
}
#how-to-navigator .panelText p a, #how-to-navigator .panelText p a.normal {
  color: #707575;
  text-decoration: underline;
}
#how-to-navigator .panelText p a.normal:active, #how-to-navigator .panelText p a.normal:focus, #how-to-navigator .panelText p a.normal:hover, #how-to-navigator .panelText p a:active, #how-to-navigator .panelText p a:focus, #how-to-navigator .panelText p a:hover {
  color: #c00;
  text-decoration: underline;
}
#how-to-navigator .panelText .wrapper-flex {
  margin-top: 34px;
}
@media only screen and (min-width: 992px) {
  #how-to-navigator .panelText .wrapper-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#how-to-navigator .panelText .wrapper-flex form {
  margin-top: 23px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) {
  #how-to-navigator .panelText .wrapper-flex form {
    max-width: 303px;
    margin-bottom: 0;
  }
}
#how-to-navigator .panelText .wrapper-flex form label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
#how-to-navigator .panelText .wrapper-flex form input[type=text] {
  width: 100%;
  border: 1px solid #D1D3D4;
  display: block;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
#how-to-navigator .panelText .wrapper-flex form .label-copy {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#how-to-navigator .panelText .wrapper-flex form .label-copy .manuals-tooltip {
  min-width: 100px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: 15px;
}
#how-to-navigator .panelText .wrapper-flex form .label-copy .manuals-tooltip .info-icon {
  display: inline;
  position: relative;
  cursor: pointer;
}
#how-to-navigator .panelText .wrapper-flex form .label-copy .manuals-tooltip .info-icon .icon {
  position: absolute;
  display: inline-block;
  background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCc+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScxMCcgZmlsbD0nI2MwMCcvPjxwYXRoIGQ9J004LjgxIDEyLjg0NFYxNWgyLjE5OHYtMi4xNTZ6bS0yLjI1NC00LjYyaDIuMDU4cTAtLjM3OC4wODQtLjcuMDg0LS4zMzYuMjUyLS41NzQuMTgyLS4yNTIuNDQ4LS4zOTIuMjgtLjE1NC42NTgtLjE1NC41NiAwIC44NjguMzA4LjMyMi4zMDguMzIyLjk1Mi4wMTQuMzc4LS4xNC42My0uMTQuMjUyLS4zNzguNDYyLS4yMzguMjEtLjUxOC40MnQtLjUzMi41MDRxLS4yNTIuMjgtLjQ0OC42ODYtLjE4Mi40MDYtLjIyNCAxLjAwOHYuNjNoMS44OXYtLjUzMnEuMDU2LS40Mi4yNjYtLjcuMjI0LS4yOC41MDQtLjQ5LjI4LS4yMjQuNTg4LS40MzQuMzIyLS4yMjQuNTc0LS41MzIuMjY2LS4zMDguNDM0LS43NDIuMTgyLS40MzQuMTgyLTEuMTA2IDAtLjQwNi0uMTgyLS44NjgtLjE2OC0uNDc2LS41NzQtLjg4Mi0uNDA2LS40MDYtMS4wNzgtLjY3Mi0uNjU4LS4yOC0xLjY1Mi0uMjgtLjc3IDAtMS40LjI2Ni0uNjE2LjI1Mi0xLjA2NC43MTQtLjQzNC40NjItLjY4NiAxLjA5Mi0uMjM4LjYzLS4yNTIgMS4zODZ6JyBhcmlhLWxhYmVsPSc/JyBmaWxsPScjZmZmJy8+PC9nPjwvc3ZnPg==) no-repeat 50%;
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.3125rem;
  margin-top: -0.3125rem;
}
#how-to-navigator .panelText .btn-full {
  width: 100%;
}
#how-to-navigator .panelText .btn-full.black {
  max-width: 205px;
  margin-top: 17px;
}
#how-to-navigator .featured {
  position: relative;
  margin-top: 22px;
  margin-left: -2.5%;
  margin-right: -2.5%;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator .featured {
    margin-left: 0;
    margin-right: 0;
  }
}
#how-to-navigator .featured .wrapper-media {
  /*min-height: 255px;*/
  height: 298px;
  overflow: hidden;
}
#how-to-navigator .featured .wrapper-media img {
  width: 100%;
  height: 298px;
  object-fit: cover;
  object-position: bottom;
}
#how-to-navigator .featured .tag-featured {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  background-color: #cc0000;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 5px 16px 5px 41px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator .featured .tag-featured {
    font-size: 25px;
    padding: 3px 5px 3px 30px;
  }
}
#how-to-navigator .featured .caption-wrap {
  width: 100%;
  height: 100%;
  /*max-height: 298px;*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
  background: rgb(0, 0, 0);
  background: linear-gradient(280deg, rgb(0, 0, 0) 0%, rgba(18, 18, 18, 0) 90%);
}
@media only screen and (min-width: 768px) {
  #how-to-navigator .featured .caption-wrap {
    width: 45%;
  }
}
#how-to-navigator .featured .caption {
  color: #fff;
  text-align: right;
  padding-left: 10%;
  padding-right: 22px;
}
@media only screen and (min-width: 768px) {
  #how-to-navigator .featured .caption {
    padding-right: 46px;
    padding-left: 0;
  }
}
#how-to-navigator .featured .caption h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 12px;
}
#how-to-navigator .featured .caption p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 16px;
}
#how-to-navigator .articlesList {
  margin-top: 22px;
  margin-bottom: 47px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen {
  #how-to-navigator .articlesList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  #how-to-navigator .articlesList {
    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
  }
}
#how-to-navigator .articlesList .new {
  background-color: #efeeef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#how-to-navigator .articlesList .wrapper-media {
  height: 120px;
}
#how-to-navigator .articlesList .wrapper-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#how-to-navigator .articlesList .description {
  padding: 16px;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#how-to-navigator .articlesList .description h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
#how-to-navigator .articlesList .description p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
}
#how-to-navigator .articlesList .description .linkText {
  color: #cc0000;
  padding-bottom: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: auto;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#how-to-navigator .articlesList .description .linkText:hover, #how-to-navigator .articlesList .description .linkText:focus {
  text-decoration: none;
}

#panelFindParts {
  text-align: center;
}
#panelFindParts .wrapper-flex {
  background-color: #F0F0F0;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #panelFindParts .wrapper-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 24px 120px;
    padding-bottom: 40px;
  }
}
#panelFindParts .wrapper-flex .search {
  padding: 0 20px;
}
#panelFindParts .wrapper-flex h4 {
  font-size: 15px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #panelFindParts .wrapper-flex h4 {
    text-align: left;
  }
}
#panelFindParts .wrapper-flex form {
  text-align: left;
  margin-top: 16px;
  max-width: 100%;
}
#panelFindParts .wrapper-flex form label {
  font-size: 14px;
  color: #1E1F1E;
}
#panelFindParts .wrapper-flex form input {
  width: 100%;
}
#panelFindParts .wrapper-flex form .search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  position: relative;
}
#panelFindParts .wrapper-flex form .search-input button {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 33px;
  min-width: 33px;
  padding: 0;
}
#panelFindParts .wrapper-flex form .search-input .btn-secondary {
  border-color: #1e1e1e;
  background: #1e1e1e;
  color: #fff;
}
#panelFindParts .wrapper-flex form .search-input .btn, #panelFindParts .wrapper-flex form .search-input button {
  text-decoration: none;
  border-radius: 4px;
}
#panelFindParts .wrapper-flex form .search-input .icon-container {
  width: 33px;
  height: 33px;
  top: 0px;
  right: 0px;
}
#panelFindParts .wrapper-flex .find-model {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  color: #707575;
  text-decoration: underline;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  #panelFindParts .wrapper-flex .find-model {
    text-align: right;
    padding-right: 16px;
  }
}
#panelFindParts .wrapper-flex .find-parts-cs {
  justify-content: center;
  text-align: center;
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) {
  #panelFindParts .wrapper-flex .find-parts-cs {
    padding: 0 20px;
  }
}
#panelFindParts .wrapper-flex .find-parts-cs h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #2D2D2D;
  text-align: center;
}
#panelFindParts .wrapper-flex .find-parts-cs h4 span {
  white-space: nowrap;
}
#panelFindParts .wrapper-flex .find-parts-cs p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 17px;
  color: #2D2D2D;
}
#panelFindParts .wrapper-flex .find-parts-cs .link-text {
  font-size: 20px;
  font-weight: 700;
  color: #707575;
  padding: 13px 0;
  text-decoration: none;
}
#panelFindParts .wrapper-flex .find-parts-cs .link-text:hover, #panelFindParts .wrapper-flex .find-parts-cs .link-text:focus {
  color: #cc0000;
}

/* 
  GLOBAL BASE Stylesheet

  Contains all base styling for global header and footer

  - All global header CSS should use the prefix .r-gh
  - All global footer CSS should use the prefix .r-gf
*/
/* Animations */
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Helper Classes */
.hide:not(.show) {
  display: none;
}

/* iconic & Lazyload images */
.r-gh .iconic,
.r-gf .iconic,
.r-gm .iconic,
.r-gh .img-wrap img,
.r-gf .img-wrap img,
.r-gm .img-wrap img.lazyload,
.r-gm .img-wrap img.lazyloading {
  opacity: 0;
}

.r-gh .iconic.injected-svg,
.r-gf .iconic.injected-svg,
.r-gm .iconic.injected-svg,
.r-gh .img-wrap img.lazyloaded,
.r-gf .img-wrap img.lazyloaded,
.r-gm .img-wrap img.lazyloaded {
  opacity: 1;
  -webkit-animation: fade 200ms;
  -moz-animation: fade 200ms;
  -o-animation: fade 200ms;
  animation: fade 200ms;
}

/* Web Fonts */
.r-gcontainer,
.r-gh,
.r-gf {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.r-gcontainer *,
.r-gcontainer *:before,
.r-gcontainer *:after,
.r-gh *,
.r-gh *:before,
.r-gh *:after,
.r-gf *,
.r-gf *:before,
.r-gf *:after,
.r-gh input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Mobile Menu */
.r-gcontainer {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.r-gcanvas {
  position: relative;
  right: 0;
  transition: right 200ms ease-in-out;
  -ms-transition: right 200ms ease-in-out;
  -moz-transition: right 200ms ease-in-out;
  -webkit-transition: right 200ms ease-in-out;
}

.menu-open .r-gcanvas {
  right: 80%;
}

/* Header */
.r-gh {
  min-height: 60px;
  height: auto;
  background: #CC0000;
}

.r-gh.promo-banner {
  background: #000000;
  border-bottom: 1px solid #FF1111;
  min-height: 44px;
  padding: 14px 30px 13px 8px;
  position: relative;
  overflow: hidden;
}

.r-gh.promo-banner h2 {
  color: #E5E5E5;
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}

.r-gh.promo-banner a {
  color: #e51837;
  text-decoration: none;
}

.r-gh.promo-banner a:hover,
.r-gh.promo-banner a:active {
  color: #cc0000;
  text-decoration: none;
}

.r-gh.promo-banner .close-banner {
  overflow: hidden;
  position: absolute;
  height: 24px;
  width: 28px;
  padding: 0;
  border: 0;
  top: 10px;
  right: 6px;
  background: none;
  outline: none;
}

.r-gh.promo-banner .clear-x {
  width: 16px;
  height: 16px;
}

.r-gh.promo-banner .clear-x g {
  stroke: #7a7a7a;
  stroke-width: 2;
}

.r-gh .thin-caret {
  width: 7px;
  height: 11px;
}

.r-gh.promo-banner .thin-caret {
  margin-left: 4px;
}

.r-gh.promo-banner .thin-caret g {
  stroke: #e51837;
}

.r-gh .brand {
  display: block;
  width: 140px;
  height: 60px;
  background-size: 140px 29px;
  margin-left: 4px;
  text-indent: -9999px;
}

.canada .r-gh .brand {
  width: 242px;
  background-size: 242px 49px;
  margin-left: 8px;
}

.r-gh .btn-header {
  position: absolute;
  top: 0;
  right: 50px;
  width: 50px;
  height: 60px;
  outline: 0;
  border: 0;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
}

.r-gh .btn-cart,
.r-gh .btn-search,
.r-gh .burger span {
  background-repeat: no-repeat;
  background-size: 24px 230px;
}

.r-gh .btn-cart {
  right: 100px;
  background-position: 14px 20px;
}

.r-gh .btn-cart.active {
  background-color: #000;
}

.r-gh .btn-cart.has-items {
  text-indent: 0;
  color: #fff;
  background-position: 9px 20px;
}

.r-gh .btn-cart.has-items span {
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 27px;
}

.r-gh .btn-search {
  background-position: 14px -32px;
}

.r-gh .btn-search.active {
  background-color: #000;
}

.r-gh .btn-menu {
  background-color: #cc0000;
  right: 0;
  overflow: hidden;
}

.r-gh .btn-header.open {
  background-color: #000;
}

.r-gh .burger {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  margin: 4px auto 0;
}

.r-gh .burger span {
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: 0px -100px;
}

.r-gh .burger span {
  transform-origin: top right;
  -webkit-transform-origin: top right;
}

.r-gh .burger .burger-m {
  top: 8px;
}

.r-gh .burger .burger-b {
  top: 16px;
  transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
}

.r-gh .btn-menu.open .burger span {
  right: 4px;
}

.r-gh .global-nav.hide {
  display: none;
}

.r-gh .global-nav {
  position: absolute;
  width: 80%;
  top: 0;
  right: -80%;
  height: 100%;
  overflow: hidden;
  background: #e5e5e5;
  padding-top: 14px;
  z-index: 2;
  transition: right 200ms ease-in-out;
  -ms-transition: right 200ms ease-in-out;
  -moz-transition: right 200ms ease-in-out;
  -webkit-transition: right 200ms ease-in-out;
}

.r-gh .global-nav:after {
  transition: right 200ms ease-in-out;
  -ms-transition: right 200ms ease-in-out;
  -moz-transition: right 200ms ease-in-out;
  -webkit-transition: right 200ms ease-in-out;
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  height: 200%;
  bottom: 0;
  top: -25%;
  pointer-events: none;
}

.menu-open .r-gh .global-nav:after {
  right: 0%;
  moz-box-shadow: inset 4px 0px 8px;
  -webkit-box-shadow: inset 4px 0px 8px rgba(50, 50, 50, 0.25);
  box-shadow: inset 4px 0px 8px rgba(50, 50, 50, 0.25);
  z-index: 2;
}

.r-gh .global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.r-gh .global-nav li {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}

.r-gh .primary-nav {
  margin-bottom: 55px;
  z-index: 99999;
}

.r-gh .primary-nav li .sub-menu {
  display: none;
  padding: 0 17px;
  background: #fff;
  border-bottom: 1px solid #95959a;
  opacity: 0;
}

.r-gh .primary-nav .primary {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 45px 10px 17px;
  border-bottom: 1px solid #95959a;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.r-gh .primary-nav .primary:after {
  content: "+";
  position: absolute;
  top: 4px;
  font-size: 2.125rem;
  font-weight: normal;
  right: 15px;
  line-height: 1;
}

.canada.fr .r-gh .primary-nav .primary {
  font-size: 0.96rem;
  /* AJC Making the french font slightly smaller than 1rem to allow it to stay on a single line /*/
  padding-right: 22px;
}

.r-gh .primary-nav > ul > li.expanded > a {
  color: #000;
}

.r-gh .primary-nav > ul > li.expanded > a:after {
  content: "â€“";
}

.r-gh .primary-nav li li a {
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 12px;
  text-decoration: none;
  border-bottom: 1px solid #95959a;
}

/*EV add the same style as the li a to the header a if a small-nav header link*/
.r-gh .primary-nav .small-nav-header-link h3 a {
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  text-decoration: none;
}

.r-gh .primary-nav li li a:hover,
.r-gh .primary-nav li li a:active {
  color: #cc0000;
}

.r-gh .primary-nav li li:last-child a {
  border-bottom: 0;
}

.r-gh .secondary-nav {
  padding: 0 17px;
}

.r-gh .secondary-nav .caret {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -1px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 200ms ease-in-out, -ms-transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -ms-transition: transform 200ms ease-in-out, -ms-transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out, -ms-transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transition: transform 200ms ease-in-out, -ms-transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.r-gh .secondary-nav .expanded .caret {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.r-gh .secondary-nav .iconic-caret {
  width: 12px;
  height: 8px;
}

.r-gh .secondary-nav a {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0 0 17px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.r-gh .secondary-nav a:hover,
.r-gh .secondary-nav a:active {
  color: #cc0000;
}

.r-gh .secondary-nav li ul {
  padding: 0 10px 10px 10px;
  display: none;
  opacity: 0;
}

.r-gh .secondary-nav li li a {
  font-size: 0.875rem;
}

.r-gh .flag-en {
  padding-left: 24px;
}

.r-gh .flag-fr {
  padding-left: 24px;
}

.r-gh .sub-menu .col {
  margin-bottom: 24px;
}

.r-gh .sub-menu h3 {
  padding: 16px 12px 0 0;
  font-weight: bold;
  margin: 0 0 16px 0;
  font-size: 1rem;
}

.r-gh .sub-menu h3 + ul {
  margin-top: -7px;
}

.r-gh .sub-menu ul:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #95959a;
}

.r-gh .button,
.r-gm .button,
.r-om .button {
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  padding: 8px 14px;
  background: #e5e5e5;
  color: #000;
  text-decoration: none;
  margin-bottom: 7px;
  border: 0;
}

.r-gh .button.large,
.r-gm .button.large,
.r-om .button.large {
  font-size: 0.8125rem;
  padding: 10px 33px;
}

.r-gm .button.large {
  font-size: 0.875rem;
}

.r-om .button.large {
  font-size: 0.8125rem;
}

.r-gh .button.red,
.r-gm .button.red,
.r-om .button.red {
  background: #cc0000;
  background: -moz-linear-gradient(top, #e51837 63%, #cc0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, #cc0000), color-stop(100%, #cc0000));
  background: -webkit-linear-gradient(top, #e51837 63%, #cc0000 100%);
  background: -ms-linear-gradient(top, #e51837 63%, #cc0000 100%);
  background: linear-gradient(top, #e51837 63%, #cc0000 100%);
  color: #fff;
}

.r-gm .button.red {
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

.r-gh .button.red:hover,
.r-gh .button.red:active,
.r-gm .button.red:hover,
.r-gm .button.red:active,
.r-om .button.red:hover,
.r-om .button.red:active {
  background: #E51837;
  background: -moz-linear-gradient(top, #cc0000 63%, #e51837 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, #cc0000), color-stop(100%, #e51837));
  background: -webkit-linear-gradient(top, #cc0000 63%, #e51837 100%);
  background: -ms-linear-gradient(top, #cc0000 63%, #e51837 100%);
  background: linear-gradient(top, #cc0000 63%, #e51837 100%);
}

.r-gh .sub-menu img,
.r-gh .sub-menu ul ul,
.r-gh .sub-menu .button.grey {
  display: none;
}

.r-gh .sub-menu p {
  font-size: 0.8125rem;
  line-height: 17px;
  margin: 0 0 8px 0;
}

.r-gh .sub-menu form:not(:last-child) {
  margin-bottom: 16px;
}

.r-gh .sub-menu input[type=text],
.r-gh .sub-menu input[type=email],
.r-om input[type=text] {
  width: 100%;
  display: block;
  font-size: 0.8125rem;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  color: #000;
  padding: 8px 14px;
  margin: 0 0 8px 0;
  max-width: 215px;
}

.r-gh .invalid-message:not(.hide) {
  /* AJC 1/24/2017 - adding some validation to the mega menu - for now this is only used on manual finder */
  display: block;
  font-size: 0.75rem;
  margin-top: 10px;
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 10px;
}

.r-gh .sub-menu .help-link {
  display: block;
  color: #7a7a7a;
  font-size: 0.8125rem;
  line-height: 17px;
  text-decoration: underline;
  display: block;
}

.r-gh .sub-menu .help-link:hover {
  text-decoration: none;
}

.r-gh .minicart.hide {
  display: none;
}

.r-gh .minicart.hide * {
  opacity: 0;
}

.r-gh .btn-close-cart {
  display: none;
}

.r-gh .minicart {
  position: relative;
  width: 100%;
  z-index: 500;
  background: #000;
  padding: 20px 0;
  min-height: 15vh;
  /* AJC 12/20/2016 - This solves the issue with the empty stretching to the bottom of the screen on iPad portrait */
}

.r-gh .minicart * {
  opacity: 0;
}

.r-gh .minicart h2 {
  color: #e5e5e5;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.r-gh .minicart h2 .item-count {
  float: right;
}

.r-gh .cart-item {
  display: block;
  border-bottom: 1px solid #444;
  padding-bottom: 15px;
  padding-top: 15px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  transition: background-color 200ms ease;
  background-color: #000;
}

.r-gh .cart-item:hover,
.r-gh .cart-item:active {
  background-color: #444444;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0;
  padding-bottom: 16px;
}

.r-gh .cart-item:hover:after,
.r-gh .cart-item:active:after {
  display: block;
  content: " ";
  height: 1px;
  background: #444;
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  bottom: 0;
}

.r-gh .cart-item .pic {
  float: left;
  width: 77px;
  height: 77px;
  display: block;
  margin-right: 15px;
}

.r-gh .cart-item img {
  width: 100%;
  height: auto;
}

.r-gh .cart-item .col.product-info {
  width: 60%;
  /* AJC 12/12/2016 making sure that the minicart quantity and price stay on a single line */
}

.r-gh .cart-item .product-info {
  display: block;
  overflow: hidden;
}

.r-gh .cart-item .title {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}

.r-gh .hide-overflow .minicart-links {
  height: 315px;
  overflow: auto;
}

.r-gh .cart-item .desc {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #7A7A7A;
  display: block;
  height: 40px;
  overflow: hidden;
}

.r-gh .cart-item .quantity,
.r-gh .cart-item .price {
  color: #CCCCCC;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
}

.r-gh .cart-item .quantity span,
.r-gh .cart-item .price span {
  color: #7A7A7A;
}

.r-gh .cart-item .quantity {
  margin-right: 24px;
}

.r-gh .minicart-action,
.r-gh .cart-empty {
  text-align: center;
  margin: 0;
  padding: 15px 0 0 0;
}

.r-gh .cart-empty {
  padding: 18px 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-top: 1rem;
}

.r-gh .minicart-action .button.large {
  font-size: 0.8725rem;
  padding: 10px 36px;
  border-radius: 2px;
}

.r-gh .header-search {
  background: #000000;
  overflow: hidden;
  position: relative;
}

.r-gh .header-search form {
  margin: 0;
  padding: 12px 0 0 0;
  opacity: 0;
}

.r-gh .header-search .search-field {
  padding: 0 16px;
  margin-bottom: 12px;
}

.r-gh .header-search input[type=search] {
  display: block;
  border: 0;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  -webkit-appearance: none;
  height: 32px;
  font-size: 0.875rem;
}

.r-gh .header-search input[type=search]::-ms-clear {
  display: none;
}

.r-gh .header-search input[type=search]:focus {
  outline: none;
  border: 0;
}

.r-gh .search-collections {
  padding: 0 0 16px 0;
  margin: 0;
  list-style: none;
  display: none;
  opacity: 0;
}

.r-gh .search-collections li {
  display: block;
  list-style: none;
  padding: 0 15px;
  transition: background-color 200ms ease;
  background-color: #000;
}

.r-gh .search-collections li:hover,
.r-gh .search-collections li:active {
  background-color: #444444;
  position: relative;
  top: -1px;
  border-top: 1px solid #444444;
}

.r-gh .search-collections li:hover a,
.r-gh .search-collections li:active a {
  border-bottom: 0;
}

.r-gh .search-collections a {
  display: block;
  font-size: 0.875rem;
  color: #E5E5E5;
  padding: 15px 10px;
  border-bottom: 1px solid #444444;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r-gh .search-collections li:first-child a {
  border-top: 1px solid #444444;
}

.r-gh .search-collections .thin-caret {
  position: absolute;
  right: 10px;
  top: 40%;
}

.r-gh .header-search .btn-clear {
  display: none;
  background: none;
  position: absolute;
  height: 32px;
  width: 28px;
  border: 0;
  top: 12px;
  right: 15px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  outline: none;
}

.r-gh .header-search .btn-clear.show {
  display: block;
}

.r-gh .header-search .clear-x {
  width: 11px;
  height: 11px;
}

/* Main */
.r-gm {
  min-height: 420px;
  background: #fff;
  /* AJC - removed the URL here to stop problems on product detail page - still keeping the white background */
  background-size: 178px 36px;
  width: 100%;
  /*EV fixing width for ipad rotating problem*/
}

/* Footer */
.r-gf {
  right: 0;
  position: relative;
  background: #fff;
  padding-top: 35px;
  border-top: 1px solid #e5e5e5;
}

.r-gf h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 32px;
  color: #cc0000;
  text-align: center;
  margin: 0 0 35px;
}

.r-gf h1 sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.75em;
}

.r-gf .product-categories ul,
.r-gf .product-categories li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.r-gf .product-categories ul {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.r-gf .product-categories a,
.r-gf .product-categories a:visited {
  display: block;
  height: 68px;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.r-gf .product-categories a,
.r-gf .product-categories a:visited {
  color: #000;
}

.r-gf .product-categories a:hover,
.r-gf .product-categories a:active {
  color: #cc0000;
}

.r-gf .product-categories .img-wrap {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 124px;
}

.r-gf .product-categories img {
  max-height: 68px;
  width: auto;
}

.r-gf .product-categories h4 {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 124px;
  margin: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.r-gf .social ul,
.r-gf .social li {
  list-style: none;
  padding: 0 5px;
  -font-size: 0px;
}

.r-gf .social ul {
  display: block;
  margin: 0 auto 40px auto;
}

.r-gf .social li {
  display: inline;
}

.r-gf .social a {
  display: inline-block;
  height: 42px;
  background-image: url(../img/social-icons.png);
  background-repeat: no-repeat;
  background-size: 236px 42px;
  text-indent: -9999px;
}

.r-gf .connect-signup h5 {
  font-size: 0.8125rem;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.r-gf .social {
  margin: 0 auto;
  text-align: center;
}

.r-gf .social .facebook {
  width: 38px;
  background-position: 0 0;
}

.r-gf .social .youtube {
  width: 78px;
  background-position: -38px 0;
}

.r-gf .social .twitter {
  width: 40px;
  background-position: -116px 0;
}

.r-gf .social .instagram {
  width: 40px;
  background-position: -156px 0;
}

.r-gf .social .pinterest {
  width: 40px;
  background-position: -196px 0;
}

.r-gf .email-signup {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}

.r-gf .email-signup h5 {
  margin-bottom: 17px;
}

.r-gf .email-signup input[type=email] {
  margin: 0 0 20px 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 3px;
  font-size: 0.8125rem;
  font-style: italic;
  color: #7a7a7a;
  padding: 8px 10px;
  text-align: center;
}

.r-gf .invalid-message:not(.hide) {
  display: block;
  font-size: 0.75rem;
  margin-top: 10px;
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 10px;
}

.r-gf .confirmation-message.show {
  display: block;
  font-size: 0.75rem;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.r-gf .sub-footer {
  background: #e5e5e5;
  padding: 20px 20px 110px 20px;
  text-align: center;
}

.r-gf .sub-footer ul,
.r-gf .sub-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.r-gf .sub-footer a,
.r-gf .sub-footer .copyright {
  display: block;
  color: #000;
  font-size: 0.8125rem;
  margin-bottom: 17px;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.r-gf .sub-footer a:hover,
.r-gf .sub-footer a:active,
.r-gf .sub-footer a:visited {
  text-decoration: underline;
}

.r-gf .sub-footer .copyright {
  margin-top: 40px;
}

.r-gf .sub-footer .flag {
  width: 8px;
  height: 6px;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 2px;
}

/* Buttons */
.r-gf .button.red {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #000;
  padding: 10px;
  background: #e5e5e5;
  line-height: 1;
  border: 0;
  width: 117px;
}

/* Red Buttons hover */
.r-gf .button.red:hover {
  background-color: #a30000;
  color: #fff;
}

.r-gf .button.red {
  border-radius: 3px;
}

/* AJC - 12/09/2016 - adding this to allow 'Top Parts' button to display in mobile view on the 'Parts & Support' menu*/
.r-gh .sub-menu .button.grey.view-all {
  display: block;
  max-width: 191px;
}

.r-gh .sub-menu .button.grey.view-all .caret {
  display: none;
}

/* 350px */
@media only screen and (min-width: 21.875em) {
  .r-gh .brand {
    width: 178px;
    background-image: url(/wcpics/Troy/en_US/logo-troybilt-m.png);
    background-size: 178px 36px;
  }
  .r-gh .btn-header {
    width: 55px;
  }
  .r-gh .btn-cart {
    right: 110px;
  }
  .r-gh .btn-search {
    right: 55px;
  }
}
/* 400px */
@media only screen and (min-width: 25em) {
  .r-gh .brand {
    margin-left: 8px;
  }
}
/* 576px */
@media only screen and (min-width: 25em) {
  .menu-open .r-gcanvas {
    right: 70%;
  }
  .r-gh .global-nav {
    width: 70%;
    right: -70%;
  }
}
/* 768px */
@media only screen and (min-width: 48em) {
  .menu-open .r-gcanvas {
    right: 60%;
  }
  .r-gh .global-nav {
    width: 60%;
    right: -60%;
  }
  .r-gf {
    border-top: none;
  }
  .r-gf h1 {
    margin: 0 0 14px 0;
  }
  .r-gf .product-categories,
.r-gf .connect-signup {
    max-width: 960px;
    margin: 0 auto;
  }
  .r-gf .product-categories {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
  }
  .r-gf .product-categories ul {
    padding-top: 20px;
    clear: both;
    overflow: hidden;
  }
  .r-gf .product-categories li {
    width: 16.666666666%;
    float: left;
    text-align: center;
  }
  .canada .r-gf .product-categories li {
    width: 20%;
  }
  .r-gf .product-categories a {
    border: 0;
    display: block;
    height: auto;
    padding: 0;
  }
  .r-gf .product-categories .img-wrap {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: auto;
  }
  .r-gf .product-categories img {
    max-height: 200px;
    max-width: 100%;
    height: auto;
  }
  .r-gf .product-categories h4 {
    font-size: 1rem;
    position: static;
    margin: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .r-gf .connect-signup {
    display: block;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding: 25px 20px 10px 20px;
  }
  .r-gf .social,
.r-gf .email-signup {
    padding: 0;
  }
  .r-gf .social {
    margin-top: -3px;
  }
  .r-gf .email-signup {
    margin-bottom: 0;
  }
  .r-gf .connect-signup h5 {
    position: relative;
  }
  .r-gf .email-signup input[type=email] {
    width: 230px;
    text-align: left;
    margin-right: 5px;
    border-radius: 5px;
  }
  .r-gf .invalid-message:not(.hide),
.r-gf .confirmation-message.show {
    margin-top: -10px;
    text-align: center;
  }
  .r-gf .button.rnd {
    border-radius: 5px;
  }
  .r-gf .sub-footer {
    padding: 60px 20px 110px 20px;
  }
  .r-gf .sub-footer li {
    display: inline;
  }
  .r-gf .sub-footer a {
    display: inline-block;
    font-size: 0.8125rem;
    margin-left: 10px;
  }
  .r-gf .sub-footer a:before {
    display: inline-block;
    content: "|";
    margin-right: 10px;
  }
  .r-gf .sub-footer li:first-child a:before {
    display: none;
  }
  .r-gf .sub-footer .flag {
    width: 16px;
    height: 12px;
    top: 1px;
  }
  .r-gf .sub-footer .copyright {
    margin-top: 0;
  }
}
/* 800px */
@media only screen and (min-width: 50em) {
  /* AJC - 12/09/2016 - 'Top Parts' button on the 'Parts & Support' menu*/
  .r-gh .sub-menu .button.grey.view-all {
    max-width: 193px;
  }
}
/* 924px */
@media only screen and (min-width: 57.75em) {
  .r-gcontainer {
    overflow: hidden;
  }
  .r-gh {
    min-height: 112px;
    transition: min-height 200ms ease;
  }
  .r-gh .btn-menu {
    display: none;
  }
  .r-gh .header-top {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .r-gh .brand {
    width: 242px;
    height: 49px;
    background-image: url(/wcpics/Troy/en_US/logo-troybilt-m.png);
    background-size: 242px 49px;
    margin-left: 0;
    position: relative;
    top: 13px;
    float: left;
  }
  .canada .r-gh .brand {
    margin-left: 0;
  }
  .r-gh .global-nav {
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    overflow: visible;
  }
  .r-gh .global-nav:after {
    display: none;
  }
  .r-gh .primary-nav {
    background: #e5e5e5;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    transition: top 200ms ease;
  }
  .r-gh .primary-nav ul {
    max-width: 930px;
    min-height: 28px;
    margin-right: auto;
    margin-left: auto;
  }
  .r-gh .primary-nav > ul > li {
    float: left;
    padding: 0;
    margin-right: 12px;
    overflow: visible;
  }
  .canada.fr .r-gh .primary-nav > ul > li {
    margin-right: 4px;
  }
  .r-gh .primary-nav > ul > li:last-child {
    margin-right: 0;
  }
  .r-gh .primary-nav .primary {
    padding: 8px 0;
    border: 0;
    color: black;
    font-size: 1rem;
    display: block;
    height: 36px;
    position: relative;
    padding-right: 30px;
  }
  .r-gh .primary-nav .expanded {
    overflow: visible;
  }
  .r-gh .primary-nav .primary:hover {
    color: #cc0000;
  }
  .r-gh .primary-nav .primary:after {
    display: none;
  }
  .r-gh .primary-nav li.expanded .primary:after {
    width: 44px;
    height: 18px;
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    top: auto;
    left: 50%;
    margin-left: -34px;
    z-index: 501;
    background-size: 48px 460px;
  }
  .r-gh .primary-nav li.expanded .sub-menu {
    display: block;
    opacity: 1;
    border-bottom: 1px solid #e5e5e5;
  }
  .r-gh .primary-nav li .sub-menu {
    transition: opacity 200ms ease;
    position: absolute;
    left: 0;
    top: 36px;
    padding: 0 0 30px 0;
    width: 100%;
    -webkit-box-shadow: inset 0px 3px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 3px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 3px 4px 0px rgba(50, 50, 50, 0.25);
    border: 0;
    z-index: 500;
  }
  .r-gh .sub-menu-wrap {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .r-gh .sub-menu-wrap > ul > li {
    float: left;
    padding-top: 20px;
  }
  .r-gh .sub-menu-wrap > .col {
    padding-top: 20px;
    float: left;
  }
  .r-gh .sub-menu img,
.r-gh .sub-menu ul ul {
    display: block;
  }
  .r-gh .sub-menu .button.grey {
    display: inline-block;
  }
  .r-gh .product-category .sub-menu-wrap > ul > li {
    width: 175px;
    padding-right: 20px;
  }
  .r-gh .tips .sub-menu-wrap > .col {
    width: 233px;
    padding-top: 50px;
  }
  .r-gh .support .sub-menu-wrap > .col {
    width: 25%;
    max-width: 233px;
    padding-top: 50px;
    padding-right: 30px;
  }
  .r-gh .primary-nav ul,
.r-gh .sub-menu ul:not(:last-child) {
    border: 0;
    margin-bottom: 4px;
  }
  .r-gh .primary-nav li li img:first-child {
    display: block;
    margin-bottom: 20px;
  }
  .r-gh .primary-nav li li a,
.r-gh .primary-nav .sub-menu-wrap h3 {
    padding: 0;
    display: block;
    margin-bottom: 14px;
  }
  .r-gh .sub-menu h3 + ul {
    margin-top: 0;
  }
  .r-gh .primary-nav li li li a,
.r-gh .primary-nav li .col li a {
    font-size: 0.875rem;
    line-height: 1.1;
  }
  .r-gh .primary-nav li li a.button,
.r-gh .button {
    padding: 4px 14px;
    font-size: 0.75rem;
    display: inline-block;
  }
  .r-gh .primary-nav li li a.button.grey:hover,
.r-gh .button.grey:hover {
    color: #000000;
    background: #d4d4d4;
  }
  .r-gh .button .iconic {
    height: 8px;
    width: 8px;
    margin-left: 4px;
    margin-right: 2px;
  }
  .r-gh .primary-nav .sub-menu-wrap > ul > li > a:not(.button),
.r-gh .primary-nav .sub-menu-wrap h3 {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .r-gh .primary-nav .sub-menu-wrap a {
    border: 0;
  }
  .r-gh .cart-search {
    float: right;
    position: relative;
  }
  .r-gh .btn-search {
    width: 24px;
    height: 24px;
    right: -4px;
    left: auto;
    top: 25px;
    position: relative;
    background-position: 0 -51px;
    margin-left: 20px;
    vertical-align: top;
    z-index: 503;
  }
  .r-gh .btn-search.active {
    background-color: transparent;
    background-position: 0 -157px;
  }
  .r-gh.search-collections-open .btn-search {
    visibility: hidden;
  }
  .r-gh .header-search .btn-clear {
    right: 1px;
    top: 1px;
  }
  .r-gh .btn-search:before {
    display: block;
    content: "";
    position: absolute;
    left: -12px;
    height: 10px;
    width: 1px;
    background: #ffffff;
    top: 7px;
    cursor: default;
  }
  .r-gh .btn-cart {
    margin-left: 10px;
    position: relative;
    right: auto;
    left: auto;
    height: 24px;
    width: 24px;
    top: 26px;
    background-position: 0 0;
    vertical-align: top;
    z-index: 1;
  }
  .r-gh .btn-cart:before {
    display: block;
    content: "";
    position: absolute;
    left: -12px;
    height: 10px;
    width: 1px;
    background: #ffffff;
    top: 6px;
    cursor: default;
  }
  .r-gh .btn-cart.has-items {
    vertical-align: top;
    top: 21px;
    border-radius: 5px;
    padding: 6px 10px;
    width: auto;
    background-color: #000;
    background-position: 8px 4px;
    height: 32px;
  }
  .r-gh .btn-cart.has-items:before {
    top: 10px;
  }
  .r-gh .btn-cart.has-items span {
    vertical-align: top;
    display: inline-block;
    color: #fff;
  }
  .r-gh .secondary-nav {
    display: block;
    float: right;
    padding-top: 30px;
  }
  .canada .r-gh .secondary-nav {
    padding-right: 0;
  }
  .r-gh .secondary-nav li {
    float: left;
    margin-left: 25px;
    position: relative;
    overflow: visible;
  }
  .r-gh .secondary-nav li:first-child {
    margin-left: 0;
  }
  .r-gh .secondary-nav li:after {
    display: block;
    content: "";
    position: absolute;
    left: -12px;
    height: 10px;
    width: 1px;
    background: #ffffff;
    top: 2px;
    cursor: default;
  }
  .r-gh .secondary-nav li:first-child:after {
    display: none;
  }
  .r-gh .secondary-nav a {
    color: #ffffff;
    font-size: 0.8125rem;
  }
  .r-gh .secondary-nav a:hover {
    color: #ffffff;
  }
  .r-gh .secondary-nav .caret {
    fill: #ffffff;
    margin-left: 2px;
  }
  .r-gh .secondary-nav .flag-fr,
.r-gh .secondary-nav .flag-en {
    text-indent: -9999px;
    background-position: 4px 2px;
    background-color: #fff;
    height: 20px;
    border-radius: 4px;
    margin-top: -2px;
  }
  .r-gh .header-search {
    padding: 0;
    z-index: 502;
    background: none;
    position: absolute;
    right: -14px;
    top: 21px;
    width: 320px;
  }
  .r-gh .header-search {
    width: 350px;
  }
  .r-gh .header-search .search-field {
    padding: 0;
    margin: 0;
  }
  .r-gh .header-search form {
    padding: 0;
    opacity: 1;
  }
  .r-gh .header-search input[type=search] {
    border-radius: 6px;
    padding-right: 26px;
  }
  .r-gh .search-collections {
    padding: 8px 0 0 0;
  }
  .r-gh .search-collections li {
    padding: 0;
    background: none;
  }
  .r-gh .search-collections li:first-child a {
    border-top: none;
  }
  .r-gh .search-collections a {
    font-size: 0.875rem;
    padding: 12px 10px;
    line-height: 1.0625rem;
    border-bottom: 1px solid #E51837;
    color: #ffffff;
  }
  .r-gh .search-collections li:first-child a {
    border-top: 1px solid #E51837;
  }
  .r-gh .search-collections li:hover,
.r-gh .search-collections li:active {
    background: #aa0000;
    border-top: 0;
    top: 0;
  }
  .r-gh .search-collections li:hover a,
.r-gh .search-collections li:active a {
    border-bottom: 1px solid #E51837;
  }
  .r-gh .search-collections .thin-caret {
    top: 35%;
    stroke: #ffffff !important;
  }
  .r-gh .search-collections .thin-caret * {
    stroke: #ffffff !important;
  }
  .r-gh .btn-cart.active {
    visibility: hidden;
  }
  .r-gh .minicart {
    /* background: none; AJC - 12/6/2016 - making background black per 3 amigos */
    position: absolute;
    top: 21px;
    right: 45px;
    width: 295px;
    z-index: 504;
    padding: 0 0 8px 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .r-gh.mc-items-0 .minicart {
    /* AJC - 12/9/2016 - fixed styling on empty minicart */
    background: 0 0;
    position: absolute;
    top: 21px;
    right: 45px;
    width: 295px;
    z-index: 504;
    padding: 0 0 8px;
    border-radius: 6px;
    overflow: hidden;
    min-height: auto;
  }
  .r-gh .hide-overflow .minicart-links {
    height: 214px;
  }
  .r-gh .minicart h2 {
    width: auto;
    position: relative;
    border-bottom: 0;
    margin: 0;
    height: 32px;
    padding: 8px 15px 5px 42px;
    border-radius: 6px;
    background-color: #000;
    background-image: url(/wcpics/Troy/en_US/header-icons.png);
    background-repeat: no-repeat;
    background-position: 8px 4px;
    background-size: 24px 230px;
  }
  .r-gh .minicart .cart-empty {
    display: none;
  }
  .r-gh .minicart h2 .cart-hd {
    display: none;
  }
  .r-gh .minicart h2 .item-count {
    float: none;
    font-size: 0.75rem;
  }
  .r-gh .minicart h2 .count {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .r-gh .minicart-links {
    margin-top: 4px;
    max-height: 214px;
    overflow-y: hidden;
  }
  .r-gh.mc-items-3-plus .minicart-links {
    overflow-y: scroll;
  }
  .r-gh .cart-item {
    padding: 8px 10px;
    margin-right: 15px;
    margin-left: 15px;
    background: none;
    /* border-bottom: 1px solid #E51837; AJC - 12/6/2016 - removing red border on minicart - using default grey ... */
  }
  .r-gh .cart-item:hover:after,
.r-gh .cart-item:active:after {
    display: none;
  }
  .r-gh .cart-item:hover,
.r-gh .cart-item:active {
    /*background-color: #aa0000; AJC - 12/6/2016 - removing red border on minicart - using default grey ... */
    border-bottom: 0;
    padding: 8px 10px 9px 10px;
  }
  .r-gh .cart-item .pic {
    width: 50px;
    height: 50px;
  }
  .r-gh .cart-item .title {
    font-size: 0.875rem;
    margin-bottom: 3px;
    height: 14px;
  }
  .r-gh .cart-item .desc {
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #E5E5E5;
    height: 18px;
  }
  .r-gh .cart-item .title,
.r-gh .cart-item .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .r-gh .cart-item .quantity,
.r-gh .cart-item .price {
    font-size: 0.75rem;
    color: #ffffff;
    font-weight: normal;
  }
  .r-gh .cart-item .quantity span,
.r-gh .cart-item .price span {
    color: #E5E5E5;
  }
  .r-gh .btn-close-cart {
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    height: 32px;
    width: 28px;
    background: none;
    border: 0;
    outline: none;
  }
  .r-gh .btn-close-cart .iconic {
    stroke: #ffffff;
    width: 11px;
    height: 11px;
    position: absolute;
    /*EV adding some extra styles for the close button on the mini cart*/
    top: 8px;
    right: 6px;
  }
  .r-gh .btn-close-cart .iconic * {
    stroke: #ffffff !important;
  }
  .r-gh .minicart-action .button.large {
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
    background: #7A7A7A;
    background: -moz-linear-gradient(top, #8B8B8B 0%, #7A7A7A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8B8B8B), color-stop(100%, #7A7A7A));
    background: -webkit-linear-gradient(top, #8B8B8B 0%, #7A7A7A 100%);
    background: -ms-linear-gradient(top, #8B8B8B 0%, #7A7A7A 100%);
    background: linear-gradient(top, #8B8B8B 0%, #7A7A7A 100%);
  }
  .r-gh .minicart-action .button.large:hover {
    background: #7A7A7A;
    background: -moz-linear-gradient(top, #7A7A7A 0%, #8B8B8B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7A7A7A), color-stop(100%, #8B8B8B));
    background: -webkit-linear-gradient(top, #7A7A7A 0%, #8B8B8B 100%);
    background: -ms-linear-gradient(top, #7A7A7A 0%, #8B8B8B 100%);
    background: linear-gradient(top, #7A7A7A 0%, #8B8B8B 100%);
  }
  .r-gh .secondary-nav li ul {
    position: absolute;
    padding: 0;
    width: 200px;
    top: 24px;
  }
  .r-gh .secondary-nav li li {
    margin-left: 0;
    float: none;
    display: block;
  }
  .r-gh .secondary-nav li li a {
    font-size: 0.8125rem;
    margin-bottom: 7px;
  }
  .r-gh .secondary-nav li li a:hover {
    color: #000;
  }
  .r-gh .secondary-nav li li:after {
    display: none;
  }
  .r-gh.secondary-nav-open {
    min-height: 181px;
  }
  .r-gh.secondary-nav-open .primary-nav {
    top: 145px;
  }
  .r-gh.search-collections-open {
    min-height: 276px;
  }
  .canada .r-gh.search-collections-open {
    min-height: 198px;
  }
  .r-gh.search-collections-open .primary-nav {
    top: 240px;
  }
  .canada .r-gh.search-collections-open .primary-nav {
    top: 198px;
  }
  .r-gh.cart-open.mc-items-1 {
    min-height: 198px;
  }
  .r-gh.cart-open.mc-items-2 {
    min-height: 268px;
  }
  .r-gh.cart-open.mc-items-3-plus {
    min-height: 342px;
  }
  .r-gh.cart-open.mc-items-1 .primary-nav {
    top: 198px;
  }
  .r-gh.cart-open.mc-items-2 .primary-nav {
    top: 268px;
  }
  .r-gh.cart-open.mc-items-3-plus .primary-nav {
    top: 342px;
  }
  /*EV don't display the header link on large screen*/
  .r-gh .product-category .sub-menu-wrap > ul > li.small-nav-header-link,
.r-gh .tips .sub-menu-wrap > div.small-nav-header-link,
.r-gh .support .sub-menu-wrap > div.small-nav-header-link {
    display: none;
  }
}
/* desktop 960px */
@media only screen and (min-width: 60em) {
  .r-gh .header-top {
    padding-left: 0;
    padding-right: 0;
  }
  .r-gh .primary-nav {
    padding: 0;
  }
  .r-gh .sub-menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .r-gh .primary-nav > ul > li {
    float: left;
    padding: 0;
    margin-right: 28px;
    overflow: visible;
  }
  .canada.fr .r-gh .primary-nav > ul > li {
    margin-right: 6px;
  }
  .r-gh .primary-nav > ul > li:last-child {
    margin-right: 0;
  }
  /* STICKY NAV */
  .r-gh.sticky {
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
  }
  .r-gh.sticky.search-collections-open {
    min-height: 230px;
  }
  .r-gh.sticky.search-open .primary,
.r-gh.sticky.search-collections-open .primary,
.r-gh.sticky.cart-open .primary {
    opacity: 0.4;
  }
  .r-gh.sticky .brand {
    width: 36px;
    height: 36px;
    top: 7px;
    z-index: 2;
  }
  .r-gh.sticky .primary-nav,
.r-gh.sticky.cart-open .primary-nav {
    width: auto;
    top: 0;
    left: 0;
    padding-left: 50%;
    margin-left: -412px;
    background: transparent;
    box-shadow: none;
    z-index: 1;
    transition: none;
  }
  .r-gh.sticky .primary-nav > ul > li {
    margin-right: 0;
  }
  .r-gh.sticky .primary-nav .primary {
    color: #fff;
    height: 50px;
    padding: 0.875rem;
  }
  .r-gh.sticky .primary-nav .expanded .primary,
.r-gh.sticky .primary-nav .primary:hover {
    background: #e5e5e5;
    color: #cc0000;
  }
  .r-gh.sticky .secondary-nav,
.r-gh.sticky .btn-cart:before {
    display: none;
  }
  .r-gh.sticky .primary-nav li.expanded .sub-menu {
    top: 50px;
    width: 150%;
  }
  .r-gh.sticky .primary-nav li.expanded .primary:after {
    margin-left: -18px;
  }
  .r-gh.sticky .btn-cart {
    top: 14px;
  }
  .r-gh.sticky .btn-cart.has-items {
    top: 9px;
  }
  .r-gh.sticky .btn-search {
    top: 14px;
    right: 0;
  }
  .r-gh.sticky .minicart,
.r-gh.sticky .header-search {
    top: 9px;
  }
  .r-gh.sticky .header-search {
    right: -4px;
  }
  .r-gh.sticky .btn-search.active {
    top: 13px;
    right: 4px;
  }
  /* END STICKY */
  .r-gf .social,
.r-gf .email-signup {
    width: 100%;
  }
  .canada .r-gf .social {
    width: 45%;
  }
  .canada .r-gf .email-signup {
    width: 55%;
  }
  .r-gf .connect-signup h5 {
    float: left;
    margin: 0 10px 0 0;
  }
  .r-gf .connect-signup .social h5 {
    top: 12px;
  }
  .r-gf .connect-signup h5:after {
    content: "|";
    display: inline-block;
    margin: 0 0 0 6px;
  }
  .r-gf .email-signup h5 {
    margin: 0 10px 10px 0;
    position: relative;
    top: 7px;
    width: auto;
  }
  .r-gf .invalid-message:not(.hide),
.r-gf .confirmation-message.show {
    margin-top: -10px;
    padding-left: 108px;
    text-align: left;
  }
  /* AJC - 12/09/2016 - 'Top Parts' button on the 'Parts & Support' menu -> readding the caret that I removed for mobile view */
  .r-gh .sub-menu .button.grey.view-all .caret {
    display: inline-block;
  }
}
/* x-large screens - 1860px */
@media only screen and (min-width: 116.25em) {
  .r-gh {
    min-height: 72px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
  }
  .r-gh.secondary-nav-open {
    min-height: 159px;
  }
  .r-gh.search-collections-open {
    min-height: 240px;
  }
  .canada .r-gh.search-collections-open .primary-nav {
    top: 0;
  }
  .r-gh.secondary-nav-open .primary-nav,
.r-gh.search-collections-open .primary-nav,
.canada .r-gh.search-collections-open .primary-nav,
.r-gh.cart-open.mc-items-1 .primary-nav,
.r-gh.cart-open.mc-items-2 .primary-nav,
.r-gh.cart-open.mc-items-3 .primary-nav {
    top: 0;
  }
  .r-gh .brand {
    z-index: 100000;
  }
  .r-gh .header-top {
    max-width: 1830px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .r-gh .primary-nav {
    background: none;
    width: auto;
    top: 0;
    left: 0;
    padding-left: 50%;
    margin-left: -615px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .canada.fr .r-gh .primary-nav {
    margin-left: -625px;
  }
  .r-gh .primary-nav li.expanded .primary:after {
    margin-left: -19px;
  }
  .r-gh .primary-nav ul {
    width: auto;
    margin: 0;
  }
  .r-gh .primary-nav > ul > li {
    margin-right: 0;
  }
  .r-gh .primary-nav .primary {
    color: #ffffff;
    height: 72px;
    padding: 26px;
  }
  .canada.fr .r-gh .primary-nav .primary {
    padding: 26px 12px;
  }
  .r-gh .primary-nav li:hover .primary {
    background: #E5E5E5;
    color: #cc0000;
  }
  .r-gh .primary-nav li .sub-menu {
    top: 72px;
    width: 200%;
  }
  .r-gh .primary-nav li .sub-menu-wrap {
    width: 1830px;
    max-width: 1830px;
  }
  .r-gh.sticky .primary-nav li.expanded .sub-menu {
    width: 200%;
  }
}
/*EV Custom styles*/
.small-nav-header-link a {
  font-weight: bold;
  font-style: italic;
}

.minicart .button {
  box-shadow: none;
}

#GuestHistoryDetailForm .registration-table input {
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.overlay-content {
  color: #FFFFFF;
}

.r-gh .primary-nav li .sub-menu .col {
  float: none;
}

@media only screen and (min-width: 60em) {
  .r-gh .primary-nav li .sub-menu .col {
    float: left;
  }
}

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