@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

/*

 */
/* UTILS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }
html,
body {
  font-size: 100%; }
body {
  line-height: 1; }
ol,
ul {
  list-style: none; }
blockquote,
q {
  quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
legend {
  padding: 0;
  display: table;
  width: 100%; }
fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }
strong {
  font-weight: bold; }
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }
* {
  box-sizing: border-box; }
[aria-hidden="true"] {
  display: none !important; }
/* BASE */
.field {
  display: block; }
.field__label,
.field__wrap,
.field__input {
  display: block; }
.field__label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.33em; }
.field__input {
  margin: 0;
  font-size: 16px;
  width: 100%;
  padding: 0.75em 1em;
  border: solid 2px #6a6a6a;
  color: #1d2029;
  font-family: inherit; }
.field__input--disabled {
  color: #777777; }
.field__input--error {
  border: solid 2px red; }
.field__wrap {
  position: relative; }
.field__appended-wrapper {
  display: -moz-flex;
  display: flex; }
.field__appended-value,
.field__prepended-value {
  align-self: center;
  padding: 17px;
  background-color: #6a6a6a;
  color: white; }
.field__help-wrapper {
  display: -moz-flex;
  display: flex; }
.field__help-icon {
  margin: 0px 15px; }
.field--error {
  color: red; }
.checkbox__label {
  margin-right: 10px; }
.radio__label {
  margin-right: 10px; }
/* COMPONENTS */
.c-datepicker {
  display: -moz-flex;
  display: flex; }
.c-datepicker__month {
  height: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-right: 0px; }
.c-datepicker__day {
  padding: 0.75em 0.5em 0.75em 2em; }
.c-datepicker__year {
  border-left: 0px;
  padding: 0.75em 0.5em 0.75em 1.5em; }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }
html,
body {
  font-size: 100%; }
body {
  line-height: 1; }
ol,
ul {
  list-style: none; }
blockquote,
q {
  quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
legend {
  padding: 0;
  display: table;
  float: left;
  width: 100%; }
fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }
* {
  box-sizing: border-box; }
button::-moz-focus-inner {
  border: 0;
  padding: 0; }
[aria-hidden="true"] {
  display: none !important; }
/* base */
.row {
  font-size: 0;
  max-width: 1210px;
  padding: 0px;
  margin: 0 auto;
  width: 100%; }
@media screen and (min-width: 768px) {
    .row {
      padding: 0 20px; } }
.row--inner {
    padding: 0;
    margin: 0 -15px; }
@media screen and (min-width: 768px) {
      .row--inner {
        margin: 0 -20px; } }
.row--thin {
    max-width: 1020px; }
.col {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  padding: 0 15px; }
@media screen and (min-width: 768px) {
    .col {
      padding: 0 20px; } }
@media screen and (min-width: 0px) {
  .base-1 {
    width: 8.33333%; }
  .base-2 {
    width: 16.66667%; }
  .base-3 {
    width: 25%; }
  .base-4 {
    width: 33.33333%; }
  .base-5 {
    width: 41.66667%; }
  .base-6 {
    width: 50%; }
  .base-7 {
    width: 58.33333%; }
  .base-8 {
    width: 66.66667%; }
  .base-9 {
    width: 75%; }
  .base-10 {
    width: 83.33333%; }
  .base-11 {
    width: 91.66667%; }
  .base-12 {
    width: 100%; }
  .base-offset-0 {
    margin-left: 0%; }
  .base-offset-1 {
    margin-left: 8.33333%; }
  .base-offset-2 {
    margin-left: 16.66667%; }
  .base-offset-3 {
    margin-left: 25%; }
  .base-offset-4 {
    margin-left: 33.33333%; }
  .base-offset-5 {
    margin-left: 41.66667%; }
  .base-offset-6 {
    margin-left: 50%; }
  .base-offset-7 {
    margin-left: 58.33333%; }
  .base-offset-8 {
    margin-left: 66.66667%; }
  .base-offset-9 {
    margin-left: 75%; }
  .base-offset-10 {
    margin-left: 83.33333%; }
  .base-offset-11 {
    margin-left: 91.66667%; }
  .base-offset-12 {
    margin-left: 100%; } }
@media screen and (min-width: 480px) {
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-offset-12 {
    margin-left: 100%; } }
@media screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-offset-12 {
    margin-left: 100%; } }
@media screen and (min-width: 980px) {
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-offset-12 {
    margin-left: 100%; } }
@media screen and (min-width: 1280px) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-offset-12 {
    margin-left: 100%; } }
a {
  text-decoration: none; }
hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: rgba(103, 108, 117, 0.25);
  margin: 1rem 0; }
strong {
  font-weight: 700; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }
.text-center {
  text-align: center;
  margin: 0 auto; }
.body-text {
  margin-bottom: 1em; }
.body-text--rev {
    color: #ffffff; }
.body-text--small {
    font-size: 0.875rem; }
.body-text--light {
    color: #676c75; }
.body-text--uppercase {
    text-transform: uppercase; }
.body-text--capitalize {
    text-transform: capitalize; }
.body-text a {
    color: #fa6900; }
.body-text .button {
    color: #ffffff; }
.body-text b {
    font-weight: 700; }
.body-text1 {
  margin-left: 5%;
  margin-right: 40%;
  max-width: 400px; }
.body-text2 {
  margin-left: 25%;
  max-width: 400px; }
.t-breadcrumb + .heading section {
  margin-bottom: 1.875em; }
.body-list {
  margin: 0 0 1rem 2rem;
  list-style: disc url("data:image/svg+xml,%3Csvg width='10' height='10' viewbox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23676C75' cx='5' cy='5' r='1.5'/%3E%3C/svg%3E") outside; }
.body-list li {
    padding-left: 1rem; }
.text-label {
  line-height: 1.33;
  font-weight: 700;
  color: #1d2029; }
.text-label--small {
    font-size: 0.875rem; }
.text-label--medium {
    font-size: 1rem; }
.text-label--large {
    font-size: 1.125rem; }
.text-label--xlarge {
    font-size: 1.5rem;
    font-family: "Industry", sans-serif; }
.text-label--xxlarge {
    font-size: 1.875rem;
    font-family: "Industry", sans-serif; }
.text-label--uppercase {
    text-transform: uppercase; }
.text-label--thin {
    font-weight: 400; }
.text-label--primary {
    color: #fa6900; }
.text-label--margin {
    margin-bottom: 0.8em; }
.text-label span {
    font-weight: 400;
    font-size: 1rem; }
.text-label--link {
    color: #fa6900; }
.list__col .t-flexitem {
  -moz-flex: auto;
  flex: auto; }
.list__col .t-flexitem:first-child {
    margin-bottom: 0; }
.list__col .t-flexitem:last-child {
    margin-top: 0; }
@media screen and (min-width: 768px) {
  .list__col .t-flexitem {
    -moz-flex: 1;
    flex: 1; }
    .list__col .t-flexitem:first-child {
      margin-bottom: 2rem; }
    .list__col .t-flexitem:last-child {
      margin-top: 1rem; } }
.list {
  list-style: disc;
  list-style-position: outside;
  margin: 1rem 0 2rem;
  padding: 0 1rem 0 1rem; }
.list li {
    margin-bottom: 0.4em; }
.list .text-label {
    margin: 0 0 0.5rem -1rem; }
.label-group {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.label-group .text-label {
    -moz-flex: 1;
    flex: 1; }
.label-group .text-label:not(:last-child) {
    padding-right: 20px; }
.text-container__border {
  border: 1px solid rgba(103, 108, 117, 0.25);
  padding: 20px;
  margin: 20px auto; }
@media screen and (min-width: 768px) {
    .text-container__border {
      margin: 0 auto; } }
.heading {
  position: relative;
  display: block;
  font-family: "Industry", sans-serif;
  text-transform: uppercase;
  color: #0f1b3b;
  line-height: 1;
  font-weight: 400; }
.heading--marker {
    display: inline-block; }
.heading--marker:before {
      content: "";
      position: absolute;
      height: 0.25em;
      width: 0.25em;
      top: 0;
      left: 0;
      color: #fa6900;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewbox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='%23FA6900' stroke='none' points='0,0 10,0 0,10 0,0'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      transform: translate(-150%, -50%); }
.heading--margin {
    margin-bottom: 1em; }
.heading--thin {
    font-weight: 300; }
.heading--bold {
    font-weight: 700; }
.heading--uppercase {
    text-transform: uppercase; }
.heading span {
    font-weight: 700; }
.heading--inline {
  display: block;
  font-weight: 700; }
.heading-alt {
  font-family: "Roboto", sans-serif; }
.heading--xxlarge {
  font-size: 3.375rem;
  padding-bottom: 3.375rem; }
.heading--xlarge, .heading--hero {
  font-size: 1.725rem;
  padding-bottom: 2rem; }
.heading--large {
  font-size: 1.5rem;
  padding-bottom: 2rem; }
.heading--medium {
  font-size: 1.5rem;
  padding-bottom: 1.5rem; }
.heading--medium-nopad {
  font-size: 1.5rem;
  padding-bottom: 0rem; }
.heading--small {
  font-size: 1.5rem;
  padding-bottom: 1rem; }
.heading--xsmall {
  font-size: 1.125rem;
  padding-bottom: 1rem; }
.heading--tiny {
  font-size: 0.875rem;
  padding-bottom: 1rem; }
.heading--light {
  color: #676c75; }
.heading--rev {
  color: #ffffff; }
.heading--hero {
  font-weight: 300;
  margin-bottom: 0; }
.heading-group {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.heading-group .heading {
    -moz-flex: 1;
    flex: 1; }
.heading-group .heading:not(:last-child) {
    padding-right: 20px; }
@media screen and (min-width: 768px) {
  .heading--xxlarge {
    font-size: 3.375rem; }
  .heading--xlarge, .heading--hero {
    font-size: 3rem; }
  .heading--large {
    font-size: 2rem; }
  .heading--medium {
    font-size: 1.5rem; }
  .heading--small {
    font-size: 1.5rem; }
  .heading--xsmall {
    font-size: 1.125rem; } }
.button,
button.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 1.2em 3.2em;
  -webkit-appearance: none;
  border: 0;
  box-shadow: 0px 0px 0px transparent inset;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fa6900;
  color: #ffffff;
  border-radius: 0; }
.button:disabled,
  button.button:disabled {
    background-color: #676c75;
    cursor: not-allowed;
    opacity: 0.55; }
.button:disabled:hover,
    button.button:disabled:hover {
      box-shadow: none; }
.button:hover,
  button.button:hover {
    box-shadow: 0px 0px 0px 2px #cd5804 inset; }
.button--rev,
  button.button--rev {
    box-shadow: 0px 0px 0px 1px #fa6900 inset;
    background-color: transparent;
    color: #fa6900; }
.button--rev:hover,
    button.button--rev:hover {
      box-shadow: 0px 0px 0px 2px #fa6900 inset;
      color: #cd5804; }
.button--hollow,
  button.button--hollow {
    box-shadow: 0px 0px 0px 1px #ffffff inset;
    background-color: transparent;
    color: #ffffff; }
.button--hollow:hover,
    button.button--hollow:hover {
      box-shadow: 0px 0px 0px 2px #ffffff inset; }
.button--secondary,
  button.button--secondary {
    box-shadow: 0px 0px 0px 1px #0f1b3b inset;
    background-color: #0f1b3b; }
.button--secondary:hover,
    button.button--secondary:hover {
      box-shadow: 0px 0px 0px 2px #0f1b3b inset;
      background-color: #1a2c5d; }
.button--secondary:disabled,
    button.button--secondary:disabled {
      background-color: #676c75;
      cursor: not-allowed;
      opacity: 0.55; }
.button--secondary:disabled:hover,
      button.button--secondary:disabled:hover {
        box-shadow: none; }
.button--secondary-rev,
  button.button--secondary-rev {
    box-shadow: 0px 0px 0px 1px #0f1b3b inset;
    background-color: #ffffff;
    color: #0f1b3b; }
.button--secondary-rev:hover,
    button.button--secondary-rev:hover {
      box-shadow: 0px 0px 0px 2px #0f1b3b inset; }
.button--icon,
  button.button--icon {
    padding-right: 4.7em; }
.button--medium-margin,
  button.button--medium-margin {
    margin: 1.25rem 0; }
.button--medium,
  button.button--medium {
    padding: 1.2em 2.8em; }
.button--medium.button--icon,
    button.button--medium.button--icon {
      padding-right: 4.15em; }
.button--small,
  button.button--small {
    font-size: 0.75rem;
    padding: 0.68em 1.5em; }
.button--small.button--icon,
    button.button--small.button--icon {
      padding-right: 4em; }
.button--stretch,
  button.button--stretch {
    display: block;
    width: 100%; }
.button--full,
  button.button--full {
    display: block;
    width: 100%; }
.button--loading,
  button.button--loading {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #676c75), color-stop(20%, #737983), color-stop(90%, #676c75));
    color: rgba(255, 255, 255, 0.45);
    background-size: 600px 50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: fadeinout;
    animation-name: fadeinout;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0.9; }
@-webkit-keyframes fadeinout {
  0% {
    background-position: -300px 0; }
  100% {
    background-position: 300px 0; } }
@keyframes fadeinout {
  0% {
    background-position: -300px 0; }
  100% {
    background-position: 300px 0; } }
.button .button-icon,
  button.button .button-icon {
    height: 1.5em;
    width: 1.5em;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%); }
.button-nav {
  position: relative;
  color: #a4a7ac;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.875rem;
  padding: 0;
  transition: color 0.25s ease-out; }
.button-nav:hover {
    color: #868b94; }
.button-nav--mobile {
    color: #1d2029; }
.button-nav--mobile:hover {
      color: #1d2029; }
.button-nav .button-nav__label {
    display: none; }
.button-nav .button-nav__icon {
    display: inline-block;
    height: 22px;
    width: 22px;
    font-size: 0;
    vertical-align: middle;
    margin-left: 10px; }
.button-nav .button-nav__icon--search {
      width: 25px;
      height: 25px; }
.button-nav--scope img {
    height: 30px; }
@media (min-width: 768px) {
      .button-nav--scope img {
        height: 35px;
        transform: translateY(-3px); } }
.button__text {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
  position: relative;
  font-weight: 700;
  vertical-align: top; }
.button__text--icon {
    line-height: 1em;
    vertical-align: top; }
.button__text .icon {
    color: inherit;
    margin: 0;
    height: 1em;
    width: 1em;
    vertical-align: middle; }
.button__text .icon--primary {
      color: #fa6900; }
.text-button {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
  line-height: 1.57143;
  padding: 1.57143em; }
@media screen and (min-width: 768px) {
  .button--stretch {
    display: inline-block;
    width: auto; }
  .button-nav .button-nav__label {
    display: inline-block;
    vertical-align: middle; } }
.field-group {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }
.field-group .field {
    -moz-flex: 1;
    flex: 1; }
.field-group--spacer {
    padding-bottom: 34px; }
@media screen and (min-width: 768px) {
  .field-group {
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    align-items: center; }
    .field-group--flexstart {
      -moz-align-items: flex-start;
      align-items: flex-start; }
    .field-group .field:not(:last-child) {
      padding-right: 20px; } }
.field {
  display: block;
  margin-bottom: 1rem;
  position: relative; }
.field__radio {
    border: 1px solid rgba(103, 108, 117, 0.25);
    width: 100%;
    display: block;
    font-size: 1rem;
    color: #1d2029;
    margin-bottom: 0.45em;
    padding: 20px 40px 20px 10px;
    margin: 20px 0px; }
.field__radio input[type="radio"] {
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 18px;
      height: 18px;
      margin-right: 5px;
      outline: none;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23676C75' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23676C75' stroke-width='1.5' fill='none' /%3E%3C/svg%3E"); }
.field__radio input[type="radio"]:checked {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23676C75' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23676C75' stroke-width='1.5' fill='none' /%3E%3Ccircle cx='9' cy='9' r='5' stroke='%23676C75' fill='%23676C75' /%3E%3C/svg%3E"); }
.field__radio input[type="radio"]:checked + span {
        font-weight: 700; }
.field__radio .radio__label {
      margin-left: 30px;
      display: block; }
.field__wrap {
    position: relative; }
.field__label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1d2029;
    margin-bottom: 0.45em;
    text-transform: none; }
.field__input {
    font-size: 1rem;
    padding: 1em 1.125em;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 1px solid rgba(103, 108, 117, 0.25);
    border-radius: 0;
    color: #676c75;
    display: block;
    width: 100%;
    outline: none;
    margin: 0;
    transition: border-color 0.25s ease-out; }
.field__input:focus {
      border-color: #676c75; }
.field__input--disabled {
      color: #868b94; }
.field__input--iconleft {
      padding-left: 2.625em; }
.field__input--iconright {
      padding-right: 2.625em; }
.field__input--select {
      position: relative;
      padding-right: 44px;
      background-image: url("data:image/svg+xml,%3Csvg width='44' height='55' viewbox='0 0 44 55' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill-opacity='0.25' fill='%238B9BA6' x='0' y='0' width='44' height='55'%3E%3C/rect%3E%3Cpath d='M0.5,0 L0.5,55' id='Line' stroke-opacity='0.25' stroke='%23676C75' stroke-linecap='square'%3E%3C/path%3E%3Cpath d='M22,18.86 L26,25.58 L18,25.58 L22,18.86 Z M22,36.14 L18,29.42 L26,29.42 L22,36.14 Z' fill='%23676C75'%3E%3C/path%3E%3C/svg%3E");
      background-position: right center;
      background-repeat: repeat-y;
      border-radius: 0;
      background-color: #ffffff; }
.field__input--select::-ms-expand {
        display: none; }
.field__input--textarea {
      min-height: 230px;
      resize: none; }
.field__input--number::-webkit-inner-spin-button, .field__input--number::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      margin: 0; }
.field__checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(103, 108, 117, 0.25);
    cursor: pointer;
    color: rgba(103, 108, 117, 0.25); }
.field__checkbox input[type="checkbox"]:checked {
      color: #fa6900;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewbox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline stroke='%23676C75' stroke-width='3' fill='none' points='4,12 9,15 16,5'/%3E%3C/svg%3E");
      background-position: center;
      background-size: cover; }
.field__checkbox .checkbox__label {
    display: block;
    padding-left: 2em; }
.field__icon {
    color: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.75em;
    margin-left: 0.6em; }
.field__icon--right {
      left: auto;
      right: 0;
      margin-left: 0;
      margin-right: 0.6em; }
.field__error {
    display: none; }
.field--error .field__input {
    color: #d0011b;
    border-color: rgba(208, 1, 27, 0.25);
    background-color: rgba(208, 1, 27, 0.05); }
.field--error .field__input:focus {
      border-color: #d0011b; }
.field--error .field__error-message {
    display: block;
    color: #d0011b;
    margin-top: 0.45em; }
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  margin: 0.125em;
  vertical-align: middle; }
.icon--large {
    font-size: 1.5em; }
.icon--small {
    width: 0.75em;
    height: 0.75em; }
.icon--creditcard {
    width: 60px;
    height: 36px;
    margin-right: 15px; }
.icon--creditcard-wrap {
      display: inline-block; }
.icon--creditcard--shade {
      opacity: 0.4;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
.icon--cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10%;
    margin: 0; }
.icon--primary {
    color: #fa6900; }
.icon--45 {
    transform: rotate(45deg); }
.icon--90 {
    transform: rotate(90deg); }
.icon--135 {
    transform: rotate(135deg); }
.icon--180 {
    transform: rotate(180deg); }
.icon--270 {
    transform: rotate(270deg); }
@media print {
  .media--screen-only {
    display: none; } }
@media screen {
  .media--print-only {
    display: none; } }
/* components */
.c-loading:after {
  content: " .";
  -webkit-animation: dots 1s steps(5, end) infinite;
          animation: dots 1s steps(5, end) infinite; }
@-webkit-keyframes dots {
  0%,
  20% {
    color: white;
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white; }
  40% {
    color: #1d2029;
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white; }
  60% {
    text-shadow: 0.25em 0 0 #1d2029, 0.5em 0 0 white; }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #1d2029, 0.5em 0 0 #1d2029; } }
@keyframes dots {
  0%,
  20% {
    color: white;
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white; }
  40% {
    color: #1d2029;
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white; }
  60% {
    text-shadow: 0.25em 0 0 #1d2029, 0.5em 0 0 white; }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #1d2029, 0.5em 0 0 #1d2029; } }
.c-search {
  display: -moz-flex;
  display: flex; }
.c-search__input {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 0; }
.c-search__button {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0; }
#main_search_input {
  font-size: 0.9rem;
  padding-right: 0px; }
@media screen and (min-width: 980px) {
    #main_search_input {
      font-size: 1rem; } }
.c-main__header {
  background-color: #0f1b3b; }
.c-registration {
  display: -moz-flex;
  display: flex;
  margin: 1rem 0; }
.c-registration__input {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 0;
    padding: 0.8em; }
.c-registration__button {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    padding: 0.8em 2em; }
.c-featured-products {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.c-featured-products .t-product-card {
    width: calc(50% - 30px);
    margin: 0 15px 50px; }
.c-product-list {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-right: -15px;
  margin-left: -15px; }
.c-product-list .t-product-card {
    width: calc(50% - 30px);
    margin: 0 15px 38px; }
.c-product-list .t-product-card :hover {
      cursor: pointer; }
.c-product-list--no-margin {
    margin-bottom: 0; }
@media screen and (min-width: 480px) {
  .c-product-list .t-product-card,
  .c-featured-products .t-product-card {
    width: calc(50% - 30px); }
    .c-product-list .t-product-card :hover,
    .c-featured-products .t-product-card :hover {
      cursor: pointer; } }
@media screen and (min-width: 768px) {
  .c-featured-products .t-product-card {
    width: calc(25% - 30px); }
  .c-product-list {
    padding: 0px; }
    .c-product-list .t-product-card {
      margin: 0 15px 38px;
      width: calc(33.333% - 30px); }
      .c-product-list .t-product-card:last-of-type {
        display: block; } }
.c-tabs__nav {
  list-style: none;
  border-bottom: 1px solid rgba(103, 108, 117, 0.25);
  display: -moz-flex;
  display: flex;
  -moz-justify-content: start;
  justify-content: start;
  -moz-align-items: flex-end;
  align-items: flex-end; }
.c-tabs__nav__item {
  display: inline-block;
  position: relative;
  padding: 0 5%;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center; }
.c-tabs__nav__item a {
    display: inline-block;
    padding: 0 0 1rem; }
.c-tabs__nav__item.active {
    color: #fa6900;
    font-weight: 700; }
.c-tabs__nav__item.active:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fa6900;
      transform: translateY(1px); }
.c-tabs__content {
  padding: 2rem 0; }
.c-image-gallery {
  margin-bottom: 40px; }
.c-image-gallery__well {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid rgba(103, 108, 117, 0.25);
  margin-bottom: 20px;
  text-align: center; }
.c-image-gallery__well .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    align-content: center;
    -moz-align-items: center;
    align-items: center; }
.c-image-gallery__well img {
    width: 100%;
    height: 100%; }
.c-image-gallery__nav {
  position: relative;
  margin: 0 50px; }
.c-image-gallery__nav__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  transition: color 250ms ease-in-out; }
.c-image-gallery__nav__button:focus {
    outline: none;
    color: #fa6900; }
.c-image-gallery__nav__button:hover {
    color: #fa6900;
    cursor: pointer; }
.c-image-gallery__nav__button.disabled {
    opacity: 0.5; }
.c-image-gallery__nav__button .icon {
    width: 50px;
    height: 50px; }
.c-image-gallery__nav__button.right {
    right: 0;
    transform: translate(100%, -50%); }
.c-image-gallery__nav__button.left {
    left: 0;
    transform: translate(-100%, -50%); }
.c-image-gallery__nav__outer {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.c-image-gallery__nav__inner {
  transition: transform 0.25s ease-out;
  padding: 2px; }
.c-image-gallery__nav__image {
  position: relative;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(103, 108, 117, 0.25);
  display: inline-block;
  margin: 0 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: border-color 0.25s ease-out;
  opacity: 0.5; }
.c-image-gallery__nav__image:first-child {
    margin-left: 0; }
.c-image-gallery__nav__image:last-child {
    margin-right: 0; }
.c-image-gallery__nav__image.active {
    opacity: 1; }
.c-image-gallery__nav__image:hover {
    border: 1px solid #1d2029; }
@media screen and (min-width: 768px) {
  .c-image-gallery {
    margin-bottom: 0; } }
.c-download-list {
  padding: 2rem;
  border: 1px solid rgba(103, 108, 117, 0.25);
  background: rgba(255, 255, 255, 0.2); }
.c-download-list__title {
  margin-bottom: 1rem; }
.c-download-list__link {
  display: inline-block;
  padding: 8px 0; }
.c-download-list__link .icon {
    vertical-align: middle;
    margin-right: 15px;
    height: 23px; }
@media screen and (min-width: 980px) {
  .c-download-list {
    margin-left: 16.6667%; } }
.c-product-details__row {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem; }
.c-product-details__space-between-row {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0.4rem 0; }
.c-product-details__column {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem; }
.c-product-details__manufacturer {
  height: 16px;
  color: #676c75;
  font-family: "Industry", sans-serif;
  font-size: 16px;
  text-align: left; }
.c-product-details__original-price {
  height: 16px;
  color: #676c75;
  font-family: "Industry", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  text-decoration: line-through;
  margin-right: 0.6rem; }
.c-product-details__price {
  height: 20px;
  color: #fa6900;
  font-family: "Industry", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  text-align: right; }
.c-product-details__price-note {
  color: #fa6900;
  font-family: "Industry", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
  margin-right: 0.6rem; }
.c-product-details__item {
  -moz-flex: 0 0 100%;
  flex: 0 0 100%; }
.c-product-details__item .text-label {
    text-transform: uppercase; }
@media screen and (min-width: 768px) {
  .c-product-details__item {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media screen and (min-width: 980px) {
  .c-product-details__item {
    -moz-flex: 0 0 33.334%;
    flex: 0 0 33.334%; } }
.c-pil {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0f1b3b;
  border: 1px solid #0f1b3b;
  border-radius: 0.875rem;
  padding: 0 1rem;
  line-height: 30px;
  transition: border-color 0.25s ease-out, color 0.25s ease-out; }
.c-pil:hover {
    color: #fa6900;
    border-color: #fa6900; }
.c-cart-checkout {
  padding-bottom: 100px; }
.cart-count__wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fa6900;
  height: 20px;
  width: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translate(50%, -50%); }
.cart-count {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
  line-height: 0.6875rem; }
.cart-count--max {
    font-size: 8px; }
.cart__header {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px; }
@media screen and (min-width: 768px) {
    .cart__header {
      -moz-flex-direction: row;
      flex-direction: row;
      margin-bottom: 55px; } }
.cart__header--title {
    -moz-flex: 1;
    flex: 1;
    -moz-flex-grow: 2;
    flex-grow: 2;
    width: 100%; }
.cart__header--checkout {
    -moz-flex: 1;
    flex: 1;
    width: 100%; }
.cart__checkout {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  vertical-align: baseline;
  align-items: baseline; }
@media screen and (min-width: 768px) {
    .cart__checkout {
      -moz-flex-direction: row;
      flex-direction: row; } }
.cart__checkout--paymentinfo {
    -moz-flex: 1;
    flex: 1;
    -moz-flex-grow: 2;
    flex-grow: 2;
    width: 100%; }
.cart__checkout--subtotal {
    -moz-flex: 1;
    flex: 1;
    margin: 35px 0px;
    width: 100%; }
.cart__checkout .cart__checkout__total {
    text-transform: uppercase;
    color: #0f1b3b;
    text-align: left;
    border-bottom: 1px solid rgba(103, 108, 117, 0.25);
    margin-bottom: 30px; }
.cart-list {
  position: relative;
  align-items: center;
  margin: 0px; }
@media screen and (min-width: 768px) {
    .cart-list {
      margin: 50px 0 0 0; } }
.cart-list__header {
    display: none; }
@media screen and (min-width: 768px) {
      .cart-list__header {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        text-transform: uppercase;
        color: #0f1b3b;
        text-align: left;
        border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
        .cart-list__header .body-text {
          margin-bottom: 5px; } }
.cart-list__footer {
    padding: 0px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column; }
.cart-list__footer .medium-4,
    .cart-list__footer .medium-8 {
      padding: 0 15px; }
.cart-list__footer .medium-4 {
      -moz-flex: 1;
      flex: 1; }
.cart-list__footer .medium-8 {
      -moz-flex: 1;
      flex: 1;
      -moz-order: 1;
      order: 1; }
@media screen and (min-width: 768px) {
      .cart-list__footer {
        -moz-flex-direction: row;
        flex-direction: row; }
        .cart-list__footer .medium-4,
        .cart-list__footer .medium-8 {
          -moz-flex: none;
          flex: none;
          padding: 0 20px; }
        .cart-list__footer .medium-8 {
          -moz-order: 0;
          order: 0; } }
.cart-list__item {
    position: relative;
    display: block;
    color: #0f1b3b;
    text-align: left;
    padding: 24px 0px; }
@media screen and (min-width: 768px) {
      .cart-list__item {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -moz-align-items: center;
        align-items: center;
        padding: 14px 0px; } }
.cart-list__item--calibration {
      padding: 0;
      margin-bottom: 20px; }
.cart-list__item--calibration .cart-list__col--title {
        padding-left: 115px; }
.cart-list__col--description {
    -moz-flex: 3;
    flex: 3;
    min-width: 0;
    padding-right: 16px;
    padding-bottom: 16px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center; }
.cart-list__col--description img {
      border: 1px solid #efefe7;
      display: inline-block;
      background-color: #ffffff;
      -moz-flex: 0 0 auto;
      flex: 0 0 auto; }
@media screen and (min-width: 768px) {
      .cart-list__col--description {
        margin-bottom: 0; } }
.cart-list__col--inventory, .cart-list__col--quantity, .cart-list__col--price {
    -moz-flex: 1;
    flex: 1;
    padding: 0 0 0 115px;
    padding-bottom: 0px; }
@media screen and (min-width: 768px) {
      .cart-list__col--inventory, .cart-list__col--quantity, .cart-list__col--price {
        margin-bottom: 0;
        padding: 0 10px; } }
.cart-list__col--inventory {
    display: none;
    text-align: left; }
@media screen and (min-width: 768px) {
      .cart-list__col--inventory {
        display: block;
        text-align: center; } }
.cart-list__col--price {
    padding-right: 0; }
@media screen and (min-width: 768px) {
      .cart-list__col--price {
        text-align: right; } }
.cart-list__col--title {
    padding-left: 30px; }
.cart-list__col--title a {
      transition: color 250ms ease-in-out; }
.cart-list__col--title a:hover {
        color: #fa6900; }
@media screen and (min-width: 768px) {
      .cart-list__col--title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap; } }
.cart-list__col--quantity {
    text-align: left; }
.cart-list__col--quantity .c-quantity-input {
      margin: 0; }
@media screen and (min-width: 768px) {
      .cart-list__col--quantity {
        text-align: center; } }
.cart-list__col--remove {
    position: absolute;
    right: 0px;
    top: 24px; }
.cart-list__col--remove .cart-remove {
      opacity: 0.3;
      transition: opacity 250ms ease-in-out; }
.cart-list__col--remove .cart-remove:hover {
        opacity: 1; }
.cart-list__col--remove .cart-remove .icon {
        height: 20px;
        width: 20px; }
@media screen and (min-width: 768px) {
      .cart-list__col--remove {
        right: -40px;
        top: 50%;
        transform: translateY(-50%); } }
.cart-checkout-continue {
  width: 100%; }
@media screen and (min-width: 768px) {
    .cart-checkout-continue {
      width: auto; } }
.c-modal .cart-list__item--calibration {
  border: 2px solid #1d2029;
  padding: 15px 20px; }
.c-modal .cart-list__item--calibration .text-label,
  .c-modal .cart-list__item--calibration .body-text {
    margin: 0; }
.cc-summary {
  padding-top: 30px; }
.cc-summary .icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 24px;
    margin-right: 12px; }
.cc-summary .cc-logo-list {
    display: -moz-flex;
    display: flex;
    margin-top: 17px; }
.cc-summary .cc-logo-list img {
      margin-right: 15px; }
.cc-summary .cc-logo-list img:first-child {
        margin-left: 30px; }
.cc-summary .cc-logo-list img:last-child {
        margin-right: 0; }
.subtotal-summary {
  padding: 30px 0; }
.subtotal-summary--indent {
    padding-left: 30%; }
.subtotal-summary__line-item,
.total-summary__line-item {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 7px; }
.subtotal-summary__line-item p:last-child,
  .total-summary__line-item p:last-child {
    color: #676c75; }
.total-summary__line-item {
  font-weight: 700; }
.total-summary__line-item p:last-child {
    color: #1d2029; }
.c-modal .cart-list {
  margin: 0; }
.c-modal .cart-list .subtotal-summary {
    padding-left: 50%;
    margin-bottom: 0; }
.total-summary {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(103, 108, 117, 0.25);
  border-top: 1px solid rgba(103, 108, 117, 0.25); }
.ordersummary-box {
  position: relative;
  border: 1px solid rgba(103, 108, 117, 0.25);
  width: 100%; }
.ordersummary-box .cart-list {
    margin: 0; }
.ordersummary-box .cart-list__item {
    padding: 20px 0; }
.ordersummary-box .cart-list__col--title {
    padding-left: 14px; }
.ordersummary-box .cart-list__col--price {
    padding-left: 72px; }
.ordersummary-box .total-summary {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none; }
.ordersummary-box .ordersummary-box__header {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    background-color: #efefe7;
    padding: 15px 30px;
    text-align: center; }
@media screen and (min-width: 768px) {
      .ordersummary-box .ordersummary-box__header svg {
        display: none; } }
@media screen and (min-width: 768px) {
      .ordersummary-box .ordersummary-box__header {
        pointer-events: none;
        -moz-justify-content: center;
        justify-content: center; } }
.ordersummary-box .heading--title {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
@media screen and (min-width: 768px) {
      .ordersummary-box .heading--title {
        text-align: center; } }
.ordersummary-box .heading--total {
    text-align: right; }
@media screen and (min-width: 768px) {
      .ordersummary-box .heading--total {
        display: none; } }
.ordersummary-box .ordersummary-box__container {
    padding: 26px 20px;
    background-color: #ffffff; }
.ordersummary-box .cart-list__wrap {
    border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.ordersummary-box .cart-list__col--title {
    font-size: 14px; }
.ordersummary-box .cart-list__item--calibration {
    border-top: 1px solid rgba(103, 108, 117, 0.25);
    margin-bottom: 0;
    background-color: #fafafa; }
.ordersummary-box .cart-list__item--calibration .cart-list__col--title {
      padding-left: 72px; }
@media screen and (min-width: 768px) {
    .ordersummary-box {
      margin-bottom: 0; }
      .ordersummary-box .cart-list__col--price {
        padding-left: 0; } }
.t-toggle--showcontent {
  display: block; }
.t-toggle--hidecontent {
  display: none; }
@media screen and (min-width: 768px) {
    .t-toggle--hidecontent {
      display: block; } }
#main-content--checkout {
  padding-bottom: 0px; }
#main-content {
  margin-bottom: 60px; }
.c-cart__form .t-form .heading {
  margin: 0 auto; }
.c-cart__row {
  border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.heading + .c-sidebar,
.heading-alt + .c-sidebar,
.text-label + .c-sidebar {
  margin-top: 1.5em; }
.c-sidebar__item {
  padding-bottom: 15px; }
.c-sidebar__link {
  position: relative;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  padding: 0; }
.c-sidebar__link.active {
    color: #fa6900;
    font-weight: 700; }
.c-cat-sidebar__list-container {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2; }
.c-cat-sidebar__item {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  padding-bottom: 1em; }
.c-cat-sidebar__item-with-checkbox {
    padding-left: 32px; }
.c-cat-sidebar__item .c-sidebar__link.active:before {
    top: 0.55em;
    left: -0.5em;
    width: 1em; }
.c-cat-sidebar__checkbox {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.c-cat-sidebar__checkbox-label {
  position: relative;
  cursor: pointer;
  display: block; }
.c-cat-sidebar__checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    top: -0.125em;
    right: 100%;
    margin-right: 9px;
    border: solid 1px rgba(103, 108, 117, 0.25); }
.c-cat-sidebar__checkbox + .c-cat-sidebar__checkbox-label .c-cat-sidebar__checkbox-icon {
  display: none; }
.c-cat-sidebar__checkbox:checked + .c-cat-sidebar__checkbox-label .c-cat-sidebar__checkbox-icon {
  display: inline-block; }
.c-cat-sidebar__checkbox:focus + .c-cat-sidebar__checkbox-label {
  outline-color: #fa6900;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto; }
.c-cat-sidebar__checkbox-icon {
  position: absolute;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  top: -0.175em;
  right: 100%;
  margin-right: 8px;
  color: #000000; }
@media screen and (min-width: 768px) {
  .c-cat-sidebar__list-container {
    -moz-column-count: 1;
         column-count: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.modal-show {
  height: 100vh;
  overflow: hidden; }
.c-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  -webkit-animation: fadeIn 0.25s ease-out;
          animation: fadeIn 0.25s ease-out; }
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: 0;
  overflow-y: auto;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-animation: fadeIn 0.25s ease-out;
          animation: fadeIn 0.25s ease-out;
  z-index: 1006;
  padding: 0 15px; }
.c-modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.c-modal__content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-height: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  max-height: 800px;
  -webkit-animation: fadeInDown 0.25s ease-out;
          animation: fadeInDown 0.25s ease-out; }
.c-modal__content--split .c-modal__row {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column; }
.c-modal__content--split .c-modal__col {
    -moz-flex: 1;
    flex: 1;
    padding: 40px; }
.c-modal__content--large {
    max-width: 900px; }
.c-modal__header {
  padding: 40px 80px 16px 40px; }
.c-modal__header--border {
    border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.c-modal__body {
  display: block;
  padding: 40px;
  max-height: 60vh;
  overflow-y: auto;
  position: relative; }
.c-modal__body--nosidepadding {
    padding: 40px 0px; }
.c-modal__footer, .c-config__footer {
  display: block;
  padding: 30px 50px;
  background-color: #f9f9f5;
  text-align: right; }
.c-modal__footer--shade {
    background-color: #f9f9f5; }
.c-modal__footer .t-flexbox, .c-config__footer .t-flexbox {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap; }
.c-modal__footer .t-flexbox--button-row, .c-config__footer .t-flexbox--button-row {
      -moz-justify-content: space-between;
      justify-content: space-between; }
.c-modal__footer .t-flexbox--button-row .button, .c-config__footer .t-flexbox--button-row .button {
        width: calc(50% - 10px); }
.c-modal__close {
  position: absolute;
  top: 35px;
  right: 40px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: #1d2029;
  color: #ffffff; }
.c-modal__close .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    height: 15px;
    width: 15px;
    transform: translate(-50%, -50%); }
@media screen and (min-width: 768px) {
  .c-modal__content--split .c-modal__row {
    -moz-flex-direction: row;
    flex-direction: row; }
  .c-modal__content--split .c-modal__col {
    -moz-flex: 1;
    flex: 1; }
    .c-modal__content--split .c-modal__col:first-of-type {
      padding: 40px 20px 40px 40px;
      border-right: 1px solid rgba(103, 108, 117, 0.25); }
    .c-modal__content--split .c-modal__col:last-of-type {
      padding: 40px 40px 40px 20px; }
  .c-modal__body {
    max-height: 500px; } }
.c-status__label {
  display: inline-block;
  text-transform: uppercase;
  line-height: 12px;
  vertical-align: middle;
  margin-right: 10px; }
.c-status__marker {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  color: #676c75;
  display: inline-block;
  vertical-align: middle; }
.c-status__marker:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #676c75;
    border-radius: 50%;
    vertical-align: middle; }
.c-status__marker--cancelled:before {
    background-color: #f75d5d; }
.c-status__marker--processing:before {
    background-color: rgba(103, 108, 117, 0.25); }
.c-status__marker--delivered:before {
    background-color: #67de91; }
.c-status__marker--shipped:before {
    background-color: #676c75; }
.addresses {
  margin: 30px auto;
  width: 100%; }
.address__container, .address__container--empty, .address__container--list {
  font-size: 16px;
  letter-spacing: 0; }
.address__container--empty {
    background: #fafafa;
    border: 1px solid #b8c5d0;
    position: relative; }
.address__container--list {
    position: relative; }
.address__container--list .col {
      padding: 0; }
.address__content--item {
  margin-bottom: 30px; }
.address__content--item .address-item {
    background: #fafafa;
    border: 1px solid #b8c5d0;
    position: relative;
    min-height: 239px;
    padding: 30px 30px 50px; }
.address__content--item .address-item .text-label {
      margin-bottom: 0.8em; }
.address__content--item .address-item .address {
      font-size: 14px;
      color: #676c75;
      line-height: 20px;
      word-break: keep-all; }
.address__content--item .address-item .preferred {
      font-size: 14px;
      color: #1d2029;
      letter-spacing: 0;
      line-height: 22px;
      padding: 20px 0px; }
.address__content--item .address-item .link__edit-delete {
      font-size: 16px;
      font-weight: 700;
      color: #fa6900;
      position: absolute;
      bottom: 30px; }
@media screen and (max-width: 768px) {
      .address__content--item .address-item {
        min-height: 198px; }
        .address__content--item .address-item .link__edit-delete {
          bottom: 20px; } }
.address__content--empty {
  text-align: center;
  line-height: 24px;
  min-height: 352px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px; }
.address__content--empty .address__icon--empty {
    display: block;
    width: 82px;
    height: 52px;
    margin: auto;
    text-align: center;
    color: #e6e6e7; }
.address__content--empty h6 {
    font-size: 18px;
    color: #1d2029;
    letter-spacing: -0.17px;
    padding: 10px 5px; }
.address__content--empty article {
    padding-top: 20px; }
.address__content--empty .button {
    margin-top: 30px;
    margin-bottom: 20px; }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.c-notification-controller {
  position: fixed;
  z-index: 1005;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 590px;
  min-width: 250px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: fadeInDown 0.25s ease-out;
          animation: fadeInDown 0.25s ease-out; }
.c-notification {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Roboto-Regular, sans-serif;
  font-size: 16px;
  color: #676c75;
  letter-spacing: 0;
  background-color: #ffffff;
  border: 1px solid #f9f9f5;
  max-height: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 22px; }
.c-notification__border {
  border-left: 6px solid; }
.c-notification__border--failure {
    border-left: 6px solid;
    border-left-color: #f75d5d; }
.c-notification__border--success {
    border-left: 6px solid;
    border-left-color: #67de91; }
.c-notification__icon, .c-notification__icon--failure, .c-notification__icon--success {
  max-width: 36px;
  max-height: 36px;
  -moz-flex: 1;
  flex: 1;
  -moz-flex-grow: 1;
  flex-grow: 1; }
.c-notification__icon--failure {
    color: #f75d5d; }
.c-notification__icon--success {
    color: #67de91; }
.c-notification__container {
  display: -moz-flex;
  display: flex;
  -moz-flex: 1;
  flex: 1;
  -moz-flex-grow: 2;
  flex-grow: 2; }
@media screen and (min-width: 500px) {
    .c-notification__container {
      -moz-flex-direction: row;
      flex-direction: row; } }
@media screen and (max-width: 500px) {
    .c-notification__container {
      -moz-flex-direction: column;
      flex-direction: column; } }
.c-notification__container .c-notification__content {
    -moz-flex: 1;
    flex: 1;
    -moz-flex-grow: 3;
    flex-grow: 3;
    padding-left: 22px; }
.c-notification__container .c-notification__content .heading-4 {
      margin-bottom: 5px; }
.c-notification__container .c-notification__content--failure {
      font-family: Roboto-Bold, sans-serif;
      color: #f75d5d; }
.c-notification__container .c-notification__content--success {
      font-family: Roboto-Bold, sans-serif;
      color: #67de91; }
@media screen and (min-width: 500px) {
      .c-notification__container .c-notification__content {
        text-align: left;
        align-self: center; } }
@media screen and (max-width: 500px) {
      .c-notification__container .c-notification__content {
        text-align: left;
        align-self: left; } }
.c-notification__container .c-notification__dismiss, .c-notification__container .c-notification__dismiss--failure, .c-notification__container .c-notification__dismiss--success {
    -moz-flex: 2;
    flex: 2;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Roboto-Bold, sans-serif; }
.c-notification__container .c-notification__dismiss--failure {
      color: #f75d5d; }
.c-notification__container .c-notification__dismiss--success {
      color: #67de91; }
.c-notification__container .c-notification__dismiss .dismiss_btn:hover, .c-notification__container .c-notification__dismiss--failure .dismiss_btn:hover, .c-notification__container .c-notification__dismiss--success .dismiss_btn:hover {
      cursor: pointer; }
@media screen and (min-width: 500px) {
      .c-notification__container .c-notification__dismiss, .c-notification__container .c-notification__dismiss--failure, .c-notification__container .c-notification__dismiss--success {
        text-align: right;
        align-self: center; } }
@media screen and (max-width: 500px) {
      .c-notification__container .c-notification__dismiss, .c-notification__container .c-notification__dismiss--failure, .c-notification__container .c-notification__dismiss--success {
        text-align: left;
        align-self: left;
        margin-left: 22px; } }
.c-pag {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.c-order__quantity {
  text-align: left;
  padding-left: 117px; }
.c-order__price {
  text-align: left;
  padding-left: 117px; }
.c-order__sub {
  text-transform: uppercase;
  font-weight: 400; }
.t-order__title {
  font-weight: 700;
  font-size: 16px; }
@media screen and (min-width: 768px) {
  .t-order__price {
    text-align: right; } }
.c-calibration-form .field-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.c-calibration-form .field-group .close-icon {
    margin-top: 12px;
    display: inline-block;
    text-align: center;
    margin: 7px auto 0;
    width: 40px;
    height: 40px;
    line-height: 40px; }
.c-calibration-form .row-number {
  margin-right: 16px; }
.c-calibration-form .button {
  width: 100%; }
.c-calibration__header {
  display: none; }
.c-calibration__add {
  padding: 10px 0; }
.c-calibration__add .icon {
    margin-right: 10px; }
@media screen and (min-width: 768px) {
  .c-calibration-form .field {
    margin-bottom: 0; }
  .c-calibration-form .field-group {
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 0;
    border: none; }
    .c-calibration-form .field-group .field__label {
      display: none; }
  .c-calibration__header {
    display: -moz-flex;
    display: flex;
    margin-right: 60px; }
  .c-calibration__header__item {
    -moz-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #0f1b3b;
    padding-bottom: 0.33em;
    margin-bottom: 0.45em; }
    .c-calibration__header__item:not(:last-child) {
      padding-right: 20px; } }
.c-color-box {
  background: #fa6900;
  padding: 20px 35px 35px 35px; }
.c-color-box__icon {
  width: 39px;
  height: 55px;
  color: #ffffff;
  margin-bottom: 20px; }
@media screen and (min-width: 480px) {
  .c-color-box {
    padding: 30px 50px 50px 50px; } }
@media screen and (min-width: 768px) {
  .c-color-box {
    padding: 30px 150px 50px 150px; } }
@media screen and (min-width: 980px) {
  .c-color-box {
    padding: 40px 70px 70px 70px; } }
.c-image-tile {
  border: 1px solid rgba(103, 108, 117, 0.25);
  background-color: #ffffff;
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  padding-top: 50%;
  display: inline-block; }
.c-image-tile.t-flexitem {
    width: calc(50% - 15px);
    -moz-flex: none;
    flex: none;
    margin-bottom: 30px; }
.c-menu-drawer {
  padding-top: 1.5625em;
  border-bottom: solid 1px #d9d7cd; }
.c-menu-drawer__header {
    position: relative; }
.c-menu-drawer__title {
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 1.4375em;
    padding-right: 20px; }
.c-menu-drawer__icon {
    font-size: 0.65em;
    position: absolute;
    top: 0.35em;
    right: 0; }
.c-quantity-input {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px; }
.c-quantity-input__button {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 48px;
    width: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 1px solid #a4a7ac;
    transition: border-color 250ms ease-in-out;
    background-color: #ffffff; }
.c-quantity-input__button--left {
      border-right: 0; }
.c-quantity-input__button--right {
      border-left: 0; }
.c-quantity-input__button:hover {
      cursor: pointer;
      border-color: #fa6900; }
.c-quantity-input__button:focus {
      outline: none; }
.c-quantity-input__button:active {
      border-color: #676c75; }
.c-quantity-input__field {
    -moz-flex: 0 0 48px;
    flex: 0 0 48px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: none;
    border: 1px solid #676c75;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    min-width: 0;
    width: 48px;
    height: 48px;
    color: #676c75;
    font-family: "Roboto", sans-serif; }
.c-quantity-input__field:focus {
      outline: none;
      border: 1px solid #fa6900; }
.c-quantity-input__field::-webkit-inner-spin-button, .c-quantity-input__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3 {
  color: #0f1b3b;
  margin-bottom: 0.8em;
  font-weight: 700; }
.c-wysiwyg h1 {
  font-size: 2.5rem; }
.c-wysiwyg h2 {
  font-size: 2rem; }
.c-wysiwyg h3 {
  font-size: 1.5rem; }
.c-wysiwyg p {
  margin-bottom: 1em; }
.c-wysiwyg a {
  color: #fa6900; }
.c-wysiwyg a:hover {
    color: #db5c00; }
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 1rem 0;
  padding-left: 20px; }
.c-wysiwyg ul {
  list-style: disc outside; }
.c-wysiwyg ol {
  list-style: decimal outside; }
.c-wysiwyg i,
.c-wysiwyg em {
  font-style: italic; }
.c-site-selector {
  position: relative; }
.c-site-selector__button {
    display: flex;
    border: none;
    background-color: transparent;
    outline: none;
    color: white;
    cursor: pointer; }
.c-site-selector__drawer {
    background-color: #ffffff;
    position: absolute;
    top: 57px;
    left: -135px;
    height: auto;
    width: 180px;
    box-shadow: 0px 2px 4px 0px; }
.c-site-selector__drawer:after {
      content: "";
      position: absolute;
      border: 10px transparent solid;
      border-bottom-color: #f7f6f2;
      bottom: 99%;
      right: 20px; }
.c-site-selector__country-item {
    padding: 20px 16px;
    border-bottom: 1px solid #efefe7; }
.c-site-selector__country-item:last-child {
      border: none; }
.c-site-selector__country-item--current {
      background-color: #f7f6f2; }
.c-site-selector__link {
    display: flex;
    -moz-align-items: center;
    align-items: center;
    border: none;
    background-color: transparent;
    padding: 0px;
    width: 100%;
    outline: none; }
.c-site-selector__country-label {
    padding-left: 1em;
    font-size: 1.2em;
    color: #676c75; }
.c-snipe {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding: 4px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700; }
.c-snipe--blue {
    background-color: #0f1b3b;
    color: #ffffff; }
.c-square-image {
  display: block;
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(103, 108, 117, 0.25);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat; }
a.c-square-image {
  transition: border-color 250ms ease-in-out; }
a.c-square-image:hover {
    border-color: #676c75; }
.c-tag {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  margin: 0;
  font-size: 9px;
  padding: 9px 13px 8px 13px;
  display: inline-block;
  color: #676c75;
  background: #eff0f1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }
.c-tag:after {
    content: "X";
    padding-left: 1.25em; }
.c-sortby {
  position: relative;
  font-size: 1.125em;
  color: #4d565c;
  padding-bottom: 1.875em;
  display: block; }
.c-sortby__label {
    display: inline-block;
    padding-right: 0.83333em;
    padding-bottom: 16px; }
.c-sortby__field {
    position: absolute;
    margin-bottom: 16px;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.c-sortby__nicefield {
    color: #1d2029;
    font-weight: 700; }
.c-sortby__icon {
    margin-left: 1em;
    margin-top: 0.2em;
    width: 1.25em;
    height: 1.25em; }
.c-config-container {
  margin: 21px; }
.c-config-container .text-label + .body-text {
    margin-top: 5px;
    margin-bottom: 5px; }
.c-config-container .c-config-item {
    line-height: 1.2;
    padding-bottom: 1em; }
.c-config-container .c-config-item__radio-btn,
  .c-config-container .c-config-item__radio-btn--notavailable {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
.c-config-container .c-config-item__label {
    position: relative;
    cursor: pointer;
    display: block; }
.c-config-container .c-config-item__label:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      margin-right: 5px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23676C75' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23676C75' stroke-width='1.5' fill='none' /%3E%3C/svg%3E"); }
.c-config-container .c-config-item__radio-btn--notavailable + .c-config-item__label span {
    opacity: 0.3; }
.c-config-container .c-config-item__radio-btn--notavailable + .c-config-item__label:before {
    opacity: 1 !important; }
.c-config-container .c-config-item__radio-btn--notavailable:hover + .c-config-item__label span {
    opacity: 1;
    color: #fa6900;
    font-weight: 700;
    transition: all 0.3s ease-out; }
.c-config-container .c-config-item__radio-btn--notavailable:hover + .c-config-item__label:before {
    font-weight: 700;
    transition: all 0.3s ease-out; }
.c-config-container .c-config-item__radio-btn:checked + .c-config-item__label:before {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23676C75' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23676C75' stroke-width='1.5' fill='none' /%3E%3Ccircle cx='9' cy='9' r='5' stroke='%23676C75' fill='%23676C75' /%3E%3C/svg%3E"); }
.c-config__footer {
  padding: 40px; }
.c-config__footer .c-flex-group {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex-direction: column;
    flex-direction: column; }
.c-config__footer .c-flexitem {
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin: 10px 0px;
    text-align: center; }
@media screen and (min-width: 768px) {
  .c-config__footer .c-flex-group {
    -moz-flex-direction: row;
    flex-direction: row; }
  .c-config__footer .c-flexitem {
    width: auto;
    text-align: left; } }
.c-noticebox {
  position: relative;
  padding: 1.25em 1.25em 1.125em 3.4375em;
  color: #f75d5d; }
.c-noticebox--success {
    color: #67de91; }
.c-noticebox--border {
    border: solid 1px currentColor; }
.c-noticebox__icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0.8125em;
    left: 0.6875em; }
.c-noticebox__title {
    line-height: 1.1875;
    font-weight: 700;
    padding-bottom: 0.4375em; }
.c-noticebox__message {
    line-height: 1.375;
    color: #686c76; }
.c-mobile__icon [class^="c-mobile__icon-bar"] {
  transform-origin: center;
  transform: translate(0) rotate(0); }
.c-mobile__icon--open .c-mobile__icon-bar--2 {
  display: none; }
.c-mobile__icon--open .c-mobile__icon-bar--1 {
  transform: translate(0, 7px) rotate(-45deg); }
.c-mobile__icon--open .c-mobile__icon-bar--3 {
  transform: translate(0, -7px) rotate(45deg); }
@media screen and (min-width: 768px) {
  .button-nav--mobile {
    display: none; } }
.c-disclaimer__standard {
  margin-top: 2em;
  background: white;
  z-index: 2; }
@media screen and (min-width: 768px) {
  .c-disclaimer__standard {
    position: fixed;
    bottom: 3em;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1180px;
    margin: 0 148px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-animation: fadeIn 0.25s ease-out;
            animation: fadeIn 0.25s ease-out; } }
.c-account-sidebar {
  margin-bottom: 38px;
  padding-top: 0px; }
.c-fileUpload__dragdrop {
  display: -moz-flex;
  display: flex;
  width: 100%;
  border: 1px solid #c6c6bd;
  background-color: #fafafa;
  min-height: 100px;
  margin: 30px auto;
  text-align: center;
  align-items: center;
  justify-content: center; }
.c-fileUpload__dragdrop .dragdrop__instruction {
    -moz-flex: 1;
    flex: 1;
    width: 100%; }
.c-fileUpload__dragdrop .dragdrop__instruction img {
      width: 100px;
      height: 100px;
      margin: 10px; }
.c-fileUpload__dragdrop .dragdrop__instruction h1 {
      margin: 10px 0px; }
.c-fileUpload__dragdrop .dragdrop__instruction p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.c-fileUpload__title-input {
  margin: 20px 0px; }
.hidden-fileInput {
  display: none; }
/* templates */
.t-card {
  margin: 30px auto;
  padding: 20px; }
.t-card--border {
    border: 1px solid rgba(103, 108, 117, 0.25); }
.t-toolbar {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center; }
.t-toolbar__item {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    padding-left: 15px; }
.t-toolbar__item:first-child {
      padding-left: 0; }
.t-toolbar__item--full {
      -moz-flex: 1 1 auto;
      flex: 1 1 auto; }
.t-toolbar__spacer {
    margin-left: auto; }
@media screen and (min-width: 980px) {
    .t-toolbar__item {
      padding-left: 20px; }
      .t-toolbar__item--first {
        padding-left: 0; } }
.t-form-wrap {
  margin-bottom: 40px; }
.t-form-wrap .button,
  .t-form-wrap .t-form {
    margin: 0; }
.t-form-wrap--border {
    padding: 30px;
    border: 1px solid rgba(103, 108, 117, 0.25); }
.t-form-wrap + .t-form-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(103, 108, 117, 0.25); }
.t-form {
  margin-bottom: 40px; }
.t-form__message {
    margin-bottom: 16px; }
.t-form__field {
    margin-bottom: 16px; }
.t-form__footer, .t-form__footer--left {
    margin-top: 6px; }
.t-form__footer--large {
      margin-top: 30px; }
.t-form .row + .row .heading:first-of-type {
    margin-top: 30px; }
.t-form + .t-form {
  padding-top: 20px; }
.t-form__input--textarea {
  height: 230px; }
.t-form__footer, .t-form__footer--left {
  margin-top: 0;
  padding-top: 24px;
  text-align: right; }
.t-form__footer--left {
  text-align: left; }
.heading + .t-form {
  margin-top: 3rem; }
.t-quantity__container {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #ffffff;
  padding: 0; }
.t-quantity__container--border {
    border: 1px solid #1d2029; }
.t-quantity__container--input {
    border: 1px solid #1d2029; }
.t-quantity__container .icon {
    margin: 0 auto; }
@media screen and (min-width: 768px) {
  .t-form-wrap {
    margin-bottom: 0; } }
.t-button-row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.t-button-row .button {
    -moz-flex: none;
    flex: none;
    width: 100%;
    margin-bottom: 1rem; }
@media screen and (min-width: 980px) {
  .t-button-row .button {
    width: calc(50% - 15px); } }
.bucket__list {
  padding-bottom: 0px; }
.bucket {
  text-align: center;
  padding-bottom: 38px; }
.bucket .heading {
    text-transform: none; }
.bucket .icon {
    color: #fa6900;
    width: 55px;
    height: 55px;
    margin-bottom: 24px; }
.bucket .button {
    margin: 0; }
.bucket-no-padding {
  text-align: center;
  padding-bottom: 0; }
.bucket-no-padding .heading {
    text-transform: none; }
.bucket-no-padding .icon {
    color: #fa6900;
    width: 55px;
    height: 55px;
    margin-bottom: 24px; }
.bucket-no-padding .button {
    margin: 0; }
.t-product-card {
  position: relative;
  padding-bottom: 38px; }
.t-product-card:hover .t-product-card__header, .t-product-card:hover header {
    border-color: #1d2029; }
.t-product-card body {
    min-height: 100px; }
.t-product-card footer {
    position: absolute;
    bottom: 0; }
.t-product-card__header, .t-product-card header {
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
  border: 1px solid #efefe7;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  transition: border-color 250ms ease-out; }
.t-product-card__id {
  margin: 5px 0 7px 0; }
.t-product-card__price, .t-product-card__price-discount {
  height: 20px;
  font-family: "Industry", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  text-align: right; }
.t-product-card__price-discount {
  color: #fa6900; }
.t-product-card__price-note {
  color: #fa6900;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: left; }
.t-breadcrumb {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 30px;
  padding-bottom: 16px; }
.t-breadcrumb a {
    display: inline-block;
    vertical-align: middle;
    transition: color 0.25s ease-out; }
.t-breadcrumb a.active {
      font-weight: 700; }
.t-breadcrumb a:hover {
      color: #0f1b3b; }
.t-breadcrumb .icon {
    margin: 0 5px;
    font-size: 1.8em; }
@media screen and (min-width: 768px) {
  .t-breadcrumb {
    padding-bottom: 38px; } }
.t-static-content__image {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 1rem 0; }
.t-static-place-marker {
  display: inline;
  vertical-align: middle;
  float: left; }
@media screen and (min-width: 768px) {
  .t-static-content__image {
    margin: 30px 0; } }
.t-table {
  margin: 2rem 0;
  width: 100%;
  font-size: 0.875rem; }
.t-table__head {
  display: none; }
.t-table__body tr {
  border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.t-table__body td {
  display: block;
  padding: 1em 0 1em 1em;
  position: relative; }
.t-table__body td:last-child {
    padding-right: 0; }
.t-table__body .t-table__col--action {
  display: block;
  padding-left: 0;
  text-align: center; }
.t-table__body .t-table__col--action:before {
    content: "";
    display: none; }
.t-table__body .t-table__col--nowrap {
  white-space: nowrap; }
.t-table__body .t-table__col--right {
  text-align: right; }
.t-table__body--striped {
  font-size: 1rem; }
.t-table__body--striped tr:nth-child(odd) {
    background: #efefe7; }
.t-table__body--striped tr:nth-child(even) {
    background: transparent; }
.t-table__body--striped td:first-child {
    border-right: solid 1px #f9f9f5; }
.t-table__body--striped td {
    padding: 10px 24px 10px; }
@media screen and (min-width: 768px) {
  .t-table__head {
    display: table-header-group;
    text-transform: uppercase;
    color: #0f1b3b;
    text-align: left;
    border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
    .t-table__head th {
      padding: 0.357em 0; }
    .t-table__head .t-table__col--right {
      text-align: right; }
  .t-table__body .t-table__selectable:hover {
    cursor: pointer;
    background-color: #f9f9f5; }
  .t-table__body td {
    display: table-cell;
    padding: 1.74em 1em 1.74em 0; }
  .t-table__body .t-table__col--action {
    display: none; }
  .t-table__body .t-table__col--right {
    text-align: right; }
  .t-table + .heading {
    margin-top: 3em; } }
.t-empty {
  padding: 75px;
  text-align: center;
  background-color: #f9f9f5;
  border: 1px solid #b8c5d0;
  margin: 2rem 0; }
.t-empty .t-empty__icon {
    color: #e6e6e7;
    width: 82px;
    margin-bottom: 26px; }
.t-empty .button {
    margin-bottom: 0; }
.t-order__details {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 16px 0;
  margin-bottom: 32px; }
.t-order__detail {
  flex-basis: 50%;
  padding-right: 16px; }
.t-order__total {
  width: 100%; }
.t-order__header {
  display: block; }
.t-order__header__col {
  padding-bottom: 18px; }
.t-order__header__col .button {
    margin: 0 15px 0 0; }
.t-order__header__col .button:last-child {
      margin: 0; }
.t-order .cart-list,
.t-order .shipping-list {
  margin: 24px 0 50px 0; }
.t-order .cart-list .cart-list__col--quantity,
  .t-order .shipping-list .cart-list__col--quantity {
    text-align: left; }
.t-order .cart-list .cart-list__col--quantity,
.t-order .cart-list .cart-list__col--price {
  padding-left: 115px; }
@media screen and (min-width: 768px) {
  .t-order .cart-list .cart-list__col--quantity,
  .t-order .cart-list .cart-list__col--price {
    padding-left: 10px; } }
.t-order .shipping-list .cart-list__col--quantity,
.t-order .shipping-list .cart-list__col--price {
  padding-left: 0; }
@media screen and (min-width: 768px) {
  .t-order .shipping-list .cart-list__col--quantity,
  .t-order .shipping-list .cart-list__col--price {
    padding-left: 10px; } }
.t-order__table {
  width: 100%;
  margin-bottom: 24px; }
.t-order__table__head {
  display: none; }
.t-order__table__row {
  border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.t-order__table__col {
  display: block;
  position: relative; }
.t-order__table__col.quantity__col, .t-order__table__col.price__col {
    padding-left: 102px; }
.t-order__table__col.quantity__col {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px; }
.t-order__table__col.price__col {
    padding-bottom: 16px; }
.t-order__item {
  display: block;
  padding: 22px 0 0 0; }
img.t-order__image {
  height: auto;
  min-height: 60px;
  width: 70px;
  border: 1px solid rgba(103, 108, 117, 0.25);
  margin-right: 32px;
  float: left; }
.t-order__total__row {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 8px; }
.t-order__total__row .body-text {
    margin: 0; }
.t-order__total__row--final {
    margin-top: 16px;
    padding-top: 30px;
    border-top: 1px solid rgba(103, 108, 117, 0.25); }
@media screen and (min-width: 768px) {
  .t-order__table__head {
    display: table-header-group;
    text-transform: uppercase;
    color: #0f1b3b;
    text-align: left;
    border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
    .t-order__table__head th {
      padding: 0.357em 0; }
  .quantity__label {
    display: none; }
  .t-order__image {
    min-height: 70px;
    width: 85px; }
  .t-order__item {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    padding: 22px 0; }
  .t-order__table__col {
    display: table-cell;
    vertical-align: middle; }
    .t-order__table__col.price__col {
      text-align: right;
      padding-bottom: 0; }
    .t-order__table__col.quantity__col, .t-order__table__col.price__col {
      padding-left: 0; }
  .t-order__total {
    width: 60%;
    float: right; }
  .t-order__header {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between; } }
@media screen and (min-width: 980px) {
  .t-order__total {
    width: 40%;
    float: right; }
  .t-order__detail {
    flex-basis: 25%; } }
.t-flexbox {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: baseline;
  align-items: baseline;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.t-flexbox--v-center {
    -moz-align-items: center;
    align-items: center; }
.t-flexbox__dir--sCol-mRow {
    -moz-flex-direction: column;
    flex-direction: column; }
@media screen and (min-width: 768px) {
      .t-flexbox__dir--sCol-mRow {
        -moz-flex-direction: row;
        flex-direction: row; } }
.t-flexbox__justify--normal {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap; }
.t-flexbox--margin10 {
    margin-top: 10px;
    margin-bottom: 10px; }
.t-flexitem {
  -moz-flex: 1;
  flex: 1; }
.t-flexitem--auto {
    -moz-flex: auto;
    flex: auto; }
.t-flexitem--large {
    -moz-flex-grow: 2;
    flex-grow: 2; }
.t-flexgroup {
  -moz-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center; }
.t-flexgroup--auto {
    -moz-flex: auto;
    flex: auto;
    width: 100%; }
@media screen and (min-width: 768px) {
    .t-flexgroup {
      -moz-flex-direction: row;
      flex-direction: row;
      -moz-align-items: center;
      align-items: center;
      flex-wrap: wrap; } }
.t-flexgroup--reverse {
  -moz-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: left;
  align-items: left; }
@media screen and (min-width: 768px) {
    .t-flexgroup--reverse {
      -moz-flex-direction: column;
      flex-direction: column;
      align-self: left; } }
.t-box {
  margin-top: 50px;
  padding: 18px;
  border: 1px solid rgba(103, 108, 117, 0.25); }
.t-grid {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 116px 15px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap; }
.t-grid__item {
  padding: 0 15px 30px 15px;
  width: calc(50% - 20px);
  -moz-flex: 0 0 50%;
  flex: 0 0 50%; }
@media screen and (min-width: 480px) {
  .t-grid__item {
    width: calc(33% - 20px);
    -moz-flex: 0 0 33.333%;
    flex: 0 0 33.333%; } }
@media screen and (min-width: 768px) {
  .t-grid__item {
    width: calc(20% - 20px);
    -moz-flex: 0 0 20%;
    flex: 0 0 20%; } }
.t-tagcloud__tag {
  margin-right: 5px;
  margin-bottom: 5px; }
.t-tagcloud__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  margin: 0;
  font-size: 9px;
  padding: 9px 13px 8px 13px;
  display: inline-block;
  border: solid 1px #b3b5ba;
  color: #676c75;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }
.t-flex-row {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1rem;
  padding-bottom: 38px; }
.t-flex-row__content {
    -moz-order: 1;
    order: 1; }
.t-flex-row__sidebar {
    position: relative;
    padding-left: 1px;
    -moz-order: 0;
    order: 0; }
@media screen and (min-width: 768px) {
  .t-flex-row {
    -moz-flex-direction: row;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px; }
    .t-flex-row__content {
      width: calc(100% - 370px);
      padding-right: 60px;
      -moz-order: 0;
      order: 0; }
    .t-flex-row__sidebar {
      width: 370px;
      -moz-order: 1;
      order: 1; }
      .t-flex-row__sidebar .fixed {
        position: fixed;
        width: 370px;
        top: 50px; }
      .t-flex-row__sidebar .fixed-bottom {
        position: absolute;
        bottom: 0;
        width: 370px;
        right: 0; } }
@media screen and (min-width: 980px) {
  .t-flex-row__content {
    padding-right: 120px; } }
.t-parts-list {
  margin-bottom: 40px; }
.t-parts-list__title {
    padding-bottom: 0.5em;
    border-bottom: solid 1px rgba(103, 108, 117, 0.25); }
.t-auth-layout {
  display: block;
  max-width: 470px;
  margin: 0 auto; }
.t-login-cards {
  max-width: 1070px;
  margin: 0 auto; }
.t-login-cards__registration {
    padding-top: 37px; }
.t-ctabar {
  position: relative;
  border: solid 1px #b8c5d0;
  padding: 30px;
  padding-top: 15px;
  background: rgba(255, 255, 255, 0.7); }
.t-ctabar__title {
    padding-bottom: 6px;
    padding-right: 30px; }
.t-ctabar__icon {
    width: 35px;
    height: 35px;
    color: #fa6900;
    margin-bottom: 15px; }
.t-ctabar__close {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #1d2029;
    color: #ffffff; }
.t-ctabar__close .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      height: 10px;
      width: 10px;
      transform: translate(-50%, -50%); }
@media screen and (min-width: 768px) {
    .t-ctabar {
      padding-top: 30px;
      padding-left: 90px; }
      .t-ctabar__icon {
        position: absolute;
        left: 30px;
        width: 35px;
        height: 35px; } }
@media screen and (min-width: 980px) {
    .t-ctabar {
      padding: 35px;
      padding-left: 90px; } }
/* sections */
.s-main {
  padding-top: 40px; }
.s-main--bottom-pad {
    padding-bottom: 100px; }
.s-main--marker {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewbox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F8F9F9' opacity='0.6' d='M0,10 L10,10 L10,0 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 60% auto; }
.s-main--row-items {
    height: 75px;
    min-height: 75px;
    text-align: center;
    vertical-align: middle; }
@media screen and (min-width: 768px) {
  .s-main--bottom-pad {
    padding-bottom: 150px; } }
.table-center {
  margin-left: auto;
  margin-right: auto;
  width: 60%; }
img {
  max-width: 100%;
  max-height: 100%; }
.s-header {
  background-color: #ffffff; }
.s-header__inner {
  padding: 1.5rem 20px;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center; }
.s-header__inner .s-header__nav {
    flex: 0 0 auto;
    text-align: right;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center; }
.s-header__inner .s-header__nav .button-nav {
      margin: 0 20px;
      text-align: center; }
.s-header__inner .s-header__nav .button-nav--desk {
        display: none; }
.s-header__inner .s-header__nav .button-nav--search {
        margin: 0; }
.s-header__inner .s-header__nav .button-nav:last-child {
        margin-right: 0; }
.s-header__inner .s-header__nav .button-nav.search {
      display: inline-block; }
.s-header__inner .s-header__logo__link {
    flex: 3 0 auto;
    display: flex;
    height: 24px; }
.s-header__inner .s-header__logo__link .s-header__logo-bhd {
      color: #fa6900;
      width: 90px; }
.s-header__inner .s-header__logo__link .s-header__logo-maple-leaf {
      color: #fa6900;
      height: 18px;
      width: 18px;
      margin: 0 2px; }
.s-header__inner .s-header__logo__link .s-header__logo-proud-can {
      font: Roboto;
      font-size: 8px;
      line-height: 11px; }
.s-header__inner .s-header__logo__link__us {
    flex: 3 0 auto;
    display: flex;
    height: 24px; }
@media (min-width: 768px) {
      .s-header__inner .s-header__logo__link__us {
        flex-direction: column; } }
.s-header__inner .s-header__logo__link__us .s-header__logo-bhd {
      color: #fa6900;
      width: 90px; }
.s-header__inner .s-header__logo__link__us .s-header__logo-maple-leaf {
      color: #fa6900;
      height: 18px;
      width: 18px;
      margin: 0 2px; }
.s-header__inner .s-header__logo__link__us .s-header__logo-proud-can {
      font: Roboto;
      font-size: 8px;
      line-height: 11px; }
.s-header__inner .s-header__logo__link__us span {
      color: #14284c;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      transform: translateY(-10px); }
@media (max-width: 767px) {
        .s-header__inner .s-header__logo__link__us span {
          display: none; } }
.s-header__search {
  display: none; }
.s-header__search .c-search {
    width: 100%; }
.s-header__search.active {
    z-index: 1;
    display: block;
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (min-width: 0px) {
  .s-header__logo-proud-can {
    display: none; } }
@media screen and (min-width: 480px) {
  .s-header__logo__link .s-header__logo-proud-can {
    display: flex;
    flex-direction: column; }
  .s-header__logo__link__us .s-header__logo-proud-can {
    display: flex;
    flex-direction: column; } }
@media screen and (min-width: 768px) {
  .s-header__inner {
    padding: 1.5rem 30px; }
    .s-header__inner .s-header__logo__link {
      flex: 3 0 auto; }
    .s-header__inner .s-header__logo__link__us {
      flex: 3 0 auto; }
    .s-header__inner .s-header__nav {
      flex: 0 0 auto; }
      .s-header__inner .s-header__nav .button-nav--desk {
        display: block; }
      .s-header__inner .s-header__nav .button-nav--search {
        display: none; }
    .s-header__inner .s-header__logo__link {
      height: 44px; }
      .s-header__inner .s-header__logo__link .s-header__logo-bhd {
        height: 44px;
        width: 144px; }
      .s-header__inner .s-header__logo__link .s-header__logo-maple-leaf {
        height: 24px;
        width: 24px;
        margin: 0 4px; }
      .s-header__inner .s-header__logo__link .s-header__logo-proud-can {
        font-size: 10px;
        line-height: 11px; }
    .s-header__inner .s-header__logo__link__us {
      height: 84px; }
      .s-header__inner .s-header__logo__link__us .s-header__logo-bhd {
        height: 84px;
        width: 144px; }
      .s-header__inner .s-header__logo__link__us .s-header__logo-maple-leaf {
        height: 24px;
        width: 24px;
        margin: 0 4px; }
      .s-header__inner .s-header__logo__link__us .s-header__logo-proud-can {
        font-size: 10px;
        line-height: 11px; }
  .s-header__search {
    display: flex;
    flex: 8 0 auto;
    margin: 0 15px; }
    .s-header__search .field__input {
      border-color: #0f1b3b; }
    .s-header__search.active {
      z-index: 0;
      display: flex;
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      height: auto; } }
@media screen and (min-width: 980px) {
  .s-header__inner .s-header__nav {
    padding-left: 6%; } }
.s-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0f1b3b;
  min-height: 400px;
  padding: 64px 0 0; }
.s-banner--title {
    min-height: 0;
    height: 176px; }
.s-banner--brand {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    height: 400px; }
.s-banner .heading {
    padding-bottom: 1rem; }
.s-banner .body-text {
    margin: 0 0 2.5rem 0;
    width: 100%; }
.s-banner2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0f1b3b;
  min-height: 400px;
  /*padding: 64px 0 0;*/ }
.s-banner2--title {
    min-height: 0;
    /*height: 176px;*/ }
.s-banner2--brand {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    height: 400px; }
.s-banner2 .heading {
    padding-bottom: 1rem; }
.s-banner2 .body-text {
    margin: 0 0 2.5rem 0;
    width: 100%; }
.s-banner__inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  height: 100%;
  padding: 0 5%; }
.s-banner__inner .s-banner__content {
    color: #ffffff;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto; }
@media screen and (min-width: 768px) {
      .s-banner__inner .s-banner__content {
        margin-left: 90px; } }
.s-banner__inner .s-banner__image {
    display: none; }
@media screen and (min-width: 768px) {
      .s-banner__inner .s-banner__image {
        display: block;
        width: 210px;
        height: 210px;
        padding: 10px;
        -moz-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #ffffff; } }
.s-banner--title .s-banner__inner,
  .s-banner--brand .s-banner__inner {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -moz-flex-direction: row;
    flex-direction: row;
    max-width: 1210px;
    padding: 3.25rem 30px; }
.s-banner--brand .s-banner__inner {
    height: auto;
    -moz-align-items: center;
    align-items: center; }
.s-banner2__inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  height: 100%;
  padding: 0 5%; }
.s-banner2__inner .s-banner2__content {
    color: #ffffff;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto; }
@media screen and (min-width: 768px) {
      .s-banner2__inner .s-banner2__content {
        margin-left: 90px; } }
.s-banner2__inner .s-banner2__image {
    display: none; }
@media screen and (min-width: 768px) {
      .s-banner2__inner .s-banner2__image {
        display: block;
        width: 210px;
        height: 210px;
        padding: 10px;
        -moz-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #ffffff; } }
.s-banner2--title .s-banner2__inner,
  .s-banner2--brand .s-banner2__inner {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -moz-flex-direction: row;
    flex-direction: row;
    max-width: 1210px;
    /*padding: 3.25rem $gutter;*/ }
.s-banner2--brand .s-banner2__inner {
    height: auto;
    -moz-align-items: center;
    align-items: center; }
@media screen and (min-width: 768px) {
  .s-banner {
    height: 60vh;
    min-height: 280px;
    max-height: 615px; }
    .s-banner--title {
      min-height: 0;
      height: 280px; }
  .s-banner2 {
    height: 60vh;
    min-height: 280px;
    max-height: 615px; }
    .s-banner2--title {
      min-height: 0;
      height: 280px; } }
@media screen and (min-width: 768px) {
  .s-banner-homepage {
    height: 60vh;
    min-height: 280px;
    max-height: 280px; }
    .s-banner-homepage--title {
      min-height: 0;
      height: 280px; } }
@media screen and (min-width: 768px) {
  .s-banner2-homepage {
    height: 60vh;
    min-height: 280px;
    max-height: 280px; }
    .s-banner2-homepage--title {
      min-height: 0;
      height: 280px; } }
.s-banner2-home-image {
  width: 100%;
  height: auto; }
.s-login__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
.s-main__nav {
  background-color: #0f1b3b;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1; }
.s-main__nav--open {
    display: block; }
.s-main__nav__inner {
  width: 100%;
  max-width: 1210px;
  padding: 0;
  margin: 0 auto;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: column;
  flex-direction: column; }
.s-main__nav__item {
  color: #ffffff;
  font-size: 0.9375em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.35em 1em;
  display: inline-block;
  -moz-flex: none;
  flex: none; }
.s-main__nav__item--site-selector {
    width: 60px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center; }
.s-main__nav__left {
  -moz-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }
.s-main__nav__left .s-main__nav__item {
    border-bottom: 2px solid rgba(209, 212, 219, 0.1);
    text-align: center;
    transition: background-color 0.25s ease-out;
    opacity: 0.9;
    font-size: 22px;
    font-weight: 400; }
.s-main__nav__right {
  -moz-flex: none;
  flex: none;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  background-color: #091126; }
.s-main__nav__right .s-main__nav__item {
    border-bottom: 2px solid rgba(209, 212, 219, 0.1);
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.25s ease-out;
    font-size: 14px;
    font-weight: 700;
    -moz-flex: 1 0 50%;
    flex: 1 0 50%; }
.s-main__nav__right .s-main__nav__item .icon {
      margin-right: 20px;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.6;
      height: 24px;
      width: 24px; }
.s-main__nav__right .s-main__nav__item:first-child {
      border-right: 2px solid rgba(209, 212, 219, 0.1); }
.s-main__nav__right .s-main__nav__item:hover {
      opacity: 1; }
@media screen and (min-width: 768px) {
  .s-main__nav {
    display: block;
    position: relative;
    background-image: linear-gradient(to right, #091126, #091126 50%, #0e1e44 50%, #0e1e44); }
  .s-main__nav__inner {
    -moz-flex-direction: row;
    flex-direction: row;
    padding: 0 30px; }
  .s-main__nav__item {
    padding: 1.35em 1em; }
    .s-main__nav__item--mobile {
      display: none; }
  .s-main__nav__left {
    -moz-flex-direction: row;
    flex-direction: row;
    background-color: #091126; }
    .s-main__nav__left .s-main__nav__item {
      border-bottom: none;
      text-align: left;
      font-size: 14px;
      font-weight: 400; }
      .s-main__nav__left .s-main__nav__item:hover, .s-main__nav__left .s-main__nav__item.active {
        background-color: #fa6900; }
  .s-main__nav__right {
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    background-image: linear-gradient(135deg, #091126, #091126 18%, #0e1e44 18%, #0e1e44);
    padding-left: 70px; }
    .s-main__nav__right .s-main__nav__item {
      border-bottom: none;
      -moz-flex: none;
      flex: none;
      text-align: left;
      font-weight: 700; }
      .s-main__nav__right .s-main__nav__item:first-child {
        border-right: none; }
      .s-main__nav__right .s-main__nav__item.active {
        opacity: 1;
        background-color: #fa6900; } }
@media screen and (min-width: 980px) {
  .s-main__nav__item {
    padding: 1.35em 2em; }
  .s-main__nav__left .s-main__nav__item {
    font-size: 15px; }
  .s-main__nav__right .s-main__nav__item {
    font-size: 14px; } }
.s-cta {
  background-color: #0f1b3b;
  text-align: center;
  padding: 40px 0; }
.s-cta .heading {
    margin-bottom: 1.5rem; }
.s-cta .t-button-row {
    -moz-justify-content: center;
    justify-content: center; }
.s-cta .t-button-row .button {
      -moz-flex: auto;
      flex: auto; }
@media screen and (min-width: 768px) {
  .s-cta .t-button-row .button {
    padding: 1.2rem 1.2rem;
    max-width: 140px;
    margin: 0 15px 0; } }
.loading-bar {
  bottom: 0;
  position: fixed;
  z-index: 150;
  _position: absolute;
  _top: expression( eval( document.documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight) ) );
  height: 8px;
  width: 0%;
  background-color: #fa6900;
  transition: width 2s; }
.loading-bar__full {
    width: 100%; }
.s-footer {
  background-color: #f9f9f5; }
.s-footer .heading {
    margin-bottom: 1.1rem; }
.s-footer--item {
    margin-bottom: 2rem; }
.s-footer--email-field {
    margin-top: 1rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(103, 108, 113, 0.25);
    border-bottom: 1px solid rgba(103, 108, 113, 0.25); }
@media screen and (min-width: 980px) {
  .s-footer--email-field {
    margin: 0px;
    padding: 0px;
    border: none; } }
.s-footer__text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1em; }
.s-footer__nav--inline .s-footer__nav__item {
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #676c75;
  padding: 0 1em;
  font-weight: 400; }
.s-footer__nav--inline .s-footer__nav__item:first-child {
    padding-left: 0; }
.s-footer__nav--inline .s-footer__nav__item:last-child {
    border-right: none;
    padding-right: 0; }
.s-footer__nav__item {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 4px 0; }
.s-footer__nav__link {
  font-size: 0.875rem;
  transition: color 250ms ease-in-out; }
.s-footer__nav__link:hover {
    color: #fa6900; }
.s-footer__subnav {
  margin-top: 1.5rem; }
.s-footer__subnav--right,
.s-footer__subnav--left {
  text-align: center;
  margin-bottom: 28px; }
@media screen and (min-width: 1280px) {
  .s-footer {
    padding-top: 100px; }
  .s-footer__subnav--left {
    text-align: left;
    margin-bottom: 0; }
  .s-footer__subnav--right {
    text-align: right;
    margin-bottom: 0; }
  .s-footer__col {
    margin: 0; } }
.s-products__wrap {
  padding: 78px 0; }
.s-product-row {
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(103, 108, 117, 0.25); }
.s-product-row:last-of-type {
    border-bottom: none; }
.s-product-row__sidebar {
    padding-bottom: 38px; }
.s-content-wrap {
  min-height: 650px; }
.s-content-wrap--marker {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewbox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F5F6F4' d='M0,10 L10,10 L10,0 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 650px auto; }
.s-content-wrap--bg {
    background-color: #f9f9f5; }
.s-content-row {
  padding: 25px 0 9px 0; }
.s-content-row--first {
    padding-top: 50px; }
.s-content-row--last {
    padding-bottom: 34px; }
.s-content-row--has-sidebar, .s-content-row--flush {
    padding-top: 0; }
.s-content--flush {
  padding-bottom: 0px; }
@media screen and (min-width: 480px) {
  .s-content--small-flush {
    padding-bottom: 0px; } }
@media screen and (min-width: 768px) {
  .s-content--medium-flush {
    padding-bottom: 0px; } }
@media screen and (min-width: 980px) {
  .s-content--large-flush {
    padding-bottom: 0px; } }
@media screen and (min-width: 768px) {
  .s-content-row--first, .s-content-row--has-sidebar {
    padding-top: 50px; } }
.s-product-info {
  padding: 38px 0 50px; }
.s-product-details {
  padding-bottom: 38px; }
.s-product-list {
  padding: 55px 0 100px 0; }
@media screen and (min-width: 980px) {
    .s-product-list__sidebar {
      max-width: 234px; } }
.s-secondary-nav {
  margin-bottom: 25px; }
@media screen and (min-width: 768px) {
  .s-secondary-nav {
    margin-bottom: 50px; } }
@media print {
  .s-rma .s-content-row {
    padding-top: 0; } }
.careers__reverse-group-order {
  display: flex;
  flex-direction: column-reverse; }
@media screen and (min-width: 768px) {
  .careers__reverse-group-order {
    display: flex;
    flex-direction: row; } }
/* Bottom */
@media print {
  body {
    font-size: 10pt; }
  .c-search,
  .s-header__nav,
  .s-main__nav,
  .s-cta,
  .s-footer,
  .t-sidenav {
    visibility: hidden;
    display: none; }
  .t-order__total {
    max-width: 50%;
    float: right; }
  .t-order__header .button {
    display: none; } }
body {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #676c75;
  color: #676c75; }

