/* BASE */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* CONTAINER
======================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

/* COLUMNS
======================================================================== */
.column, .columns {
  float: left;
  margin-left: 4%;
  box-sizing: border-box; }

.column:first-child, .columns:first-child {
  margin-left: 0; }

@media (max-width: 750px) {
  .container {
    padding: 0 10px !important; }

  .column, .columns {
    width: 100% !important;
    margin: 0 auto; } }
/* NUMBERED COLUMNS
======================================================================== */
.one.column, .one.columns {
  width: 4.66666666667%; }

.two.columns {
  width: 13.3333333333%; }

.three.columns {
  width: 22%; }

.four.columns {
  width: 30.6666666667%; }

.five.columns {
  width: 39.3333333333%; }

.six.columns {
  width: 48%; }

.seven.columns {
  width: 56.6666666667%; }

.eight.columns {
  width: 65.3333333333%; }

.nine.columns {
  width: 74.0%; }

.ten.columns {
  width: 82.6666666667%; }

.eleven.columns {
  width: 91.3333333333%; }

.twelve.columns {
  width: 100%;
  margin-left: 0; }

/* COLUMNS IN THIRDS 
======================================================================== */
.one-third.column {
  width: 30.6666666667%; }

.two-thirds.column {
  width: 65.3333333333%; }

/* HALF COLUMN 
======================================================================== */
.one-half.column {
  width: 48%; }

/* OFFSETS
======================================================================== */
.offset-by-one.column, .offset-by-one.columns {
  margin-left: 8.66666666667%; }

.offset-by-two.column, .offset-by-two.columns {
  margin-left: 17.3333333333%; }

.offset-by-three.column, .offset-by-three.columns {
  margin-left: 26%; }

.offset-by-four.column, .offset-by-four.columns {
  margin-left: 34.6666666667%; }

.offset-by-five.column, .offset-by-five.columns {
  margin-left: 43.3333333333%; }

.offset-by-six.column, .offset-by-six.columns {
  margin-left: 52%; }

.offset-by-seven.column, .offset-by-seven.columns {
  margin-left: 60.6666666667%; }

.offset-by-eight.column, .offset-by-eight.columns {
  margin-left: 69.3333333333%; }

.offset-by-nine.column, .offset-by-nine.columns {
  margin-left: 78.0%; }

.offset-by-ten.column, .offset-by-ten.columns {
  margin-left: 86.6666666667%; }

.offset-by-eleven.column, .offset-by-eleven.columns {
  margin-left: 95.3333333333%; }

.offset-by-one-third.column, .offset-by-one-third.columns {
  margin-left: 34.6666666667%; }

.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
  margin-left: 69.3333333333%; }

.offset-by-one-half.column, .offset-by-one-half.columns {
  margin-left: 52%; }

/* BASE
======================================================================== */
/* HTML is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Frutiger Neue W01 Thin', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* TYPOGRAPHY
======================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'FrutigerNeueW01-Regular';
  font-weight: normal; }

h1 {
  font-size: 3.6rem;
  line-height: 1.3; }

h2 {
  font-size: 3.0rem;
  line-height: 1.35; }

h3 {
  font-size: 2.4rem;
  line-height: 1.5; }

h4 {
  font-size: 1.8rem;
  line-height: 1.7; }

/* h1 { font-size: 5.0rem; line-height: 1.2; }
h2 { font-size: 4.2rem; line-height: 1.25; }
h3 { font-size: 3.6rem; line-height: 1.3; }
h4 { font-size: 3.0rem; line-height: 1.35; }
h5 { font-size: 2.4rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; } */
/* Smaller than tablet */
@media (max-width: 750px) {
  h1 {
    font-size: 3.0rem; }

  h2 {
    font-size: 2.4rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.5rem; }

  /* 	h1 { font-size: 4.0rem; }
  	h2 { font-size: 3.6rem; }
  	h3 { font-size: 3.0rem; }
  	h4 { font-size: 2.4rem; }
  	h5 { font-size: 1.8rem; }
  	h6 { font-size: 1.5rem; } */ }
p {
  margin-top: 0; }

/* LINKS
======================================================================== */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

/* LISTS
======================================================================== */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* SPACING
======================================================================== */
button, .button {
  margin-bottom: 1rem; }

input, textarea, select, fieldset {
  margin-bottom: 1.5rem; }

pre, blockquote, dl, figure, table, p, ul, ol, form {
  /* margin-bottom: 2.5rem; */ }

/* MISC
======================================================================== */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

hr.thick {
  border-top: 26px solid #f5f5f7; }

/* CLEARING
======================================================================== */
.container:after, .row:after, .clear {
  content: "";
  display: table;
  clear: both; }

/* MEDIA QUERIES
======================================================================== */
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* HELPERS */
/* NEW RED VARIABLE */
/* BRAND COLORS */
.zero-margin {
  margin: 0; }

.center-align {
  text-align: center; }

.img-scale {
  width: 100%; }

.lead {
  font-size: 2.2rem; }

.round-corners {
  border-radius: 6px; }

.round-frame {
  border-radius: 50%; }

.img-border {
  border: 1px solid #d4d4d4; }

.float-right {
  float: right; }

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  background-color: #323235; }
  .btn:hover {
    color: white;
    background-color: #000; }
  .btn.mfp-color {
    background-color: #5f0b1f; }

.note {
  color: #646467;
  font-size: 1.3rem; }

.uppercase {
  text-transform: uppercase; }

/* NEW BOLD CLASS */
.bold {
  font-family: 'Frutiger Neue W01 Md', sans-serif; }

/* NEW RED TEXT CLASS */
.red-text {
  color: red; }

.margin-bottom-10 {
  margin-bottom: 1rem; }

.margin-bottom-20 {
  margin-bottom: 2rem; }

.margin-bottom-30 {
  margin-bottom: 3rem; }

.margin-bottom-40 {
  margin-bottom: 4rem; }

.margin-top-10 {
  margin-top: 1rem; }

.margin-top-20 {
  margin-top: 2rem; }

.margin-top-30 {
  margin-top: 3rem; }

.margin-top-40 {
  margin-top: 4rem; }

.margin-left-10 {
  margin-left: 1rem; }

.margin-left-20 {
  margin-left: 2rem; }

.margin-left-30 {
  margin-left: 3rem; }

.margin-left-40 {
  margin-left: 4rem; }

.margin-right-10 {
  margin-right: 1rem; }

.margin-right-20 {
  margin-right: 2rem; }

.margin-right-30 {
  margin-right: 3rem; }

.margin-right-40 {
  margin-right: 4rem; }

.show-mobile {
  display: none; }

@media (max-width: 750px) {
  .hide-mobile {
    display: none !important; }

  .show-mobile {
    display: block; }

  .margin-bottom-10 {
    margin-bottom: .5rem; }

  .margin-bottom-20 {
    margin-bottom: 1rem; }

  .margin-bottom-30 {
    margin-bottom: 1.5rem; }

  .margin-bottom-40 {
    margin-bottom: 2rem; }

  .margin-top-10 {
    margin-top: .5rem; }

  .margin-top-20 {
    margin-top: 1rem; }

  .margin-top-30 {
    margin-top: 1.5rem; }

  .margin-top-40 {
    margin-top: 2rem; }

  .margin-left-10 {
    margin-left: .5rem; }

  .margin-left-20 {
    margin-left: 1rem; }

  .margin-left-30 {
    margin-left: 1.5rem; }

  .margin-left-40 {
    margin-left: 2rem; }

  .margin-right-10 {
    margin-right: .5rem; }

  .margin-right-20 {
    margin-right: 1rem; }

  .margin-right-30 {
    margin-right: 1.5rem; }

  .margin-right-40 {
    margin-right: 2rem; } }
/* LAYOUT */
.main-header {
  padding: 20px; }
  .main-header .site-title {
    font-family: 'Frutiger Neue W01 Thin';
    font-size: 3.0rem;
    margin: 0; }
  .main-header .site-subtitle {
    font-size: 1.6rem; }
    .main-header .site-subtitle .bullet {
      margin: 0 1.5rem; }
  .main-header .logo {
    float: right;
    font-size: 1.3rem;
    text-align: center;
    color: #000;
    text-decoration: none; }
    .main-header .logo:hover {
      text-decoration: underline; }
    .main-header .logo img {
      width: 100%;
      max-width: 145px;
      margin-bottom: 10px; }
  .main-header .ricoh-link {
    float: right; }
  .main-header .bubble {
    float: left;
    margin-top: 5px;
    margin-right: 10px; }

@media (max-width: 750px) {
  .main-header .logo {
    float: left; }
  .main-header .site-title {
    text-align: right;
    font-size: 1.6rem; } }
.main-nav {
  font-size: 1.4rem;
  /* background-color: $light-gray; */
  border-bottom: 3px solid #f5f5f7;
  padding: 10px 0;
  margin-bottom: 5rem; }
  .main-nav .main-menu {
    margin: 0; }
    .main-nav .main-menu li {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 2.5rem;
      font-family: 'Frutiger Neue W01 Md', sans-serif;
      height: 25px;
      line-height: 25px; }
      .main-nav .main-menu li select {
        display: inline-block; }
    .main-nav .main-menu a {
      text-decoration: none;
      color: #323235;
      text-decoration: none;
      color: #323235;
      display: inline-block;
      height: 25px; }
  .main-nav .drop-down-menu, .main-nav select {
    color: #000 !important;
    width: 50%; }
  .main-nav .hamburger {
    display: none;
    width: 30px;
    height: 23px;
    background: url("../img/hamburger.png") no-repeat center center; }
  .main-nav .back-to-link {
    margin-left: 1.5rem; }

@media (max-width: 750px) {
  .main-nav {
    position: relative;
    margin-bottom: 2rem;
    /* .main-menu {
    	display: none;
    } */ }
    .main-nav .hamburger {
      display: inline-block; }
    .main-nav .seven.columns, .main-nav .five.columns {
      width: 48% !important;
      float: left !important;
      margin: none !important; }
    .main-nav .main-menu a {
      padding-right: 22px; }
      .main-nav .main-menu a.feedback {
        background: url("../img/feedback-icon.png") center right no-repeat;
        -webkit-background-size: 19px 19px !important;
        background-size: 19px 19px !important; }
      .main-nav .main-menu a.notify {
        background: url("../img/notify-icon.png") center right no-repeat;
        -webkit-background-size: 19px 19px !important;
        background-size: 19px 19px !important; }
      .main-nav .main-menu a.instructions {
        background: url("../img/instructions-icon.png") center right no-repeat;
        -webkit-background-size: 19px 19px !important;
        background-size: 19px 19px !important; }
      .main-nav .main-menu a.home {
        background: url("../img/home-icon.png") center right no-repeat;
        -webkit-background-size: 19px 19px !important;
        background-size: 19px 19px !important; }
    .main-nav .main-menu li {
      padding: 0 !important;
      margin-left: 0rem !important;
      margin-right: 1rem; }
    .main-nav .main-menu .link-text {
      display: none; }

  .slicknav_menu {
    display: block; }

  #slick-nav {
    position: absolute;
    top: 8px;
    left: 10px; } }
.sidebar h3 {
  font-size: 2rem; }
  .sidebar h3.feedback {
    padding-left: 24px;
    background: url("../img/feedback-icon.png") center left no-repeat;
    -webkit-background-size: 19px 19px !important;
    background-size: 19px 19px !important; }
  .sidebar h3.notify {
    padding-left: 24px;
    background: url("../img/notify-icon.png") center left no-repeat;
    -webkit-background-size: 19px 19px !important;
    background-size: 19px 19px !important; }
  .sidebar h3.recent {
    padding-left: 24px;
    background: url("../img/recent-icon.png") center left no-repeat;
    -webkit-background-size: 19px 19px !important;
    background-size: 19px 19px !important; }
.sidebar ul li {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: .5rem;
  list-style-position: outside; }
.sidebar .more-features {
  display: none; }

@media (max-width: 750px) {
  .sidebar {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #E1E1E1; } }
.main-footer {
  background-color: #f5f5f7;
  padding: 20px 0;
  margin-top: 0; }
  .main-footer .main-footer-logo {
    max-width: 120px; }

@media (max-width: 750px) {
  .main-footer {
    font-size: 1rem;
    margin-top: 1rem; } }
/* COMPONENTS */
.product-wrapper {
  overflow: hidden;
  text-align: center;
  /* clear col */ }
  .product-wrapper .col {
    width: 31.2%;
    float: left;
    margin-left: 3.2%;
    margin-bottom: 1.5rem; }
  .product-wrapper .col:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left; }
  .product-wrapper .thumbnail {
    width: 99%; }

@media (max-width: 750px) {
    .product-wrapper .col {
      width: 48.4%; }
    .product-wrapper .col:nth-of-type(3n+1) {
      margin-left: 3.2%;
      clear: none; }
    .product-wrapper .col:nth-of-type(2n+1) {
      margin-left: 0;
      clear: left; } }
.section-header {
  margin-bottom: 1rem;
  color: #fff;
  height: 35px;
  cursor: pointer; }
  .section-header.mfp-color {
    background-color: #5f0b1f; }
  .section-header.mfp-bw {
    background-color: #3b515c; }
  .section-header.printer-color {
    background-color: #d14e32; }
  .section-header.printer-bw {
    background-color: #02283f; }
  .section-header.production, .section-header.production-color, .section-header.production-bw {
    background-color: #0b5c8f; }
.section-header.wide-format-bw {
    background-color: #0b5c8f; }
.section-header.wide-format-color {
    background-color: #0b5c8f; }
  .section-header.archive {
    background-color: #79797b; }
  .section-header.closed {
    background-image: url("../img/expand.png");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 72px 14px !important;
    background-size: 72px 14px !important; }
  .section-header.open {
    background-image: url("../img/collapse.png");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 72px 14px !important;
    background-size: 72px 14px !important; }
  .section-header .section-title {
    font-family: 'Frutiger Neue W01 Light';
    line-height: 35px;
    font-size: 2rem;
    display: block;
    padding: 0 0 0 1rem;
    color: #fff; }

/* STEP HEADER
======================================================================== */
.step-header {
  color: #fff;
  margin-top: 1rem;
  padding: .5rem 1rem;
  cursor: pointer; }
  .step-header.mfp-color {
    background-color: #5f0b1f; }
  .step-header.mfp-bw {
    background-color: #3b515c; }
  .step-header.printer-color {
    background-color: #d14e32; }
  .step-header.printer-bw {
    background-color: #02283f; }
  .step-header.production {
    background-color: #0b5c8f; }
  .step-header.production-bw {
    background-color: #0b5c8f; }
  .step-header.production-color {
    background-color: #0b5c8f; }
  .step-header.wide-format-bw {
    background-color: #0b5c8f; }
  .step-header.wide-format-color {
    background-color: #0b5c8f; }
  .step-header.archive {
    background-color: #79797b; }
  .step-header.closed {
    background-image: url("../img/expand.png");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 72px 14px !important;
    background-size: 72px 14px !important; }
  .step-header.open {
    background-image: url("../img/collapse.png");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 72px 14px !important;
    background-size: 72px 14px !important; }
  .step-header .step-title {
    font-family: 'Frutiger Neue W01 Light';
    font-size: 1.8rem;
    display: block;
    color: #fff;
    margin-bottom: 0;
    padding-right: 3rem; }

@media (max-width: 750px) {
  .step-header {
    cursor: pointer; } }
/* OPTIONS TABLE
======================================================================== */
.options-table {
  width: 100%;
  border-collapse: collapse; }
  .options-table ul, .options-table ol {
    list-style-position: outside;
    margin-left: 3rem; }
    .options-table ul li, .options-table ol li {
      margin-bottom: .5rem; }
  .options-table ul {
    list-style-type: disc; }
  .options-table th, .options-table td {
    padding: .5rem 1rem;
    border: 1px #d4d4d4 solid;
    vertical-align: top; }
  .options-table .header-row {
    text-align: left;
    background-color: #f5f5f7; }
  .options-table .sub-header-row {
    background-color: #d4d4d4;
    color: #5f0b1f;
    font-weight: bold; }
    .options-table .sub-header-row td {
      border: 1px #b4b4b7 solid; }
  .options-table .col1 {
    width: 5%; }
  .options-table .col2 {
    width: 65%; }
  .options-table .col3 {
    width: 5%; }
  .options-table .col4 {
    width: 5%; }
  .options-table .col5 {
    width: 20%; }
  .options-table .item-title a {
    color: inherit;
    text-decoration: none; }
  .options-table .thumbnail {
    vertical-align: middle; }
  .options-table .special-note {
    display: none; }

@media (max-width: 750px) {
  .step-header {
    margin-top: 1rem;
    padding: .5rem; }

  .options-table th, .options-table td {
    padding: .5rem; }
  .options-table th, .options-table .item-number {
    font-size: 1.2rem; }
  .options-table .col1 {
    width: 10%; }
  .options-table .col2 {
    width: 60%; }
  .options-table .col3 {
    width: 10%; }
  .options-table .col4 {
    width: 10%; }
  .options-table .col5 {
    width: 10%; }
  .options-table .thumbnail {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/camera-icon.png") no-repeat center center;
    -webkit-background-size: 22px 19px !important;
    background-size: 22px 19px !important; }
  .options-table .item-details {
    display: none; }
  .options-table .item-title {
    font-size: 1.6rem;
    cursor: pointer; }
    .options-table .item-title a {
      text-decoration: underline; } }
.current-config {
  background-color: #f5f5f7;
  padding-bottom: 1rem;
  margin-top: 6rem; }
  .current-config h3, .current-config h4 {
    color: #fff;
    padding: .5rem 1.5rem;
    text-align: center; }
  .current-config h3 {
    background-color: #5f0b1f;
    color: #fff;
    margin: 0; }
  .current-config h4 {
    background-color: #b4b4b7;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .current-config ul {
    list-style-position: outside;
    margin-left: 1.5rem; }
  .current-config .with-dimensions {
    display: none; }

.featherlight-content #dynamic-configuration {
  display: block;
  width: 100% !important;
  position: static !important;
  margin-top: 0; }
.featherlight-content ul {
  list-style-type: disc;
  list-style-position: outside; }
  .featherlight-content ul li {
    margin-left: 2rem;
    padding: 0 !important; }

.sticky-header {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000; /* > note stickies. */
  background-color: #323235; }
  .sticky-header .container {
    height: 50px; }
    .sticky-header .container .logo {
      width: 122px;
      height: auto;
      display: inline-block;
      float: left;
      margin-right: 20px; }
    .sticky-header .container .item-name {
      line-height: 50px;
      float: left;
      color: #fff; }
    .sticky-header .container .select-menu {
      float: right;
      margin-top: 15px; }

@media (max-width: 750px) {
  .sticky-header .container .logo {
    float: left; }
  .sticky-header .container .item-name {
    float: right; }
  .sticky-header .container .select-menu {
    display: none; } }
.results-menu li {
  display: inline-block;
  padding: 0 1rem;
  margin: 0; }

@media (max-width: 750px) {
  .csv {
    display: none !important; }

  li {
    padding: 0 1rem !important; } }
.notify-me-form label {
  font-family: 'Frutiger Neue W01 Md', sans-serif;
  font-size: 1.3rem; }
.notify-me-form .text-field {
  width: 95%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  outline: none; }
  .notify-me-form .text-field:focus {
    background-color: #e5f6fc; }
