@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #004d8a;
}

h1 {
  font-size: 3em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
  border: none;
}

table th {
  text-align: left;
  color: #ffad01;
  font-weight: bold;
  padding-right: 90px;
}
table td {
  text-align: left;
  color: #004d8a;
}

form,
fieldset {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

a, button, input[type=submit] {
  cursor: pointer;
}

fieldset label {
  color: #004d8a;
  margin-bottom: 0.625em;
  display: block;
}
fieldset label.right {
  margin-bottom: 1.25em;
  display: inline-block;
}
fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=email],
fieldset input[type=number],
fieldset input[type=telephone],
fieldset textarea {
  font-size: 1em;
  height: 2.5em;
  padding: 0 1.5em;
  width: 100%;
  border-radius: 1.5em;
  border: 1px solid #004d8a;
  margin-bottom: 1.25em;
}
fieldset input[type=text]:focus,
fieldset input[type=password]:focus,
fieldset input[type=email]:focus,
fieldset input[type=number]:focus,
fieldset input[type=telephone]:focus,
fieldset textarea:focus {
  outline: thin dotted black \9 ;
}

.Actions input[type=submit], .Actions button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  border: 1px solid #004d8a;
  background: white;
  color: #004d8a;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.875rem;
  display: inline-block;
  padding: 0 1.25rem;
  transition: 0.3s all ease-out;
}
.Actions input[type=submit]:hover, .Actions button:hover {
  background: #004d8a;
  color: white;
}

#main-content {
  background: white;
  left: 0;
  transition: left 0.3s ease-out, height 0.3s ease-out, top 0.3s ease-out;
}

.main {
  padding-bottom: 2.5em;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container-padded {
    padding: 0 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .container-double-padded {
    padding: 0 16.6666666667%;
  }
}

.sr-only {
  display: none;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #004d8a;
  background: white;
  color: #004d8a;
  font-size: 0.875rem;
  line-height: 2;
  display: inline-block;
  padding: 0 1.25rem;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.btn:hover {
  background: #004d8a;
  color: white;
}
.btn .icon {
  vertical-align: middle;
  display: inline-block;
}
.btn .icon svg {
  transition: fill 0.3s ease-out;
  display: block;
  height: 1.25rem;
  fill: #004d8a;
}

.btn-light {
  border-color: white;
  background: none;
  color: white;
}
.btn-light .icon svg {
  fill: white;
}
.btn-light:hover {
  border-color: #004d8a;
  background: #ffad01;
  color: #004d8a;
}
.btn-light:hover .icon svg {
  fill: #004d8a;
}

.btn-o {
  border-color: #fff;
  background: transparent;
  color: #fff;
  font-weight: normal;
}
.btn-o .icon svg {
  fill: #fff;
}
.btn-o:hover {
  border-color: #fff;
  background: #fff;
  color: #004d8a;
}
.btn-o:hover .icon svg {
  fill: #004d8a;
}

.error {
  color: #FC0000;
}

.btn-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
}
.btn-none:hover {
  background: none;
}

.list-inline {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
}

ul.list-unstyled {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-unstyled li {
  overflow: hidden;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #004d8a;
  border-radius: 5px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

.typography body {
  color: #666666;
}
.typography .blue {
  color: #004d8a;
}
.typography .yellow {
  color: #ffad01;
}
.typography .black {
  color: #000000;
}
.typography a {
  color: #004d8a;
}
.typography h1 {
  font-size: 3em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
.typography h2 {
  font-size: 2em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0.625em;
  line-height: 1.2;
  /*&:after{
  	content: " ";
  	position: relative;
  	display: block;
  	width: em(54,28);
  	height: em(5,28);
  	margin-top: em(18,28);
  	background: $secondary-color;
  }*/
}
.typography h3 {
  font-size: 1.75em;
  margin-bottom: 0;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
.typography h4 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
}
.typography h5 {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
.typography table th {
  text-align: left;
  color: #ffad01;
  font-weight: bold;
  padding-right: 90px;
}
.typography table td {
  text-align: left;
  color: #004d8a;
}
.typography ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 1.25em;
}
.typography ol li {
  position: relative;
  padding-left: 1.875em;
}
.typography ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  color: #004d8a;
  position: absolute;
  top: 0;
  left: 0;
}
.typography ul {
  list-style-type: none;
  padding-left: 1.25em;
}
.typography ul li {
  position: relative;
  padding-left: 1.875em;
}
.typography ul li:before {
  content: "\2022";
  color: #004d8a;
  position: absolute;
  top: 0;
  left: 0;
}
.typography img {
  max-width: 100%;
  height: auto;
}
.typography .captionImage {
  max-width: 100%;
}
.typography .captionImage .caption {
  font-size: 0.75em;
  margin-top: 4px;
}
.typography blockquote {
  font-size: 1.3em;
  font-style: italic;
}

header.header .nav-top-wrap,
header.header .nav-logged-in-wrap,
header.header .nav-main-wrap ul {
  display: none;
}
@media (min-width: 991px) {
  header.header .nav-top-wrap,
header.header .nav-logged-in-wrap,
header.header .nav-main-wrap ul {
    display: block;
  }
}

.header nav img {
  display: block;
}
.header nav a {
  vertical-align: top;
  transition: 0.3s color ease-out, 0.3s background ease-out;
  display: inline-block;
  color: white;
}
.header nav ul {
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header nav ul li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.header .logo img {
  max-width: 200px;
  height: auto;
  width: 100%;
}
@media (min-width: 420px) {
  .header .logo img {
    max-width: 14.375rem;
  }
}
.header .nav-top-wrap {
  background: #004d8a;
  text-align: right;
  font-size: 0.6875em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 4.2727272727em;
  color: white;
  vertical-align: top;
}
.header .nav-top-wrap li {
  vertical-align: top;
}
.header .nav-top-wrap a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.9090909091em;
  background: #004d8a;
}
.header .nav-top-wrap a:hover {
  background: #00396b;
  color: white;
}
.header .nav-top-wrap a.telephone {
  font-size: 1.6363636364em;
  background: none;
  color: #ffad01;
}
.header .nav-top-wrap a.telephone:hover {
  color: white;
}
.header .nav-top-wrap a.dealer-logout {
  background: #ffad01;
  color: white;
}
.header .nav-top-wrap a.dealer-login {
  background: #00396b;
  color: white;
}
.header .nav-top-wrap li.current a {
  color: #ffad01;
}
.header .nav-top-wrap .nav-top-left-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 10.9090909091em;
}
.header .nav-top-wrap .nav-top-left-wrap.logged-in {
  padding-right: 0;
}
.header .nav-top-wrap .dealer-login-wrap {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #00396b;
  height: 47px;
  white-space: nowrap;
}
.header .nav-top-wrap .dealer-login-wrap #CustomLoginForm_LoginForm_error {
  display: none;
}
.header .nav-top-wrap .dealer-login-wrap form {
  margin: 0;
  padding: 0;
  height: 47px;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  vertical-align: top;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.header .nav-top-wrap .dealer-login-wrap form:before, .header .nav-top-wrap .dealer-login-wrap form:after {
  content: "";
  display: table;
}
.header .nav-top-wrap .dealer-login-wrap form:after {
  clear: both;
}
.header .nav-top-wrap .dealer-login-wrap form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 484px;
}
.header .nav-top-wrap .dealer-login-wrap form fieldset,
.header .nav-top-wrap .dealer-login-wrap form label,
.header .nav-top-wrap .dealer-login-wrap form .field,
.header .nav-top-wrap .dealer-login-wrap form .middleColumn,
.header .nav-top-wrap .dealer-login-wrap form .Actions {
  position: relative;
  display: block;
  float: left;
}
.header .nav-top-wrap .dealer-login-wrap form #CustomLoginForm_LoginForm_Remember_Holder,
.header .nav-top-wrap .dealer-login-wrap form #ForgotPassword {
  display: none;
}
.header .nav-top-wrap .dealer-login-wrap form fieldset {
  padding: 5px 0;
}
.header .nav-top-wrap .dealer-login-wrap form fieldset input {
  background: none;
  color: #ffad01;
  font-weight: bold;
  border: none;
  padding: 0 10px;
  font-size: 0.875em;
  border-left: 1px solid #00396b;
  height: 21px;
  line-height: 21px;
  width: 143px;
  border-radius: 0;
}
.header .nav-top-wrap .dealer-login-wrap form .field {
  background: #004d8a;
  padding: 0 1.25em;
  line-height: 37px;
  height: 37px;
  margin-left: 5px;
}
.header .nav-top-wrap .dealer-login-wrap form .field label {
  margin-left: 0;
  padding-left: 0;
  color: white;
  margin-right: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.header .nav-top-wrap .dealer-login-wrap form .message {
  position: absolute;
  color: red;
  background: none;
  z-index: 10;
  top: 100%;
  left: 0;
}
.header .nav-top-wrap .dealer-login-wrap form .Actions {
  width: 102px;
}
.header .nav-top-wrap .dealer-login-wrap form .Actions input[type=submit] {
  margin-left: 1.4285714286em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  border: 1px solid white;
  background: none;
  color: white;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.875rem;
  display: inline-block;
  padding: 0 1.25rem;
}
.header .nav-top-wrap .dealer-login-wrap button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  color: white;
  display: none;
}
.header .nav-top-wrap .dealer-login-wrap.open form {
  overflow: visible;
  width: 600px;
}
.header .nav-top-wrap .dealer-login-wrap.open button.close {
  cursor: pointer;
  display: inline-block;
  margin-right: 22px;
}
.header .nav-top-wrap .dealer-login-wrap.open button.close svg {
  width: 10px;
  height: 10px;
  fill: white;
}
.header .nav-logged-in-wrap {
  background: #ffad01;
  color: white;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.625em;
  line-height: 3.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header .nav-logged-in-wrap a {
  padding: 0 1.2em;
  text-decoration: none;
}
.header .nav-logged-in-wrap a:hover {
  color: #004d8a;
}
.header .nav-logged-in-wrap li.current a {
  color: #004d8a;
}
.header .nav-main-wrap {
  padding: 0 0;
  position: relative;
  z-index: 2;
}
.header .nav-main-wrap .nav-main {
  position: initial;
}
.header .nav-main-wrap .nav-main:before, .header .nav-main-wrap .nav-main:after {
  content: "";
  display: table;
}
.header .nav-main-wrap .nav-main:after {
  clear: both;
}
@media (min-width: 991px) and (max-width: 1159px) {
  .header .nav-main-wrap .nav-main {
    text-align: center;
  }
}
@media (min-width: 1160px) {
  .header .nav-main-wrap .nav-main {
    text-align: left;
  }
}
.header .nav-main-wrap .nav-main > ul {
  text-align: center;
}
@media (min-width: 1160px) {
  .header .nav-main-wrap .nav-main > ul {
    text-align: right;
    float: right;
  }
}
.header .nav-main-wrap .nav-main > ul ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.header .nav-main-wrap .toggle-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 28px;
  right: 20px;
}
@media (min-width: 991px) {
  .header .nav-main-wrap .toggle-menu {
    display: none;
  }
}
.header .nav-main-wrap .toggle-menu .lines {
  display: block;
}
.header .nav-main-wrap .toggle-menu .lines .line {
  width: 30px;
  height: 3px;
  display: block;
  background: #004d8a;
  margin-top: 7px;
  text-indent: -9999px;
}
.header .nav-main-wrap .toggle-menu .lines .line:first-child {
  margin-top: 0;
}
.header .nav-main-wrap nav a {
  font-size: 0.875em;
  line-height: 2.9285714286em;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 2.1428571429em 0.7142857143em;
  color: #004d8a;
  position: relative;
  transition: color 0.3s ease-out;
}
.header .nav-main-wrap nav a.logo {
  padding-right: 4.375em;
}
@media (min-width: 991px) and (max-width: 1159px) {
  .header .nav-main-wrap nav a.logo {
    padding: 2.1428571429em 0.7142857143em 0;
  }
}
@media (min-width: 1160px) {
  .header .nav-main-wrap nav a.logo {
    float: left;
    padding: 2.1428571429em 0.7142857143em;
  }
}
.header .nav-main-wrap nav a svg {
  transition: all 0.3s ease-out;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  fill: #e8e9e9;
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 8px;
  bottom: 1.5625em;
}
.header .nav-main-wrap nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #e4e4e4;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.header .nav-main-wrap nav .dropdown-menu.dropdown-spare-parts {
  background: #f8f8f8;
  padding: 3.625em 0;
  text-align: center;
  min-height: 16.3125em;
}
.header .nav-main-wrap nav .dropdown-menu.dropdown-spare-parts ul {
  text-align: center;
}
.header .nav-main-wrap nav .dropdown-menu.dropdown-spare-parts h2 {
  text-transform: none;
  color: #004d8a;
  font-size: 1.5em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
}
.header .nav-main-wrap nav .dropdown-menu.dropdown-spare-parts h2:after {
  content: "";
  display: none;
}
.header .nav-main-wrap nav .dropdown-menu.dropdown-spare-parts input {
  font-size: 1em;
  border-radius: 1.5em;
  height: 2.5em;
  padding: 0 1.5em;
  margin-left: 1.25em;
  color: #004d8a;
  border: none;
  background: white;
  max-width: 25em;
  width: 25em;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown {
  width: 100%;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown:before, .header .nav-main-wrap nav .dropdown-menu .dropdown:after {
  content: "";
  display: table;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown:after {
  clear: both;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown a {
  padding: 0;
  display: block;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li {
  width: 50%;
  float: left;
  padding: 2.5em 0;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li:last-child:first-child {
  width: 100%;
  float: none;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li:last-child:first-child .image {
  width: auto;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li:last-child:first-child .submenu ul {
  width: 100%;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li:last-child:first-child .submenu ul li {
  width: 33.3333333333%;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li:nth-child(2) {
  background: #d1d3d4;
  position: relative;
  z-index: 1;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown > li:nth-child(2):before {
  position: absolute;
  display: block;
  content: " ";
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  background: #d1d3d4;
  z-index: -1;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap {
  padding: 0 1.25em;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap:before, .header .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap:after {
  content: "";
  display: table;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap:after {
  clear: both;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image {
  width: 30%;
  float: left;
  padding-right: 2.5em;
  position: relative;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease-in-out 0s;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image .main-image {
  transition: all 0.3s ease-out;
  transform: scale(0.9) translateX(-30px);
  opacity: 0;
  position: relative;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image .item-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.9) translateX(-30px);
  transition: all 0.3s ease-out;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image .item-image.active {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image .hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image.hover .main-image {
  opacity: 0;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .image.hover .hover-image {
  opacity: 1;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu {
  width: 70%;
  float: left;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease-out;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul:before, .header .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul:after {
  content: "";
  display: table;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul:after {
  clear: both;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul li {
  width: 50%;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul li a {
  display: block;
  color: grey;
  padding: 0.9375em 0.9375em 0.9375em 0;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.header .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul li a:hover {
  color: #ffad01;
}
.header .nav-main-wrap nav li.hasdropdown.open > a {
  color: #ffad01;
}
.header .nav-main-wrap nav li.hasdropdown.open svg {
  bottom: 0;
  transform: scale(-1);
}
.header .nav-main-wrap nav li.hasdropdown.open .dropdown-menu {
  display: block;
}
.header .nav-main-wrap nav li.hasdropdown.active .dropdown-menu {
  opacity: 1;
}
.header .nav-main-wrap nav li.hasdropdown.active .dropdown-menu .dropdown .submenu {
  opacity: 1;
  transform: translateX(0);
}
.header .nav-main-wrap nav li.hasdropdown.active .dropdown-menu .dropdown .image {
  opacity: 1;
  transition: all 0.3s 0.1s ease-out;
  transform: translateX(0);
}
.header .nav-main-wrap nav .search-btn-wrap {
  padding: 1.875em 0;
}
.header .nav-main-wrap .search {
  padding: 0;
  white-space: nowrap;
}
.header .nav-main-wrap .search:hover {
  background: white;
}
.header .nav-main-wrap .search form {
  line-height: 1;
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 20px;
}
.header .nav-main-wrap .search input {
  width: 200px;
  border: none;
  padding: 10px 0;
  vertical-align: top;
  font-size: 1em;
  color: #004d8a;
  transition: 0.3s width ease-out, 0.3s opacity ease-out;
  outline: none;
}
.header .nav-main-wrap .search button {
  cursor: pointer;
  outline: none;
}
.header .nav-main-wrap .search button:active svg, .header .nav-main-wrap .search button:focus svg {
  fill: #ffad01;
}
.header .nav-main-wrap .search svg {
  display: block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  fill: #004d8a;
}
.header .nav-main-wrap .search-item {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1em;
  white-space: normal;
}
.header .nav-main-wrap .search-item .search-image {
  width: 60px;
  margin-right: 10px;
}
.header .nav-main-wrap .search-item .search-image img {
  width: 100%;
}
.header .nav-main-wrap .search-item .search-title {
  line-height: 1.2;
}
.header .nav-main-wrap .search .easy-autocomplete-container ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  background-color: white;
  color: #004d8a;
  padding: 15px;
}
.header .nav-main-wrap .search .easy-autocomplete-container ul li {
  display: block;
  font-size: 1em;
  line-height: 1.2;
  padding: 10px 0;
  width: 100%;
}

#login-error {
  font-size: 0.875em;
  padding: 0.625em 1.25em;
  text-align: center;
  background: #e9eaea;
  color: #ff0000;
}
#login-error .btn {
  margin-left: 0.625em;
  font-size: 0.875em;
  background: none;
  text-transform: uppercase;
}
#login-error .btn:hover {
  background: #004d8a;
}

body.open #mobile-menu {
  display: block;
}
body.open #main-content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100vw;
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.slide #mobile-menu {
  display: block;
}
body.slide #main-content {
  position: fixed;
  top: 6.25em;
  left: calc(100% - 70px);
  height: calc(100% - 200px);
  width: 100vw;
}

#mobile-menu {
  position: relative;
  z-index: 0;
  display: none;
}
#mobile-menu .btn-light {
  border-color: white;
  background: none;
  color: white;
}
#mobile-menu .btn-light .icon svg {
  fill: white;
}
#mobile-menu .btn-light:hover {
  border-color: white;
  background: none;
  color: white;
}
#mobile-menu .btn-light:hover .icon svg {
  fill: white;
}
#mobile-menu a {
  display: inline-block;
  font-size: 0.6875em;
  padding: 1.1363636364em 2.2727272727em;
  vertical-align: top;
  text-decoration: none;
  transition: 0.3s color ease-out, 0.3s background ease-out;
}
#mobile-menu a.telephone {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  padding: 1.4583333333em 1.0416666667em 1em;
  color: #ffad01;
  text-decoration: none;
}
#mobile-menu li {
  display: block;
  padding: 0;
  vertical-align: top;
}
#mobile-menu .submenu {
  padding: 1.25em 0.625em 1.25em 1.875em;
}
#mobile-menu .submenu > a {
  font-size: 0.875em;
  margin-bottom: 0.625em;
}
#mobile-menu .submenu ul {
  padding: 0;
}
#mobile-menu .nav-top-wrap {
  background: #004d8a;
  padding-right: 70px;
}
#mobile-menu .nav-top-wrap .toggle-menu-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  top: 35px;
  right: 25px;
  background: none;
  z-index: 2;
}
#mobile-menu .nav-top-wrap .toggle-menu-close svg {
  width: 20px;
  height: 20px;
  fill: white;
}
#mobile-menu .search-btn-wrap {
  position: relative;
  width: 4em;
  height: 40px;
  padding: 0;
  margin-left: 1.5625em;
  margin-bottom: 0.625em;
}
#mobile-menu .search-btn-wrap .search {
  position: absolute;
  display: inline-block;
  left: 0;
  padding: 0 1.25rem;
  white-space: nowrap;
}
#mobile-menu .search-btn-wrap .search form {
  line-height: 1;
  height: 100%;
}
#mobile-menu .search-btn-wrap .search input {
  border: none;
  height: 20px;
  line-height: 1.25rem;
  padding: 0;
  vertical-align: top;
  margin-top: 10px;
  background: none;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: 0.3s width ease-out, 0.3s opacity ease-out;
  outline: none;
  font-size: 16px;
}
#mobile-menu .search-btn-wrap .search input:active, #mobile-menu .search-btn-wrap .search input:focus {
  padding: 0 0.625rem;
  border-radius: 0;
  border-left: 3px solid #ffad01;
}
#mobile-menu .search-btn-wrap .search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.6875rem;
}
#mobile-menu .search-btn-wrap .search input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.6875rem;
}
#mobile-menu .search-btn-wrap .search input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.6875rem;
}
#mobile-menu .search-btn-wrap .search input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.6875rem;
}
#mobile-menu .search-btn-wrap .search button {
  cursor: pointer;
  height: 2.375rem;
  line-height: 2.375rem;
  outline: none;
}
#mobile-menu .search-btn-wrap .search button:active svg, #mobile-menu .search-btn-wrap .search button:focus svg {
  fill: #ffad01;
}
#mobile-menu .search-btn-wrap .search svg {
  display: block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  fill: white;
}
#mobile-menu .search-btn-wrap .search.open input {
  width: 9.375rem;
  opacity: 1;
}
@media (min-width: 768px) {
  #mobile-menu .search-btn-wrap .search.open input {
    width: 12.5rem;
  }
}
#mobile-menu .nav-top {
  padding-bottom: 0;
}
#mobile-menu .nav-top a {
  color: white;
  text-transform: uppercase;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
#mobile-menu .nav-top ul {
  padding: 0;
}
#mobile-menu .nav-logged-in-wrap {
  background: #ffad01;
  padding: 0.75em 70px 0 0;
}
#mobile-menu .nav-logged-in-wrap a {
  text-transform: uppercase;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  color: white;
}
#mobile-menu .nav-logged-in-wrap a:hover {
  color: #004d8a;
}
#mobile-menu .nav-logged-in-wrap a.dealer-logout {
  background: #eda204;
}
#mobile-menu .nav-main-wrap {
  padding: 0.75em 70px 0.75em 0;
  position: relative;
  z-index: 2;
}
#mobile-menu .nav-main-wrap nav a {
  font-size: 0.875em;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 0.75em 1.5625em;
  color: #004d8a;
}
@media (min-width: 420px) {
  #mobile-menu .nav-main-wrap nav a {
    font-size: 1em;
  }
}
#mobile-menu .nav-main-wrap nav a:hover {
  color: #ffad01;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu {
  display: none;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown {
  width: 100%;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown:before, #mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown:after {
  content: "";
  display: table;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown:after {
  clear: both;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown a {
  padding: 0;
  display: block;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap:before, #mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap:after {
  content: "";
  display: table;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu-wrap:after {
  clear: both;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul:before, #mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul:after {
  content: "";
  display: table;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul:after {
  clear: both;
}
#mobile-menu .nav-main-wrap nav .dropdown-menu .dropdown .submenu ul li a {
  display: block;
  color: grey;
  padding: 0.9375em 0;
  line-height: 1;
  cursor: pointer;
}
#mobile-menu .nav-main-wrap nav li.hasdropdown.open .dropdown-menu {
  display: block;
}
#mobile-menu .dealer-login-wrap {
  background: #00396b;
}

#mobile-login-form {
  display: none;
  background: #00396b;
  padding: 0 1.25em 1.25em;
  color: white;
  position: relative;
}
#mobile-login-form form {
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: block;
  padding-right: 4.375em;
  transition: all 0.3s ease-out;
}
#mobile-login-form form:before, #mobile-login-form form:after {
  content: "";
  display: table;
}
#mobile-login-form form:after {
  clear: both;
}
#mobile-login-form form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#mobile-login-form form fieldset,
#mobile-login-form form label,
#mobile-login-form form .field,
#mobile-login-form form .middleColumn,
#mobile-login-form form .Actions {
  display: block;
}
#mobile-login-form form #CustomLoginForm_LoginForm_Remember_Holder a,
#mobile-login-form form #ForgotPassword a {
  padding: 0;
  font-size: 0.75em;
  color: white;
}
#mobile-login-form form fieldset {
  padding: 5px 0;
}
#mobile-login-form form fieldset input {
  background: none;
  color: #ffad01;
  font-weight: bold;
  border: none;
  padding: 0 10px;
  font-size: 1em;
  border-left: 1px solid #00396b;
  height: 21px;
  line-height: 21px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}
#mobile-login-form form fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-size: 0.6875em;
}
#mobile-login-form form fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 0.6875em;
}
#mobile-login-form form fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-size: 0.6875em;
}
#mobile-login-form form fieldset input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 0.6875em;
}
#mobile-login-form form input.checkbox {
  float: left;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  border: none;
}
#mobile-login-form form .field.text {
  background: #004d8a;
  padding: 0.625em 1.25em;
  margin-bottom: 0.625em;
}
#mobile-login-form form .field.text label {
  color: white;
  margin-left: 0;
  padding-left: 0;
  margin-right: 10px;
  text-transform: uppercase;
  display: none;
}
#mobile-login-form form .field.checkbox label {
  color: white;
  font-size: 0.75em;
}
#mobile-login-form form .Actions {
  padding-top: 1.25em;
}
#mobile-login-form form .Actions input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  border: 1px solid white;
  background: none;
  color: white;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.875rem;
  display: inline-block;
  padding: 0 1.25rem;
}
#mobile-login-form form .Actions a {
  font-size: 0.75em;
}
#mobile-login-form .close {
  position: absolute;
  top: -2.7272727273em;
  right: 7.7272727273em;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}
#mobile-login-form .close svg {
  display: block;
  fill: white;
  width: 1.25rem;
  height: 1.25rem;
}

footer.footer {
  text-align: right;
}
footer.footer .contact {
  background: #004d8a;
  padding: 3.875em 0;
  color: white;
}
footer.footer ul {
  text-align: center;
  display: block;
}
@media (min-width: 991px) {
  footer.footer ul {
    text-align: right;
  }
}
footer.footer .contact li {
  vertical-align: middle;
  display: block;
  padding-bottom: 1.25em;
}
@media (min-width: 991px) {
  footer.footer .contact li {
    display: inline-block;
    padding-bottom: 0;
  }
}
footer.footer a {
  text-decoration: none;
  color: white;
}
footer.footer a.facebook {
  padding: 0;
  text-align: center;
  width: 40px;
  height: 40px;
}
footer.footer a.facebook .icon svg {
  width: 12px;
  height: 25px;
}
footer.footer a.twitter {
  padding: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
footer.footer a.twitter .icon svg {
  width: 19px;
  height: 15px;
}
footer.footer a.newsletter {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  footer.footer a.newsletter {
    margin-left: 1.25rem;
  }
}
footer.footer a.newsletter .icon {
  position: relative;
  top: -2px;
  margin-right: 0.3571428571em;
}
footer.footer a.newsletter .icon svg {
  width: 1.7857142857em;
  height: 1.5em;
}
footer.footer a.telephone {
  font-size: 1.6363636364em;
  line-height: 2.5rem;
  background: none;
  display: block;
  color: #ffad01;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
@media (min-width: 991px) {
  footer.footer a.telephone {
    margin-left: 1.875rem;
  }
}
footer.footer a.telephone:hover {
  color: white;
}
footer.footer .copy {
  font-size: 0.875em;
  padding: 1.4285714286em 0;
  color: #959595;
}
footer.footer .copy a {
  color: #959595;
}
footer.footer .copy li {
  padding: 0 0.625em 0 0.6875em;
  position: relative;
}
footer.footer .copy li:before {
  display: block;
  content: " ";
  width: 1px;
  background: #959595;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
footer.footer .copy li:first-child:before {
  display: none;
}
footer.footer .copy li:last-child {
  padding-right: 0;
}
footer.footer .copy.blue {
  background: #004d8a;
  color: white;
}
footer.footer .copy.blue a {
  color: white;
}
footer.footer .copy.blue a:hover {
  text-decoration: underline;
}
footer.footer .subscription-wrap {
  position: relative;
}
footer.footer .subscription-wrap form {
  display: none;
  position: absolute;
  top: 0;
  left: 1.25rem;
}
footer.footer .subscription-wrap form input {
  background: none;
  border: none;
}

#UserForm_Form {
  padding-top: 1.25em;
}
#UserForm_Form input[type=text],
#UserForm_Form input[type=password],
#UserForm_Form input[type=email],
#UserForm_Form input[type=number],
#UserForm_Form input[type=telephone],
#UserForm_Form textarea {
  font-size: 1em;
  height: 2.5em;
  padding: 0 1.5em;
  width: 100%;
  border-radius: 1.5em;
  border: 1px solid #004d8a;
}
#UserForm_Form input[type=submit],
#UserForm_Form button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  border: 1px solid #004d8a;
  background: white;
  color: #004d8a;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.375rem;
  display: inline-block;
  padding: 0 1.25rem;
}
#UserForm_Form input[type=submit]:hover,
#UserForm_Form button:hover {
  border-color: #004d8a;
  background: #004d8a;
  color: white;
}
#UserForm_Form textarea {
  padding: 1.5em;
  height: auto;
}
#UserForm_Form .field {
  margin-bottom: 1.25em;
}
#UserForm_Form .field:before, #UserForm_Form .field:after {
  content: "";
  display: table;
}
#UserForm_Form .field:after {
  clear: both;
}
#UserForm_Form label {
  color: #004d8a;
  margin-bottom: 0.625em;
  display: inline-block;
}
@media (min-width: 768px) {
  #UserForm_Form label {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  #UserForm_Form .middleColumn {
    width: 50%;
    float: left;
  }
}
#UserForm_Form .Actions {
  text-align: right;
}

#search-results {
  margin-bottom: 2rem;
}
#search-results .products:before, #search-results .products:after {
  content: "";
  display: table;
}
#search-results .products:after {
  clear: both;
}
#search-results .product {
  padding: 1.25em 1.25em;
  min-height: 200px;
  opacity: 1;
}
@media (min-width: 420px) {
  #search-results .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 991px) {
  #search-results .product {
    width: 33.3333333333%;
  }
}
#search-results .product a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
#search-results .product a:hover {
  background: #004d8a;
  color: white;
}
#search-results .product img {
  opacity: 0;
  transition: all 0.3s ease-out;
}
#search-results .product img.ready {
  opacity: 1;
}
#search-results .product .code {
  font-size: 0.75em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  color: #666666;
}
#search-results .product h2 {
  color: #666666;
  font-size: 1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}
#search-results .product h2:after {
  content: "";
  display: none;
}
#search-results .product .price {
  color: #ffad01;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}

.c-product-tile {
  flex: 0 1 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .c-product-tile {
    max-width: 150px;
  }
}
.c-product-tile__link {
  text-decoration: none;
  transition: color 200ms;
}
.c-product-tile__link:hover {
  color: #ffad01;
}
.c-product-tile__image {
  margin-bottom: 15px;
}
.c-product-tile__details {
  text-align: center;
}
.c-product-tile__details p {
  margin: 0;
}
.c-product-tile__price {
  color: #ffad01;
}
.c-product-tile__price .prod-value {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
}
.c-product-tile__price .prod-gst {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.75em;
}

.main {
  position: relative;
}

article {
  padding-top: 0;
  padding-bottom: 3em;
}

.intro {
  padding-top: 3.875em;
  position: relative;
  margin-bottom: 3em;
  padding-bottom: 1.25em;
  background: #f8f8f8;
}
.intro.with-image {
  background: none;
  padding-bottom: 0;
}
.intro.with-image:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #f8f8f8;
}

h1 {
  color: #004d8a;
  margin-bottom: 0.9583333333em;
}

body.FilesListPage .files {
  padding: 2.5em 0;
  margin: 0 -10px;
}
body.FilesListPage .files:before, body.FilesListPage .files:after {
  content: "";
  display: table;
}
body.FilesListPage .files:after {
  clear: both;
}
body.FilesListPage .files .file {
  width: 50%;
  padding: 0 10px;
  float: left;
  text-align: center;
}
@media (min-width: 768px) {
  body.FilesListPage .files .file {
    width: 25%;
  }
}
body.FilesListPage .files .file .inner {
  position: relative;
  padding-bottom: 40px;
}
body.FilesListPage .files .file a {
  padding: 1.25em;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
  transition: all 0.3s ease-out;
  -ms-box-shadow: none;
  box-shadow: none;
}
body.FilesListPage .files .file a .link {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  display: block;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #004d8a;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.FilesListPage .files .file a:hover {
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.FilesListPage .files .file a:hover .link {
  color: #ffad01;
}
body.FilesListPage .files .file h3 {
  font-size: 1em;
}
body.FilesListPage .files .file .image {
  margin-bottom: 1.25em;
}
body.FilesListPage .files .file .image svg {
  display: block;
  fill: #004d8a;
  width: 5em;
  height: 5em;
  margin: 0 auto;
}

body.HomePage .main {
  padding-bottom: 0;
}

.homepage-chrome-pattern {
  height: 16px;
  background-image: url("../img/chrome-pattern.png");
  background-position: center center;
  background-size: cover;
}

.homepage-hero-wrap {
  background-size: cover;
  background-position: center center;
  min-height: 335px;
  padding: 40px 0 80px;
}
.homepage-hero-wrap .hero-title {
  max-width: 400px;
}
.homepage-hero-wrap .hero-title h1 {
  text-transform: uppercase;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  color: white;
  font-size: 1.875em;
  margin-bottom: 0.4em;
}
@media (min-width: 375px) {
  .homepage-hero-wrap .hero-title h1 {
    font-size: 2.5em;
    margin-bottom: 0.3333333333em;
  }
}
.homepage-hero-wrap .hero-copy {
  color: white;
  max-width: 400px;
  font-size: 1.125em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
}

.homepage-body {
  position: relative;
  margin-top: -40px;
}
.homepage-body:before {
  content: "";
  position: absolute;
  top: 40px;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
}
@media (min-width: 768px) {
  .homepage-body:before {
    background-image: url("../img/pixel-pattern.svg");
  }
}

.homepage-quicklinks {
  margin-bottom: 30px;
}
.homepage-quicklinks .quicklinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .homepage-quicklinks .quicklinks {
    max-width: 600px;
  }
}
@media (min-width: 991px) {
  .homepage-quicklinks .quicklinks {
    max-width: none;
  }
}
.homepage-quicklinks .c-quicklink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  color: white;
  background-color: #004d8a;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px;
  margin-bottom: 10px;
  transition: background-color 200ms;
}
@media (min-width: 420px) {
  .homepage-quicklinks .c-quicklink {
    flex: 1 1 200px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 991px) {
  .homepage-quicklinks .c-quicklink {
    flex: 0 1 200px;
    height: 200px;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.homepage-quicklinks .c-quicklink:first-child {
  background-color: #ffad01;
}
.homepage-quicklinks .c-quicklink:first-child:hover {
  background-color: #004d8a;
}
.homepage-quicklinks .c-quicklink:hover {
  background-color: #ffad01;
}
.homepage-quicklinks .c-quicklink__header {
  margin-bottom: 10px;
}
.homepage-quicklinks .c-quicklink__image img {
  width: 50%;
}
.homepage-quicklinks .c-quicklink__footer {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 1em;
  line-height: 1.4;
}
.homepage-quicklinks .c-quicklink__text {
  max-width: 120px;
}
.homepage-quicklinks .c-quicklink__arrow {
  position: absolute;
  right: 0;
  bottom: 3px;
}

.homepage-main-body-wrap {
  position: relative;
  padding-bottom: 50px;
}
.homepage-main-body-wrap h2 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  margin-top: 0;
  font-size: 2.625em;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 7.619047619em;
}
.homepage-main-body-wrap h2:after {
  content: " ";
  position: relative;
  margin-top: 10px;
  display: block;
  width: 1.7619047619em;
  height: 0.119047619em;
  background: #ffad01;
}
@media (min-width: 768px) {
  .homepage-main-body-wrap .home-body-content {
    display: flex;
  }
}
.homepage-main-body-wrap .home-body-left {
  flex: 1;
  padding: 20px;
  margin-bottom: 20px;
  color: #004d8a;
  background-color: white;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .homepage-main-body-wrap .home-body-left {
    padding: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .homepage-main-body-wrap .home-body-left {
    display: flex;
  }
}
.homepage-main-body-wrap .home-body-right {
  flex: 0 1 370px;
}
@media (min-width: 768px) {
  .homepage-main-body-wrap .home-body-right {
    margin-left: 20px;
  }
}
@media (min-width: 991px) {
  .homepage-main-body-wrap .home-body {
    margin-left: 50px;
  }
}
.homepage-main-body-wrap .home-body p {
  margin-top: 0;
}
.homepage-main-body-wrap .main-featurebox {
  display: flex;
  background-color: white;
  border-bottom-right-radius: 20px;
  padding: 20px;
}
.homepage-main-body-wrap .main-featurebox:first-child {
  margin-bottom: 20px;
}
.homepage-main-body-wrap .main-featurebox-image img {
  max-width: none;
  width: 80px;
}
@media (min-width: 768px) {
  .homepage-main-body-wrap .main-featurebox-image img {
    width: 100px;
  }
}
.homepage-main-body-wrap .main-featurebox-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .homepage-main-body-wrap .main-featurebox-text {
    padding-left: 25px;
  }
}
.homepage-main-body-wrap .main-featurebox-text h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #004d8a;
  margin-bottom: 10px;
  line-height: 1.1;
}

.homepage-lower-promo-wrap {
  position: relative;
  background-color: white;
  padding: 20px 0;
}
.homepage-lower-promo-wrap .promobox-wrap {
  display: flex;
  flex-wrap: wrap;
}
.homepage-lower-promo-wrap .c-promobox {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  background-color: #F8F8F8;
  padding: 20px 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .homepage-lower-promo-wrap .c-promobox {
    flex: 1;
    padding: 20px;
  }
  .homepage-lower-promo-wrap .c-promobox:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 991px) {
  .homepage-lower-promo-wrap .c-promobox {
    flex: 0 1 300px;
    height: 260px;
  }
}
.homepage-lower-promo-wrap .c-promobox .btn {
  background-color: transparent;
}
.homepage-lower-promo-wrap .c-promobox .btn:hover {
  background-color: #004d8a;
}
.homepage-lower-promo-wrap .c-promobox__header {
  margin-bottom: 20px;
}
.homepage-lower-promo-wrap .c-promobox__topheading {
  color: #ffad01;
  font-size: 1.125em;
  margin-bottom: 5px;
  line-height: 1.2;
}
.homepage-lower-promo-wrap .c-promobox__heading {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  color: #004d8a;
  font-size: 1.25em;
  margin-bottom: 10px;
  line-height: 1.2;
}
.homepage-lower-promo-wrap .c-promobox__subheading {
  margin-top: 0;
  margin-bottom: 10px;
}
.homepage-lower-promo-wrap .c-promobox__image {
  max-width: 150px;
}
.homepage-lower-promo-wrap .c-promobox__flex {
  display: flex;
  align-items: center;
}
.homepage-lower-promo-wrap .c-promobox__flex .btn {
  flex: 0 0 130px;
  margin-left: 10px;
}
.homepage-lower-promo-wrap .c-promobox--first {
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 991px) {
  .homepage-lower-promo-wrap .c-promobox--first {
    flex: 1 1 300px;
    flex-direction: row-reverse;
  }
}
.homepage-lower-promo-wrap .c-promobox--first .c-promobox__header {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 420px) {
  .homepage-lower-promo-wrap .c-promobox--first .c-promobox__header {
    margin-top: 0;
  }
}
.homepage-lower-promo-wrap .c-promobox--first .c-promobox__image {
  max-width: 300px;
  margin-right: 20px;
}
.homepage-lower-promo-wrap .c-promobox--first .c-promobox__heading {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0;
  max-width: 280px;
}
.homepage-lower-promo-wrap .c-promobox--first__subheading {
  margin-bottom: 0;
}

body.ProductCategory .intro,
body.SparePartHolderPage .intro {
  padding-top: 3.875em;
  padding-bottom: 3.75em;
  background: #f8f8f8;
}
body.ProductCategory h1,
body.SparePartHolderPage h1 {
  color: #004d8a;
  margin-bottom: 0.6666666667em;
}
body.ProductCategory .products:before, body.ProductCategory .products:after,
body.SparePartHolderPage .products:before,
body.SparePartHolderPage .products:after {
  content: "";
  display: table;
}
body.ProductCategory .products:after,
body.SparePartHolderPage .products:after {
  clear: both;
}
@media (min-width: 420px) {
  body.ProductCategory .products,
body.SparePartHolderPage .products {
    margin: 0 -15px;
  }
}
@media (min-width: 420px) {
  body.ProductCategory .product,
body.SparePartHolderPage .product {
    float: left;
    width: 50%;
    padding: 1.25em 1.25em;
  }
}
@media (min-width: 991px) {
  body.ProductCategory .product,
body.SparePartHolderPage .product {
    width: 33.3333333333%;
  }
}
body.ProductCategory .product a,
body.SparePartHolderPage .product a {
  display: block;
  padding: 1.75em 3em;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease-out;
  -ms-box-shadow: none;
  box-shadow: none;
}
body.ProductCategory .product a.category,
body.SparePartHolderPage .product a.category {
  text-align: center;
}
@media (min-width: 420px) {
  body.ProductCategory .product a,
body.SparePartHolderPage .product a {
    padding: 1.75em 1.75em;
  }
}
@media (min-width: 768px) {
  body.ProductCategory .product a,
body.SparePartHolderPage .product a {
    padding: 1.75em 3em;
  }
}
body.ProductCategory .product a:hover,
body.SparePartHolderPage .product a:hover {
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.ProductCategory .product a .image,
body.SparePartHolderPage .product a .image {
  margin-bottom: 1.25em;
}
body.ProductCategory .product a .code,
body.SparePartHolderPage .product a .code {
  font-size: 0.75em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  color: #666666;
}
body.ProductCategory .product a h2,
body.SparePartHolderPage .product a h2 {
  color: #666666;
  font-size: 1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}
body.ProductCategory .product a h2:after,
body.SparePartHolderPage .product a h2:after {
  content: "";
  display: none;
}
body.ProductCategory .product a .price,
body.SparePartHolderPage .product a .price {
  color: #ffad01;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}

body.SparePartHolderPage .intro h1 {
  font-size: 1.5em;
}
body.SparePartHolderPage .intro input {
  font-size: 1em;
  border-radius: 1.5em;
  height: 2.5em;
  padding: 0 1.5em;
  margin-left: 1.25em;
  color: #004d8a;
  border: none;
  background: white;
}

body.MerchandisePage .intro {
  padding-top: 3.875em;
  padding-bottom: 3.75em;
  background: #f8f8f8;
}
body.MerchandisePage .intro .send-request {
  padding: 0;
  text-align: left;
}
body.MerchandisePage h1 {
  color: #004d8a;
  margin-bottom: 0.6666666667em;
}
body.MerchandisePage .products {
  margin: 0 -0.9375em;
}
body.MerchandisePage .products:before, body.MerchandisePage .products:after {
  content: "";
  display: table;
}
body.MerchandisePage .products:after {
  clear: both;
}
body.MerchandisePage .section {
  clear: both;
  float: none;
  width: 100%;
  padding: 2.5em 1.25em 0;
}
body.MerchandisePage .section h2 {
  color: #004d8a;
}
body.MerchandisePage .product {
  text-align: center;
  padding: 1.25em 1.25em;
}
@media (min-width: 420px) {
  body.MerchandisePage .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 991px) {
  body.MerchandisePage .product {
    width: 25%;
  }
}
body.MerchandisePage .product .product-inner {
  position: relative;
  padding: 2.5em;
  padding-bottom: 5.625em;
  border-radius: 20px;
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.MerchandisePage .product .product-inner:before, body.MerchandisePage .product .product-inner:after {
  content: "";
  display: table;
}
body.MerchandisePage .product .product-inner:after {
  clear: both;
}
body.MerchandisePage .product .product-inner .image {
  float: left;
  width: 25%;
}
@media (min-width: 420px) {
  body.MerchandisePage .product .product-inner .image {
    float: none;
    width: auto;
  }
}
body.MerchandisePage .product .product-inner .details {
  float: left;
  width: 75%;
  padding-left: 1.25em;
  text-align: center;
}
body.MerchandisePage .product .product-inner .details h2 {
  font-size: 1.375em;
  line-height: 1.0454545455em;
  margin-bottom: 0.2727272727em;
  color: #004d8a;
}
body.MerchandisePage .product .product-inner .details .price {
  font-size: 1.125em;
}
body.MerchandisePage .product .product-inner .details .description {
  font-size: 0.75em;
}
body.MerchandisePage .product .product-inner .details .description p {
  margin-top: 0;
}
body.MerchandisePage .product .product-inner .details .quantity {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875em;
}
body.MerchandisePage .product .product-inner .details .quantity label {
  display: block;
  margin-bottom: 0.625em;
}
@media (min-width: 420px) {
  body.MerchandisePage .product .product-inner .details .quantity label {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 420px) {
  body.MerchandisePage .product .product-inner .details {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
body.MerchandisePage .product a {
  display: block;
  padding: 1.75em 3em;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 420px) {
  body.MerchandisePage .product a {
    padding: 1.75em 1.75em;
  }
}
@media (min-width: 768px) {
  body.MerchandisePage .product a {
    padding: 1.75em 3em;
  }
}
body.MerchandisePage .product a:hover {
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.MerchandisePage .product .image {
  text-align: center;
  margin-bottom: 1.25em;
}
body.MerchandisePage .product .image img {
  margin: 0 auto;
}
body.MerchandisePage .product .code {
  font-size: 0.75em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  color: #666666;
}
body.MerchandisePage .product h2 {
  color: #666666;
  font-size: 1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}
body.MerchandisePage .product h2:after {
  content: "";
  display: none;
}
body.MerchandisePage .product .quantity {
  color: #004d8a;
}
body.MerchandisePage .product .quantity input {
  margin-left: 0.625em;
  width: 6.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  padding: 0 1em;
  border: 1px solid #004d8a;
  font-size: 1rem;
  height: 2rem;
  line-height: 1.875rem;
}
body.MerchandisePage .product .price {
  color: #ffad01;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.MerchandisePage .send-request {
  text-align: right;
  padding-top: 2.5em;
  padding-bottom: 6.25em;
}
body.MerchandisePage .send-request button[disabled] {
  background: none;
  cursor: not-allowed;
  color: #c5c5c5;
  border-color: #c5c5c5;
}
body.MerchandisePage .send-request button[disabled]:hover {
  background: none;
  color: #c5c5c5;
  border-color: #c5c5c5;
}
body.MerchandisePage .more-details label {
  display: block;
}
body.MerchandisePage .more-details textarea {
  display: block;
  width: 100%;
}
body.MerchandisePage .more-details,
body.MerchandisePage .total-wrap {
  display: none;
}
body.MerchandisePage .send-request .confirm {
  display: none;
}
body.MerchandisePage .products.confirming .section {
  display: none;
}
body.MerchandisePage .products.confirming .product {
  width: 100%;
  display: none;
}
body.MerchandisePage .products.confirming .product .product-inner {
  padding: 2.5em;
}
body.MerchandisePage .products.confirming .product.active {
  display: block;
}
body.MerchandisePage .products.confirming .product.active .image {
  float: left;
  width: 10%;
  margin-bottom: 0;
}
body.MerchandisePage .products.confirming .product.active .details {
  float: left;
  width: 90%;
  padding-left: 40px;
  text-align: left;
}
body.MerchandisePage .products.confirming .product.active .details .description {
  display: none;
}
body.MerchandisePage .products.confirming .product.active .description-wrap {
  float: left;
  width: 70%;
}
body.MerchandisePage .products.confirming .product.active .quantity {
  position: inherit;
  bottom: inherit;
  left: inherit;
  padding: 0;
  float: right;
  text-align: right;
  width: 30%;
}
body.MerchandisePage .products.confirming .more-details {
  margin-top: 10px;
}
body.MerchandisePage .products.confirming .more-details,
body.MerchandisePage .products.confirming .total-wrap {
  display: block;
}

body.ProductPage .main,
body.Product .main {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.ProductPage .product-wrapper,
body.Product .product-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
body.ProductPage .product-body,
body.Product .product-body {
  flex: 1;
}
@media (min-width: 768px) {
  body.ProductPage .product-body,
body.Product .product-body {
    order: 1;
    padding-right: 30px;
  }
}
body.ProductPage .product-sidebar,
body.Product .product-sidebar {
  flex: 0 0 300px;
  position: relative;
  background-color: #F8F8F8;
  z-index: 1;
  margin-top: -25px;
}
@media (min-width: 768px) {
  body.ProductPage .product-sidebar,
body.Product .product-sidebar {
    order: 2;
    margin-top: -200px;
  }
}
body.ProductPage .product-intro,
body.Product .product-intro {
  background-color: #F8F8F8;
}
body.ProductPage .product-intro-inner,
body.Product .product-intro-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  body.ProductPage .product-intro-inner,
body.Product .product-intro-inner {
    padding: 40px 20px;
    margin-right: 320px;
    min-height: 200px;
  }
}
body.ProductPage .product-detail .prod-sku,
body.Product .product-detail .prod-sku {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  color: #ffad01;
}
body.ProductPage .product-detail .prod-title,
body.Product .product-detail .prod-title {
  max-width: none;
}
body.ProductPage .product-detail .prod-sub-header,
body.Product .product-detail .prod-sub-header {
  color: #004d8a;
  font-size: 0.875em;
}
body.ProductPage .product-detail .prod-warranty,
body.Product .product-detail .prod-warranty {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #004d8a;
  font-size: 0.875em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.ProductPage .product-detail .prod-warranty .caption,
body.Product .product-detail .prod-warranty .caption {
  padding-left: 10px;
}
body.ProductPage .product-detail .prod-price,
body.Product .product-detail .prod-price {
  color: #ffad01;
  line-height: 1;
}
body.ProductPage .product-detail .prod-dollar-value,
body.Product .product-detail .prod-dollar-value {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.875em;
}
@media (min-width: 768px) {
  body.ProductPage .product-detail .prod-dollar-value,
body.Product .product-detail .prod-dollar-value {
    font-size: 2em;
  }
}
body.ProductPage .product-detail .prod-gst,
body.Product .product-detail .prod-gst {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.75em;
}
@media (min-width: 420px) {
  body.ProductPage .product-detail,
body.Product .product-detail {
    flex: 2;
  }
}
body.ProductPage .product-image,
body.Product .product-image {
  margin-top: 30px;
}
@media (min-width: 420px) {
  body.ProductPage .product-image,
body.Product .product-image {
    margin-top: 0;
    flex: 1;
    align-self: center;
  }
}
body.ProductPage .product-main,
body.Product .product-main {
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  body.ProductPage .product-main,
body.Product .product-main {
    padding: 40px 0;
  }
}
body.ProductPage .product-main-inner,
body.ProductPage .product-related-inner,
body.Product .product-main-inner,
body.Product .product-related-inner {
  max-width: 700px;
}
body.ProductPage .product-related,
body.Product .product-related {
  padding: 40px 0;
  border-top: none;
}
@media (min-width: 768px) {
  body.ProductPage .product-related,
body.Product .product-related {
    border-top: 1px solid #DEDEDE;
  }
}
body.ProductPage .product-other,
body.Product .product-other {
  border-top: 1px solid #DEDEDE;
  padding: 40px 0;
}
body.ProductPage .product-related-products,
body.ProductPage .product-other-products,
body.Product .product-related-products,
body.Product .product-other-products {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
body.ProductPage .product-links,
body.Product .product-links {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #F8F8F8;
}
body.ProductPage .product-links-item:last-child .product-links-link,
body.Product .product-links-item:last-child .product-links-link {
  border-bottom: none;
}
body.ProductPage .product-links-link,
body.Product .product-links-link {
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: white;
  color: #3471A3;
  border-bottom: 2px solid #F8F8F8;
  line-height: 40px;
  text-decoration: none;
  transition: background-color 200ms, color 200ms;
}
body.ProductPage .product-links-link:hover,
body.Product .product-links-link:hover {
  color: white;
  background-color: #3471A3;
}
body.ProductPage .product-links-icon,
body.Product .product-links-icon {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  width: 20px;
  height: auto;
}
body.ProductPage .product-links-compare,
body.Product .product-links-compare {
  color: #ffad01;
  border: none;
  width: 100%;
  font-size: 1em;
}
body.ProductPage .product-links-compare:hover,
body.Product .product-links-compare:hover {
  background-color: #ffad01;
}
body.ProductPage .product-links-compare:focus,
body.Product .product-links-compare:focus {
  outline: none;
}
body.ProductPage .product-links-compare:disabled,
body.Product .product-links-compare:disabled {
  color: #CCC;
}
body.ProductPage .product-links-compare:disabled:hover,
body.Product .product-links-compare:disabled:hover {
  background-color: white;
}
body.ProductPage .product-accessories--mobile,
body.Product .product-accessories--mobile {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #F8F8F8;
}
@media (min-width: 768px) {
  body.ProductPage .product-accessories--mobile,
body.Product .product-accessories--mobile {
    display: none;
  }
}
body.ProductPage .product-accessories--mobile .product-section-heading,
body.Product .product-accessories--mobile .product-section-heading {
  flex: 1 0 100%;
}
body.ProductPage .product-accessories--desktop,
body.Product .product-accessories--desktop {
  padding: 30px;
  display: none;
}
@media (min-width: 768px) {
  body.ProductPage .product-accessories--desktop,
body.Product .product-accessories--desktop {
    display: block;
  }
}
body.ProductPage .product-accessories .c-product-tile,
body.Product .product-accessories .c-product-tile {
  margin-bottom: 50px;
  max-width: none;
}
body.ProductPage h1,
body.Product h1 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.875em;
  max-width: 12.3333333333em;
  color: #004d8a;
  margin-bottom: 0.6666666667em;
}
@media (min-width: 768px) {
  body.ProductPage h1,
body.Product h1 {
    font-size: 2em;
    max-width: 11.5625em;
    color: #004d8a;
    margin-bottom: 0.625em;
  }
}
body.ProductPage h2,
body.Product h2 {
  color: #004d8a;
  line-height: 1;
  font-size: 1.4375em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 0.8695652174em;
  text-transform: uppercase;
}
body.ProductPage h2:after,
body.Product h2:after {
  content: " ";
  position: relative;
  display: block;
  width: 2.0869565217em;
  height: 0.1739130435em;
  margin-top: 0.4347826087em;
  background: #ffad01;
}
body.ProductPage h3,
body.Product h3 {
  color: #004d8a;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
}

.product-compare {
  display: none;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .product-compare {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-compare.is-active {
  display: block;
}
.product-compare-header {
  background-color: #3471A3;
}
.product-compare-toggle {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  transition: background-color 200ms;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  font-size: 1em;
  width: 100%;
  padding: 10px 0;
}
.product-compare-toggle svg {
  margin-right: 10px;
}
.product-compare-toggle-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-compare-toggle-indicator.is-active {
  transform: rotate(180deg);
}
.product-compare-toggle:hover {
  background-color: #002F45;
}
.product-compare-toggle:focus {
  outline: none;
}
.product-compare-body {
  background-color: #F8F8F8;
  padding: 15px 0;
}
.product-compare-panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-compare-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .product-compare-items {
    flex: 1;
  }
}
.product-compare-item {
  position: relative;
  display: flex;
  background-color: #DEDEDE;
  margin-bottom: 10px;
  width: 100%;
  min-height: 120px;
}
@media (min-width: 768px) {
  .product-compare-item {
    flex: 1;
    margin-bottom: 0;
  }
}
.product-compare-item.is-active {
  background-color: white;
}
.product-compare-item.is-active .product-compare-item-sku {
  color: #ffad01;
}
.product-compare-item.is-active .product-compare-item-title {
  color: #004d8a;
}
.product-compare-item.is-active .product-compare-item-image {
  padding: 15px;
  border-right: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .product-compare-item:not(:last-child) {
    margin-right: 20px;
  }
}
.product-compare-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 20px 15px;
  color: #CDCDCD;
  border-right: 1px solid #F8F8F8;
}
@media (min-width: 1200px) {
  .product-compare-item-image {
    width: 150px;
    padding: 20px 30px;
  }
}
.product-compare-item-image img {
  width: 100%;
}
.product-compare-item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 15px;
}
@media (min-width: 768px) {
  .product-compare-item-body {
    padding: 15px 30px;
  }
}
.product-compare-item-sku {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  margin: 0;
}
.product-compare-item-title {
  margin: 0;
  line-height: 1.2;
}
.product-compare-remove {
  transition: color 200ms;
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  padding: 0;
  color: #004d8a;
}
.product-compare-remove:hover {
  color: #ffad01;
}
.product-compare-remove:focus {
  outline: none;
}
.product-compare-actions {
  flex: 1;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .product-compare-actions {
    flex: 0 0 200px;
    margin-top: 0;
    margin-left: 20px;
  }
}
.product-compare-start {
  transition: background-color 200ms;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: white;
  background-color: #ffad01;
  text-transform: uppercase;
  font-size: 0.875em;
  width: 100%;
  max-width: 200px;
}
.product-compare-start:hover {
  background-color: #004d8a;
}
.product-compare-start:disabled {
  color: #666666;
  background-color: #DEDEDE;
}
.product-compare-start:disabled:hover {
  background-color: #DEDEDE;
}

body.ProductPage .parts-header,
body.Product .parts-header,
body.SparePartHolderPage .parts-header {
  background-color: #F8F8F8;
  padding: 30px 0;
}
@media (min-width: 768px) {
  body.ProductPage .parts-header,
body.Product .parts-header,
body.SparePartHolderPage .parts-header {
    padding: 60px 0 30px;
  }
}
body.ProductPage .parts-header-heading,
body.Product .parts-header-heading,
body.SparePartHolderPage .parts-header-heading {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.ProductPage .parts-header-body,
body.Product .parts-header-body,
body.SparePartHolderPage .parts-header-body {
  margin: 0;
}
body.ProductPage .parts-search,
body.Product .parts-search,
body.SparePartHolderPage .parts-search {
  background-color: #004d8a;
  color: white;
  padding: 30px 0;
}
body.ProductPage .parts-search-body,
body.Product .parts-search-body,
body.SparePartHolderPage .parts-search-body {
  margin: 0 0 10px;
}
body.ProductPage .parts-search-input,
body.Product .parts-search-input,
body.SparePartHolderPage .parts-search-input {
  width: 300px;
  border: none;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
body.ProductPage .parts-search .easy-autocomplete,
body.Product .parts-search .easy-autocomplete,
body.SparePartHolderPage .parts-search .easy-autocomplete {
  width: 100%;
}
body.ProductPage .parts-search .easy-autocomplete-container,
body.Product .parts-search .easy-autocomplete-container,
body.SparePartHolderPage .parts-search .easy-autocomplete-container {
  width: 100%;
  position: relative;
}
body.ProductPage .parts-search .easy-autocomplete-container ul,
body.Product .parts-search .easy-autocomplete-container ul,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul {
  display: none;
  background-color: white;
  padding: 0;
  max-height: 12.5em;
  overflow-y: scroll;
  position: absolute;
  z-index: 9999;
  border: 1px solid #004d8a;
  border-radius: 1.25rem;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li,
body.Product .parts-search .easy-autocomplete-container ul li,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li {
  display: block;
  text-align: left;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a,
body.Product .parts-search .easy-autocomplete-container ul li a,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a {
  display: block;
  line-height: 1.25em;
  padding: 0.625em 1.25em;
  text-decoration: none;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a:before, body.ProductPage .parts-search .easy-autocomplete-container ul li a:after,
body.Product .parts-search .easy-autocomplete-container ul li a:before,
body.Product .parts-search .easy-autocomplete-container ul li a:after,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a:before,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a:after {
  content: "";
  display: table;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a:after,
body.Product .parts-search .easy-autocomplete-container ul li a:after,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a:after {
  clear: both;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a .image,
body.Product .parts-search .easy-autocomplete-container ul li a .image,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a .image {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  padding-right: 1.25em;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a .image img,
body.Product .parts-search .easy-autocomplete-container ul li a .image img,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a .image img {
  display: block;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a .prod-desc,
body.Product .parts-search .easy-autocomplete-container ul li a .prod-desc,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a .prod-desc {
  display: table;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a .prod-name,
body.Product .parts-search .easy-autocomplete-container ul li a .prod-name,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a .prod-name {
  display: table-cell;
  vertical-align: middle;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li a:hover, body.ProductPage .parts-search .easy-autocomplete-container ul li a:focus, body.ProductPage .parts-search .easy-autocomplete-container ul li a:active,
body.Product .parts-search .easy-autocomplete-container ul li a:hover,
body.Product .parts-search .easy-autocomplete-container ul li a:focus,
body.Product .parts-search .easy-autocomplete-container ul li a:active,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a:hover,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a:focus,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li a:active {
  background: #f8f8f8;
  color: #ffad01;
}
body.ProductPage .parts-search .easy-autocomplete-container ul li.selected a,
body.Product .parts-search .easy-autocomplete-container ul li.selected a,
body.SparePartHolderPage .parts-search .easy-autocomplete-container ul li.selected a {
  background: #f8f8f8;
  color: #ffad01;
}
body.ProductPage .parts-wrapper,
body.Product .parts-wrapper,
body.SparePartHolderPage .parts-wrapper {
  padding: 30px 0;
}
@media (min-width: 768px) {
  body.ProductPage .parts-wrapper,
body.Product .parts-wrapper,
body.SparePartHolderPage .parts-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
body.ProductPage .parts-sidebar,
body.Product .parts-sidebar,
body.SparePartHolderPage .parts-sidebar {
  flex: 0 0 300px;
  position: relative;
  background-color: #F8F8F8;
}
body.ProductPage .parts-sidebar-panel,
body.Product .parts-sidebar-panel,
body.SparePartHolderPage .parts-sidebar-panel {
  position: relative;
  margin-bottom: 20px;
}
body.ProductPage .parts-sidebar-panel-header,
body.Product .parts-sidebar-panel-header,
body.SparePartHolderPage .parts-sidebar-panel-header {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  background-color: #002F45;
  color: white;
  padding: 10px 15px;
}
body.ProductPage .parts-sidebar-panel-body,
body.Product .parts-sidebar-panel-body,
body.SparePartHolderPage .parts-sidebar-panel-body {
  padding: 20px 15px;
}
body.ProductPage .parts-sidebar-panel-link,
body.Product .parts-sidebar-panel-link,
body.SparePartHolderPage .parts-sidebar-panel-link {
  text-decoration: none;
}
body.ProductPage .parts-sidebar-panel-sku,
body.Product .parts-sidebar-panel-sku,
body.SparePartHolderPage .parts-sidebar-panel-sku {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  color: #ffad01;
  margin-bottom: 10px;
}
body.ProductPage .parts-sidebar-panel-title,
body.Product .parts-sidebar-panel-title,
body.SparePartHolderPage .parts-sidebar-panel-title {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  text-transform: none;
  margin: 0;
}
body.ProductPage .parts-sidebar-panel-title:after,
body.Product .parts-sidebar-panel-title:after,
body.SparePartHolderPage .parts-sidebar-panel-title:after {
  display: none;
}
body.ProductPage .parts-sidebar-panel-image,
body.Product .parts-sidebar-panel-image,
body.SparePartHolderPage .parts-sidebar-panel-image {
  padding: 20px 0;
}
body.ProductPage .parts-body,
body.Product .parts-body,
body.SparePartHolderPage .parts-body {
  flex: 1;
}
@media (min-width: 768px) {
  body.ProductPage .parts-body,
body.Product .parts-body,
body.SparePartHolderPage .parts-body {
    padding-left: 20px;
  }
}
body.ProductPage .parts-list,
body.Product .parts-list,
body.SparePartHolderPage .parts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.ProductPage .parts-list-item:not(:first-child),
body.Product .parts-list-item:not(:first-child),
body.SparePartHolderPage .parts-list-item:not(:first-child) {
  border-top: 2px solid white;
}
body.ProductPage .parts-list-item.is-active .parts-list-toggle,
body.Product .parts-list-item.is-active .parts-list-toggle,
body.SparePartHolderPage .parts-list-item.is-active .parts-list-toggle {
  color: white;
  background-color: #002F45;
}
body.ProductPage .parts-list-item.is-active .parts-list-indicator,
body.Product .parts-list-item.is-active .parts-list-indicator,
body.SparePartHolderPage .parts-list-item.is-active .parts-list-indicator {
  transform: translateY(-50%) rotate(180deg);
}
body.ProductPage .parts-list-toggle,
body.Product .parts-list-toggle,
body.SparePartHolderPage .parts-list-toggle {
  transition: background-color 200ms;
  display: flex;
  background-color: #F8F8F8;
  padding: 15px 0;
  text-decoration: none;
  color: #004d8a;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-toggle,
body.Product .parts-list-toggle,
body.SparePartHolderPage .parts-list-toggle {
    padding: 20px 0;
  }
}
body.ProductPage .parts-list-toggle:hover,
body.Product .parts-list-toggle:hover,
body.SparePartHolderPage .parts-list-toggle:hover {
  background-color: #F0EFEF;
}
body.ProductPage .parts-list-image,
body.Product .parts-list-image,
body.SparePartHolderPage .parts-list-image {
  width: 100px;
  padding: 0 15px;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-image,
body.Product .parts-list-image,
body.SparePartHolderPage .parts-list-image {
    width: 150px;
    padding: 0 20px;
  }
}
body.ProductPage .parts-list-image img,
body.Product .parts-list-image img,
body.SparePartHolderPage .parts-list-image img {
  width: 100%;
}
body.ProductPage .parts-list-body,
body.Product .parts-list-body,
body.SparePartHolderPage .parts-list-body {
  flex: 1;
  position: relative;
  padding-right: 45px;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-body,
body.Product .parts-list-body,
body.SparePartHolderPage .parts-list-body {
    padding-right: 60px;
  }
}
body.ProductPage .parts-list-sku,
body.Product .parts-list-sku,
body.SparePartHolderPage .parts-list-sku {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #ffad01;
  margin: 0;
}
body.ProductPage .parts-list-title,
body.Product .parts-list-title,
body.SparePartHolderPage .parts-list-title {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: currentColor;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-title,
body.Product .parts-list-title,
body.SparePartHolderPage .parts-list-title {
    font-size: 1.25em;
  }
}
body.ProductPage .parts-list-price,
body.Product .parts-list-price,
body.SparePartHolderPage .parts-list-price {
  font-size: 0.875em;
  color: #ffad01;
  margin: 0;
}
body.ProductPage .parts-list-indicator,
body.Product .parts-list-indicator,
body.SparePartHolderPage .parts-list-indicator {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 200ms;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-indicator,
body.Product .parts-list-indicator,
body.SparePartHolderPage .parts-list-indicator {
    right: 30px;
  }
}
body.ProductPage .parts-list-indicator:hover,
body.Product .parts-list-indicator:hover,
body.SparePartHolderPage .parts-list-indicator:hover {
  color: #ffad01;
}
body.ProductPage .parts-list-children,
body.Product .parts-list-children,
body.SparePartHolderPage .parts-list-children {
  display: none;
  border: 1px solid #F8F8F8;
}
body.ProductPage .parts-list-child-item,
body.Product .parts-list-child-item,
body.SparePartHolderPage .parts-list-child-item {
  display: flex;
  padding: 15px 0;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-child-item,
body.Product .parts-list-child-item,
body.SparePartHolderPage .parts-list-child-item {
    padding: 20px 0;
  }
}
body.ProductPage .parts-list-child-item:not(:last-child),
body.Product .parts-list-child-item:not(:last-child),
body.SparePartHolderPage .parts-list-child-item:not(:last-child) {
  border-bottom: 1px solid #F8F8F8;
}
body.ProductPage .parts-list-child-image,
body.Product .parts-list-child-image,
body.SparePartHolderPage .parts-list-child-image {
  width: 80px;
  padding: 0 10px;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-child-image,
body.Product .parts-list-child-image,
body.SparePartHolderPage .parts-list-child-image {
    width: 150px;
    padding: 0 15px;
  }
}
body.ProductPage .parts-list-child-image img,
body.Product .parts-list-child-image img,
body.SparePartHolderPage .parts-list-child-image img {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}
body.ProductPage .parts-list-child-body,
body.Product .parts-list-child-body,
body.SparePartHolderPage .parts-list-child-body {
  flex: 1;
  padding-right: 15px;
}
@media (min-width: 991px) {
  body.ProductPage .parts-list-child-body,
body.Product .parts-list-child-body,
body.SparePartHolderPage .parts-list-child-body {
    padding-right: 30px;
  }
}
body.ProductPage .parts-list-child-category,
body.Product .parts-list-child-category,
body.SparePartHolderPage .parts-list-child-category {
  margin: 0;
  background-color: #F8F8F8;
  padding: 10px 20px;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  font-size: 1em;
}
body.ProductPage .parts-list-child-title,
body.Product .parts-list-child-title,
body.SparePartHolderPage .parts-list-child-title {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #222222;
  margin: 0;
}
body.ProductPage .parts-list-child-content p,
body.Product .parts-list-child-content p,
body.SparePartHolderPage .parts-list-child-content p {
  margin: 0;
}

#training-user {
  display: none;
}

.training #errors {
  color: #b33326;
}
.training .question h2 {
  text-transform: uppercase;
  color: #004d8a;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
.training .question h2:after {
  content: " ";
  position: relative;
  display: block;
  width: 1.9285714286em;
  height: 0.1785714286em;
  margin-top: 0.6428571429em;
  background: #ffad01;
}
.training .question h3 {
  color: #004d8a;
}
.training #current-question h2 {
  color: #004d8a;
}
.training #current-question .options {
  margin-bottom: 2.5em;
}
.training #current-question .options input,
.training #current-question .options label {
  display: inline-block;
  vertical-align: middle;
}
.training #current-question .options label {
  margin-left: 0.625em;
}
.training #current-question .results-info {
  margin-bottom: 2.5em;
}
.training #current-question .results-info b {
  color: #004d8a;
}
.training #current-question .question {
  position: relative;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 2.5em;
}
.training #current-question .result {
  position: absolute;
  top: 0;
  right: 0;
}
.training #current-question .correct .result {
  color: #9ce795;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
.training #current-question .error .result {
  color: #b33326;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}

body.Locator .main .intro {
  padding-bottom: 12.25em;
  margin-bottom: 0;
}
body.Locator .main h1 {
  margin-bottom: 0;
}
body.Locator .main #category > label {
  display: none;
}
body.Locator .main .intro form {
  margin-top: 1.875em;
  position: relative;
}
body.Locator .main .locator-content {
  margin-top: -12.25em;
}
body.Locator .main #Form_LocationSearch_address_Holder .middleColumn {
  padding-right: 7.5em;
}
body.Locator .main input.text {
  font-size: 1em;
  height: 2.375em;
  padding: 0 1.5em;
  border-radius: 1.5em;
  line-height: 2.375em;
  display: block;
  border: none;
  color: #004d8a;
  background: white;
  margin-bottom: 1.25em;
}
@media (min-width: 420px) {
  body.Locator .main input.text {
    width: 12.5em;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  body.Locator .main input.text {
    width: 17.75em;
  }
}
body.Locator .main input.action {
  position: absolute;
  top: 0;
  margin-left: 1.25em;
  font-size: 1em;
  height: 2.375em;
  padding: 0 1.5em;
  border-radius: 1.5em;
  line-height: 2.375em;
  border: none;
  color: white;
  background: #ffad01;
  margin-bottom: 1.25em;
  right: 0;
}
@media (min-width: 420px) {
  body.Locator .main input.action {
    right: inherit;
    left: 12.5em;
  }
}
@media (min-width: 768px) {
  body.Locator .main input.action {
    left: 17.75em;
  }
}
body.Locator .main .optionset {
  margin: 0;
  padding: 0;
  margin-bottom: 0.9375em;
  text-align: center;
}
@media (min-width: 768px) {
  body.Locator .main .optionset {
    text-align: left;
  }
}
body.Locator .main .optionset li {
  display: inline-block;
}
body.Locator .main .optionset li input {
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
body.Locator .main .optionset li input:focus + label {
  outline: auto;
  outline: thin dotted black \9 ;
}
body.Locator .main .optionset li input:checked + label {
  color: #004d8a;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.Locator .main .optionset li label {
  font-size: 0.75em;
  height: 3.3333333333em;
  padding: 0 2em;
  border-radius: 2em;
  line-height: 3.3333333333em;
  display: block;
  background: white;
  margin-bottom: 0.4166666667em;
  color: #959595;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.Locator .main #map-container {
  height: 530px;
}
body.Locator .main #map-container .custom-marker {
  width: 32px;
  height: 37px;
  color: #fff;
  padding: 3px;
  cursor: pointer;
}
body.Locator .main #map {
  width: 100%;
  height: 530px;
}
body.Locator .main #loc-list {
  overflow: auto;
  height: 400px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e9e9;
}
body.Locator .main #loc-list ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.Locator .main .loc-name {
  color: #004d8a;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.Locator .main .loc-email-button {
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -1.1875em;
}
@media (min-width: 768px) {
  body.Locator .main .loc-email-button {
    right: 2.5em;
  }
}
body.Locator .main .loc-email-button a {
  display: inline-block;
  line-height: 2.375em;
  height: 2.375em;
  text-decoration: none;
  border: 1px solid #004d8a;
  border-radius: 1.5em;
  padding: 0 1.5em;
}
body.Locator .main .loc-email-button a:hover {
  border-color: #ffad01;
  color: #ffad01;
}
body.Locator .main #list li {
  position: relative;
  padding: 1.25em 7.5em 1.25em 1.25em;
  border-bottom: 1px solid #e8e9e9;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.Locator .main #list li {
    padding: 1.25em 2.5em;
  }
}
body.Locator .main #list li:last-child {
  border-bottom: none;
}
body.Locator .main #list .list-details .list-content {
  line-height: 1.625em;
}
body.Locator .main #results {
  padding: 1.2222222222em;
  font-size: 1.125em;
  color: #004d8a;
  border-bottom: 1px solid #e8e9e9;
}

body.CompressorSelectionPage .main {
  background: #00396b;
  padding-bottom: 0;
}
body.CompressorSelectionPage .banner {
  background-size: cover;
  padding: 2.5em 0;
  color: white;
  padding: 5.625em 0 15.625em;
}
body.CompressorSelectionPage .banner h1 {
  color: white;
  margin-top: 0;
  max-width: 6.6666666667em;
  margin-bottom: 0.6666666667em;
}
body.CompressorSelectionPage .banner .content {
  max-width: 30.625em;
  margin-bottom: 1.25em;
}
body.CompressorSelectionPage #compressor-selection-options {
  text-align: center;
}
body.CompressorSelectionPage #compressor-selection-options .option-wrap {
  vertical-align: top;
  display: inline-block;
}
body.CompressorSelectionPage #compressor-selection-options .option-wrap .examples {
  display: none;
  max-width: 13em;
  padding-right: 0.7142857143em;
  color: white;
  text-align: left;
  font-size: 0.875em;
}
body.CompressorSelectionPage #compressor-selection-options .option-wrap .examples.show {
  display: block;
}
body.CompressorSelectionPage #compressor-selection-options button {
  min-width: 11.25em;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
}
body.CompressorSelectionPage #compressor-selection-options button:hover {
  background: #00396b;
  color: #ffad01;
  border-color: #ffad01;
}
body.CompressorSelectionPage #compressor-selection-options button.active {
  color: white;
  background: #ffad01;
  border-color: #ffad01;
}
body.CompressorSelectionPage #compressor-selection-options h2 {
  text-transform: none;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  color: #ffad01;
  margin-bottom: 1.2857142857em;
}
body.CompressorSelectionPage #compressor-selection-options h2:after {
  content: "";
  display: none;
}
body.CompressorSelectionPage #compressor-selection-options .number {
  color: white;
  font-size: 1.25em;
}
body.CompressorSelectionPage #compressor-selection-options .number span {
  color: #004d8a;
}
body.CompressorSelectionPage #compressor-selection-options #start {
  border-bottom: none;
}
body.CompressorSelectionPage #compressor-selection-options #start.start {
  border-bottom: 1px solid #7b93ab;
}
body.CompressorSelectionPage #compressor-selection-options .show-more button {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  color: white;
  padding: 0;
}
body.CompressorSelectionPage #compressor-selection-options .level {
  position: relative;
  padding: 10.625em 0 11.25em;
  border-bottom: 1px solid #7b93ab;
  opacity: 0.1;
}
body.CompressorSelectionPage #compressor-selection-options .level:last-child {
  border-bottom: none;
}
body.CompressorSelectionPage #compressor-selection-options .level.active {
  opacity: 1;
}
body.CompressorSelectionPage #compressor-selection-options .level .level-content {
  /*position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  @include transform(translateY(-50%));*/
}
body.CompressorSelectionPage #compressor-selection-results {
  display: none;
  background: white;
  padding-top: 4.375em;
}
body.CompressorSelectionPage #compressor-selection-results h3 {
  text-align: center;
  text-transform: none;
  color: #ffad01;
  font-size: 2em;
  margin-bottom: 1.5625em;
}
body.CompressorSelectionPage #compressor-selection-results .products:before, body.CompressorSelectionPage #compressor-selection-results .products:after {
  content: "";
  display: table;
}
body.CompressorSelectionPage #compressor-selection-results .products:after {
  clear: both;
}
body.CompressorSelectionPage #compressor-selection-results .products .product {
  padding: 0 10px;
}
@media (min-width: 420px) {
  body.CompressorSelectionPage #compressor-selection-results .products .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.CompressorSelectionPage #compressor-selection-results .products .product {
    width: 33.3333333333%;
  }
}
body.CompressorSelectionPage #compressor-selection-results .products .product img {
  margin: 0 auto;
}
body.CompressorSelectionPage #compressor-selection-results .products .product a {
  text-decoration: none;
  color: #666666;
  display: block;
  transition: all 0.3s ease-out;
  padding: 1.25em;
}
body.CompressorSelectionPage #compressor-selection-results .products .product a:hover {
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body.CompressorSelectionPage #compressor-selection-results .products .product .sku {
  font-size: 0.75em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.CompressorSelectionPage #compressor-selection-results .products .product .price {
  padding-top: 0.625em;
  color: #ffad01;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
body.CompressorSelectionPage #compressor-selection-results .products .product .name {
  padding-bottom: 0.625em;
  border-bottom: 1px solid #e8e9e9;
}
body.CompressorSelectionPage #compressor-selection-results .notes {
  text-align: center;
  padding: 1.25em 1.25em;
}
body.CompressorSelectionPage #compressor-selection-results .notes h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
body.CompressorSelectionPage #compressor-selection-results .details {
  font-size: 0.875em;
}
body.CompressorSelectionPage .start-over {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e9e9;
}
body.CompressorSelectionPage .start-over button {
  padding-left: 40px;
  padding-right: 40px;
}
body.CompressorSelectionPage .disclaimer {
  background: white;
  padding: 40px;
}
body.CompressorSelectionPage .disclaimer p {
  margin-top: 0;
  font-size: 12px;
}

body.ProductComparisonPage .comparison .container {
  padding: 0;
}
body.ProductComparisonPage .comparison-header.uk-active {
  border-bottom: 2px solid #ffad01;
}
body.ProductComparisonPage .comparison-heading {
  background-color: white;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-heading {
    padding: 20px 25px;
  }
}
body.ProductComparisonPage .comparison-heading h3 {
  color: #004d8a;
  font-size: 1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-heading h3 {
    font-size: 1.25em;
  }
}
body.ProductComparisonPage .comparison-row {
  display: flex;
  flex-wrap: wrap;
}
body.ProductComparisonPage .comparison-row:nth-child(odd) .comparison-cell {
  background-color: #F9FBFC;
}
body.ProductComparisonPage .comparison-row:nth-child(odd) .comparison-cell-heading {
  background-color: #5781A9;
}
body.ProductComparisonPage .comparison-cell {
  flex: 1;
  padding: 15px;
  color: #004d8a;
  background-color: #F5F8FA;
  font-size: 0.875em;
  word-break: break-word;
  text-align: center;
  line-height: 1.2;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  border-right: 2px solid white;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-cell {
    padding: 20px 25px;
    font-size: 1em;
  }
}
body.ProductComparisonPage .comparison-cell:last-child, body.ProductComparisonPage .comparison-cell:first-child {
  border-right: none;
}
body.ProductComparisonPage .comparison-cell-heading {
  flex: 1 0 100%;
  color: white;
  background-color: #6289AE;
  font-size: 0.875em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-cell-heading {
    max-width: 300px;
    text-align: left;
    font-size: 1em;
  }
}
body.ProductComparisonPage .comparison-cell p {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 0.875em;
  margin-top: 0;
  text-align: left;
}
body.ProductComparisonPage .comparison-back {
  color: white;
  text-decoration: none;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  transition: color 200ms;
  display: flex;
  align-items: center;
}
body.ProductComparisonPage .comparison-back svg {
  margin-right: 10px;
}
body.ProductComparisonPage .comparison-back:hover {
  color: #ffad01;
}
body.ProductComparisonPage .comparison-main-title {
  color: white;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 0 0;
  text-align: left;
}
@media (min-width: 1200px) {
  body.ProductComparisonPage .comparison-product-body {
    display: flex;
  }
}
body.ProductComparisonPage .comparison-product-content {
  flex: 1;
  text-align: left;
}
body.ProductComparisonPage .comparison-product-sku {
  font-size: 1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  color: #ffad01;
}
body.ProductComparisonPage .comparison-product-title {
  font-size: 1em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 991px) {
  body.ProductComparisonPage .comparison-product-title {
    font-size: 1.5em;
  }
}
body.ProductComparisonPage .comparison-product-warranty {
  display: none;
  align-items: center;
  margin-top: 20px;
  color: #004d8a;
  font-size: 0.875em;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
}
@media (min-width: 991px) {
  body.ProductComparisonPage .comparison-product-warranty {
    display: flex;
  }
}
body.ProductComparisonPage .comparison-product-warranty .caption {
  padding-left: 10px;
}
body.ProductComparisonPage .comparison-product-image {
  width: 80px;
  margin-top: 30px;
  display: none;
}
@media (min-width: 991px) {
  body.ProductComparisonPage .comparison-product-image {
    display: block;
  }
}
body.ProductComparisonPage .comparison-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
body.ProductComparisonPage .comparison-icon--yes {
  width: 30px;
  background-image: url("../img/ico-comparison-yes.png");
}
body.ProductComparisonPage .comparison-icon--no {
  width: 23px;
  background-image: url("../img/ico-comparison-no.png");
}
body.ProductComparisonPage .comparison-about {
  display: none;
}
@media (min-width: 991px) {
  body.ProductComparisonPage .comparison-about {
    display: flex;
  }
}
body.ProductComparisonPage .comparison-btn {
  background-color: #3471A3;
  color: white;
  border: none;
}
body.ProductComparisonPage .comparison-btn:hover {
  background-color: #ffad01;
}
body.ProductComparisonPage .comparison-share-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-share-form {
    justify-content: flex-end;
  }
}
body.ProductComparisonPage .comparison-share-message {
  padding: 5px 20px;
  color: #004d8a;
  text-align: center;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-share-message {
    text-align: right;
  }
}
body.ProductComparisonPage .comparison-share-message .error {
  color: red;
}
body.ProductComparisonPage .comparison-share-message .success {
  color: green;
}
body.ProductComparisonPage .comparison-share-button {
  width: 280px;
  text-decoration: none;
  color: white;
  background-color: #3471A3;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 1em;
  transition: background-color 200ms;
}
@media (min-width: 768px) {
  body.ProductComparisonPage .comparison-share-button {
    width: auto;
  }
}
body.ProductComparisonPage .comparison-share-button:hover {
  background-color: #ffad01;
}
body.ProductComparisonPage .comparison-share-button svg {
  margin-right: 10px;
}
body.ProductComparisonPage .comparison-share-email {
  width: 280px;
  color: #004d8a;
  padding: 0 20px;
  line-height: 44px;
  font-size: 1em;
  border: 1px solid #004d8a;
}

body.LandingPage p {
  font-size: 0.875em;
  line-height: 1.4;
}
body.LandingPage p:last-child {
  margin-bottom: 0;
}
body.LandingPage .chrome-pattern {
  height: 16px;
  background-image: url("../img/chrome-pattern.png");
  background-position: center center;
  background-size: cover;
}
body.LandingPage .container-footer {
  padding: 0;
}
@media (min-width: 768px) {
  body.LandingPage .container-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.LandingPage .landing-heading, body.LandingPage .landing-stats-col h2, body.LandingPage .landing-panels-panel-body h3 {
  position: relative;
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #004d8a;
  margin-bottom: 30px;
}
body.LandingPage .landing-heading:after, body.LandingPage .landing-stats-col h2:after, body.LandingPage .landing-panels-panel-body h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ffad01;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
}
body.LandingPage .landing-header {
  background-color: #004d8a;
  color: white;
  padding: 50px 0 100px;
}
@media (min-width: 768px) {
  body.LandingPage .landing-header {
    padding: 50px 0;
  }
}
body.LandingPage .landing-header-inner {
  position: relative;
}
@media (min-width: 768px) {
  body.LandingPage .landing-header-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body.LandingPage .landing-header-body {
    max-width: 400px;
  }
}
body.LandingPage .landing-header-heading {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
body.LandingPage .landing-header-content {
  padding-top: 10px;
}
body.LandingPage .landing-header-content .btn:hover {
  background-color: #ffad01;
}
body.LandingPage .landing-header-image {
  max-width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  body.LandingPage .landing-header-image {
    max-width: 330px;
    transform: none;
    left: initial;
    right: 50px;
  }
}
body.LandingPage .landing-section {
  padding: 120px 0 80px;
}
body.LandingPage .landing-section--grey {
  background-color: #F8F8F8;
  background-image: url("../img/pixel-pattern.svg");
}
body.LandingPage .landing-section--offset {
  padding-top: 0;
}
body.LandingPage .landing-section--offset:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: white;
}
body.LandingPage .landing-section--small {
  padding: 40px 0;
}
body.LandingPage .landing-tiles {
  list-style: none;
  padding: 0;
  margin: 0 0 80px 0;
}
@media (min-width: 768px) {
  body.LandingPage .landing-tiles {
    display: flex;
  }
}
body.LandingPage .landing-tile {
  flex: 1;
  background-color: white;
  padding: 20px 10px;
  color: #004d8a;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.LandingPage .landing-tile {
    margin-bottom: 0;
    padding: 20px;
  }
  body.LandingPage .landing-tile:not(:last-child) {
    margin-right: 15px;
  }
}
body.LandingPage .landing-tile h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
}
@media (min-width: 768px) {
  body.LandingPage .landing-panels-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}
body.LandingPage .landing-panels-panel {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body.LandingPage .landing-panels-panel {
    display: flex;
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }
}
body.LandingPage .landing-panels-panel-break {
  flex-basis: 100%;
}
body.LandingPage .landing-panels-panel-image {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.LandingPage .landing-panels-panel-image {
    flex: 1 1 100%;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
body.LandingPage .landing-panels-panel-body h3 {
  font-size: 1.25em;
  text-transform: none;
}
body.LandingPage .landing-panels-panel-body .btn {
  background-color: #004d8a;
  color: white;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
body.LandingPage .landing-panels-panel-body .btn:hover {
  background-color: #ffad01;
}
body.LandingPage .landing-panels-cta {
  margin-top: 60px;
  text-align: center;
}
body.LandingPage .landing-panels-cta h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  color: #004d8a;
  margin-bottom: 20px;
  line-height: 1.2;
}
body.LandingPage .landing-panels-cta .btn {
  background-color: #004d8a;
  color: white;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
body.LandingPage .landing-panels-cta .btn:hover {
  background-color: #ffad01;
}
@media (min-width: 768px) {
  body.LandingPage .landing-stats {
    display: flex;
  }
}
body.LandingPage .landing-stats-col {
  flex: 1;
}
@media (min-width: 768px) {
  body.LandingPage .landing-stats-col:not(:last-child) {
    margin-right: 20px;
  }
}
body.LandingPage .landing-stats-col h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  color: #004d8a;
  font-size: 1.25em;
  margin: 0;
}
body.LandingPage .landing-stats-col p {
  margin-top: 0;
}
body.LandingPage .landing-video {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
body.LandingPage .landing-video-wrapper {
  position: relative;
  padding-bottom: calc(9/16 * 100%);
  margin-bottom: 20px;
}
body.LandingPage .landing-video-frame {
  position: absolute;
  width: 100%;
}
body.LandingPage .landing-video-intro {
  color: #ffad01;
  font-size: 0.875em;
}
body.LandingPage .landing-video-content h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #004d8a;
  margin-bottom: 0;
}
body.LandingPage .landing-video-content .btn {
  background-color: #004d8a;
  color: white;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
body.LandingPage .landing-video-content .btn:hover {
  background-color: #ffad01;
}
body.LandingPage .landing-footer {
  background-color: #F8F8F8;
  padding: 15px;
}
@media (min-width: 768px) {
  body.LandingPage .landing-footer {
    display: flex;
    padding: 30px;
  }
}
body.LandingPage .landing-footer-col {
  flex: 1;
}
@media (min-width: 768px) {
  body.LandingPage .landing-footer-col:not(:last-child) {
    margin-right: 100px;
  }
}
body.LandingPage .landing-footer-content {
  margin-bottom: 15px;
}
body.LandingPage .landing-footer-content h3 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.2;
  color: #004d8a;
  margin-bottom: 10px;
}
body.LandingPage .landing-footer-contact {
  color: #004d8a;
  font-size: 0.875em;
}
body.LandingPage .landing-footer-contact .landing-heading, body.LandingPage .landing-footer-contact .landing-panels-panel-body h3, body.LandingPage .landing-panels-panel-body .landing-footer-contact h3, body.LandingPage .landing-footer-contact .landing-stats-col h2, body.LandingPage .landing-stats-col .landing-footer-contact h2 {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0;
}
body.LandingPage .landing-footer-contact h4 {
  margin-bottom: 10px;
}
body.LandingPage .landing-footer-contact-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
}
body.LandingPage .landing-footer-contact-phone:hover {
  color: #ffad01;
}
body.LandingPage .landing-footer-contact-phone svg {
  margin-right: 10px;
}
body.LandingPage .landing-footer-info {
  background-color: white;
  color: #666666;
  padding: 10px;
  font-size: 0.875em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
body.LandingPage .landing-footer-info svg {
  margin-right: 10px;
}
body.LandingPage .landing-footer-form {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.LandingPage .landing-footer-form {
    margin-top: 0;
  }
}
body.LandingPage .landing-footer-form #UserForm_Form label,
body.LandingPage .landing-footer-form #UserForm_Form .middleColumn {
  float: none;
  width: 100%;
}
body.LandingPage .landing-footer-form #UserForm_Form label {
  font-family: "Avenir W01", "Helvetica Neue", helvetica, sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 0.875em;
  margin-bottom: 0;
}
body.LandingPage .landing-footer-form #UserForm_Form input,
body.LandingPage .landing-footer-form #UserForm_Form textarea {
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  font-size: 0.875em;
  padding: 5px 15px;
  color: #004d8a;
  margin-bottom: 0;
}
body.LandingPage .landing-footer-form #UserForm_Form .text {
  margin-bottom: 0;
}
body.LandingPage .landing-footer-form #UserForm_Form .field {
  margin-bottom: 15px;
}
body.LandingPage .landing-footer-form #UserForm_Form .action {
  padding: 0 1.25rem;
  border: 1px solid #004d8a;
}
body.LandingPage .landing-footer-form #UserForm_Form .action:hover {
  color: white;
}
body.LandingPage .landing-footer-form #UserForm_Form .error {
  font-size: 0.875em;
}