/**
 * #SETTINGS
 */
/**
 * #TOOLS
 */
/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Volumes/Work/Work/Accuride/repo/src/sass/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/********************************************************************
 * Nothing above this line should output any CSS
 ********************************************************************/
/**
 * #BASE
 */
/* line 1, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
* {
  box-sizing: border-box;
}

/* line 5, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 18, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 23, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 28, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 37, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 48, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 54, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 62, /Volumes/Work/Work/Accuride/repo/src/sass/_base.page.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 9, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
li,
p {
  font: 300 16.33333px "Catamaran";
  line-height: 1.2em;
}

/* line 14, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
li strong,
p strong {
  font-weight: 500;
}

/* line 19, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
li {
  margin: 0 0 3px;
}

/* line 22, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
li:last-child {
  margin: 0;
}

/* line 27, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
p {
  margin-bottom: 0;
}

/* line 31, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
p + ul {
  margin-top: 0.3em;
}

/* line 37, /Volumes/Work/Work/Accuride/repo/src/sass/_base.type.scss */
ul:last-child,
p:last-child {
  margin-bottom: 0;
}

/**
 * #OBJECTS
 */
/* line 1, /Volumes/Work/Work/Accuride/repo/src/sass/_objects.wrappers.scss */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  /* line 1, /Volumes/Work/Work/Accuride/repo/src/sass/_objects.wrappers.scss */
  .container {
    padding-left: 5.48611%;
    padding-right: 5.48611%;
  }
}

/* line 1, /Volumes/Work/Work/Accuride/repo/src/sass/_objects.lists.scss */
.inline-list {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 7, /Volumes/Work/Work/Accuride/repo/src/sass/_objects.lists.scss */
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

/* line 13, /Volumes/Work/Work/Accuride/repo/src/sass/_objects.lists.scss */
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /Volumes/Work/Work/Accuride/repo/src/sass/_objects.lists.scss */
.bulleted-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 15px;
}

/**
 * #COMPONENTS
 */
/* line 1, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
html {
  min-height: 100%;
}

/* line 5, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.background-radial {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00519a+0,003087+40 */
  background: #00519a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #00519a 0%, #003087 40%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519a', endColorstr='#003087',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 14, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.background-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002f87+0,00529b+100 */
  background: #002f87;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #002f87 0%, #00529b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f87', endColorstr='#00529b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 23, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
body {
  padding-bottom: 65.33333px;
}

/* line 26, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
body.no-padding {
  padding-bottom: 0;
}

/* line 31, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.content {
  padding-top: 43.33333px;
}

/* line 34, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.content__inner {
  padding: 0 28.33333px 33.33333px;
}

/* line 37, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.content__inner a {
  color: inherit;
}

/* line 42, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.content table {
  background: #eaf2f6;
  border-collapse: collapse;
  width: 100%;
}

/* line 47, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.content table td {
  border: 1px solid black;
  font: 400 11.66667px "Catamaran";
  padding: 4px;
  text-align: center;
}

/* line 53, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.content table td strong {
  font-weight: 600;
}

/* line 60, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer {
  background: #f7f7fb;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

/* line 67, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__icons {
  background: #2a388f;
  border-top: 9.66667px #90c0e7 solid;
  box-sizing: border-box;
  height: 65.33333px;
  position: relative;
  outline: 0;
}

/* line 76, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__home {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23.33333px;
}

/* line 80, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__home img,
.footer__home svg {
  height: 24.33333px;
  width: 25.66667px;
}

/* line 87, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__back {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  background: url('../../assets/img/icon-footer-back-white.png') no-repeat;
  background-size: contain;
  height: 27.66667px;
  width: 116px;
}

/* line 96, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('../../assets/img/logo-white.png') no-repeat;
  background-size: contain;
  height: 27.66667px;
  width: 116px;
}

/* line 104, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23.33333px;
}

/* line 108, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__menu img,
.footer__menu svg {
  height: 29px;
  width: 29px;
}

/* line 115, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__nav {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 200ms;
  transition: height 200ms;
}

/* line 121, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__nav__link {
  color: #000000;
  display: block;
  font: 400 22px Catamaran;
  margin: 10px 0;
  padding-left: 23.33333px;
  text-decoration: none;
  width: 100%;
}

/* line 130, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__nav__link:first-child {
  border-bottom: 1px solid #2a388f;
}

/* line 135, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__nav__back {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('../../assets/img/icon-footer-back.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 50px;
  left: 52.33333px;
  width: 50px;
}

/* line 145, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__nav__share {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('../../assets/img/icon-footer-share.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 50px;
  right: 52.33333px;
  width: 50px;
}

/* line 155, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer__nav__materials {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('../../assets/img/icon-footer-materials.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 50px;
  right: 52.33333px;
  width: 50px;
}

/* line 166, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.footer--open .footer__nav {
  height: 94.66667px;
}

/* line 172, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__input-text {
  background: white;
  border: none;
  border-radius: 5px;
  font: 400 17px Catamaran;
  height: 34.33333px;
  outline: none;
}

/* line 180, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__input-text--full {
  text-align: center;
  width: 100%;
}

/* line 185, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__input-text--margin-bottom {
  margin-bottom: 10px;
}

/* line 190, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__select {
  background: white;
  border: none;
  border-radius: 5px;
  font: 400 17px Catamaran;
  height: 34.33333px;
  outline: none;
  text-align-last: center;
}

/* line 199, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__select--full {
  text-align: center;
  width: 100%;
}

/* line 204, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__select option {
  text-align: center;
}

/* line 209, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.form__error {
  color: red;
  font: 400 17px Catamaran;
}

/* line 216, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.button--white {
  background: none;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  font: 600 15.66667px Catamaran;
  height: 45.33333px;
  line-height: 45.33333px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 230, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.button--thin {
  background: #2a388f;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  display: block;
  font: 600 15.66667px Catamaran;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 245, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.splash {
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

/* line 251, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.splash__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('../../assets/img/logo-white.png') no-repeat;
  background-size: contain;
  height: 41.66667px;
  width: 178.33333px;
}

/* line 260, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.login {
  height: 100vh;
  padding: 43.33333px 0 0;
  position: relative;
  text-align: center;
}

/* line 266, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.login__logo {
  background: url('../../assets/img/logo-white.png') no-repeat;
  background-size: contain;
  height: 52px;
  margin: 0 auto;
  width: 222.66667px;
}

/* line 274, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.login__form {
  margin: 85px auto 0;
  width: 243px;
}

/* line 279, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.login__title {
  color: white;
  font: 700 19.33333px Catamaran;
  margin: 0 0 21px;
  text-align: center;
}

/* line 286, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.login__button {
  margin: 43.66667px auto 0;
  width: 168.33333px;
}

/* line 292, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home {
  padding: 43.33333px 0 0;
}

/* line 295, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home__logo {
  background: url('../../assets/img/logo-white.png') no-repeat;
  background-size: contain;
  height: 52px;
  margin: 0 auto;
  width: 222.66667px;
}

/* line 303, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 52px 43.33333px 0;
}

/* line 309, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon {
  color: white;
  margin: 0 0 -20px 0;
  text-align: center;
  text-decoration: none;
  width: 26%;
}

/* line 316, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon svg path, .home .category-icons__icon svg polygon {
  fill: #ffffff;
}

/* line 320, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon__name {
  color: inherit;
  display: block;
  font: 600 3.62319vw Catamaran;
  line-height: 1em;
  margin: 10px 0 50px 0;
  text-decoration: none;
  white-space: nowrap;
}

/* line 330, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon:hover {
  color: #fdb827;
}

/* line 334, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon:hover svg circle {
  stroke: #fdb827;
}

/* line 337, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon:hover svg path, .home .category-icons__icon:hover svg polygon {
  fill: #fdb827;
}

/* line 341, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home .category-icons__icon svg {
  width: 100%;
  height: 50%;
}

/* line 349, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home__buttons {
  margin: 56.66667px auto 0 auto;
  text-align: center;
}

/* line 353, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home__buttons .button {
  display: inline-block;
  font-size: 4vmin;
  font-weight: normal;
  margin: 0 0 20px;
  width: 80%;
}

/* line 360, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.home__buttons .button:last-child {
  margin: 0;
}

/* line 368, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor-search {
  height: 100vh;
  padding: 43.33333px 0 0;
  position: relative;
  text-align: center;
}

/* line 374, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor-search__logo {
  background: url('../../assets/img/logo-white.png') no-repeat;
  background-size: contain;
  height: 52px;
  margin: 0 auto;
  width: 222.66667px;
}

/* line 382, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor-search__form {
  margin: 85px 23.33333px 0;
}

/* line 386, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor-search__title {
  color: white;
  font: 700 19.33333px Catamaran;
  margin: 0 0 21px;
  text-align: center;
}

/* line 393, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor-search__button {
  margin: 43.66667px auto 0;
  padding: 0 46.66667px;
}

/* line 399, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 55px;
  margin: 0 0 26.66667px;
  padding-top: 9.33333px;
}

/* line 406, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner--left {
  background-position: left top;
  padding-left: 20.33333px;
}

/* line 410, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner--left--orange {
  background-image: url('../../assets/img/banner-left-orange.png');
  color: white;
}

/* line 415, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner--left--blue {
  background-image: url('../../assets/img/banner-left-blue.png');
  color: white;
}

/* line 421, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner--right {
  background-position: right top;
  padding-right: 20.33333px;
  text-align: right;
}

/* line 426, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner--right--lightblue {
  background-image: url('../../assets/img/banner-right-lightblue.png');
  color: #2a388f;
}

/* line 432, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner__title {
  color: inherit;
  font: 700 16px "Catamaran";
  letter-spacing: 0.32px;
  line-height: 16px;
}

/* line 438, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner__title--centered {
  margin-top: 9px;
}

/* line 443, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.banner__subtitle {
  color: inherit;
  font: 600 italic 13.33333px "Catamaran";
  line-height: 13.33333px;
  padding-left: 14.33333px;
  margin-top: 5px;
}

/* line 453, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__image {
  display: block;
  margin: 0 auto;
  max-width: 351.33333px;
  width: 100%;
}

/* line 463, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution {
  overflow: hidden;
  position: relative;
}

/* line 467, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution__code {
  box-sizing: border-box;
  font: 700 15px "Catamaran";
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 30%;
}

/* line 476, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution__details {
  float: left;
  font: 400 12.66667px "Catamaran";
  width: 70%;
}

/* line 481, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution__details li,
.category__solution__details p {
  font: inherit;
}

/* line 486, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution__details ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

/* line 493, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution__details li {
  margin: 0;
}

/* line 498, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.category__solution a {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 511, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__inner {
  background: #d6e4eb;
  padding: 16.875vw 8px 33.33333px;
}

/* line 516, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__inner p:first-child, .product__inner ul:first-child {
  margin-top: 0;
}

/* line 520, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__inner p strong, .product__inner ul strong {
  font-weight: 700;
}

/* line 526, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__name {
  font: 600 20px "Catamaran";
  text-align: center;
}

/* line 531, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__image {
  margin: 0 20px;
  margin-bottom: -16.875vw;
}

/* line 535, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__image img {
  width: 100%;
}

/* line 540, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__competitor-models {
  font: 300 13.33333px "Catamaran";
  margin: 0 0 0 1.5em;
}

/* line 544, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__competitor-models__competitor {
  float: left;
  width: 60%;
}

/* line 549, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__competitor-models__models {
  float: left;
}

/* line 554, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__share-this {
  padding-bottom: 50px;
}

/* line 557, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__share-this__show-hide {
  background-image: url('../../assets/img/share.png');
  background-color: #d6e5ec;
  background-position-x: 13px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  cursor: pointer;
  float: right;
  height: 60px;
  margin-top: -20px;
  width: 60px;
}

/* line 572, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.product__share-this__icons {
  float: left;
  margin-top: -4px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

/* line 581, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor table {
  background: #eaf2f6;
  border-collapse: collapse;
  width: 100%;
}

/* line 586, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor table td {
  border: 1px solid black;
  font: 300 11.66667px "Catamaran";
  padding: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* line 593, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.competitor table td strong {
  font-weight: 500;
}

/* line 601, /Volumes/Work/Work/Accuride/repo/src/sass/_components.scss */
.finishes__title {
  font: 600 20px "Catamaran";
  margin: 0 0 20px;
}

/**
 * #TRUMPS
 */
@media screen and (min-width: 768px) {
  /* line 1, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.scss */
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 7, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 108, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 115, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 120, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 124, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  /* line 132, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 138, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 144, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 148, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 153, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 161, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 168, /Volumes/Work/Work/Accuride/repo/src/sass/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
