/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: "proxima-nova", sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: none; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp, pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15; /* 1 */
  font-family: "proxima-nova", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

.working-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/ajax-loader.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.working .working-modal {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.working .working-modal {
  display: block;
}

::selection {
  background-color: #2d5df1;
  color: #ffffff;
}

button {
  cursor: pointer;
  font-weight: bold;
}

.maintenance-message {
  padding: 0.75em 0.3125em;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #d9293e;
}

.main-content {
  /* Lists */
}
.main-content .wrapper {
  position: relative;
  max-width: 34.375em;
  margin: 1.5625em auto 3.25em auto;
  box-sizing: border-box;
  padding: 1px 1.125em;
}
.main-content .wrapper > *:first-child {
  margin-top: 0;
}
.main-content .wrapper > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 42.5em) {
  .main-content .wrapper {
    position: relative;
    max-width: 47.5em;
    margin: 2.375em auto 4.375em;
    padding: 1px 3.125em;
  }
}
.main-content h1 {
  color: #2d5df1;
  text-align: left;
  font-weight: 400;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0 0 0.6em 0;
  padding: 0.6428571429em 0;
}
@media (min-width: 42.5em) {
  .main-content h1 {
    font-size: 1.125em;
    padding: 0.8888888889em 0;
    letter-spacing: 3px;
  }
}
.main-content .intro-title {
  font-size: 2.0625em;
  font-weight: 700;
  line-height: 1.2121212121;
  color: #2d5df1;
  margin: 0 0 0.7em 0;
}
.main-content .intro-title span {
  color: #d9293e;
}
@media (min-width: 42.5em) {
  .main-content .intro-title {
    font-size: 3.3125em;
    line-height: 1.1132075472;
    margin: 0 0 0.7em 0;
  }
}
.main-content h2 {
  color: #2d5df1;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.0833333333;
  margin: 1.5em 0 0.75em 0;
}
.main-content h2 span {
  color: #d9293e;
}
@media (min-width: 42.5em) {
  .main-content h2 {
    font-size: 2.25em;
    line-height: 1.0555555556;
  }
}
.main-content h3 {
  color: #2d5df1;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.7272727273;
  margin: 0.5em 0 0.25em 0;
}
@media (min-width: 42.5em) {
  .main-content h3 {
    font-size: 1.5625em;
  }
}
.main-content p {
  color: #515e65;
  font-size: 1.0625em;
  line-height: 1.4117647059;
  font-weight: 400;
  margin: 0 0 1.75em 0;
}
@media (min-width: 42.5em) {
  .main-content p {
    font-size: 1.3125em;
    line-height: 1.5238095238;
  }
}
.main-content .small-paragraph {
  font-size: 0.9375em;
  line-height: 1.6;
}
@media (min-width: 42.5em) {
  .main-content .small-paragraph {
    font-size: 1.0625em;
    line-height: 1.4117647059;
  }
}
.main-content .small-paragraph span {
  color: #d9293e;
}
.main-content .bold {
  margin: 0;
  font-weight: bold;
}
.main-content .x-small-paragraph {
  font-size: 0.8125em;
  line-height: 1.2;
  margin: 0 0 1.3846153846em 0;
}
.main-content .x-small-paragraph span {
  color: #d9293e;
}
.main-content blockquote {
  font-size: 1.1875em;
  margin: 0 0 1.125em 0;
  padding-left: 0.9473684211em;
  font-weight: 400;
  color: #2d5df1;
  line-height: 1.3;
  border-left: 3px solid #2d5df1;
  font-style: italic;
}
.main-content blockquote p {
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0;
}
.main-content blockquote footer {
  font-size: 0.7894736842em;
  color: #515e65;
  display: block;
  margin-top: 0.75em;
}
@media (min-width: 42.5em) {
  .main-content blockquote {
    margin: 0.5em 2em 1em -2em;
    padding: 1.5em 0;
    font-weight: 400;
    font-size: 1.125em;
    color: #2d5df1;
    line-height: 1.4;
    float: left;
    max-width: 17.5rem;
    border-top: solid 10px #2d5df1;
    border-bottom: solid 1px #2d5df1;
    border-left: 0;
  }
}
.main-content a.text-link {
  background-image: linear-gradient(to top, #2d5df1 0, #2d5df1 49%, #ffffff 50%, #ffffff 100%);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0 91.5%;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0.05em 0 #ffffff, -0.05em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff;
  color: #515e65;
  text-decoration: none;
}
.main-content a.text-link:hover {
  color: #2d5df1;
  background-size: 0 0;
}
.main-content a.text-link:visited {
  color: #2d5df1;
}
@media (min-width: 42.5em) {
  .main-content a.text-link {
    background-position: 0 93.1%;
  }
}
.main-content ul, .main-content ol {
  padding: 0 0.625em 0.625em 1.6875em;
  list-style: none;
}
.main-content ul li, .main-content ol li {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0.75em 0;
  color: #515e65;
}
.main-content ul li ul, .main-content ol li ul {
  margin-top: 0.5em;
  padding-bottom: 0;
}
.main-content ul li ul li:last-child, .main-content ol li ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 42.5em) {
  .main-content ul, .main-content ol {
    padding: 0 2.5em 0.625em 2.5em;
  }
  .main-content ul li, .main-content ol li {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
  .main-content ul li ul, .main-content ol li ul {
    padding: 0 0.625em 0.625em 1.6875em;
  }
}
.main-content ul > li:before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  background-color: #2d5df1;
  width: 0.4117647059em;
  height: 0.4117647059em;
  border-radius: 50%;
  left: -1.4117647059em;
  top: 0.5294117647em;
}
.main-content ul > li ul li:before {
  border: 1px solid #2d5df1;
  background-color: transparent;
}
.main-content ol {
  counter-reset: content-counter;
}
.main-content ol li:before {
  position: absolute;
  content: counter(content-counter) ".";
  counter-increment: content-counter;
  color: #2d5df1;
  left: -1.4117647059em;
}
.main-content ol li {
  clear: both;
}
.main-content ol li .list-item-inner-items-wrapper .list-item-inner-item {
  float: left;
  margin-top: 1em;
}
.main-content ol li .list-item-inner-items-wrapper .list-item-inner-item.first {
  margin-right: 1em;
}
.main-content ol li .list-item-inner-items-wrapper .list-item-inner-item.last {
  margin-bottom: 1em;
}
.main-content ol.step {
  padding-left: 3.75em;
}
@media (min-width: 62.5em) {
  .main-content ol.step {
    padding-left: 5em;
  }
}
.main-content ol.step li:before {
  content: "Step " counter(content-counter) ".";
  left: -3.4375em;
}
.main-content hr {
  background-color: #e3e3e6;
  height: 1px;
  width: 100%;
  margin: 20px 0;
  border: 0;
}
@media (min-width: 42.5em) {
  .main-content hr {
    margin: 50px 0;
  }
}
.main-content .hr-tall {
  margin-bottom: 2.375em;
}
.main-content .center {
  text-align: center;
}

.main-content .blue-content-box {
  background: linear-gradient(to bottom, rgb(37, 89, 234) 0, rgb(62, 97, 255) 100%);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 0.9375em;
  margin: 0.625rem 0 2.625rem;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .main-content .blue-content-box {
    padding: 1.875em;
  }
}
.main-content .blue-content-box .blue-content-box-wrapper h2, .main-content .blue-content-box .blue-content-box-wrapper p {
  color: #ffffff;
}
.main-content .blue-content-box .blue-content-box-wrapper :first-child {
  margin-top: 0;
}
.main-content .blue-content-box .blue-content-box-wrapper :last-child {
  margin: 0;
}
.main-content .blue-content-box .blue-content-box-wrapper .register {
  font-size: 0.875em;
  display: block;
  background-color: #34ca68;
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: 11.5714285714em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8571428571em;
  position: relative;
  transition: all 0.15s ease;
  border-radius: 0.25rem;
}
.main-content .blue-content-box .blue-content-box-wrapper .register:hover {
  transform: translateY(-1px);
  background-color: #35d76d;
  border-color: #35d76d;
}

.main-content .plate-list img {
  vertical-align: middle;
  width: 6.125em;
  height: 3em;
  position: relative;
  top: -0.75em;
  margin-right: 0.875em;
}
.main-content .plate-list span {
  position: relative;
  top: -0.75em;
}

.blue-hero {
  padding: 1px 0;
  background-color: #255bea;
  position: relative;
}
@media (min-width: 42.5em) {
  .blue-hero {
    margin-bottom: 4.6875em;
  }
  .blue-hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10em;
    background-color: #ffffff;
  }
}

.col-wrapper {
  zoom: 1; /* IE < 8 */
}
.col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .col-wrapper .column {
    float: left;
  }
}
@media (min-width: 42.5em) {
  .col-wrapper .col-left {
    width: 42.5%;
    margin-right: 7.5%;
  }
}
.col-wrapper .col-left > *:first-child {
  margin-top: 0;
}
.col-wrapper .col-left > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 42.5em) {
  .col-wrapper .col-right {
    width: 50%;
  }
}
.col-wrapper .col-right > *:first-child {
  margin-top: 0;
}
.col-wrapper .col-right > *:last-child {
  margin-bottom: 0;
}

.basic-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(37, 91, 234, 0.9);
  padding: 1.875em 1.125em;
}
@media (min-width: 42.5em) {
  .basic-modal {
    top: 0;
    bottom: 0;
    padding-top: 4.375em;
  }
}
.basic-modal .wrapper {
  max-width: 34.75em;
  box-sizing: border-box;
  margin: 1.875em auto 0;
  background: #ffffff;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 2.1875em 1.25em 2.625em;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .basic-modal .wrapper {
    padding: 2.1875em 2.8125em 2.625em;
  }
}
.basic-modal ul {
  text-align: center;
}
.basic-modal ul li {
  font-size: 1.0625em;
}
@media (min-width: 42.5em) {
  .basic-modal ul li {
    font-size: 1.0625em;
  }
}
.basic-modal button.btn {
  box-sizing: border-box;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
  font-size: 1.0625em;
  font-weight: bold;
  padding: 0.9411764706em 3.8235294118em;
  transition: all 0.15s ease;
  outline: 0;
  border-radius: 0.25rem;
}
.basic-modal button.btn:hover {
  transform: translateY(-1px);
}
.basic-modal button.large {
  width: 100%;
  padding: 0.9411764706em 0.625em;
}
.basic-modal button + button {
  margin-top: 0.8125em;
}
.basic-modal button.blue-outline {
  border: 2px solid #386dff;
  background-color: #ffffff;
  color: #386dff;
}
.basic-modal button.solid-green {
  border: 2px solid #34ca68;
  background-color: #34ca68;
  color: #ffffff;
}
.basic-modal button.solid-green:hover {
  background-color: #35d76d;
  border-color: #35d76d;
}
.basic-modal button.solid-blue {
  border: 2px solid #386dff;
  background-color: #386dff;
  color: #ffffff;
}
.basic-modal button.solid-blue:hover {
  background-color: #387eff;
  border-color: #387eff;
}

.blue-solid-bar {
  border-bottom: 1.25em solid #386dff;
}

.chat-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}

.notie-container {
  font-size: 1rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 900px) {
  .notie-container {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .notie-container {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .notie-container {
    font-size: 1rem;
  }
}

.notie-background-success {
  background-color: #57BF57;
}

.notie-background-warning {
  background-color: #D6A14D;
}

.notie-background-error {
  background-color: #d9293e;
}

.notie-background-info {
  background-color: #4D82D6;
}

.notie-background-neutral {
  background-color: #A0A0A0;
}

.notie-background-overlay {
  background-color: #FFFFFF;
}

.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

.notie-alert {
  cursor: pointer;
}

.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

.notie-date-selector-up {
  transform: rotate(180deg);
}

input:invalid {
  box-shadow: none;
}

.form-item {
  padding-top: 1.25em;
}
@media (min-width: 42.5em) {
  .form-item {
    padding-top: 1.5em;
  }
}
.form-item label {
  display: block;
  padding-bottom: 0.25em;
  color: #515e65;
}
.form-item input, .form-item textarea, .form-item .jcf-select, .form-item .jcf-select-drop {
  box-sizing: border-box;
  display: block;
  padding: 1em 1.125em;
  width: 100%;
  border: #dde5ed solid 1px;
  outline-color: #2d5df1;
  color: #515e65;
  background-color: #fdfdff;
  border-radius: 0.25rem;
}
.form-item input.error, .form-item textarea.error {
  border-color: #d9293e;
  outline-color: #d9293e;
}
.form-item input.input-validation-error, .form-item textarea.input-validation-error {
  border-color: #d9293e;
  outline-color: #d9293e;
}
.form-item textarea {
  height: 7.5em;
}
@media (min-width: 42.5em) {
  .form-item textarea {
    height: 13.125em;
  }
}
.form-item select.jcf-hidden.input-validation-error + .jcf-select {
  border-color: #d9293e;
}
.form-item .jcf-select {
  position: relative;
  padding-right: 1.875em;
  cursor: pointer;
}
.form-item .jcf-select.jcf-focus {
  padding: 0.9375em 1.0625em;
  border-width: 0.125em;
  border-color: #2d5df1;
}
.form-item .jcf-select.jcf-focus .jcf-select-opener {
  border-color: transparent transparent transparent #2d5df1;
}
.form-item .jcf-select .jcf-select-opener {
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #dde5ed;
  border-color: transparent transparent transparent #dde5ed;
  transform: rotate(90deg);
  top: 50%;
  right: 1em;
}
.form-item .jcf-select .jcf-select-drop {
  position: absolute;
  z-index: 3;
  top: 105%;
  top: calc(100% + 0.25rem);
  left: 0;
  padding: 0;
}
.form-item .jcf-select .jcf-select-drop .jcf-list-content {
  display: block;
}
.form-item .jcf-select .jcf-select-drop ul {
  padding: 0;
  margin: 0;
}
.form-item .jcf-select .jcf-select-drop ul li {
  display: block;
  border-bottom: 1px solid #dde5ed;
  margin: 0;
  padding: 0;
}
.form-item .jcf-select .jcf-select-drop ul li:hover {
  background-color: #dde5ed;
}
.form-item .jcf-select .jcf-select-drop ul li:last-child {
  border-bottom: 0;
}
.form-item .jcf-select .jcf-select-drop ul li:before {
  display: none;
}
.form-item .jcf-select .jcf-select-drop ul li .jcf-option {
  font-size: 1rem;
  padding: 0.875rem 1.125rem;
  display: block;
}
.form-item .jcf-select .jcf-select-drop ul li .jcf-option.jcf-disabled {
  color: #dde5ed;
  text-align: center;
}
.form-item .jcf-select .jcf-select-drop ul li b {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #386dff;
  margin-left: 0.5em;
}

@media (min-width: 42.5em) {
  .two-items {
    width: 48.8%;
    float: left;
  }
}

@media (min-width: 42.5em) {
  .pad-right {
    padding-right: 2.4%;
  }
}

.one-item {
  clear: left;
}

.jcf-checkbox {
  position: relative;
  padding: 0 !important;
  font-size: 1em !important;
  display: inline-block !important;
  border: 1px solid rgb(183, 182, 182);
  box-shadow: inset 1px 1px 2px 0 rgba(166, 166, 166, 0.25);
  width: 0.875em;
  height: 0.875em;
  background-color: #ffffff;
  border-radius: 0.25rem;
}
.jcf-checkbox.jcf-checked {
  background-color: #386dff;
  box-shadow: none;
  border-color: #386dff;
}
.jcf-checkbox.jcf-checked span {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2211%22%3E%3Cdefs%3E%3Cfilter%20filterUnits%3D%22userSpaceOnUse%22%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%229%22%20height%3D%2211%22%3E%3CfeOffset%20in%3D%22SourceAlpha%22%20dy%3D%221%22%2F%3E%3CfeGaussianBlur%20result%3D%22blurOut%22%2F%3E%3CfeFlood%20flood-color%3D%22%23181818%22%20result%3D%22floodOut%22%2F%3E%3CfeComposite%20operator%3D%22atop%22%20in%3D%22floodOut%22%20in2%3D%22blurOut%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type%3D%22linear%22%20slope%3D%22.33%22%2F%3E%3C%2FfeComponentTransfer%3E%3CfeMerge%3E%3CfeMergeNode%2F%3E%3CfeMergeNode%20in%3D%22SourceGraphic%22%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M8.95.69L7.908.062%203.723%207.727%201.745%205.35l-.935.875%203.096%203.77L8.95.69z%22%20filter%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E);
  width: 9px;
  height: 11px;
  padding: 0 !important;
  margin: 2px 0 0 2px;
}
.jcf-checkbox.jcf-disabled {
  opacity: 0.5;
}

.jcf-radio {
  position: relative;
  padding: 0 !important;
  font-size: 1em !important;
  display: inline-block !important;
  border: 1px solid rgb(183, 182, 182);
  box-shadow: inset 1px 1px 2px 0 rgba(166, 166, 166, 0.25);
  width: 0.875em;
  height: 0.875em;
  background-color: #ffffff;
  border-radius: 1em;
}
.jcf-radio.jcf-checked {
  background-color: #386dff;
  box-shadow: none;
  border-color: #386dff;
}
.jcf-radio.jcf-checked span {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%227%22%3E%3Cdefs%3E%3Cfilter%20filterUnits%3D%22userSpaceOnUse%22%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%226%22%20height%3D%227%22%3E%3CfeOffset%20in%3D%22SourceAlpha%22%20dy%3D%221%22%2F%3E%3CfeGaussianBlur%20result%3D%22blurOut%22%2F%3E%3CfeFlood%20flood-color%3D%22%23181818%22%20result%3D%22floodOut%22%2F%3E%3CfeComposite%20operator%3D%22atop%22%20in%3D%22floodOut%22%20in2%3D%22blurOut%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type%3D%22linear%22%20slope%3D%22.33%22%2F%3E%3C%2FfeComponentTransfer%3E%3CfeMerge%3E%3CfeMergeNode%2F%3E%3CfeMergeNode%20in%3D%22SourceGraphic%22%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M3%200c1.657%200%203%201.343%203%203S4.657%206%203%206%200%204.657%200%203s1.343-3%203-3z%22%20filter%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E);
  width: 6px;
  height: 7px;
  padding: 0 !important;
  margin: 4px 0 0 4px !important;
  display: block;
}
.jcf-radio.jcf-disabled {
  opacity: 0.5;
}

.radio-wrapper, .checkbox-wrapper {
  margin-top: 1.25em;
  display: block;
  zoom: 1; /* IE < 8 */
}
.radio-wrapper:after, .checkbox-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.radio-wrapper .jcf-checkbox, .radio-wrapper .jcf-radio, .radio-wrapper input, .checkbox-wrapper .jcf-checkbox, .checkbox-wrapper .jcf-radio, .checkbox-wrapper input {
  float: left;
  margin-top: 0.1875em;
  line-height: 1;
}
.radio-wrapper span, .checkbox-wrapper span {
  font-size: 1.0625rem;
  display: block;
  line-height: 1.4;
  color: #515e65;
  padding-left: 1.5882352941em;
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 42.5em) {
  .radio-wrapper span, .checkbox-wrapper span {
    padding-left: 1.2941176471em;
  }
}
.radio-wrapper span.blue, .checkbox-wrapper span.blue {
  color: #386dff;
  font-weight: bold;
}
.radio-wrapper label.smaller .jcf-checkbox, .radio-wrapper label.smaller .jcf-radio, .radio-wrapper label.smaller input, .checkbox-wrapper label.smaller .jcf-checkbox, .checkbox-wrapper label.smaller .jcf-radio, .checkbox-wrapper label.smaller input {
  margin-top: 0.0625em;
}
.radio-wrapper label.smaller span, .checkbox-wrapper label.smaller span {
  font-size: 0.9375em;
  line-height: 1.2;
}
@media (min-width: 42.5em) {
  .radio-wrapper label.smaller span, .checkbox-wrapper label.smaller span {
    padding-left: 1.6em;
  }
}

.radio-group {
  zoom: 1; /* IE < 8 */
}
.radio-group:after {
  content: "";
  display: table;
  clear: both;
}
.radio-group .radio-wrapper {
  float: left;
  margin-left: 0.875em;
}
.radio-group .radio-wrapper:first-of-type {
  margin-left: 0;
}
.radio-group .radio-wrapper span {
  font-weight: bold;
}
@media (min-width: 42.5em) {
  .radio-group .radio-wrapper span {
    margin-right: 0.375em;
    padding-left: 1.5em;
  }
}

.form-text-wrapper, .input-combo {
  position: relative;
  overflow: hidden;
}
.form-text-wrapper label, .input-combo label {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  opacity: 1;
  transition: top 300ms ease-in-out, opacity 200ms ease;
  cursor: text;
  width: 100%;
}
.lt-ie9 .form-text-wrapper label, .lt-ie9 .input-combo label {
  top: 19px;
}
.form-text-wrapper label.active, .input-combo label.active {
  opacity: 0;
  top: -100%;
}
.lt-ie9 .form-text-wrapper label.active, .lt-ie9 .input-combo label.active {
  display: none;
}

form.input-combo {
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  padding: 1em 40% 1em 0;
  text-align: left;
  border-radius: 2.09375rem;
}
form.input-combo .form-text {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.125em;
  color: #515e65;
  border: 0;
  outline: 0;
}
form.input-combo .form-text + label {
  font-size: 1em;
  color: #515e65;
}
form.input-combo .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  appearance: none;
  outline: 0;
  background-color: #34ca68;
  color: #ffffff;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  width: 7em;
  transition: background-color 0.15s ease;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-clip: padding-box;
}
form.input-combo .form-submit:hover {
  background-color: #35d76d;
}

.form-error {
  background-color: #fcf1f2;
  border-left: 3px solid #d9293e;
  font-size: 1.0625em;
  padding: 0.8235294118em;
  color: #515e65;
  margin-top: 1.0588235294em;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.form-error b {
  font-weight: bold;
  color: #d9293e;
}

.validation-summary-valid {
  display: none;
}

form.basic-form {
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  padding: 0.625em 1em 2.375em;
  border: 1px solid #dde5ed;
  margin-bottom: 2.5em;
  border-radius: 0.25rem;
  zoom: 1; /* IE < 8 */
}
form.basic-form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  form.basic-form {
    padding: 1.625em 2.5em 2.375em;
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}
form.basic-form p, form.basic-form ul li, form.basic-form ol li {
  font-size: 1.0625rem;
}
form.basic-form .form-title {
  margin: 0 -0.75em;
  padding-bottom: 0.3333333333em;
  padding-left: 0.75em;
  padding-right: 0.4166666667em;
  border-bottom: #dde5ed 1px solid;
}
@media (min-width: 42.5em) {
  form.basic-form .form-title {
    margin: 0 -1.1111111111em;
    padding-left: 1.1111111111em;
    padding-bottom: 0.3888888889em;
    padding-right: 0.4166666667em;
  }
}
form.basic-form .feature-plate {
  margin-top: 2.1875em;
}
@media (min-width: 42.5em) {
  form.basic-form .feature-plate {
    margin-bottom: 1em;
  }
}
form.basic-form .feature-plate img {
  width: 100%;
}
form.basic-form .main-form-wrapper {
  zoom: 1; /* IE < 8 */
}
form.basic-form .main-form-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
form.basic-form .form-inner-wrapper {
  background-color: #f4f5fa;
  border: #dde5ed solid 1px;
  margin: 1.875em -0.625em 0;
  padding: 1.125em 0.625em;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  form.basic-form .form-inner-wrapper {
    padding: 1em 1.25em;
    margin: 1.875em -1.25em 0;
  }
}
form.basic-form .form-inner-wrapper .form-item {
  margin-bottom: 1.5em;
}
form.basic-form .form-inner-wrapper .form-item label {
  padding-top: 0;
}
form.basic-form .form-submit {
  display: block;
  margin: 0 auto;
  appearance: none;
  outline: 0;
  background-color: #34ca68;
  color: #ffffff;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  width: 10.5em;
  padding: 1.25em 0;
  transition: background-color 0.15s ease;
  margin-top: 2.4285714286em;
  cursor: pointer;
  clear: left;
  border-radius: 0.25rem;
}
form.basic-form .form-submit:hover {
  background-color: #35d76d;
}
form.basic-form .form-more-information {
  margin-top: 2.5em;
}
form.basic-form .form-more-information span {
  font-size: 1.0625em;
  color: #515e65;
  line-height: 1.4;
}

.cart-submit {
  font-size: 1.625em;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  border: 0;
  background-color: #34ca68;
  max-width: 11em;
  width: 100%;
  box-shadow: 0 0.3076923077em 0.9615384615em 0 rgba(0, 0, 0, 0.15);
  margin: 1.9230769231em auto;
  display: block;
  padding: 0.875em 0;
  transition: all 0.15s ease;
  clear: left;
  cursor: pointer;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .cart-submit {
    max-width: none;
    width: 13.1538461538em;
    margin-top: 2.7692307692em;
  }
}
@media (min-width: 68.75em) {
  .cart-submit {
    margin-top: 2em;
  }
}
@media (min-width: 75em) {
  .cart-submit {
    margin-top: 1.6153846154em;
  }
}
.cart-submit:hover {
  background-color: #35d76d;
  transform: translateY(-1px);
}

.form-customer-info .form-input-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  padding: 0.625em 1.3125em 2.375em;
  border: 1px solid #dde5ed;
  margin-bottom: 2.5em;
  border-radius: 0.25rem;
  zoom: 1; /* IE < 8 */
}
.form-customer-info .form-input-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .form-customer-info .form-input-wrapper {
    padding: 1.625em 2.5em 2.375em;
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}
.form-customer-info .form-input-wrapper p, .form-customer-info .form-input-wrapper ul li, .form-customer-info .form-input-wrapper ol li {
  font-size: 1.0625rem;
}
.form-customer-info .form-input-wrapper .form-title {
  font-size: 1.3125em;
  margin: 0 -1em;
  padding-bottom: 0.380952381em;
  padding-left: 1em;
  padding-right: 0.4761904762em;
  border-bottom: #dde5ed 1px solid;
}
@media (min-width: 42.5em) {
  .form-customer-info .form-input-wrapper .form-title {
    font-size: 1.5625em;
    margin: 0 -1.6em;
    padding-left: 1.6em;
    padding-bottom: 0.68em;
    margin-top: -0.2em;
  }
}

header.main {
  box-sizing: border-box;
  height: 3.75em;
  padding: 0 1.125em;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  z-index: 10;
  position: relative;
}
.lt-ie9 header.main {
  border-bottom: 1px solid #e3e3e6;
}
@media (min-width: 42.5em) {
  header.main {
    padding: 0 3.125em;
  }
}
@media (min-width: 62.5em) {
  header.main {
    padding: 2.375em 1.25em 0;
    height: 9.375em;
  }
  header.main:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e3e3e6;
    width: 100%;
    height: 0;
    top: 2.375em;
    left: 0;
  }
}
header.main .wrapper {
  max-width: 85.9375rem;
  margin: 0 auto;
}
header.main .logo {
  display: block;
  position: absolute;
  background-size: 9.625em auto;
  background-position: 0 50%;
  width: 7.3125em;
  height: 3.625em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 62.5em) {
  header.main .logo {
    position: relative;
    width: 11.25em;
    height: 4.25em;
    background-size: 11.25em 4.25em;
    float: left;
    top: 1.25em;
    z-index: 1;
  }
  .lt-ie9 header.main .logo {
    -ms-behavior: url("/css/backgroundsize.min.htc");
  }
  .lt-ie9 header.main .logo {
    background-size: 180px 68px;
  }
}
header.main .buttons {
  float: right;
  margin-top: 1em;
}
header.main .buttons a {
  text-decoration: none;
  font-weight: bold;
}
header.main .buttons .desktop {
  display: none;
}
header.main .buttons .cart {
  display: block;
  width: 2.1875em;
  height: 1.75em;
  position: relative;
}
header.main .buttons .cart svg {
  display: block;
  width: 2.1875em;
  height: 1.75em;
}
header.main .buttons .cart svg path {
  fill: #386dff !important;
}
header.main .buttons .cart .cart-count {
  display: block;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  width: 1.3125rem;
  height: 1.125rem;
  padding-top: 0.1875rem;
  background-color: #d9293e;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1.5625rem;
}
@media (min-width: 62.5em) {
  header.main .buttons {
    position: relative;
    z-index: 1;
    margin-top: 1.8125em;
  }
  header.main .buttons a {
    box-sizing: border-box;
    font-size: 0.875em;
    height: 3.8571428571em !important;
    text-align: center;
    line-height: 1;
    display: inline-block !important;
    box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
    border-radius: 0.25rem;
    color: #ffffff;
    background-color: #386dff;
    padding: 1.4285714286em 1.2857142857em 0 1.2857142857em;
    vertical-align: top;
    margin-left: 0.1428571429em;
    transition: backgroundColor 0.15s ease, transform 0.15s ease;
  }
  header.main .buttons a:hover {
    background-color: #387eff;
    transform: translateY(-1px);
  }
  header.main .buttons .cart {
    width: 4.3571428571em;
    height: auto;
    background-size: 31px 25px;
    background-position: 50% 50%;
  }
  .lt-ie9 header.main .buttons .cart {
    -ms-behavior: url("/css/backgroundsize.min.htc");
  }
  header.main .buttons .cart svg {
    margin: -0.4285714286em -0.1428571429em 0 -0.2857142857em;
  }
  header.main .buttons .cart svg path {
    fill: #ffffff !important;
  }
}

aside.sub-header {
  display: none;
  padding: 2.375em 3.125em;
  background: linear-gradient(to bottom, rgb(37, 89, 234) 0, rgb(62, 97, 255) 100%);
}
aside.sub-header .wrapper {
  max-width: 85.9375rem;
  margin: 0 auto;
}
aside.sub-header h2 {
  display: inline-block;
  *zoom: 1;
  font-weight: bold;
  font-size: 2.6875em;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  vertical-align: middle;
}
aside.sub-header ul.sub {
  display: inline-block;
  margin: 0 0 0 2.625em;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  position: relative;
  top: 0.125em;
}
aside.sub-header ul.sub li {
  display: inline-block;
  margin: 0 0.5em;
}
aside.sub-header ul.sub li a {
  font-style: 0.9375em;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.6;
}
aside.sub-header ul.sub li a:hover {
  opacity: 1;
}
aside.sub-header ul.sub li a.active {
  opacity: 1;
  font-weight: bold;
}
@media (min-width: 62.5em) {
  aside.sub-header {
    display: block;
  }
}

header.main .nav-open {
  display: block;
  border: 0;
  padding: 0;
  width: 1.8125em;
  height: 1.25em;
  outline: 0;
  float: left;
  margin-top: 1.25em;
  cursor: pointer;
}
@media (min-width: 62.5em) {
  header.main .nav-open {
    display: none;
  }
}
header.main #nav-control {
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0;
}
header.main #nav-control:checked ~ nav {
  display: block;
}
header.main nav {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0.6875em;
  left: 0.6875em;
  right: 0.6875em;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  padding: 1.375em;
  z-index: 100;
}
@media (min-width: 42.5em) {
  header.main nav {
    padding: 1.375em 2.5em;
  }
}
@media (min-width: 62.5em) {
  header.main nav {
    display: block;
    position: relative;
    background: none;
    border-radius: 0;
    box-shadow: none;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    z-index: auto;
  }
}
header.main nav .nav-header {
  border-bottom: 1px solid #e3e3e6;
  zoom: 1; /* IE < 8 */
  padding-bottom: 0.625em;
}
header.main nav .nav-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 62.5em) {
  header.main nav .nav-header {
    display: none;
  }
}
header.main nav .nav-header .nav-close {
  width: 1em;
  height: 1em;
  border: 0;
  padding: 0;
  outline: 0;
  float: left;
  cursor: pointer;
}
header.main nav .nav-header .nav-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
header.main nav .nav-header .nav-logo {
  display: block;
  background-size: 6.0625em auto;
  background-position: 0 50%;
  width: 4.625em;
  height: 2.25em;
  float: right;
  margin-top: -0.6875em;
}
header.main nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.main nav ul li {
  position: relative;
  display: block;
}
header.main nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
}
header.main nav ul li a .icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
}
header.main nav ul li a .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
header.main nav ul li a:hover .icon svg * {
  fill: #34ca68;
}
header.main nav ul.primary {
  padding: 1em 0;
}
@media (min-width: 62.5em) {
  header.main nav ul.primary {
    text-align: center;
    padding: 1.6875em 0 0 0;
  }
}
header.main nav ul.primary > li {
  position: relative;
}
header.main nav ul.primary > li > a {
  font-size: 2em;
  color: #386dff;
  padding: 0.3125em 0;
}
header.main nav ul.primary > li > a:hover {
  color: #0c3dbb;
}
header.main nav ul.primary > li.has-children > a:after {
  content: "";
  background: url(../images/arrow-down.svg);
  width: 0.5rem;
  height: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
  transform: rotate(-90deg);
}
header.main nav ul.primary > li.has-children > a:hover:after {
  background: url(../images/arrow-down-blue.svg);
}
header.main nav ul.primary > li.has-children > a.activemenu {
  color: #386dff;
}
header.main nav ul.primary > li.has-children > a.activemenu:after {
  background: url(../images/arrow-down-blue.svg);
  transform: rotate(0);
}
header.main nav ul.primary > li.search > a:after {
  content: "";
  background: url(../images/nav-search.svg) no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.375rem;
}
header.main nav ul.primary > li.search > a:hover:after {
  background: url(../images/nav-search-blue.svg) no-repeat;
}
@media (min-width: 42.5em) {
  header.main nav ul.primary > li > a {
    font-size: 2.5em;
  }
}
@media (min-width: 62.5em) {
  header.main nav ul.primary > li {
    display: inline-block;
    *zoom: 0;
  }
  header.main nav ul.primary > li.mobile {
    display: none;
  }
  header.main nav ul.primary > li > a {
    font-size: 0.9375em;
    color: #222222;
    padding: 1.25rem 0.375rem;
  }
  header.main nav ul.primary > li > a.nav-alert {
    color: #d9293e;
  }
  header.main nav ul.primary > li > a:hover {
    color: #386dff;
  }
}
@media (min-width: 62.5em) and (min-width: 75em) {
  header.main nav ul.primary > li > a {
    font-size: 1.0625em;
  }
}
@media (min-width: 62.5em) {
  header.main nav ul.primary > li.has-children > a:after {
    position: relative;
    top: -0.0588235294em;
    margin-left: 0.375rem;
  }
}
@media (min-width: 75em) {
  header.main nav ul.primary > li > a {
    padding: 1.25rem 1em;
  }
}
header.main nav ul.primary > li ul {
  display: none;
  margin: 0.1875em -1.375em;
  background: #eceff0;
  padding: 0.9375em 2em;
}
header.main nav ul.primary > li ul > svg {
  display: none;
}
@media (min-width: 42.5em) {
  header.main nav ul.primary > li ul {
    margin-left: -2.5em;
    margin-right: -2.5em;
    padding-left: 4.375em;
    padding-right: 4.375em;
  }
}
@media (min-width: 62.5em) {
  header.main nav ul.primary > li ul {
    position: absolute;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 1.125em 1.75em;
    text-align: left;
    width: 19.875em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
    /* SVG Arrow
    &:before {
      position: absolute;
      content: "";
      width: em(29, true);
      height: em(11, true);
      left: 50%;
      top: em(-11);
      transform: translateX(-50%);
      background: url(../images/arrow-up-white.svg);
    }
    */
  }
  .lt-ie9 header.main nav ul.primary > li ul {
    left: -100px;
    border: 1px solid #e3e3e6;
  }
}
header.main nav ul.primary > li ul.activemenu {
  display: block;
}
header.main nav ul.primary > li ul li a {
  font-size: 1.25em;
  color: #386dff;
  padding: 0.4375rem 0 0.4375rem 2.375rem;
}
header.main nav ul.primary > li ul li a:hover {
  color: #222222;
}
header.main nav ul.primary > li .extra {
  display: none;
}
@media (min-width: 62.5em) {
  header.main nav ul.primary > li .extra {
    display: block;
    background-color: #eceff0;
    margin: 1.125em -1.75em -1.125em -1.75em;
    padding: 1.125em 1.75em;
  }
  header.main nav ul.primary > li .extra .icon {
    float: right;
    width: 5em;
  }
  header.main nav ul.primary > li .extra .icon.icon-txdmv {
    height: 3.5em;
    text-indent: -9999px;
    background-size: 5em auto;
  }
  header.main nav ul.primary > li .extra p {
    margin: 0;
    color: #222222;
  }
  header.main nav ul.primary > li .extra p + p {
    margin-top: 1em;
  }
}
header.main nav ul.secondary {
  border-top: 1px solid #e3e3e6;
  column-count: 2;
  column-gap: 1.875em;
  padding-top: 1.25em;
}
header.main nav ul.secondary li {
  break-inside: avoid;
}
header.main nav ul.secondary li a {
  font-size: 0.9375em;
  color: #222222;
  padding: 0.4666666667em 0;
}
header.main nav ul.secondary li a:hover {
  color: #386dff;
}
@media (min-width: 62.5em) {
  header.main nav ul.secondary {
    position: absolute;
    border-top: 0;
    column-count: unset;
    padding-top: 0;
    top: -1.75em;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
  }
  header.main nav ul.secondary li {
    display: inline-block;
    margin: 0 0.25em;
  }
  header.main nav ul.secondary li a {
    font-size: 0.8125em;
    padding: 0.1538461538em 0.3846153846em;
  }
}

.subscribe-form {
  background: linear-gradient(to bottom, rgb(37, 89, 234) 0, rgb(62, 97, 255) 100%);
  padding: 2em 1.125em;
  text-align: center;
}
.subscribe-form .wrapper {
  max-width: 38.75rem;
  margin: 0 auto;
}
.subscribe-form h2 {
  color: #ffffff;
  font-size: 1.5em;
  margin: 0 0 0.4166666667em 0;
}
.subscribe-form p {
  color: #ffffff;
  font-size: 1em;
  margin: 0.625em 0;
  line-height: 1.5;
}
@media (min-width: 42.5em) {
  .subscribe-form {
    padding: 4.5em 1.125em;
  }
  .subscribe-form h2 {
    font-size: 2.25em;
    margin-bottom: 0.2222222222em;
  }
  .subscribe-form p {
    font-size: 1.125em;
  }
}
.subscribe-form form {
  margin: 2.25em auto 0.375em auto;
}
.subscribe-form form.input-combo {
  border-radius: 0.25rem;
  padding: 1em 20% 1em 0;
}
.subscribe-form .input-combo label {
  left: 0;
  padding-left: 1em;
}
.subscribe-form .input-combo .form-text {
  padding-left: 1em;
}

footer.main {
  padding: 1px 0.9375em;
  background-color: #fdfdff;
  border-bottom: 1.125em solid #386dff;
  box-shadow: 0 -1px #e3e3e6;
  /*    @media (min-width: $media_ipad_landscape) {
          padding: em(38) em(20);

          ul.social {
              margin: em(25) 0;
          }

          .copyright {
              float: left;
              margin-top: em(-54, 13);
          }

          .txdmv {
              float: right;
              margin: em(-87) auto 0;
          }
      }
  */
}
@media (min-width: 47.5em) {
  footer.main {
    padding: 1px 1.25em;
  }
}
footer.main .wrapper {
  max-width: 85.9375rem;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
footer.main .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
footer.main .wrapper .row {
  margin: 2.1875em 0 2.5em;
  zoom: 1; /* IE < 8 */
}
footer.main .wrapper .row:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 47.5em) {
  footer.main .wrapper .row {
    margin: 3.4375em 0 2.9375em;
  }
}
footer.main .wrapper .row.row-logos .logo {
  float: right;
  padding: 1em 0 0.75em 0;
}
@media (min-width: 47.5em) {
  footer.main .wrapper .row.row-logos .logo {
    padding: 0.5em 0 0.125em 0;
  }
}
footer.main .wrapper .row.row-logos .logo a {
  display: block;
  width: 8.4375em;
  height: 3.125em;
  background-size: contain;
}
@media (min-width: 47.5em) {
  footer.main .wrapper .row.row-logos .logo a {
    width: 11.25em;
    height: 4.25em;
  }
}
footer.main .wrapper .row.row-logos .txdmv {
  float: left;
}
footer.main .wrapper .row.row-logos .txdmv a {
  display: block;
  width: 6.75em;
  height: 4.875em;
  background-size: contain;
}
footer.main .wrapper .row.row-content::before {
  content: "";
  display: block;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 62.5em) {
  footer.main .wrapper .row.row-content {
    margin-bottom: 0;
  }
}
footer.main .wrapper .row.row-content .column {
  margin: 3.125em 0;
  color: #515e65;
  font-size: 18px;
}
@media (min-width: 47.5em) {
  footer.main .wrapper .row.row-content .column.col-2 {
    width: 33%;
    margin-top: 0;
    float: left;
  }
  footer.main .wrapper .row.row-content .column.col-3 {
    width: 33%;
    margin-top: 0;
    float: left;
  }
  footer.main .wrapper .row.row-content .column.col-4 {
    width: 33%;
    margin-top: 0;
    float: left;
  }
}
@media (min-width: 62.5em) {
  footer.main .wrapper .row.row-content .column.col-1 {
    width: 25%;
    margin-top: 3.125em;
    float: left;
  }
  footer.main .wrapper .row.row-content .column.col-2 {
    width: 25%;
    margin-top: 3.125em;
  }
  footer.main .wrapper .row.row-content .column.col-3 {
    width: 25%;
    margin-top: 3.125em;
  }
  footer.main .wrapper .row.row-content .column.col-4 {
    width: 25%;
    margin-top: 3.125em;
  }
}
footer.main .wrapper .row.row-content .column h4 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.95px;
  margin: 0 0 2.8125em;
  text-transform: uppercase;
}
footer.main .wrapper .row.row-content .column p {
  line-height: 1.5625em;
}
footer.main .wrapper .row.row-content .column p a:hover {
  color: #515e65;
}
footer.main .wrapper .row.row-content .column p a:active {
  color: #515e65;
}
footer.main .wrapper .row.row-content .column p a:visited {
  color: #515e65;
}
footer.main .wrapper .row.row-content .column .social {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer.main .wrapper .row.row-content .column .social li {
  display: inline-block;
}
footer.main .wrapper .row.row-content .column .social li a {
  display: inline-block;
  margin: 0 0.375em;
}
footer.main .wrapper .row.row-content .column .social li a img {
  height: 2.1875em;
  transition: all 0.15s ease;
}
footer.main .wrapper .row.row-content .column .social li a img:hover {
  transform: translateY(-1px);
}
footer.main .wrapper .row.row-content .column.col-4 {
  margin-bottom: 0;
}
footer.main .copyright {
  font-size: 0.8125em;
  color: #386dff;
}

.mp-modal-popup-container {
  z-index: 500;
  overflow: auto;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  line-height: 1.24;
  text-align: center;
  color: #386dff;
}
.mp-modal-popup-container h1 {
  font-size: 2.3125em;
  line-height: 0.97;
}
.mp-modal-popup-container .mp-modal-wrapper {
  margin: 0.9375em 0.9375em 0 0.9375em;
}
@media (min-width: 62.5em) {
  .mp-modal-popup-container .mp-modal-wrapper {
    margin: 3.125em auto 0;
    width: 60.4375em;
  }
}
@media (min-width: 75em) {
  .mp-modal-popup-container .mp-modal-wrapper {
    margin: 12.5em auto 0;
    width: 60.4375em;
  }
}
.mp-modal-popup-container .mp-modal-close {
  text-align: right;
}
@media (min-width: 62.5em) {
  .mp-modal-popup-container .mp-modal-close {
    float: right;
  }
}
.mp-modal-popup-container .mp-modal-close button {
  background-color: transparent;
  padding: 0.0625em 0.0625em 0.4375em 0.5625em;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.mp-modal-popup-container .mp-modal-close button svg {
  width: 1.125em;
  height: 1.125em;
}
.mp-modal-popup-container .mp-modal-content-wrapper {
  margin: 9px 9px 0;
  padding: 16px 20px 19px 20px;
  border-radius: 17px;
  border: solid 1px #a3a3a3;
  background-color: #f4f5fb;
}
@media (min-width: 62.5em) {
  .mp-modal-popup-container .mp-modal-content-wrapper {
    margin: 0 1.6875em;
    padding: 1.3125rem 0;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
  .mp-modal-popup-container .mp-modal-content-wrapper > div {
    padding: 0 9.375em;
    zoom: 1; /* IE < 8 */
  }
  .mp-modal-popup-container .mp-modal-content-wrapper > div:after {
    content: "";
    display: table;
    clear: both;
  }
}
.mp-modal-popup-container .mp-modal-content-wrapper form {
  padding-top: 10px;
}
.mp-modal-popup-container .mp-modal-content-wrapper .form-text-wrapper label {
  top: 50%;
  left: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.6);
  padding-bottom: 0;
}
.mp-modal-popup-container .mp-modal-content-wrapper .form-text {
  text-align: center;
}
.mp-modal-popup-container .mp-modal-content-wrapper .form-item {
  padding: 0;
}
.mp-modal-popup-container .mp-modal-content-wrapper .form-submit {
  margin-top: 10px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #386dff;
  border-color: #386dff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.mp-modal-popup-container .mp-modal-content-wrapper .no-thanks {
  margin: 17px 0 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

.mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper .mp-logo-wrapper {
  display: none;
  border-bottom: 1px solid #e3e3e6;
  padding-bottom: 0.625em;
}
.mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper .mp-logo-wrapper .icon-logo {
  background-size: contain;
  background-position: center;
  height: 3.125em;
}
@media (min-width: 62.5em) {
  .mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper .mp-logo-wrapper {
    display: block;
  }
}
.mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper .mp-pl8news-logo-wrapper {
  margin: 0 auto;
  width: 150px;
}
.mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper .mp-pl8news-logo-wrapper img {
  width: 100%;
}
@media (min-width: 62.5em) {
  .mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper .mp-pl8news-logo-wrapper {
    padding: 2.5em 2.5em 0 2.5em;
    width: 23.125em;
  }
}
.mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper span {
  margin: 10px;
}
@media (min-width: 62.5em) {
  .mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper span {
    font-size: 1.75em;
    color: #222222;
    padding-bottom: 2.5em;
    zoom: 1; /* IE < 8 */
  }
  .mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper span:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 62.5em) {
  .mp-modal-display-pl8newssubscribe .mp-modal-content-wrapper form {
    padding: 0 6.25em;
  }
}

.mp-modal-display-freeplatecontest .mp-modal-content-wrapper .mp-logo-wrapper {
  display: none;
}
.mp-modal-display-freeplatecontest .mp-modal-content-wrapper .mp-logo-wrapper .icon-logo {
  background-size: contain;
  background-position: center;
  height: 3.125em;
}
@media (min-width: 62.5em) {
  .mp-modal-display-freeplatecontest .mp-modal-content-wrapper .mp-logo-wrapper {
    display: block;
  }
}
.mp-modal-display-freeplatecontest .mp-modal-content-wrapper span {
  color: #222222;
}
.mp-modal-display-freeplatecontest .mp-modal-content-wrapper span strong {
  font-weight: bold;
  color: #386dff;
}
.mp-modal-display-freeplatecontest .mp-modal-content-wrapper .phone-img {
  position: absolute;
  top: 1.0625em;
  left: 0.6875em;
  height: 22px;
  width: 18px;
}
.mp-modal-display-freeplatecontest .mp-modal-content-wrapper .disclosure {
  font-size: 11px;
  line-height: 1.36;
  color: #515e65;
}
@media (min-width: 62.5em) {
  .mp-modal-display-freeplatecontest .mp-modal-content-wrapper {
    padding: 1.5em 0 1.5em 28.4375em;
    background-image: url(/Images/free-plate-banner.png);
    background-repeat: no-repeat;
    border: none;
  }
  .mp-modal-display-freeplatecontest .mp-modal-content-wrapper > div {
    padding: 0 2.1875em;
  }
  .mp-modal-display-freeplatecontest .mp-modal-content-wrapper h1 {
    font-size: 3.125em;
    margin: 0.3125em 0;
  }
  .mp-modal-display-freeplatecontest .mp-modal-content-wrapper span {
    display: block;
    padding-bottom: 1.25em;
  }
  .mp-modal-display-freeplatecontest .mp-modal-content-wrapper span strong {
    font-weight: normal;
    color: #222222;
  }
}

.mp-modal-freeplatecontest-button {
  display: none;
  z-index: 450;
  position: fixed;
  padding: 0.5625rem 0;
  height: 2.625rem;
  width: 3.75rem;
  background-color: #34ca68;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 62.4375em) {
  .mp-modal-freeplatecontest-button {
    bottom: 0.625rem;
    left: 0.625rem;
  }
}
@media (min-width: 62.5em) {
  .mp-modal-freeplatecontest-button {
    bottom: 1.25rem;
    right: 1.25rem;
    height: 3.3125rem;
    padding: 0.6875rem 0;
    width: 4.6875rem;
  }
}
.mp-modal-freeplatecontest-button span {
  display: block;
  line-height: 0.75rem;
  font-size: 0.6875rem;
}
@media (min-width: 62.5em) {
  .mp-modal-freeplatecontest-button span {
    line-height: 0.875rem;
    font-size: 0.8125rem;
  }
}
.mp-modal-freeplatecontest-button .strong {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (min-width: 62.5em) {
  .mp-modal-freeplatecontest-button .strong {
    line-height: 1.5625rem;
    font-size: 1.5625rem;
  }
}

/*@import "components/cap-editor";*/
/*@import "components/cap-divider";*/
/*@import "components/cap-filter-status";*/
/*@import "components/cap-micro-plate";*/
/*@import "components/cap-filters";*/
.create-a-plate-view {
  position: relative;
}
.create-a-plate-view .plate-wrapper {
  margin: 0.9375em auto 0.75em;
  position: relative;
  overflow: hidden;
}
.create-a-plate-view .plate-wrapper > svg {
  width: 100%;
  height: 39%;
  position: absolute;
  top: 34%;
  right: 0;
  color: white;
}
.create-a-plate-view .plate-wrapper img {
  width: 100%;
  height: auto;
}
.create-a-plate-view .section-divider {
  display: none;
  font-size: 0.9375em;
  background-color: #e5e6ea;
  color: #2d5df1;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0.9333333333em 1em 1em;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .section-divider {
    display: block;
  }
}
@media (min-width: 42.5em) {
  .create-a-plate-view .section-divider {
    padding: 1.6666666667em 1em 1em;
  }
}
.create-a-plate-view .section-divider span {
  display: block;
}
.create-a-plate-view .section-divider a {
  display: block;
  text-decoration: none;
  color: #2d5df1;
}
.create-a-plate-view .section-divider a:visited {
  color: #2d5df1;
}
.create-a-plate-view .section-divider .icon-arrow-down-blue {
  width: 0.8125em;
  height: 0.375em;
  background-size: contain;
  margin: 0.3125em auto;
}

.create-a-plate-view .micro-plates {
  background-color: #e5e6ea;
}
.create-a-plate-view .micro-plates > .wrapper > .grid-container > .main {
  background-color: #ffffff;
}
.create-a-plate-view .micro-plates .search-container {
  padding: 0 0.9375em;
}
.create-a-plate-view .micro-plates .back-to-top {
  color: #515e65;
  padding: 0.9375rem;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cacdd0;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1rem;
  position: fixed;
  left: 2%;
  bottom: 20px;
  cursor: pointer;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms, visibility 600ms;
}
.create-a-plate-view .micro-plates .back-to-top svg {
  padding-left: 1.375rem;
  height: 0.5rem;
  width: 0.75rem;
}
.create-a-plate-view .micro-plates .back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.create-a-plate-view .micro-plates .filtered-plates > .none {
  font-style: italic;
}
.create-a-plate-view .micro-plates .filtered-plates h3 {
  font-size: 1.3125em;
  margin: 0 0 1.6875rem 0.6875rem;
  font-weight: normal;
  color: #386dff;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .micro-plates .filtered-plates h3 {
    font-size: 1.875em;
  }
}
@media (min-width: 81.25em) {
  .create-a-plate-view .micro-plates .filtered-plates h3 {
    margin-left: 0;
  }
}
.create-a-plate-view .micro-plates .filtered-plates .plate-list:after {
  content: " ";
  clear: both;
  display: block;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
  float: left;
  padding: 0 0 1em;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  /* reserve space for .selected border */
  border: 2px solid transparent;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.unavailable {
  opacity: 0.6;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper:not(.unavailable):hover {
  background-color: #f5f7fb;
  cursor: pointer;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.selected .plate-image {
  padding: 0;
  border-radius: 8px;
  border: solid 4px #386dff;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.message-warning .plate-image {
  opacity: 0.4;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.message-warning .plate-details {
  color: red;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.message-warning:hover .plate-image {
  opacity: 1;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.qualifying-plate-not-passenger {
  cursor: help;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper.qualifying-plate-not-passenger .plate-image {
  opacity: 0.4;
}
@media (min-width: 53.75em) {
  .create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
    width: 33.33%;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
    width: 25%;
  }
}
@media (min-width: 81.25em) {
  .create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
    width: 20%;
  }
}
@media (min-width: 100em) {
  .create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
    width: 16.66%;
  }
}
@media (min-width: 118.75em) {
  .create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
    width: 14.2857%;
  }
}
@media (min-width: 143.75em) {
  .create-a-plate-view .micro-plates .filtered-plates .plate-wrapper {
    width: 12.5%;
  }
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper .plate-image {
  line-height: 0;
  margin: 0 10%;
  padding: 0.25rem;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper .plate-image img {
  width: 100%;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper .plate-image.active {
  padding: 0;
  border-radius: 8px;
  border: solid 4px #386dff;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper .plate-info {
  color: #515e65;
  margin: 0.1875rem 10% 0.25rem 10%;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper .plate-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.create-a-plate-view .micro-plates .filtered-plates .plate-wrapper .plate-details {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}
.create-a-plate-view .micro-plates .filtered-plates.background-only .plate-details {
  display: none;
}
@media (max-width: 42.4375em) {
  .create-a-plate-view .micro-plates { /* on smartphones: put searchbox as a rounded cap directly above main, and hide attribute filter until button click */
    background: #ecedf1;
  }
  .create-a-plate-view .micro-plates > .wrapper {
    margin: 0 auto;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container {
    padding: 1.125em 0.875em 0 0.875em;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container > .sidebar {
    padding-top: 1.75em;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
  }
  .create-a-plate-view .micro-plates .attribute-filter {
    z-index: 500;
    overflow: auto;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .create-a-plate-view .micro-plates .attribute-filter .wrapper {
    margin: 0.875em;
    padding: 1em;
  }
  .create-a-plate-view .micro-plates .attribute-filter .contents {
    margin-top: 2.5em;
    padding-top: 20px;
  }
  .create-a-plate-view .micro-plates .attribute-filter .contents:before {
    content: "";
    height: 0;
    position: absolute;
    top: -14px;
    left: -1em;
    right: -1em;
    border-top: 1px solid #cbcdd2;
  }
  .create-a-plate-view .micro-plates .attribute-filter .options {
    color: #505050;
    /*
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    */
  }
  .create-a-plate-view .micro-plates .filter-status .clear-all-filters {
    width: 4.875em;
  }
  .create-a-plate-view .micro-plates .filter-status .clear-all-filters button {
    padding: 0.5625rem 0.8125rem;
    background-position-x: 3.375rem;
  }
  .create-a-plate-view .micro-plates .filter-status .clear-all-filters button > span {
    display: none;
  }
  .create-a-plate-view .micro-plates .filter-status .clear-all-filters button[data-abbr]:after {
    content: attr(data-abbr);
  }
  .create-a-plate-view .micro-plates .plate-search {
    position: relative;
  }
  .create-a-plate-view .micro-plates .plate-search:after {
    content: "";
    height: 0;
    left: 0;
    right: -7.5625em;
    position: absolute;
    bottom: 14px;
    border-top: 1px solid #cbcdd2;
  }
}
@media (min-width: 42.5em) {
  .create-a-plate-view .micro-plates { /* on tablets+: put sidebar with searchbox and attribute filter to the right of main */ }
  .create-a-plate-view .micro-plates > .wrapper {
    /* right margin is less than left to account for sidebar internal padding */
    margin: 0 5% 0 2%;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18.5em calc(100% - 18.5em);
    grid-template-columns: 18.5em calc(100% - 18.5em);
    /* ensures each column stretches to the full height */
    align-content: stretch;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container > .main {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-row-start: 1;
    grid-column-start: 2;
    border-radius: 10px 10px 0 0;
    padding: 0.875em 2.5em 0 2.5em;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container > .sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .view-filters-button-container {
    display: none;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .plate-search {
    padding: 0 0.9375em;
    margin: 0;
    width: 14.375em;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .attribute-filter {
    width: 14.5em;
    margin: 1em auto;
    top: 4.0625em;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .attribute-filter .close {
    display: none;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .attribute-filter h2 {
    display: none; /* hide 'Filter Plates' title since we're directly beneath 'Search Plates' box */
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .filter-status {
    margin-top: 1em;
    padding: 0 0 4.375em 0;
  }
  .create-a-plate-view .micro-plates > .wrapper > .grid-container .filter-status:after {
    left: 0;
    right: 0;
  }
}

.create-a-plate-view .filter-status {
  padding: 0 0.9375em 2.4375em;
  position: relative;
}
.create-a-plate-view .filter-status:after {
  content: "";
  height: 0;
  left: 0.9375em;
  right: 0.9375em;
  position: absolute;
  bottom: 29px;
  border-top: 1px solid #cbcdd2;
}
.create-a-plate-view .filter-status .clear-all-filters {
  float: right;
  width: 10.375em;
}
.create-a-plate-view .filter-status .clear-all-filters button {
  padding: 0.5625rem 1.375rem;
  text-align: left;
  width: 100%;
  border-radius: 1.21875rem;
  border: solid 1px #c6c9cd;
  background-color: #ffffff;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  color: #515e65;
  background-image: url(/images/filter-refresh.svg);
  background-position-x: 8.5rem;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.create-a-plate-view .filter-status .active-filters-list {
  margin-right: 5.1875em;
  /* set min-height to ensure bottom border appears beneath Clear All Filters button when no entries exist in list */
  min-height: 42px;
}
.create-a-plate-view .filter-status .active-filters-list .clear-filter-button {
  margin: 0 5px 5px 0;
  padding: 0.5625rem 1.25rem 0.5625rem 1.3125rem;
  text-align: left;
  border-radius: 1.21875rem;
  border: none;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  color: #515e65;
  background-color: #eceff2;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
}
.create-a-plate-view .filter-status .active-filters-list .clear-filter-button:after {
  content: "";
  display: inline-block;
  margin-left: 0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(/images/filter-close.svg);
}
.create-a-plate-view .filter-status .active-filters-list .clear-filter-button.attention {
  color: white;
  background-color: #386dff;
}

.create-a-plate-view .attribute-filter .wrapper {
  background-color: #e5e6ea;
}
.create-a-plate-view .attribute-filter .wrapper.disabled {
  opacity: 0.5;
}
.create-a-plate-view .attribute-filter .wrapper.disabled .option:hover {
  cursor: unset;
  background-color: unset;
  color: unset;
}
.create-a-plate-view .attribute-filter .close {
  float: right;
  font-size: 32px;
  line-height: 21px;
  font-weight: bold;
  color: #515e65;
  cursor: pointer;
}
.create-a-plate-view .attribute-filter h2 {
  margin: 0;
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  color: #515e65;
}
.create-a-plate-view .attribute-filter .contents {
  position: relative;
  padding: 10px 1.5rem 20px 0;
  border-radius: 6px;
  background-color: #ffffff;
}
.create-a-plate-view .attribute-filter .block-title {
  font-size: 0.875em;
  font-style: normal;
  margin: 1em 0 0 1.7em;
  padding: 0.25em 0;
  color: #386dff;
  border-bottom: 1px solid #386dff;
  zoom: 1; /* IE < 8 */
}
.create-a-plate-view .attribute-filter .block-title:after {
  content: "";
  display: table;
  clear: both;
}
.create-a-plate-view .attribute-filter .block-title .text {
  cursor: pointer;
  display: block;
  float: left;
}
.create-a-plate-view .attribute-filter .block-title .text:hover {
  /*border-color: $color_accent_red;*/
}
.create-a-plate-view .attribute-filter .block-title .button-attribute-type-information {
  cursor: help;
  float: right;
  width: 1rem;
  height: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-radius: 0.5rem;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background-color: #386dff;
}
.create-a-plate-view .attribute-filter .block-title .button-attribute-type-information svg {
  height: 100%;
}
.create-a-plate-view .attribute-filter .block-title .button-attribute-type-information svg path {
  fill: #ffffff;
}
.create-a-plate-view .attribute-filter .options {
  margin-top: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.create-a-plate-view .attribute-filter .option {
  padding: 0.6em 0 0.4em 1.7em;
  color: #515e65;
  background-repeat: no-repeat;
  background-position: left 0.4em center;
  background-size: 1em;
}
.create-a-plate-view .attribute-filter .option:first-of-type {
  padding-top: 1em;
}
.create-a-plate-view .attribute-filter .option:hover {
  cursor: pointer;
  background-color: #386dff;
  color: #ffffff;
}
.create-a-plate-view .attribute-filter .option:hover.selected {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--Ionic_checkmark_--%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5Bsvg%7Bfill%3A%23ffffff%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7%20c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7%20c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8%20c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22%2F%3E%3C%2Fsvg%3E%0A");
}
.create-a-plate-view .attribute-filter .option.provisionally-selected {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--Ionic_checkmark_--%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5Bsvg%7Bfill%3A%23d9293e%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7%20c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7%20c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8%20c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22%2F%3E%3C%2Fsvg%3E%0A");
}
.create-a-plate-view .attribute-filter .option.selected {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--Ionic_checkmark_--%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5Bsvg%7Bfill%3A%23386dff%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7%20c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7%20c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8%20c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22%2F%3E%3C%2Fsvg%3E%0A");
}
.create-a-plate-view .attribute-filter .option.provisionally-unselected {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--Ionic_checkmark_--%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5Bsvg%7Bfill%3A%23cccccc%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7%20c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7%20c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8%20c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22%2F%3E%3C%2Fsvg%3E%0A");
}
.create-a-plate-view .attribute-filter .discontinued-link {
  color: #515e65;
  padding: 0.6em 0 0.4em 1.7em;
}
.create-a-plate-view .attribute-filter .discontinued-link:hover {
  background-color: #386dff;
}
.create-a-plate-view .attribute-filter .discontinued-link:hover a {
  color: #ffffff;
}
.create-a-plate-view .attribute-filter .discontinued-link:hover a:visited {
  color: #ffffff;
}
.create-a-plate-view .attribute-filter .discontinued-link a {
  text-decoration: none;
  color: #515e65;
}
.create-a-plate-view .attribute-filter .discontinued-link a:visited {
  color: #515e65;
}
.create-a-plate-view .attribute-filter .discontinued-link a:hover {
  color: #ffffff;
}
.create-a-plate-view .attribute-filter .discontinued-link:first-of-type {
  padding-top: 1em;
}
.create-a-plate-view .attribute-filter .modal-info {
  z-index: 500;
  overflow: auto;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.create-a-plate-view .attribute-filter .modal-info .wrapper {
  background-color: transparent;
  margin: 0.9375em 0.9375em 0 0.9375em;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .attribute-filter .modal-info .wrapper {
    margin: 12.5em auto 0;
    width: 37.5em;
  }
}
.create-a-plate-view .attribute-filter .modal-info .modal-close {
  text-align: right;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .attribute-filter .modal-info .modal-close {
    float: right;
  }
}
.create-a-plate-view .attribute-filter .modal-info .modal-close button {
  background-color: transparent;
  padding: 0.0625em 0.0625em 0.4375em 0.5625em;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.create-a-plate-view .attribute-filter .modal-info .modal-close button svg {
  width: 1.125em;
  height: 1.125em;
}
.create-a-plate-view .attribute-filter .modal-info .content-wrapper {
  padding: 1.3125rem 0;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .attribute-filter .modal-info .content-wrapper {
    margin: 0 1.6875em;
  }
}
.create-a-plate-view .attribute-filter .modal-info .content-wrapper > div {
  padding: 0 1.3125em;
}
.create-a-plate-view .attribute-filter .modal-info .content-wrapper .title {
  border-bottom: 1px solid #e3e3e6;
}
.create-a-plate-view .attribute-filter .modal-info .content-wrapper .title h2 {
  margin: 0 0 1.3125rem 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.create-a-plate-view .attribute-filter .modal-info .content-wrapper h3 {
  line-height: 1.88;
  margin-bottom: 0;
}
.create-a-plate-view .attribute-filter .modal-info .content-wrapper p {
  margin-bottom: 0;
}

.create-a-plate-view .cap-warning-bar {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0.9375rem;
  font-weight: 500;
  color: #386dff;
  background-color: #f5f7fb;
  position: absolute;
  top: 0;
  z-index: 100;
  transition: opacity 600ms, visibility 600ms;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .cap-warning-bar {
    padding: 0.9375rem 0;
    text-align: center;
  }
}
.create-a-plate-view .cap-warning-bar.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .cap-warning-bar div {
    display: inline-block;
  }
}
.create-a-plate-view .cap-warning-bar .message {
  padding: 0.125rem 0;
  line-height: 1.375rem;
  margin-right: 2.4375rem;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .cap-warning-bar .message {
    line-height: 1.125rem;
    margin-right: 0;
  }
}
.create-a-plate-view .cap-warning-bar .message span {
  color: #515e65;
}
.create-a-plate-view .cap-warning-bar .close {
  float: right;
  padding-right: 0.9375rem;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .cap-warning-bar .close {
    padding-right: 1.5625rem;
  }
}
.create-a-plate-view .cap-warning-bar .close button {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: none;
  background-color: #ffffff;
  color: #386dff;
}
.create-a-plate-view .cap-warning-bar .close button svg {
  height: 8px;
  width: 8px;
  fill: #386dff;
}

.create-a-plate-view .message-editor {
  background: #ecedf1;
  transition: padding 0.5s ease;
  padding: 1.125rem 0.875rem 0.875rem;
  position: relative;
}
.create-a-plate-view .message-editor button:focus {
  outline: none;
}
.create-a-plate-view .message-editor:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor {
    padding: 1.6875rem 1.125rem;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor {
    padding: 9.625rem 1.125rem 9.125rem 1.125rem;
  }
}
@media (min-width: 81.25em) {
  .create-a-plate-view .message-editor {
    padding: 7.5rem 1.125rem 7.5rem 1.125rem;
  }
}
@media (min-width: 87.5em) {
  .create-a-plate-view .message-editor {
    padding: 6.25rem 1.125rem 7.5rem 1.125rem;
  }
}
.create-a-plate-view .message-editor .wrapper {
  max-width: 45.5em;
  margin: 0 auto;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .wrapper {
    max-width: 85.9375rem;
    position: relative;
  }
}
.create-a-plate-view .message-editor .category-tab-modal {
  z-index: 500;
  overflow: auto;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.create-a-plate-view .message-editor .category-tab-modal .wrapper {
  background-color: transparent;
  margin: 0.9375em 0.9375em 0 0.9375em;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .category-tab-modal .wrapper {
    margin: 12.5em auto 0;
    width: 37.5em;
  }
}
.create-a-plate-view .message-editor .category-tab-modal .modal-close {
  text-align: right;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .category-tab-modal .modal-close {
    float: right;
  }
}
.create-a-plate-view .message-editor .category-tab-modal .modal-close button {
  background-color: transparent;
  padding: 0.0625em 0.0625em 0.4375em 0.5625em;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.create-a-plate-view .message-editor .category-tab-modal .modal-close button svg {
  width: 1.125em;
  height: 1.125em;
}
.create-a-plate-view .message-editor .category-tab-modal .content-wrapper {
  padding: 1.3125rem 0;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .category-tab-modal .content-wrapper {
    margin: 0 1.6875em;
  }
}
.create-a-plate-view .message-editor .category-tab-modal .content-wrapper > div {
  padding: 0 1.3125em;
}
.create-a-plate-view .message-editor .category-tab-modal .content-wrapper .title {
  border-bottom: 1px solid #e3e3e6;
}
.create-a-plate-view .message-editor .category-tab-modal .content-wrapper .title h2 {
  margin: 0 0 1.3125rem 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.create-a-plate-view .message-editor .category-tab-modal .content-wrapper h3 {
  line-height: 1.88;
  margin-bottom: 0;
}
.create-a-plate-view .message-editor .category-tab-modal .content-wrapper p {
  margin-bottom: 0;
}
.create-a-plate-view .message-editor .auto-button-wrapper {
  display: flex;
  justify-content: stretch;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .auto-button-wrapper {
    padding: 0 4.875em;
  }
}
.create-a-plate-view .message-editor .auto-button-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.create-a-plate-view .message-editor .auto-button-wrapper label {
  box-sizing: border-box;
  float: left;
  margin-right: 0.25em;
  background-color: #0c3dbb;
  overflow: auto;
  flex-grow: 1;
  cursor: pointer;
  letter-spacing: 1px;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .auto-button-wrapper label {
    margin-right: 0.5em;
  }
}
.create-a-plate-view .message-editor .auto-button-wrapper label:not(.checked):hover {
  background-color: #184cd3;
}
.create-a-plate-view .message-editor .auto-button-wrapper label:first-of-type {
  border-top-left-radius: 0.1875em;
  border-bottom-left-radius: 0.1875em;
}
.create-a-plate-view .message-editor .auto-button-wrapper label:last-of-type {
  margin-right: 0;
  border-top-right-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}
.create-a-plate-view .message-editor .auto-button-wrapper label input {
  position: absolute;
  top: -20px;
  display: none;
}
.create-a-plate-view .message-editor .auto-button-wrapper span {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.625em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1.1em 0.9em;
  display: block;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .auto-button-wrapper span {
    font-size: 0.75em;
    padding: 0.75em 0.75em;
  }
}
.create-a-plate-view .message-editor .auto-button-wrapper .checked {
  background-color: #379bf8;
}
.create-a-plate-view .message-editor .plate-container {
  color: #515e65;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .plate-container {
    width: 47.8%;
    margin-right: 2.2%;
    transition: width 2s ease;
  }
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper {
  line-height: 1.36;
  font-size: 0.875em;
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div {
  float: left;
  /*                .plate-description{
  display: block;
  padding-left: em(5);
  }
  */
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div button {
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 2rem;
  margin-right: 0.5625rem;
  border-radius: 0.75rem;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div button {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 1.09375rem;
  }
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div button svg {
  height: 100%;
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div button svg path {
  fill: #386dff;
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div .plate-name {
  font-size: 1.3125rem;
  font-weight: 800;
  display: block;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper div .plate-name {
    font-size: 1.875rem;
  }
}
.create-a-plate-view .message-editor .plate-container .plate-title-block-wrapper:after {
  content: " ";
  clear: both;
  display: block;
}
.create-a-plate-view .message-editor .plate-container .mobile-view-designs-button {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0.8125em 1em 0.75em;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .plate-container .mobile-view-designs-button {
    display: none;
  }
}
.create-a-plate-view .message-editor .plate-container .mobile-view-designs-button a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.065625em;
  text-transform: uppercase;
  color: #515e65;
}
.create-a-plate-view .message-editor .plate-container .mobile-view-designs-button a svg {
  width: 0.75em;
  height: 100%;
  margin-left: 0.8125em;
}
.create-a-plate-view .message-editor .plate-container .mobile-view-designs-button a svg path {
  fill: #515e65;
}
.create-a-plate-view .message-editor .order-container {
  line-height: 1.91;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container {
    width: 50%;
    max-width: 31.25em;
    position: absolute;
    top: 50%;
    transform: translateY(-46%);
    right: 0;
  }
  .create-a-plate-view .message-editor .order-container:after {
    content: " ";
    clear: both;
    display: block;
  }
}
.create-a-plate-view .message-editor .order-container .design-container-tabs {
  font-size: 0;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div {
  position: relative;
  top: 14px;
  z-index: 5;
  width: calc(50% - 2px);
  height: 53px;
  padding: 0 0 14px 0;
  margin: 0 4px 0 0;
  border-radius: 4px;
  border: none;
  background-color: #f5f7fb;
  float: left;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div.active {
  background-color: #ffffff;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div.active button {
  font-weight: bold;
  color: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div:last-of-type {
  margin-right: 0;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div.disabled {
  opacity: 0.4;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div.disabled button {
  cursor: default;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div.disabled button:last-of-type {
  cursor: default;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div button {
  padding: 0;
  margin: 0;
  height: 100%;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 0.6875rem;
  font-weight: normal;
  letter-spacing: 0.055rem;
  text-transform: uppercase;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div button:first-of-type {
  width: calc(100% - 26px);
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div button:last-of-type {
  cursor: help;
  width: 16px;
  height: 16px;
  padding: 2px 5px 2px 5px;
  border-radius: 8px;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  background-color: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div button:last-of-type svg {
  height: 100%;
}
.create-a-plate-view .message-editor .order-container .design-container-tabs div button:last-of-type svg path {
  fill: #ffffff;
}
.create-a-plate-view .message-editor .order-container .design-availability-status {
  text-align: center;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper {
  position: relative;
  z-index: 10;
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  padding: 0 0.9375em;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .design-container-wrapper {
    padding: 0 2.625em;
  }
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper h2 {
  font-size: 0.6875em;
  font-weight: 500;
  letter-spacing: 0.06875em;
  text-transform: uppercase;
  color: #515e65;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container h2 {
  margin-top: 0;
  padding-top: 1.1875em;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper {
  background-color: #f5f7fb;
  font-size: 0;
  border-radius: 4px;
  display: table;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button {
  width: 50%;
  height: 2.0625rem;
  font-size: 0.6875rem;
  font-weight: normal;
  letter-spacing: 0.055rem;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #e0e0e0;
  border-spacing: 0;
  overflow: hidden;
  display: table-cell;
  color: #858585;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(1) {
  border-top-left-radius: 4px;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(2) {
  border-top-right-radius: 4px;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(3) {
  border-bottom-left-radius: 4px;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(4) {
  border-bottom-right-radius: 4px;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button {
    width: 25%;
  }
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(2) {
    border-top-right-radius: 0;
  }
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(3) {
    border-bottom-left-radius: 0;
  }
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button:nth-child(4) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button.active {
  background-color: #ffffff;
  border-color: #c6c9cd;
  font-weight: bold;
  color: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .vehicle-type-button-wrapper button.disabled {
  cursor: default;
  color: #ffffff;
  background-color: #e2e3e7;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .availability-status {
  font-size: 0.8em;
  text-align: center;
  color: #386dff;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .vehicle-type-container .availability-status {
    font-size: inherit;
  }
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container h2 {
  display: inline-block;
  margin: 2rem 2.625rem 0 0.375rem;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-status {
  display: none;
  margin-left: 0.5625em;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3125em;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 0.625em;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-status.available {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20342.93%20240.2%22%3E%3Cpath%20d%3D%22M546%2C1050.88l-90.1-90.09L412.77%2C1004l111.69%2C111.68a30.52%2C30.52%2C0%2C0%2C0%2C43.16%2C0L755.7%2C927.53l-43.16-43.16Z%22%20transform%3D%22translate(-412.77%20-884.37)%22%20fill%3D%22%2347c86c%22%2F%3E%3C%2Fsvg%3E");
  color: #47c86c;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-status.not-available {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20272.55%20272.55%22%3E%3Cline%20x1%3D%2221.78%22%20y1%3D%22249.28%22%20x2%3D%22250.78%22%20y2%3D%2223.28%22%20fill%3D%22none%22%20stroke%3D%22%23d9293e%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2262%22%2F%3E%3Cline%20x1%3D%2223.28%22%20y1%3D%2221.78%22%20x2%3D%22249.28%22%20y2%3D%22250.78%22%20fill%3D%22none%22%20stroke%3D%22%23d9293e%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2262%22%2F%3E%3C%2Fsvg%3E");
  color: #d9293e;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-button-wrapper {
  margin: 0;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-button-wrapper form.input-combo {
  border: solid 1px #cacdd0;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-button-wrapper form.input-combo .form-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.31;
  letter-spacing: 0.08rem;
  color: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-button-wrapper form.input-combo .form-submit {
  width: 40%;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03375rem;
  background-color: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-button-wrapper form.input-combo .form-submit.disabled {
  opacity: 0.6;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .message-button-wrapper form.input-combo .form-submit:hover:not(.disabled) {
  cursor: pointer;
  background-color: #387eff;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper {
  margin: 0.75rem 0 0;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols {
  border: solid 1px #c6c9cd;
  border-radius: 4px;
  font-size: 0;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols {
    width: 275px;
    margin: 0 auto;
  }
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols.disabled {
  opacity: 0.6;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols:not(.disabled) button {
  cursor: pointer !important;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols button {
  font-size: 0;
  padding: 7px 0;
  width: 16.66%;
  height: 28px;
  background-color: transparent;
  color: #ffffff;
  margin: 0;
  border: none;
  border-right: solid 1px #c6c9cd;
  box-shadow: none;
  outline: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: unset;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols button svg {
  height: 100%;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols button svg path {
  fill: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper .symbols button:last-child {
  border-right: none;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .personalization-container .symbols-wrapper h2 {
  display: block;
  text-align: center;
  margin: 0.5625rem 0 0;
  padding-bottom: 2.375rem;
  color: #386dff;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .background-only-container {
  display: none;
  margin: 1.5em 0 0 0;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .background-only-container button {
  width: 100%;
  height: 65px;
  border-radius: 4px;
  border: solid 1px #c6c9cd;
  background-color: #ffffff;
  font-size: 18.5px;
  letter-spacing: 0.46px;
  text-align: center;
  color: #515e65;
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .background-only-container button:not(.disabled):hover {
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .design-container-wrapper .background-only-container button.disabled {
  opacity: 0.6;
  cursor: default !important;
}
.create-a-plate-view .message-editor .order-container .txdmv-guidelines-wrapper {
  position: relative;
  text-align: center;
  line-height: 39px;
  background-color: #f5f7fb;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #858585;
}
.create-a-plate-view .message-editor .order-container .txdmv-guidelines-wrapper a:visited {
  color: #858585;
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  padding: 30px 15px 0;
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper > div div {
  margin-bottom: 0.625em;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .order-container-wrapper {
    padding: 30px 37px 0;
  }
  .create-a-plate-view .message-editor .order-container .order-container-wrapper > div {
    zoom: 1; /* IE < 8 */
  }
  .create-a-plate-view .message-editor .order-container .order-container-wrapper > div div {
    margin: 0;
    float: left;
    width: 50%;
  }
  .create-a-plate-view .message-editor .order-container .order-container-wrapper > div:after {
    content: "";
    display: table;
    clear: both;
  }
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper span {
  display: block;
  opacity: 0.7;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(81, 94, 101, 0.7);
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper span.price {
  font-size: 44px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: normal;
  text-align: left;
  color: #515e65;
  margin-top: 10px;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .order-container-wrapper .button-order-wrapper {
    padding-left: 10%;
    width: 40%;
  }
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper .button-order-wrapper button {
  width: 100%;
  height: 65px;
  border-radius: 3px;
  background-color: #e2e3e7;
  border: none;
  font-size: 18.5px;
  font-weight: bold;
  letter-spacing: 0.46px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper .button-order-wrapper button.active {
  background-color: #47c86c;
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper .button-order-wrapper button.active:hover {
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper .starting-price {
  /*                position: absolute;
  left: 0;
  */
}
.create-a-plate-view .message-editor .order-container .order-container-wrapper .pricing-disclaimer {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: 0.24px;
  color: #515e65;
}
.create-a-plate-view .message-editor .order-container .title-row:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper {
    background-color: #0c3dbb;
    padding: 1.6875em 2.1875em 2.1875em;
    border-top-left-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
  }
}
.create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper h2 {
  font-size: 1.125em;
  font-family: "proxima-nova", sans-serif;
  color: #ffffff;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper h2 {
    font-size: 1.375em;
    margin: 0 0 0.4090909091em;
    float: left;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper h2 {
    font-size: 2em;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper h2.has-img {
    width: 79%;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper img {
    width: 10.5%;
    height: auto;
    float: right;
    margin-left: 30px;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .disclaimer {
    display: block;
    color: #ffffff;
    margin-bottom: 1.375em;
  }
}
.create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .identifier-wrapper {
  margin: 0.75em 0 0;
}
.create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .identifier-wrapper button {
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.875em;
  font-weight: bold;
  color: #ffffff;
  background: #386dff;
  font-family: "proxima-nova", sans-serif;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0.4666666667em 1em;
  outline: none;
  border: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 0.25rem;
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .identifier-wrapper button {
    font-size: 1em;
  }
}
.create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .identifier-wrapper button:hover {
  background-color: #379bf8;
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .identifier-wrapper button:first-of-type {
  margin-right: 0.9333333333em;
}
.create-a-plate-view .message-editor .order-container .info-block-wrapper .inner-title-wrapper .identifier-wrapper:before {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper {
    padding: 1.375em 2.1875em 2em;
    background-color: #ffffff;
    color: #0c3dbb;
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    margin-bottom: 1.5625em;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper .title {
    font-size: 0.875em;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper .title {
    font-size: 1em;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper .description {
    font-size: 0.9375em;
    font-family: "proxima-nova", sans-serif;
    float: right;
    margin-top: -3px;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper .description {
    font-size: 1.0625em;
    margin-top: -5px;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper .description span {
    font-size: 1.0625em;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .info-block-wrapper .message-info-wrapper .description span {
    font-size: 1.375em;
  }
}
.create-a-plate-view .message-editor .order-container .info-stmt {
  display: block;
  margin-top: 1.4285714286em;
  font-size: 0.875em;
  color: #ffffff;
  text-align: right;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper button {
  font-size: 0.75em;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 0.25em solid #ffffff;
  float: left;
  outline: none;
  padding: 0.8333333333em 1.1666666667em 0.5833333333em;
  width: 48%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.15s ease;
  letter-spacing: 1px;
  border-radius: 0.25rem;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper button {
    letter-spacing: normal;
  }
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper button {
    padding: 1.25em 1.1666666667em 1.3333333333em;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper button {
    font-size: 1.125em;
    border-width: 0.15em;
    padding: 0.75em 0.7em 0.75em;
    width: 100%;
    border-color: #379bf8;
    text-transform: none;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper button {
    font-size: 1.625em;
    padding: 0.3846153846em 0.5384615385em 0.5769230769em;
    border-width: 0.1153846154em;
  }
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper button:hover {
  background: #379bf8;
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0c3dbb;
  transition: all 5s ease;
  z-index: 300;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .modal-header {
  border-bottom: 1px solid #386dff;
  padding: 0.625em 0.9375em 0.8125em;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .modal-header:after {
  content: "";
  display: block;
  clear: both;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .modal-header .modal-title {
  font-size: 0.875em;
  padding-top: 0.8571428571em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .modal-header .modal-close {
  position: relative;
  display: block;
  float: right;
  background-color: #386dff;
  width: 2.1875em;
  height: 2.1875em;
  cursor: pointer;
  border-radius: 1.125em;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .modal-header .modal-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper {
  font-family: "proxima-nova", sans-serif;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .title-row {
  padding: 1.875em 0.9375em;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .title-row h2 {
  font-size: 1.25em;
  color: #ffffff;
  float: left;
  margin: 0.25em 0 0;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .title-row h2.has-img {
  width: 79%;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .title-row img {
  width: 2.8125em;
  height: auto;
  float: right;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .modal-content {
  background-color: #ffffff;
  padding: 1.875em 0.9375em;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .modal-content .disclaimer {
  display: block;
  font-size: 1.125em;
  color: #515e65;
  line-height: 1.2;
  padding-bottom: 1.5555555556em;
  border-bottom: 1px solid #e3e3e6;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .modal-content .identifier-wrapper {
  padding: 1.25em 0 1.25em;
  border-bottom: 1px solid #e3e3e6;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .modal-content .identifier-wrapper button {
  display: block;
  float: none;
  background-color: #386dff;
  border-color: #386dff;
  width: initial;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .modal-content .identifier-wrapper button:hover {
  background-color: #387eff;
  border-color: #387eff;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .modal-content .identifier-wrapper button:first-of-type {
  margin-bottom: 0.875em;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .message-info-wrapper {
  background-color: #ffffff;
  padding: 0em 0.9375em 1.875em;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .message-info-wrapper .title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #386dff;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .message-info-wrapper .description {
  display: inline-block;
  font-size: 1.25em;
  padding-top: 0.5em;
  color: #515e65;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .message-info-wrapper .description span {
  color: #515e65;
  font-weight: normal;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper .modal .inner-title-wrapper .message-info-wrapper .info-stmt {
  font-size: 1em;
  color: #515e65;
  text-align: left;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper button {
  background-color: #0c3dbb;
  color: #ffffff;
  border-color: #0c3dbb;
  margin-right: 4%;
  letter-spacing: 1px;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper button {
    letter-spacing: normal;
  }
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .info-wrapper button:hover {
  background: #387eff;
  border-color: #387eff;
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper button {
  background-color: #0c3dbb;
  color: #ffffff;
  border-color: #0c3dbb;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper button:hover {
  background: #387eff;
  border-color: #387eff;
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper button.toggled {
  background-color: #0c3dbb;
  transform: none;
  box-shadow: none;
  border-top: 2px solid #0c3dbb;
  border-right: 2px solid #0c3dbb;
  border-left: 2px solid #0c3dbb;
  border-bottom: 0;
  border-radius: 0;
  padding-bottom: 1.6666666667em;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-clip: padding-box;
  position: relative;
  z-index: 1;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper button.toggled {
    padding-bottom: 2.6666666667em;
  }
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .symbols {
  max-width: 24.375em;
  width: 100%;
  float: right;
  box-sizing: border-box;
}
.flexbox .create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .symbols {
  display: flex;
  justify-content: space-around;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .symbols:after {
  content: "";
  display: block;
  clear: both;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .symbols button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  transition: 0;
  margin: 0 10px;
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .symbols button:hover {
  transform: translateY(0);
}
.create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .symbols button:last-of-type {
  padding-top: 12px;
}
@media (max-width: 62.4375em) {
  .create-a-plate-view .message-editor .order-container .action-button-wrapper .symbol-wrapper .toggled + .symbols {
    border: 2px solid #0c3dbb;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-clip: padding-box;
    border-top-left-radius: 0.25rem;
    background-color: #0c3dbb;
    margin-top: -2px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper {
  margin-top: 1em;
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper button {
  width: 100%;
  font-size: 1.0625em;
  font-weight: bold;
  background-color: #34ca68;
  border: 0;
  outline: none;
  color: #ffffff;
  padding: 0.9411764706em 0.5882352941em 0.8235294118em;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.15s ease;
  cursor: pointer;
  border-radius: 0.25rem;
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper button:hover {
  background: #35d76d;
  transform: translateY(-1px);
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper button {
    padding: 1.1764705882em 0.9em 1.1764705882em;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper button {
    font-size: 1.125em;
    padding: 0.7em 0.9em 0.95em;
    width: 100%;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper button {
    font-size: 1.625em;
    padding: 0.5384615385em 0.6923076923em 0.7307692308em;
  }
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verified span {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verified span:first-of-type {
  font-variant: small-caps;
  text-align: left;
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verified span:last-of-type {
  float: right;
  text-align: right;
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify {
  position: relative;
  background: #ffffff;
  color: #2d5df1;
  letter-spacing: 1px;
  border: solid #34ca68 3px;
  padding: 0.9411764706em 0.5882352941em 0.8235294118em;
  text-align: left;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify {
    padding: 1.1764705882em 1.7647058824em 1.1764705882em;
  }
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify {
    font-size: 1.125em;
    padding: 0.7777777778em 1.6666666667em 0.6666666667em;
    width: 100%;
  }
}
@media (min-width: 75em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify {
    font-size: 1.625em;
    padding: 0.5384615385em 1.1538461538em 0.4615384615em;
  }
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify:hover {
  background: #34ca68;
  color: white;
  transform: translateY(-1px);
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify span {
  box-sizing: border-box;
  text-align: left;
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify span:last-of-type {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  font-size: 16px;
  border-color: #34ca68;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify span:last-of-type {
    right: 30px;
  }
}
.create-a-plate-view .message-editor .order-container .message-button-wrapper .button-verify .icon-arrow-down-blue {
  background-size: contain;
  width: 16px;
  height: 13px;
}
.create-a-plate-view .message-editor .modal-info {
  z-index: 500;
  overflow: auto;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.create-a-plate-view .message-editor .modal-info .wrapper {
  margin: 0.9375em 0.9375em 0 0.9375em;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-info .wrapper {
    margin: 12.5em auto 0;
    width: 50.875em;
  }
}
.create-a-plate-view .message-editor .modal-info .modal-close {
  text-align: right;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-info .modal-close {
    float: right;
  }
}
.create-a-plate-view .message-editor .modal-info .modal-close button {
  background-color: transparent;
  padding: 0.0625em 0.0625em 0.4375em 0.5625em;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.create-a-plate-view .message-editor .modal-info .modal-close button svg {
  width: 1.125em;
  height: 1.125em;
}
.create-a-plate-view .message-editor .modal-info .content-wrapper {
  padding: 1.3125rem 0;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-info .content-wrapper {
    margin: 0 1.6875em;
  }
}
.create-a-plate-view .message-editor .modal-info .content-wrapper > div {
  padding: 0 1.3125em;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-info .content-wrapper > div {
    zoom: 1; /* IE < 8 */
  }
  .create-a-plate-view .message-editor .modal-info .content-wrapper > div:after {
    content: "";
    display: table;
    clear: both;
  }
}
.create-a-plate-view .message-editor .modal-info .content-wrapper .title {
  border-bottom: 1px solid #e3e3e6;
}
.create-a-plate-view .message-editor .modal-info .content-wrapper .title h2 {
  margin: 0 0 1.3125rem 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.create-a-plate-view .message-editor .modal-info .content-wrapper .plate-image {
  margin: 1.0625em 0 0 0;
}
@media (min-width: 47.5em) {
  .create-a-plate-view .message-editor .modal-info .content-wrapper .plate-image {
    width: 200px;
    margin: 0.4375em 0 0 0;
    float: left;
  }
}
.create-a-plate-view .message-editor .modal-info .content-wrapper .plate-image img {
  width: 100%;
}
@media (min-width: 47.5em) {
  .create-a-plate-view .message-editor .modal-info .content-wrapper .details {
    margin-left: 221px;
  }
}
.create-a-plate-view .message-editor .modal-info .content-wrapper h3 {
  line-height: 1.88;
  margin-bottom: 0;
}
.create-a-plate-view .message-editor .modal-info .content-wrapper ul {
  font-size: 17px;
  line-height: 1.88;
  padding-left: 30px;
}
.create-a-plate-view .message-editor .modal-info .content-wrapper .disclaimer {
  border-top: 1px solid #e3e3e6;
}
.create-a-plate-view .message-editor .modal-info .content-wrapper .disclaimer p {
  font-size: 0.8125em;
  color: #d9293e;
  margin: 1.3125rem 0 0 0;
}
.create-a-plate-view .message-editor .modal-basic {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(12, 61, 187, 0.8);
  z-index: 500;
}
.create-a-plate-view .message-editor .modal-basic button {
  position: absolute;
  top: 6.536%;
  right: 20px;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (min-width: 47.5em) {
  .create-a-plate-view .message-editor .modal-basic button {
    left: 78.552%;
    right: 0;
  }
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper {
  position: absolute;
  top: 6.536%;
  bottom: 6.536%;
  right: 50px;
  left: 15px;
  background-color: #ffffff;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper .content-inner-wrapper {
  background-color: #ffffff;
  padding: 2em 1.875em;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .modal-basic .content-wrapper .content-inner-wrapper {
    padding: 2em 4em;
  }
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper .content-inner-wrapper > *:first-child {
  margin-top: 0;
}
@media (min-width: 47.5em) {
  .create-a-plate-view .message-editor .modal-basic .content-wrapper {
    right: 22.33%;
    left: 22.33%;
  }
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper h2 {
  font-size: 2em;
  margin: 0;
  padding: 0.6875em 0.9375em 0.625em;
  color: #2d5df1;
  background-color: #f4f3f8;
}
@media (min-width: 42.5em) {
  .create-a-plate-view .message-editor .modal-basic .content-wrapper h2 {
    padding: 0.75em 2em 0.6875em;
  }
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper h3 {
  font-size: 2em;
  font-weight: normal;
  color: #515e65;
  margin: 0.875em 0 0;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper h4 {
  font-size: 1.125em;
  margin: 0.5555555556em 0 0;
  color: #2d5df1;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper ul {
  margin: 0 0 0 -20px;
  color: #2d5df1;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper ul span {
  font-size: 1.125em;
  color: #515e65;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper ul li {
  padding: 2px 0;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper p {
  color: #515e65;
  margin-top: 4px;
  line-height: 1.4;
}
.create-a-plate-view .message-editor .modal-basic .content-wrapper a {
  display: inline-block;
  box-sizing: border-box;
  background-color: #2d5df1;
  color: #ffffff;
  text-decoration: none;
  padding: 1.25em 1.875em;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper h3 {
  font-size: 1.5em;
  color: #d9293e;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper h3 {
    font-size: 1.875em;
  }
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper h5 {
  font-size: 0.875em;
  margin: 0.8571428571em 0 1.8571428571em;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  color: #2d5df1;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper h5 {
    font-size: 1.0625em;
    margin: 0.5882352941em 0 2.1176470588em;
  }
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper ul {
  margin: 1.25em 0 1.125em;
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper .suggested-plates {
  max-width: 45em;
  margin: 0 0 0 -2.5em;
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper .suggested-plates:after {
  content: "";
  clear: both;
  display: block;
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper .suggested-plates li {
  list-style: none;
  margin-right: 2.5em;
  float: left;
  padding: 0 0 1.125em;
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper .suggested-plates li img {
  display: block;
}
@media (min-width: 62.5em) {
  .create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper .suggested-plates li img {
    width: 140px;
  }
}
.create-a-plate-view .message-editor .modal-basic.verification-error .content-wrapper a {
  text-align: center;
  margin-top: 1.125em;
}

.create-a-plate-view .search-container .view-filters-button-container {
  float: right;
  width: 121px;
}
.create-a-plate-view .search-container .view-filters-button-container button {
  padding: 0.5625rem 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #386dff;
  background-color: #fdfdff;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  color: #386dff;
}
.create-a-plate-view .search-container .plate-search {
  margin-right: 7.5625em;
  padding-right: 0.9375em;
  padding-bottom: 2.6875em;
}
.create-a-plate-view .search-container form.input-combo {
  padding: 0.5em 1.75em 0.5em 1.125em;
  border: solid 1px #c6c9cd;
}
.create-a-plate-view .search-container form.input-combo .form-text {
  line-height: 1.1875rem;
  font-size: 0.875rem;
}
.create-a-plate-view .search-container form.input-combo .form-text + label {
  left: 1.125rem;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  color: rgba(63, 67, 74, 0.7);
}
.create-a-plate-view .search-container .form-submit {
  top: 14px;
  right: 18px;
  content: "";
  background: url(../images/nav-search.svg) no-repeat;
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  vertical-align: middle;
}

.main-content.pricing .hero h1, .main-content.pricing .hero .intro-title {
  color: #ffffff;
}
.main-content.pricing .hero .prices {
  box-sizing: border-box;
  padding: 0 1.125em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.main-content.pricing .hero .prices:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.pricing .hero .prices {
    max-width: 48.25em;
    padding: 0 3.125em;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 81.25em) {
  .main-content.pricing .hero .prices {
    max-width: 91.625em;
  }
}
@media (min-width: 81.25em) {
  .main-content.pricing .hero .prices.state-sponsored {
    max-width: 48.25em;
  }
}
@media (min-width: 81.25em) {
  .main-content.pricing .hero .prices.state-sponsored .price {
    width: calc(50% - 0.6875em);
  }
  .main-content.pricing .hero .prices.state-sponsored .price:nth-child(2n+1) {
    margin-right: 1.375em;
  }
  .main-content.pricing .hero .prices.state-sponsored .price:nth-child(4n+2) {
    margin-right: auto;
  }
  .no-csscalc .main-content.pricing .hero .prices.state-sponsored .price {
    width: 48%;
    margin-right: 2%;
  }
}
@media (min-width: 81.25em) {
  .main-content.pricing .hero .prices.embossed {
    max-width: 70.4375em;
  }
}
@media (min-width: 42.5em) {
  .main-content.pricing .hero .prices.embossed .price:nth-child(4n+3) {
    margin-right: auto;
  }
}
@media (min-width: 81.25em) {
  .main-content.pricing .hero .prices.embossed .price {
    width: calc(33% - 0.6875em);
  }
  .main-content.pricing .hero .prices.embossed .price:nth-child(2n+1) {
    margin-right: 1.375em;
  }
  .main-content.pricing .hero .prices.embossed .price:nth-child(4n+3) {
    margin-right: auto;
  }
  .no-csscalc .main-content.pricing .hero .prices.embossed .price {
    width: 31%;
    margin-right: 2%;
  }
}
.main-content.pricing .hero .prices .price {
  margin: 1.125em auto;
  padding: 1.25em;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
  max-width: 20.3125em;
  position: relative;
  border-radius: 0.25rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
.main-content.pricing .hero .prices .price:first-child {
  margin-top: 0;
}
@media (min-width: 42.5em) {
  .main-content.pricing .hero .prices .price {
    width: calc(50% - 0.6875em);
    float: left;
    margin: 0 auto 1.375em auto;
  }
  .main-content.pricing .hero .prices .price:nth-child(2n+1) {
    margin-right: 1.375em;
  }
  .no-csscalc .main-content.pricing .hero .prices .price {
    width: 48%;
    margin-right: 2%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 81.25em) {
  .main-content.pricing .hero .prices .price {
    width: calc(25% - 1.03125em);
  }
  .main-content.pricing .hero .prices .price:nth-child(4n+2) {
    margin-right: 1.375em;
  }
  .no-csscalc .main-content.pricing .hero .prices .price {
    width: 23%;
    margin-right: 2%;
  }
}
.main-content.pricing .hero .prices .price h2 {
  font-size: 1.3125em;
  margin: 0 0 0.8571428571em 0;
}
.main-content.pricing .hero .prices .price h2 span {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.5714285714em;
  letter-spacing: 1.5px;
}
.main-content.pricing .hero .prices .price h3 {
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #515e65;
  margin: -1em 0 1.75em 0;
}
.main-content.pricing .hero .prices .price img {
  max-width: 12em;
  display: block;
  margin: 0 auto;
}
.main-content.pricing .hero .prices .price h2 + img {
  margin-top: 2.625em;
}
.main-content.pricing .hero .prices .price h2.text-wrapped + img {
  margin-top: 1.3125em;
}
.main-content.pricing .hero .prices .price .terms {
  margin-top: 1.25em;
}
.main-content.pricing .hero .prices .price .terms .term {
  padding: 0.875em;
}
.main-content.pricing .hero .prices .price .terms .term h3 {
  margin: 0;
}
.main-content.pricing .hero .prices .price .terms .term .amount {
  display: block;
  color: #386dff;
  font-size: 1.5em;
  margin: 0.25em;
}
.main-content.pricing .hero .prices .price .terms .term .special {
  display: block;
  color: #d9293e;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-content.pricing .hero .prices .price .terms .term.recommended {
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}
.main-content.pricing .hero .prices .price .terms .term.recommended h3 {
  color: #386dff;
}
.main-content.pricing .hero .prices .price .terms .term.recommended .special {
  font-size: 1.125em;
}
.main-content.pricing .hero .prices .price .button {
  position: absolute;
  bottom: 2em;
  box-sizing: border-box;
  background-color: #386dff;
  color: #ffffff;
  border: 0;
  font-size: 0.9375em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0.6666666667em 0 0.7333333333em;
  text-decoration: none;
  transition: all 0.15s ease;
  width: 6.5333333333em;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.main-content.pricing .hero .prices .price .button:hover {
  background-color: #387eff;
  transform: translateY(-1px);
}

.main-content.home .hero {
  background-color: #fdfdff;
  padding: 1.125em;
  position: relative;
}
.lt-ie9 .main-content.home .hero:before, .lt-ie9 .main-content.home .hero:after {
  display: none;
}
@media (min-width: 28.75em) {
  .main-content.home .hero {
    padding: 1.5625em;
  }
}
.main-content.home .hero h1 {
  font-size: 2.0625em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  color: #3f434a;
  padding: 0;
  margin: 0 0 1.625rem 0;
}
@media (min-width: 42.5em) {
  .main-content.home .hero h1 {
    font-size: 2.875em;
    margin: 0 0 1.875rem 0;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero h1 {
    font-size: 3.3125em;
    margin: 1.25rem 0 1.875rem 0;
  }
}
.main-content.home .hero .buttons {
  max-width: 68.375em;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  zoom: 1; /* IE < 8 */
}
.main-content.home .hero .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.main-content.home .hero .buttons .input-combo {
  padding: 1.34375em 5.25em 1.34375em 1.875em;
  max-width: 31rem;
  margin: 0 auto;
  border-style: solid;
  border-width: 0.0625em;
  border-color: #386dff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.main-content.home .hero .buttons .input-combo .icon {
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translateY(-50%);
}
.lt-ie9 .main-content.home .hero .buttons .input-combo .icon {
  top: 30px;
}
.main-content.home .hero .buttons .input-combo .form-text {
  font-size: 1.0625em;
  color: #515e65;
  text-transform: uppercase;
}
.main-content.home .hero .buttons .input-combo label {
  font-size: 1.0625em;
  color: #515e65;
  left: 1.75em;
  transition: transform 0.3s ease;
  color: rgba(63, 67, 74, 0.7);
}
.lt-ie9 .main-content.home .hero .buttons .input-combo label {
  top: 23px;
}
.main-content.home .hero .buttons .input-combo .form-submit {
  width: 5.1428571429em;
  background-color: #386dff;
}
.main-content.home .hero .buttons .input-combo:hover .form-submit {
  background-color: #387eff;
}
.main-content.home .hero .buttons .input-combo:hover label {
  transform: translateY(-58%);
}
@media (min-width: 42.5em) {
  .main-content.home .hero .buttons .input-combo {
    padding: 1.34375em 8.75em 1.34375em 1.875em;
  }
  .main-content.home .hero .buttons .input-combo .icon {
    left: 1.375em;
  }
  .main-content.home .hero .buttons .input-combo .form-text {
    font-size: 1.3125em;
  }
  .main-content.home .hero .buttons .input-combo label {
    font-size: 1.3125em;
    left: 2.380952381em;
  }
  .main-content.home .hero .buttons .input-combo .form-submit {
    font-size: 1rem;
    width: 7.75em;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero .buttons .input-combo {
    float: left;
    max-width: none;
    width: 40%;
    width: calc(50% - 3.1875em);
  }
}
.main-content.home .hero .buttons .or {
  box-sizing: border-box;
  background-color: #3a65ff;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  width: 2.8125em;
  height: 2.8125em;
  border-radius: 50%;
  text-align: center;
  padding-top: 0.875em;
  margin: 1.0625em auto;
}
@media (min-width: 42.5em) {
  .main-content.home .hero .buttons .or {
    width: 3.125em;
    height: 3.125em;
    padding-top: 1em;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero .buttons .or {
    margin: 0.5882352941em 1.5294117647em 0 1.5294117647em;
    float: left;
  }
  .lt-ie9 .main-content.home .hero .buttons .or {
    width: 8%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.main-content.home .hero .buttons .button {
  box-sizing: border-box;
  display: block;
  background-color: #386dff;
  color: #ffffff;
  border: 0;
  font-size: 1.0625em;
  font-weight: bold;
  text-align: center;
  padding: 1.3235294118em;
  text-decoration: none;
  transition: all 0.15s ease;
  max-width: 31rem;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.main-content.home .hero .buttons .button:hover {
  background-color: #387eff;
  transform: translateY(-1px);
}
@media (min-width: 42.5em) {
  .main-content.home .hero .buttons .button {
    font-size: 1.3125em;
    padding: 1.0476190476em;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero .buttons .button {
    float: left;
    max-width: none;
    width: 40%;
    width: calc(50% - 3.1875rem);
  }
}
.main-content.home .hero #featured-plates {
  position: relative;
  z-index: 2;
  margin-top: 2.375rem;
}
.lt-ie9 .main-content.home .hero #featured-plates {
  display: none;
}
@media (min-width: 42.5em) {
  .main-content.home .hero #featured-plates {
    margin-top: 3.5em;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero #featured-plates {
    margin-top: 4.75em;
  }
}
.main-content.home .hero #featured-plates h3 {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #3f434a;
  margin: 0 0 2.3076923077em 0;
  letter-spacing: 3.25px;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper {
  margin: 0 -1.125em;
  max-width: 47.75em;
}
@media (min-width: 42.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slick-arrow {
  display: inline-block;
}
@media (min-width: 62.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slick-arrow {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slick-arrow span {
    display: block;
    width: 1.125em;
    height: 1.875em;
  }
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slick-arrow.slick-prev {
    left: -3.25em;
  }
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slick-arrow.slick-next {
    right: -3.25em;
  }
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slick-slider {
  margin-bottom: 0.625em;
}
@media (min-width: 42.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slick-slider {
    margin-bottom: 2.8125em;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slick-slider {
    margin-left: 3.25em;
    margin-right: 3.25em;
  }
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .plate-wrapper {
  padding: 0 0.625em;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper .plate-wrapper {
    padding: 0 2.5em;
  }
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .plate-wrapper > svg {
  width: 100%;
  height: 39%;
  position: absolute;
  top: 34%;
  right: 0;
  color: white;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .plate-wrapper img {
  width: 100%;
  height: auto;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav {
  margin: 0;
  zoom: 1; /* IE < 8 */
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button {
  box-sizing: border-box;
  display: block;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  padding: 0.7857142857em 0.3571428571em;
  text-decoration: none;
  transition: all 0.15s ease;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button:hover {
  transform: translateY(-1px);
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-blue {
  width: 45%;
  width: calc(50% - 0.3571428571em);
  float: left;
  background-color: #fdfdff;
  color: #386dff;
  margin-bottom: 0.7142857143em;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-blue:first-child {
  margin-right: 5%;
  margin-right: calc(0.7142857143em);
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-blue:hover {
  background-color: #386dff;
  color: #ffffff;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-hover {
  background-color: #386dff;
  color: #ffffff;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-hover:hover {
  transform: translateY(-1px);
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-white {
  float: left;
  width: 100%;
  color: #386dff;
  background-color: #fdfdff;
  border: 2px solid #386dff;
  padding-top: 1.2142857143em;
  padding-bottom: 1.2142857143em;
}
.main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button-white:hover {
  background-color: #fbfdff;
  color: #386dff;
}
@media (min-width: 42.5em) {
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav {
    text-align: center;
    margin-bottom: 3.9375em;
  }
  .main-content.home .hero #featured-plates .slider-nav-wrapper .slider-nav .button {
    display: inline-block;
    *zoom: 1;
    float: none;
    width: 12.5714285714em;
    margin: 0 0.3571428571em !important;
  }
}
.main-content.home .features {
  background-color: #F4F5FA;
  margin-top: 1.5625em;
  padding: 1.125em;
  padding-bottom: 1.875em;
  position: relative;
}
.main-content.home .features:before {
  content: "";
  background-color: #fdfdff;
  background-image: url(../images/hero-curve.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: -1.5625em;
  width: 100%;
  height: 1.5625em;
  z-index: 1;
}
.main-content.home .features h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #386dff;
  text-align: center;
  margin: 0 0 1.8333333333em 0;
}
@media (min-width: 42.5em) {
  .main-content.home .features {
    padding: 0 3.125em;
    padding-top: 3em;
    padding-bottom: 6.1875em;
    margin-top: 3.125em;
  }
  .main-content.home .features:before {
    top: -3.125em;
    height: 3.125em;
  }
  .main-content.home .features h2 {
    width: 31.25rem;
    font-size: 1.875em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .features {
    margin-top: 5em;
    padding-top: 1.125em;
  }
  .main-content.home .features:before {
    top: -5em;
    height: 5em;
  }
  .main-content.home .features h2 {
    margin-bottom: 2.9428571429em;
  }
}
@media (min-width: 118.75em) {
  .main-content.home .features {
    margin-top: 6.125em;
    padding-top: 0;
  }
  .main-content.home .features:before {
    top: -6.125em;
    height: 6.125em;
  }
  .main-content.home .features h2 {
    margin-bottom: 2.5714285714em;
  }
}
.main-content.home .features .feature-wrapper {
  zoom: 1; /* IE < 8 */
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
}
.main-content.home .features .feature-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 62.5em) {
  .main-content.home .features .feature-wrapper {
    display: flex;
  }
}
.main-content.home .features .feature-wrapper .feature {
  display: block;
  position: relative;
  padding: 1.25em 1.25em 1.25em 6.125em;
  margin: 1.25em 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.main-content.home .features .feature-wrapper .feature .image {
  width: 3.875em;
  height: 3.875em;
  border-radius: 3.875em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 1.25em;
  transform: translateY(-50%);
}
.main-content.home .features .feature-wrapper .feature .image img {
  height: 100%;
  position: absolute;
  left: -20%;
}
.main-content.home .features .feature-wrapper .feature .tag {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 0.8333333333em 1.25em;
  border-radius: 0.25rem;
}
.main-content.home .features .feature-wrapper .feature .tag.blue {
  background-color: #386dff;
}
.main-content.home .features .feature-wrapper .feature .tag.green {
  background-color: #34ca68;
}
.main-content.home .features .feature-wrapper .feature .tag.purple {
  background-color: #d542ff;
}
.main-content.home .features .feature-wrapper .feature .content {
  margin-top: 0.6875em;
}
.main-content.home .features .feature-wrapper .feature .content *:last-child {
  margin-bottom: 0;
}
.main-content.home .features .feature-wrapper .feature h3 {
  font-size: 1.3125em;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 0.5714285714em 0;
}
.main-content.home .features .feature-wrapper .feature p, .main-content.home .features .feature-wrapper .feature li {
  font-size: 1.0625em;
}
.main-content.home .features .feature-wrapper .feature:hover {
  transform: scale(0.99);
  box-shadow: 0 0 2px 0 rgba(35, 31, 32, 0.2);
}
.main-content.home .features .feature-wrapper .feature:hover h3 {
  text-decoration: underline;
}
@media (min-width: 42.5em) {
  .main-content.home .features .feature-wrapper .feature {
    min-height: 13.875em;
    padding: 1.75em 1.75em 1.75em 18.5em;
  }
  .main-content.home .features .feature-wrapper .feature .image {
    width: 13.875em;
    height: 13.875em;
    border-radius: 13.875em;
    left: 1.75em;
  }
  .main-content.home .features .feature-wrapper .feature .content {
    margin-top: 1.5625em;
  }
  .main-content.home .features .feature-wrapper .feature h3 {
    font-size: 1.5em;
    margin-bottom: 0.3571428571em;
  }
  .main-content.home .features .feature-wrapper .feature p, .main-content.home .features .feature-wrapper .feature li {
    font-size: 1em;
  }
}
@media (min-width: 62.5em) {
  .main-content.home .features .feature-wrapper .feature {
    padding: 0;
    float: left;
    text-align: center;
    width: calc(33.3333333333% - 1.75em);
    margin: 0 1.3125em;
  }
  .no-csscalc .main-content.home .features .feature-wrapper .feature {
    width: 32%;
    margin: 0 1% 0 0;
  }
  .main-content.home .features .feature-wrapper .feature:first-child {
    margin-left: 0;
  }
  .main-content.home .features .feature-wrapper .feature:last-child {
    margin-right: 0;
  }
  .main-content.home .features .feature-wrapper .feature .image {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: static;
    transform: none;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    background-clip: padding-box;
  }
  .main-content.home .features .feature-wrapper .feature .image img {
    position: static;
    height: auto;
    width: 100%;
    display: block;
    left: auto;
  }
  .main-content.home .features .feature-wrapper .feature .tag {
    position: relative;
    top: -1.125em;
  }
  .main-content.home .features .feature-wrapper .feature .content {
    margin: 0.375em 0 0 0;
    padding: 0 2.5em 2.5em 2.5em;
  }
  .main-content.home .features .feature-wrapper .feature h3 {
    text-align: center;
  }
  .main-content.home .features .feature-wrapper .feature p, .main-content.home .features .feature-wrapper .feature li {
    text-align: center;
    line-height: 1.2;
  }
}

.featured-message-wrapper {
  padding: 0 1.125em;
}
@media (min-width: 42.5em) {
  .featured-message-wrapper {
    padding: 0 1.25em;
  }
}
.featured-message-wrapper .plates {
  max-width: 41.25em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.featured-message-wrapper .plates:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 62.5em) {
  .featured-message-wrapper .plates {
    max-width: 81.25em;
  }
}
.featured-message-wrapper .plates .plate {
  display: block;
  position: relative;
  float: left;
  max-width: 21.875em;
  width: calc(50% - 0.625em);
  margin-bottom: 1.25em;
  transition: transform 0.15s ease;
}
.featured-message-wrapper .plates .plate:nth-child(2n+1) {
  margin-right: 1.25em;
}
.featured-message-wrapper .plates .plate img {
  width: 100%;
}
.featured-message-wrapper .plates .plate .plate-wrapper {
  margin: 0;
}
.featured-message-wrapper .plates .plate:hover {
  transform: translateY(-2px);
}
@media (min-width: 42.5em) {
  .featured-message-wrapper .plates .plate {
    width: calc(50% - 1.25em);
    margin-bottom: 2.5em;
  }
  .featured-message-wrapper .plates .plate:nth-child(2n+1) {
    margin-right: 2.5em;
  }
}
@media (min-width: 62.5em) {
  .featured-message-wrapper .plates .plate {
    width: 30%;
    margin-bottom: 5%;
    margin-right: 5%;
  }
  .featured-message-wrapper .plates .plate:nth-child(2n+1) {
    margin-right: 5%;
  }
  .featured-message-wrapper .plates .plate:nth-child(3n) {
    margin-right: 0;
  }
}
.featured-message-wrapper .more {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  padding: 1.2142857143em 0.3571428571em;
  text-decoration: none;
  transition: all 0.15s ease;
  color: #386dff;
  background-color: #ffffff;
  border: 2px solid #386dff;
  width: 11.4285714286em;
  margin: 1.4285714286em auto 4.2857142857em auto;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.featured-message-wrapper .more:hover {
  transform: translateY(-1px);
  background-color: #fbfdff;
  color: #386dff;
}
@media (min-width: 62.5em) {
  .featured-message-wrapper .more {
    top: -2.1428571429em;
    margin-top: 0;
    margin-bottom: 5em;
  }
}

.auction .fun-facts-featured-plate {
  width: 11.25em;
  height: 5.625em;
}
.auction .go-to-auction {
  font-size: 0.875em;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  border: 0;
  background-color: #34ca68;
  max-width: 11em;
  width: 100%;
  box-shadow: 0 0.5714285714em 1.7857142857em 0 rgba(0, 0, 0, 0.15);
  margin: 2.1428571429em auto;
  display: block;
  padding: 0.875em 0;
  transition: all 0.15s ease;
  clear: left;
  cursor: pointer;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .auction .go-to-auction {
    max-width: none;
    font-size: 1.125em;
    width: 13.1538461538em;
  }
}
.auction .go-to-auction:hover {
  background-color: #35d76d;
  transform: translateY(-1px);
}
.auction a.go-to-auction {
  text-align: center;
  text-decoration: none;
}

dl.faqs {
  padding: 0 1.125em;
}
dl.faqs .faq {
  position: relative;
  margin-bottom: 0.5em;
  z-index: 1;
  transition: box-shadow 0.3s ease;
  border-radius: 0.25rem;
}
dl.faqs .faq dt {
  font-size: 1.0625em;
  line-height: 1.3;
  padding: 1.1764705882em 2.4705882353em 1.1764705882em 3.0588235294em;
  font-weight: bold;
  color: #515e65;
  cursor: pointer;
  position: relative;
}
dl.faqs .faq dt .number {
  position: absolute;
  top: 1.25rem;
  left: 1.375rem;
  color: #386dff;
}
dl.faqs .faq dt .icon {
  position: absolute;
  width: 0.9375rem;
  height: 0.4375rem;
  top: 1.5625rem;
  right: 1.25rem;
}
dl.faqs .faq dt .icon svg {
  display: block;
  width: 0.9375rem;
  height: 0.4375rem;
}
dl.faqs .faq dd {
  display: none;
  margin: 0.5em 0 0 0;
  padding: 0 2.625em 1.25em 1.375em;
  position: relative;
}
dl.faqs .faq dd > *:first-child {
  margin-top: 0;
}
dl.faqs .faq dd > *:last-child {
  margin-bottom: 0;
}
dl.faqs .faq dd p, dl.faqs .faq dd li {
  font-size: 1.0625rem;
}
dl.faqs .faq dd p {
  margin: 1em 0;
}
dl.faqs .faq:hover {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}
.no-boxshadow dl.faqs .faq:hover {
  background: #eceff0;
}
dl.faqs .faq:hover dt .icon svg path {
  opacity: 1;
  fill: #386dff;
}
dl.faqs .faq.active {
  margin-bottom: 1em;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}
.no-boxshadow dl.faqs .faq.active {
  background: #eceff0;
}
dl.faqs .faq.active dt .icon {
  transform: rotate(180deg);
}
dl.faqs .faq.active dt .icon svg path {
  opacity: 1;
  fill: #386dff;
}
dl.faqs .faq.active dd {
  display: block;
}
.lt-ie9 dl.faqs {
  max-width: 50em !important;
  margin: 0 auto !important;
}
.lt-ie9 dl.faqs .faq {
  width: 100% !important;
}
@media (min-width: 42.5em) {
  dl.faqs {
    padding: 0 3.125em;
  }
  dl.faqs .faq dt {
    font-size: 1.3125em;
    padding: 0.9523809524em 2.9523809524em 0.9523809524em 2.9523809524em;
  }
  dl.faqs .faq dt .icon {
    top: 1.75rem;
    right: 1.375rem;
  }
}
@media (max-width: 53.6875em) {
  dl.faqs .spacer {
    height: auto !important;
  }
}
@media (min-width: 53.75em) {
  dl.faqs {
    zoom: 1; /* IE < 8 */
  }
  dl.faqs:after {
    content: "";
    display: table;
    clear: both;
  }
  dl.faqs > .faq, dl.faqs > .spacer {
    position: relative;
    width: calc(50% - 1.5625em);
    float: left;
    margin-bottom: 2em;
  }
  dl.faqs > .faq:nth-child(2n+1), dl.faqs > .spacer:nth-child(2n+1) {
    margin-right: 3.125em;
    clear: left;
  }
  dl.faqs .spacer .faq {
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
  }
  dl.faqs .spacer .faq.active {
    position: absolute;
    background-color: #ffffff;
    z-index: 2;
  }
}
@media (min-width: 68.75em) {
  dl.faqs {
    zoom: 1; /* IE < 8 */
    max-width: 87.5em;
    margin: 0 auto;
  }
  dl.faqs:after {
    content: "";
    display: table;
    clear: both;
  }
  dl.faqs > .faq, dl.faqs > .spacer {
    position: relative;
    width: 33.333%;
    width: calc(33.333% - 1.8333333333em);
    float: left;
    margin-bottom: 2em;
  }
  dl.faqs > .faq:nth-child(2n+1), dl.faqs > .spacer:nth-child(2n+1) {
    margin-right: 0;
    clear: none;
  }
  dl.faqs > .faq:nth-child(3n+1), dl.faqs > .spacer:nth-child(3n+1) {
    clear: left;
  }
  dl.faqs > .faq:nth-child(3n+1), dl.faqs > .faq:nth-child(3n+2), dl.faqs > .spacer:nth-child(3n+1), dl.faqs > .spacer:nth-child(3n+2) {
    margin-right: 2.75em;
  }
}

.main-content.contact .blue-hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50em;
  background-color: #ffffff;
}
@media (min-width: 42.5em) {
  .main-content.contact .blue-hero:before {
    height: 43.75em;
  }
}
@media (min-width: 62.5em) {
  .main-content.contact .blue-hero:before {
    height: 9.375em;
  }
}
.main-content.contact .blue-hero h1, .main-content.contact .blue-hero .intro-title {
  color: #ffffff;
}
.main-content.contact .blue-hero .wrapper p {
  color: #ffffff;
}
.main-content.contact .contact-blocks {
  background-color: #ffffff;
  padding: 1.625em;
  margin: -0.9375em 1.125em 0em;
  position: relative;
  z-index: 1;
  border: 1px solid #dde5ed;
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .main-content.contact .contact-blocks {
    margin: -0.625em 2.1875em 0em;
  }
}
@media (min-width: 62.5em) {
  .main-content.contact .contact-blocks {
    max-width: 68.375em;
    margin: 0 35px;
    display: flex;
    padding-left: 0em;
    padding-right: 0em;
  }
  .main-content.contact .contact-blocks:after {
    content: " ";
    clear: both;
    display: block;
  }
}
@media (min-width: 75em) {
  .main-content.contact .contact-blocks {
    margin: 0 auto;
  }
}
.main-content.contact .contact-blocks .contact-block {
  box-sizing: border-box;
  border-bottom: 1px solid #dde5ed;
  padding: 1.6875em 0;
  text-align: center;
}
@media (min-width: 62.5em) {
  .main-content.contact .contact-blocks .contact-block {
    border-bottom: 0;
    border-right: 1px solid #dde5ed;
    max-width: 33.33%;
    float: left;
    padding: 0 3.4375em;
  }
}
.main-content.contact .contact-blocks .contact-block p {
  max-width: 14.6875em;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 42.5em) {
  .main-content.contact .contact-blocks .contact-block p {
    font-size: 1.0625em;
  }
}
.main-content.contact .contact-blocks .contact-block:first-of-type {
  padding-top: 0;
}
.main-content.contact .contact-blocks .contact-block:last-of-type {
  padding-bottom: 0;
  border: 0;
}
@media (min-width: 62.5em) {
  .main-content.contact .contact-blocks .contact-block:last-of-type {
    border: 0;
  }
}
.main-content.contact .contact-blocks .contact-block .contact-icon {
  width: 2.8125em;
  height: 2.8125em;
  margin: 0 auto 2.1875em;
}
.main-content.contact .contact-blocks .contact-block .button {
  box-sizing: border-box;
  width: 10em;
  margin: 0 auto;
  display: block;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  padding: 1.3571428571em 0.3571428571em;
  text-decoration: none;
  transition: all 0.15s ease;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.main-content.contact .contact-blocks .contact-block .button:hover {
  transform: translateY(-1px);
}
.main-content.contact .contact-blocks .contact-block .button-white {
  color: #386dff;
  background-color: #ffffff;
  border: 2px solid #386dff;
  padding-top: 1.2142857143em;
  padding-bottom: 1.2142857143em;
}
.main-content.contact .contact-blocks .contact-block .button-white:hover {
  background-color: #fbfdff;
  color: #386dff;
}
.main-content.contact .contact-blocks .contact-block .phone-number {
  color: #2d5df1;
  font-weight: bold;
}
@media (min-width: 62.5em) {
  .main-content.contact .contact-blocks .contact-block .phone-number {
    margin-top: 2.8125em;
  }
}
.main-content.contact .address {
  text-align: center;
}
.main-content.contact .address :first-child {
  margin-bottom: 0.3125em;
}
.main-content.contact .address address {
  font-style: normal;
  color: #515e65;
  line-height: 1.4;
  font-size: 1.3125em;
}
.main-content.contact .mail-us {
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  padding: 0.625em 1em 2.375em;
  border: 1px solid #dde5ed;
  margin-bottom: 2.5em;
  border-radius: 0.25rem;
  zoom: 1; /* IE < 8 */
}
.main-content.contact .mail-us:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.contact .mail-us {
    padding: 1.625em 2.5em 2.375em;
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}
.main-content.contact .mail-us p, .main-content.contact .mail-us ul li, .main-content.contact .mail-us ol li {
  font-size: 1.0625rem;
}
.main-content.contact .mail-us div {
  padding-top: 1.25em;
}
@media (min-width: 42.5em) {
  .main-content.contact .mail-us div {
    padding-top: 1.5em;
  }
}
.main-content.contact .mail-us .title {
  margin: 0 -0.75em;
  padding-bottom: 0.3333333333em;
  padding-left: 0.75em;
  padding-right: 0.4166666667em;
  border-bottom: #dde5ed 1px solid;
}
@media (min-width: 42.5em) {
  .main-content.contact .mail-us .title {
    margin: 0 -1.1111111111em;
    padding-left: 1.1111111111em;
    padding-bottom: 0.3888888889em;
    padding-right: 0.4166666667em;
  }
}

.gray-section {
  background-color: #fdfdff;
  padding: 1.125em 0;
  border-top: 1px solid #e3e3e6;
  border-bottom: 1px solid #e3e3e6;
}
@media (min-width: 42.5em) {
  .gray-section {
    padding: 2.125em 0 0;
    margin-bottom: 4.875em;
  }
}
.gray-section .feature-plate {
  max-width: 22.125em;
  width: 100%;
  margin: 0 auto 3.5em;
}
@media (min-width: 42.5em) {
  .gray-section .feature-plate {
    margin: 2.5em auto 4.875em;
  }
}
.gray-section .feature-plate a {
  display: block;
  margin-bottom: 1.875em;
}
.gray-section .feature-plate a img {
  max-width: 22.125em;
  width: 100%;
}
.gray-section .not-available {
  border-radius: 0.25rem;
  border: 1px solid #c0c7ce;
  padding: 1.25em 0.3125em;
  margin-bottom: 1.75em;
  background-color: #ffffff;
  text-align: center;
}
.gray-section .not-available h3 {
  margin: 0;
  font-size: 1em;
}
@media (min-width: 42.5em) {
  .gray-section .not-available {
    padding: 1.625em;
  }
  .gray-section .not-available h3 {
    font-size: 1.375em;
  }
}

#content ul.progress {
  margin: 1.3125em auto 1.5625em auto;
  padding: 0 1.5625em;
  max-width: 31.25em;
  height: 2.125em;
  zoom: 1; /* IE < 8 */
}
#content ul.progress:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  #content ul.progress {
    max-width: 40.125em;
    height: 2.875em;
    margin: 2.1875em auto 2.375em auto;
    padding: 0 3.75em;
  }
}
#content ul.progress li {
  float: left;
  width: 25%;
  height: 3px;
  margin: 0.375rem 0 0 0;
  padding: 0;
  text-align: center;
  background-color: #c0c7ce;
}
#content ul.progress li:before {
  display: none;
}
#content ul.progress li.first {
  text-align: left;
}
#content ul.progress li.first a span {
  left: 0;
  transform: none;
}
#content ul.progress li.last {
  text-align: right;
  width: 0;
}
#content ul.progress li.last a {
  margin-right: 0;
  border-radius: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #c0c7ce;
  border-width: 0.5rem 0.6875rem;
  background-color: transparent;
  top: -0.375rem;
  left: -0.375rem;
}
#content ul.progress li.last a:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.125rem 0.1875rem;
  border-color: transparent transparent transparent #fdfdff;
  width: 0;
  height: 0;
  left: -0.5rem;
  top: -0.125rem;
}
#content ul.progress li.last a span {
  left: auto;
  right: 0;
  transform: none;
  text-align: right;
}
#content ul.progress li.last.active a {
  border-color: transparent transparent transparent #386dff;
  background-color: transparent;
}
#content ul.progress li.complete a, #content ul.progress li.active a {
  border-color: transparent;
  background: #386dff;
}
#content ul.progress li.complete {
  background-color: #386dff;
}
#content ul.progress li.active a span {
  display: block;
  color: #386dff;
}
#content ul.progress li a {
  display: block;
  box-sizing: border-box;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875em;
  position: relative;
  margin: 0;
  top: -0.375rem;
  left: -0.34375rem;
  border: 3px solid #c0c7ce;
  background-color: #fdfdff;
}
#content ul.progress li a span {
  position: absolute;
  top: 1.125rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #c0c7ce;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 42.5em) {
  #content ul.progress li a {
    width: 1.1875rem;
    height: 1.1875rem;
    top: -0.5rem;
    left: -0.46875rem;
  }
  #content ul.progress li a span {
    display: block;
    top: 1.375rem;
  }
  #content ul.progress li.first a span, #content ul.progress li.last a span {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #content ul.progress li.last a {
    border-width: 0.625rem 0.8125rem;
    top: -0.53125rem;
    left: -0.5625rem;
  }
  #content ul.progress li.last a:after {
    border-width: 0.25rem 0.3125rem;
    left: -0.625rem;
    top: -0.25rem;
  }
  #content ul.progress li.last a span {
    top: 1.0625rem;
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.green-arrow-checkbox {
  position: relative;
  cursor: pointer;
  display: block;
  margin-top: 1.375em;
  margin-left: 1.125em;
  color: #515e65;
  zoom: 1; /* IE < 8 */
}
.green-arrow-checkbox:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 62.5em) {
  .green-arrow-checkbox {
    margin-top: 1.5em;
  }
}
.green-arrow-checkbox input[type=checkbox] {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.green-arrow-checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.125em;
  top: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #34ca68;
  cursor: pointer;
}
.green-arrow-checkbox span {
  margin-top: 0.25em;
  display: inline-block;
}

p + .radio-group {
  margin-top: -1.5625em;
  margin-bottom: 2.625em;
}

.customer-pre-fill {
  margin-bottom: 0.375em;
}
@media (min-width: 62.5em) {
  .customer-pre-fill {
    margin-top: -0.875em;
  }
}
.customer-pre-fill input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.customer-pre-fill label {
  display: block;
  margin-top: 0.875em;
}
@media (min-width: 62.5em) {
  .customer-pre-fill label {
    display: inline-block;
    margin-right: 0.375em;
  }
}
.customer-pre-fill label span {
  font-size: 0.6875em;
  font-weight: bold;
  display: inline-block;
  padding: 0.5454545455em 0.9090909091em 0.3636363636em;
  color: #b5bcc3;
  border: 1px solid #b5bcc3;
  text-align: center;
  border-radius: 2.2727272727em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.customer-pre-fill label span:hover {
  color: #515e65;
  border-color: #515e65;
  cursor: pointer;
}
.customer-pre-fill label span.selected {
  color: #ffffff;
  border-color: #386dff;
  background-color: #386dff;
}

.plate-register {
  border-top: 1px solid #dde5ed;
  border-bottom: 1px solid #dde5ed;
  margin-bottom: 2em;
}
@media (min-width: 42.5em) {
  .plate-register {
    text-align: center;
    padding: 1.25em;
  }
}
.plate-register a {
  font-size: 0.6875em;
  color: #b5bcc3;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: 1.8181818182em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 42.5em) {
  .plate-register a {
    display: inline;
    margin-left: 2.5em;
  }
}
.plate-register a:last-of-type {
  margin-bottom: 1.6363636364em;
}
.plate-register a.completed {
  position: relative;
}
.plate-register a.completed:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 6px;
  margin-left: 0.5em;
  border: solid #386dff;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}
.plate-register a.active span {
  background-color: #386dff;
  border-radius: 2.2727272727em;
  color: #ffffff;
  padding: 0.5454545455em 0.9090909091em;
  margin-left: -0.9090909091em;
}

@media (min-width: 42.5em) {
  .wrapper.cart-wrapper {
    max-width: 75.25em;
  }
}

.main-content.cart {
  position: relative;
  background-color: #fdfdff;
  padding-top: 1px;
  padding-bottom: 1px;
}
.main-content.cart h4 {
  font-size: 1.0625em;
  color: #515e65;
  font-weight: normal;
  margin: 1.625em 0 1.125em;
}
.main-content.cart .cart-item {
  border-radius: 0.25rem;
  border: 1px solid #c0c7ce;
  padding: 1.25em;
  margin-bottom: 1em;
  background-color: #ffffff;
}
@media (min-width: 42.5em) {
  .main-content.cart .cart-item {
    padding: 1.625em;
  }
}
.main-content.cart .cart-item .row {
  zoom: 1; /* IE < 8 */
}
.main-content.cart .cart-item .row:after {
  content: "";
  display: table;
  clear: both;
}
.main-content.cart .cart-item .row.row-mobile-border, .main-content.cart .cart-item .row.row-border {
  margin-top: 1em;
  border-top: 1px solid #dde5ed;
}
@media (min-width: 53.75em) {
  .main-content.cart .cart-item .row.row-border {
    margin-top: 1.25em;
  }
  .main-content.cart .cart-item .row.row-mobile-border {
    margin-top: 0;
    border-top: 0;
  }
}
.main-content.cart .cart-item .col-1 {
  font-size: 1.3125em;
  font-weight: bold;
  color: #386dff;
  width: 11.75rem;
  margin-bottom: 0.8571428571em;
}
.main-content.cart .cart-item .col-1 img {
  display: block;
  width: 100%;
}
@media (min-width: 28.75em) {
  .main-content.cart .cart-item .col-1 {
    float: left;
  }
}
.main-content.cart .cart-item .col-2 h2 {
  color: #515e65;
  font-size: 1.3125em;
  margin: 0;
}
.main-content.cart .cart-item .col-2 p {
  font-size: 0.9375em;
  margin: 0;
}
.main-content.cart .cart-item .col-2 ul {
  padding: 0 0 0 0.75em;
  margin: 0.5em 0 0.75em 0;
}
.main-content.cart .cart-item .col-2 ul li {
  font-size: 0.9375rem;
  margin: 0 0 0.1333333333em 0;
}
.main-content.cart .cart-item .col-2 ul li:before {
  left: -0.7333333333em;
  width: 0.3333333333em;
  height: 0.3333333333em;
}
@media (min-width: 28.75em) {
  .main-content.cart .cart-item .col-2 {
    margin-left: 13.125em;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .cart-item .col-2 {
    margin-left: 2.125em;
    float: left;
    max-width: 18.875em;
  }
}
.main-content.cart .cart-item .col-3 .jcf-select {
  background-color: #ffffff;
  border-color: #c0c7ce;
  cursor: pointer;
}
.main-content.cart .cart-item .col-3 .jcf-select .jcf-select-text {
  font-size: 1.0625rem;
}
.main-content.cart .cart-item .col-3 .jcf-select .jcf-select-opener {
  border-left-color: #c0c7ce;
}
.main-content.cart .cart-item .col-3 .jcf-select .jcf-select-drop {
  background-color: #ffffff;
}
.main-content.cart .cart-item .col-3 .jcf-select .jcf-option {
  font-size: 1.0625rem;
}
@media (min-width: 28.75em) {
  .main-content.cart .cart-item .col-3 {
    clear: left;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .cart-item .col-3 {
    clear: none;
    float: left;
    margin-left: 3.125em;
    margin-left: calc(50% - 19.375em);
    width: 13.75em;
  }
}
.main-content.cart .cart-item .col-4 {
  text-align: right;
  margin-top: 2.375em;
}
.main-content.cart .cart-item .col-4 .price {
  color: #515e65;
  font-size: 1.125em;
  font-weight: bold;
}
@media (min-width: 53.75em) {
  .main-content.cart .cart-item .col-4 {
    margin: 0;
  }
}
.main-content.cart .cart-item .purchase-options {
  margin: 1em 0;
  background-color: #f4f7f8;
  border-radius: 50px;
  padding: 0.375em;
  width: 12.375em;
}
.main-content.cart .cart-item .purchase-options a {
  font-size: 0.9375em;
  color: #515e65;
  text-decoration: none;
  padding: 0.0666666667em 0.6666666667em;
}
.main-content.cart .cart-item .purchase-options a.active {
  color: #ffffff;
  opacity: 1;
  background-color: #386dff;
  border-radius: 50px;
}
@media (min-width: 53.75em) {
  .main-content.cart .cart-item .purchase-options {
    margin: 0 0 0 13.9375em;
    float: left;
  }
}
.main-content.cart .cart-item .remove {
  font-size: 0.9375em;
  display: inline-block;
  margin-top: 1em;
  color: #515e65;
  text-decoration: none;
  position: relative;
}
.main-content.cart .cart-item .remove:after {
  content: "";
  position: absolute;
  border-top: 1px solid #515e65;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media (min-width: 53.75em) {
  .main-content.cart .cart-item .remove {
    float: right;
    margin: 0 !important;
  }
}
.main-content.cart .cart-item .purchase-options + .remove {
  margin-top: 0.4em;
}
.main-content.cart .cart-item.promo .col-4 .price {
  color: #34ca68;
}
.main-content.cart .cart-item table.layaway {
  max-width: 23.75em;
  float: right;
  border-collapse: collapse;
  table-layout: auto;
  margin-top: 0.3125em;
}
.main-content.cart .cart-item table.layaway td {
  font-size: 0.75em;
  color: #515e65;
  white-space: nowrap;
  padding: 0.3333333333em 1em 0.3333333333em 0.3333333333em;
}
.main-content.cart .cart-item table.layaway td.right {
  text-align: right;
  width: 5.3333333333em;
}
.main-content.cart .cart-item table.layaway td.first {
  padding-left: 0;
}
.main-content.cart .cart-item table.layaway td.last {
  padding-right: 0;
}
.main-content.cart .cart-item table.layaway tr:last-child td {
  padding-bottom: 0.6666666667em;
}
.main-content.cart .cart-item table.layaway tfoot td {
  border-top: 1px solid #c0c7ce;
  font-weight: bold;
  white-space: normal;
  padding-bottom: 0;
}
@media (min-width: 28.75em) {
  .main-content.cart .cart-item table.layaway td {
    font-size: 0.9375em;
  }
  .main-content.cart .cart-item table.layaway tfoot td {
    padding-top: 0.6666666667em;
  }
}
.main-content.cart .order-total {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.25em 0;
  padding: 0.8333333333em 0;
  border-top: 1px solid #dde5ed;
  border-bottom: 1px solid #dde5ed;
  text-align: center;
  color: #515e65;
  line-height: 1;
}
.main-content.cart .order-total .total {
  margin-left: 0.5833333333em;
  color: #386dff;
}
@media (min-width: 42.5em) {
  .main-content.cart .order-total {
    font-size: 1.3125em;
    text-align: right;
    padding: 0 1.2380952381em;
    margin: 1.8095238095em 0;
    border: 0;
  }
}
.main-content.cart .promo-form {
  border-top: 1px solid #dde5ed;
  border-bottom: 1px solid #dde5ed;
  text-align: center;
  margin: 1.875em 0;
  padding: 1.25em 0;
}
@media (min-width: 42.5em) {
  .main-content.cart .promo-form {
    margin: 1em 0;
    padding: 2.125em 0;
    zoom: 1; /* IE < 8 */
  }
  .main-content.cart .promo-form:after {
    content: "";
    display: table;
    clear: both;
  }
}
.main-content.cart .promo-form h2 {
  color: #515e65;
  font-size: 1.3125em;
  margin: 0;
}
@media (min-width: 42.5em) {
  .main-content.cart .promo-form h2 {
    float: left;
    width: 23%;
    text-align: left;
    padding-top: 0.7619047619em;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .promo-form h2 {
    width: 6.4761904762em;
  }
}
.main-content.cart .promo-form form {
  padding: 1.25em 0;
  zoom: 1; /* IE < 8 */
}
.main-content.cart .promo-form form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.cart .promo-form form {
    padding: 0;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .promo-form form:after {
    clear: none;
  }
}
.main-content.cart .promo-form form .code {
  background-color: #ffffff;
  width: 65%;
  float: left;
}
@media (min-width: 42.5em) {
  .main-content.cart .promo-form form .code {
    width: 47.8%;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .promo-form form .code {
    width: 13.5em;
    margin-right: 0.875em;
  }
}
.main-content.cart .promo-form form .submit {
  box-sizing: border-box;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
  font-size: 0.875em;
  font-weight: bold;
  padding: 1.1428571429em;
  transition: all 0.15s ease;
  outline: 0;
  width: 30%;
  padding: 1.1428571429em 0.625em;
  border: 2px solid #386dff;
  background-color: #ffffff;
  color: #386dff;
  float: right;
  border-radius: 0.25rem;
}
.main-content.cart .promo-form form .submit:hover {
  transform: translateY(-1px);
}
@media (min-width: 42.5em) {
  .main-content.cart .promo-form form .submit {
    width: 25.6%;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .promo-form form .submit {
    float: left;
    width: 10em;
    margin-right: 1.375em;
  }
}
.main-content.cart .promo-form .response {
  font-size: 1.3125em;
  font-weight: bold;
  text-align: center;
}
.main-content.cart .promo-form .response.success {
  color: #34ca68;
}
.main-content.cart .promo-form .response.error {
  color: #d9293e;
}
@media (min-width: 42.5em) {
  .main-content.cart .promo-form .response {
    margin-top: 1.4285714286em;
  }
}
@media (min-width: 53.75em) {
  .main-content.cart .promo-form .response {
    margin: 0;
    padding-top: 0.7619047619em;
    text-align: left;
  }
}
.main-content.cart .col-left {
  max-width: 21em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.main-content.cart .col-left:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left {
    max-width: 100%;
    margin-right: 7.5%;
  }
}
.main-content.cart .col-left .plate-details-wrapper {
  overflow: hidden;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-details-wrapper {
    border-top: 1px solid #eceff0;
    padding: 1.875em 0 0.625em;
  }
}
.main-content.cart .col-left .plate-details-wrapper:first-of-type {
  border: 0;
  padding-top: 0;
}
.main-content.cart .col-left .plate-img-wrapper {
  width: 41%;
  float: left;
  margin-right: 5.5%;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-img-wrapper {
    clear: left;
    width: 100%;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-img-wrapper {
    clear: none;
    width: 41%;
  }
}
.main-content.cart .col-left .plate-img-wrapper img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-img-wrapper img {
    width: 100%;
  }
}
.main-content.cart .col-left .plate-info-list {
  width: 53.5%;
  float: left;
  margin: 0 auto;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-info-list {
    clear: left;
    width: 100%;
    padding-left: 1.25em;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-info-list {
    clear: none;
    width: 53.5%;
    padding-left: 0;
  }
}
.main-content.cart .col-left .plate-info-list h2 {
  margin-top: 0;
  margin-bottom: 0.4166666667em;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-info-list h2 {
    margin-top: 0.9375em;
    font-size: 1.375em;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-info-list h2 {
    margin-top: 0;
    font-size: 1.625em;
  }
}
.main-content.cart .col-left .plate-info-list ul {
  margin-top: 0;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-info-list ul {
    padding: 0;
    margin-left: 2.5em;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-info-list ul {
    margin-left: 2.5em;
  }
}
.main-content.cart .col-left .plate-info-list .plate-info-2col {
  margin-top: 0;
}
@media (min-width: 42.5em) {
  .main-content.cart .col-left .plate-info-list .plate-info-2col {
    padding: 0;
    margin-left: 1.5em;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-info-list .plate-info-2col {
    margin-left: 1.875em;
  }
}
.main-content.cart .col-left .plate-info-list ul li {
  font-size: 0.9375em;
  line-height: 1;
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-info-list ul li {
    font-size: 1.0625em;
  }
}
.main-content.cart .col-left .plate-info-list ul li:before {
  top: 0.3em;
}
@media (min-width: 62.5em) {
  .main-content.cart .col-left .plate-info-list ul li:before {
    top: 0.3em;
    left: -1.2em;
  }
}
.main-content.cart .col-left .plate-info-list ul li .text-link {
  color: #386dff;
}
.main-content.cart .legal-wrapper {
  border: 1px solid #e3e3e6;
  background-color: #ffffff;
  padding: 0.625em 1.25em;
  margin-bottom: 2.5em;
  height: 7.125em;
  overflow: auto;
}
@media (min-width: 42.5em) {
  .main-content.cart .legal-wrapper {
    padding: 0.9375em 0.75em;
  }
}
.main-content.cart .legal-wrapper > *:first-child {
  margin-top: 0;
}
.main-content.cart .legal-wrapper > *:last-child {
  margin-bottom: 0;
}
.main-content.cart .legal-wrapper h4 {
  font-size: 0.8125em;
  color: #515e65;
  text-transform: uppercase;
  margin-bottom: 1.25em;
  font-weight: bold;
}
.main-content.cart .legal-wrapper p, .main-content.cart .legal-wrapper li {
  font-size: 0.8125rem;
}

@media (min-width: 62.5em) {
  .main-content.cart.owner .plate-img-wrapper {
    clear: left;
    width: 100%;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart.owner .plate-img-wrapper img {
    width: 100%;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart.owner .plate-info-list {
    clear: left;
    width: 100%;
    padding: 1.25em;
  }
}
@media (min-width: 62.5em) {
  .main-content.cart.owner .plate-info-list h2 {
    font-size: 2.25em;
  }
}

.guidelines h3 {
  font-size: 1em;
  line-height: 2.375;
}
.guidelines ol {
  padding-right: 0;
}
.guidelines ol li {
  font-size: 0.9375em;
  line-height: 1.6;
}
@media (min-width: 42.5em) {
  .guidelines ol li {
    font-size: 1.0625em;
    line-height: 1.4117647059;
  }
}
.guidelines ol li > ol {
  margin-top: 0.75em;
}
.guidelines ol li:before {
  content: counter(content-counter) ")";
}
.guidelines ol li:last-child {
  margin-bottom: 0;
}
.guidelines ol .alpha {
  counter-reset: list;
}
.guidelines ol .alpha > li {
  list-style: none;
}
.guidelines ol .alpha > li:before {
  content: counter(list, upper-alpha) ".";
  counter-increment: list;
}

.notie-textbox-inner ul {
  text-align: left;
}
.notie-textbox-inner p {
  text-align: left;
}

.cart-pricing {
  position: relative;
}
.cart-pricing .col-left {
  max-width: 21em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.cart-pricing .col-left:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-left {
    max-width: 100%;
    margin-right: 7.5%;
  }
}
.cart-pricing .col-left .plate-img-wrapper {
  width: 41%;
  float: left;
  margin-right: 5.5%;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-left .plate-img-wrapper {
    float: none;
    width: 100%;
  }
}
.cart-pricing .col-left .plate-img-wrapper img {
  width: 7.625em;
  margin: 0 auto;
  display: block;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-left .plate-img-wrapper img {
    width: 100%;
  }
}
.cart-pricing .col-left .plate-info-list {
  width: 53.5%;
  float: left;
  margin: 0 auto;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-left .plate-info-list {
    float: none;
    width: 100%;
  }
}
.cart-pricing .col-left .plate-info-list h2 {
  margin-top: 0;
  margin-bottom: 0.4166666667em;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-left .plate-info-list h2 {
    padding-left: 15px;
    margin-top: 0.5833333333em;
  }
}
.cart-pricing .col-left .disclaimer {
  display: none;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-left .disclaimer {
    display: block;
    float: none;
    width: 100%;
  }
}
.cart-pricing .col-left .disclaimer p {
  font-size: 0.8125em;
  color: #d9293e;
  margin: 1.875rem 0 0 0;
}
.cart-pricing .col-left .disclaimer:before {
  content: "";
  display: table;
  clear: both;
}
.cart-pricing .col-right {
  max-width: 21em;
  margin: 0 auto;
  border: 1px solid #dde5ed;
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  padding: 0.4375em 1.25em 1.625em;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-right {
    max-width: none;
    margin: auto;
  }
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right {
    padding: 1.5625em 2.75em 2.25em;
  }
}
.cart-pricing .col-right h3 {
  color: #515e65;
  font-size: 1.3125em;
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right h3 {
    font-size: 1.625em;
    margin-bottom: 0.375em;
  }
}
.cart-pricing .col-right .order-form-button {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 1.25em 0.5em 1.375em;
  background-color: #34ca68;
  transition: all 0.15s ease;
  cursor: pointer;
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #ffffff;
  font-size: 0.9375em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.25rem;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-right .order-form-button {
    font-size: 1.0625em;
  }
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right .order-form-button {
    padding: 1.25em 1.875em 1.375em;
  }
}
.cart-pricing .col-right .order-form-button:hover {
  transform: translateY(-0.5px);
}
.cart-pricing .col-right .plan-wrapper {
  position: relative;
  margin-bottom: 0.8125em;
}
.cart-pricing .col-right .plan-wrapper > *:last-child {
  margin-bottom: 0;
}
.cart-pricing .col-right .plan-wrapper input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.cart-pricing .col-right .plan-wrapper input[type=radio]:checked ~ label {
  background-color: #34ca68;
}
.cart-pricing .col-right .plan-wrapper label {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 1.25em 0.5em 1.375em;
  background-color: #386dff;
  transition: all 0.15s ease;
  cursor: pointer;
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right .plan-wrapper label {
    padding: 1.25em 1.875em 1.375em;
  }
}
.cart-pricing .col-right .plan-wrapper label .savings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cart-pricing .col-right .plan-wrapper label .plan-price {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right .plan-wrapper label .plan-price {
    right: 1.875em;
  }
}
.cart-pricing .col-right .plan-wrapper label:hover {
  background-color: #387eff;
  transform: translateY(-0.5px);
}
.cart-pricing .col-right .plan-wrapper .state-plate-term {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 1.25em 0.5em 1.375em;
  border: solid 1px #c6c9cd;
  border-radius: 0.25rem;
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right .plan-wrapper .state-plate-term {
    padding: 1.25em 1.875em 1.375em;
  }
}
.cart-pricing .col-right .plan-wrapper .state-plate-term .savings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cart-pricing .col-right .plan-wrapper .state-plate-term .plan-price {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right .plan-wrapper .state-plate-term .plan-price {
    right: 1.875em;
  }
}
.cart-pricing .col-right .plan-wrapper .state-plate-term span {
  color: #515e65;
}
.cart-pricing .col-right .plan-wrapper span {
  color: #ffffff;
  font-size: 0.9375em;
  font-weight: bold;
}
@media (min-width: 42.5em) {
  .cart-pricing .col-right .plan-wrapper span {
    font-size: 1.0625em;
  }
}
.cart-pricing .col-right .term-disclosure {
  margin-top: 1.625em;
}
.cart-pricing .col-right .term-disclosure p {
  margin: 0.625em 0 0 0;
}
.cart-pricing .col-right .green-checkbox {
  position: relative;
  margin-top: 0.875em;
  margin-right: 0.625em;
  margin-left: 1.5em;
  cursor: pointer;
}
@media (min-width: 62.5em) {
  .cart-pricing .col-right .green-checkbox {
    margin-top: 1.5em;
  }
}
.cart-pricing .col-right .green-checkbox:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0.3125em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #34ca68;
  cursor: pointer;
}
.cart-pricing .col-right .green-checkbox span {
  font-weight: bold;
}
@media (min-width: 42.5em) {
  .cart-pricing .mobile-disclaimer {
    display: none;
  }
}
.cart-pricing .mobile-disclaimer p {
  font-size: 0.8125em;
  color: #d9293e;
  margin: 1.875rem 0 0 0;
}
.cart-pricing .one-year-modal {
  display: none;
}
.cart-pricing .plate-added-modal {
  display: none;
}
.cart-pricing .chance-save-modal {
  display: none;
}

@media (min-width: 42.5em) {
  .wrapper.checkout-wrapper {
    max-width: 75.25em;
  }
}

.main-content.checkout {
  position: relative;
  background-color: #fdfdff;
  padding-top: 1px;
  padding-bottom: 1px;
}
.main-content.checkout .form-title {
  margin-bottom: 0.5em;
}
.main-content.checkout h4 {
  font-size: 1.0625em;
  color: #515e65;
  font-weight: normal;
  margin: 1.625em 0 1.125em;
}
.main-content.checkout .cart-submit {
  margin-bottom: 0;
}
.main-content.checkout .cart-item {
  border-radius: 0.25rem;
  border: 1px solid #c0c7ce;
  padding: 1.25em;
  margin-bottom: 1em;
  background-color: #ffffff;
}
@media (min-width: 42.5em) {
  .main-content.checkout .cart-item {
    padding: 1.625em;
  }
}
.main-content.checkout .cart-item .row {
  zoom: 1; /* IE < 8 */
}
.main-content.checkout .cart-item .row:after {
  content: "";
  display: table;
  clear: both;
}
.main-content.checkout .cart-item .row.row-mobile-border, .main-content.checkout .cart-item .row.row-border {
  margin-top: 1em;
  border-top: 1px solid #dde5ed;
}
@media (min-width: 53.75em) {
  .main-content.checkout .cart-item .row.row-border {
    margin-top: 1.25em;
  }
  .main-content.checkout .cart-item .row.row-mobile-border {
    margin-top: 0;
    border-top: 0;
  }
}
.main-content.checkout .cart-item .col-1 {
  font-size: 1.3125em;
  font-weight: bold;
  color: #386dff;
  width: 11.75rem;
  margin-bottom: 0.8571428571em;
}
.main-content.checkout .cart-item .col-1 img {
  display: block;
  width: 100%;
}
@media (min-width: 28.75em) {
  .main-content.checkout .cart-item .col-1 {
    float: left;
  }
}
.main-content.checkout .cart-item .col-2 h2 {
  color: #515e65;
  font-size: 1.3125em;
  margin: 0;
}
.main-content.checkout .cart-item .col-2 p {
  font-size: 0.9375em;
  margin: 0;
}
.main-content.checkout .cart-item .col-2 ul {
  padding: 0 0 0 0.75em;
  margin: 0.5em 0 0.75em 0;
}
.main-content.checkout .cart-item .col-2 ul li {
  font-size: 0.9375rem;
  margin: 0 0 0.1333333333em 0;
}
.main-content.checkout .cart-item .col-2 ul li:before {
  left: -0.7333333333em;
  width: 0.3333333333em;
  height: 0.3333333333em;
}
@media (min-width: 28.75em) {
  .main-content.checkout .cart-item .col-2 {
    margin-left: 13.125em;
  }
}
@media (min-width: 53.75em) {
  .main-content.checkout .cart-item .col-2 {
    margin-left: 2.125em;
    float: left;
    max-width: 18.875em;
  }
}
.main-content.checkout .cart-item .col-3 .jcf-select {
  background-color: #ffffff;
  border-color: #c0c7ce;
  cursor: pointer;
}
.main-content.checkout .cart-item .col-3 .jcf-select .jcf-select-text {
  font-size: 1.0625rem;
}
.main-content.checkout .cart-item .col-3 .jcf-select .jcf-select-opener {
  border-left-color: #c0c7ce;
}
.main-content.checkout .cart-item .col-3 .jcf-select .jcf-select-drop {
  background-color: #ffffff;
}
.main-content.checkout .cart-item .col-3 .jcf-select .jcf-option {
  font-size: 1.0625rem;
}
@media (min-width: 28.75em) {
  .main-content.checkout .cart-item .col-3 {
    clear: left;
  }
}
@media (min-width: 53.75em) {
  .main-content.checkout .cart-item .col-3 {
    clear: none;
    float: left;
    margin-left: 3.125em;
    margin-left: calc(50% - 19.375em);
    width: 12.5em;
  }
}
.main-content.checkout .cart-item .col-4 {
  text-align: right;
  margin-top: 2.375em;
}
.main-content.checkout .cart-item .col-4 .price {
  color: #515e65;
  font-size: 1.125em;
  font-weight: bold;
}
@media (min-width: 53.75em) {
  .main-content.checkout .cart-item .col-4 {
    margin: 0;
  }
}
.main-content.checkout .cart-item .purchase-options {
  margin: 1em 0;
  background-color: #f4f7f8;
  border-radius: 50px;
  padding: 0.375em;
  width: 12.375em;
}
.main-content.checkout .cart-item .purchase-options a {
  font-size: 0.9375em;
  color: #515e65;
  text-decoration: none;
  padding: 0.0666666667em 0.6666666667em;
}
.main-content.checkout .cart-item .purchase-options a.active {
  color: #ffffff;
  opacity: 1;
  background-color: #386dff;
  border-radius: 50px;
}
@media (min-width: 53.75em) {
  .main-content.checkout .cart-item .purchase-options {
    margin: 0 0 0 13.9375em;
    float: left;
  }
}
.main-content.checkout .cart-item .remove {
  font-size: 0.9375em;
  display: inline-block;
  margin-top: 1em;
  color: #515e65;
  text-decoration: none;
  position: relative;
}
.main-content.checkout .cart-item .remove:after {
  content: "";
  position: absolute;
  border-top: 1px solid #515e65;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media (min-width: 53.75em) {
  .main-content.checkout .cart-item .remove {
    float: right;
    margin: 0 !important;
  }
}
.main-content.checkout .cart-item .purchase-options + .remove {
  margin-top: 0.4em;
}
.main-content.checkout .cart-item.promo .col-4 .price {
  color: #34ca68;
}
.main-content.checkout .layaway-plan {
  zoom: 1; /* IE < 8 */
}
.main-content.checkout .layaway-plan:after {
  content: "";
  display: table;
  clear: both;
}
.main-content.checkout .layaway-plan table {
  width: 100%;
  float: right;
  border-collapse: collapse;
  table-layout: auto;
  margin-top: 0.3125em;
}
.main-content.checkout .layaway-plan table td {
  font-size: 0.75em;
  color: #515e65;
  white-space: nowrap;
  padding: 0.3333333333em 1em 0.3333333333em 0.3333333333em;
  text-align: right;
}
.main-content.checkout .layaway-plan table td.right {
  width: 5.3333333333em;
}
.main-content.checkout .layaway-plan table td.first {
  text-align: left;
  padding-left: 0;
}
.main-content.checkout .layaway-plan table td.last {
  padding-right: 0;
}
.main-content.checkout .layaway-plan table tr:last-child td {
  padding-bottom: 0.6666666667em;
}
.main-content.checkout .layaway-plan table tfoot td {
  border-top: 1px solid #c0c7ce;
  font-weight: bold;
  white-space: normal;
  padding-bottom: 0;
}
@media (min-width: 28.75em) {
  .main-content.checkout .layaway-plan table td {
    font-size: 0.9375em;
  }
  .main-content.checkout .layaway-plan table tfoot td {
    padding-top: 0.6666666667em;
  }
}
.main-content.checkout .col-left {
  max-width: 21em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.main-content.checkout .col-left:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left {
    max-width: 100%;
    margin-right: 7.5%;
  }
}
.main-content.checkout .col-left .plate-details-wrapper {
  overflow: hidden;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-details-wrapper {
    border-top: 1px solid #eceff0;
    padding: 1.875em 0 0.625em;
  }
}
.main-content.checkout .col-left .plate-details-wrapper:first-of-type {
  border: 0;
  padding-top: 0;
}
.main-content.checkout .col-left .plate-img-wrapper {
  width: 41%;
  float: left;
  margin-right: 5.5%;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-img-wrapper {
    clear: left;
    width: 100%;
  }
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-img-wrapper {
    clear: none;
    width: 41%;
  }
}
.main-content.checkout .col-left .plate-img-wrapper img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-img-wrapper img {
    width: 100%;
  }
}
.main-content.checkout .col-left .plate-info-list {
  width: 53.5%;
  float: left;
  margin: 0 auto;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-info-list {
    clear: left;
    width: 100%;
    padding-left: 1.25em;
  }
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-info-list {
    clear: none;
    width: 53.5%;
    padding-left: 0;
  }
}
.main-content.checkout .col-left .plate-info-list h2 {
  margin-top: 0;
  margin-bottom: 0.4166666667em;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-info-list h2 {
    margin-top: 0.9375em;
    font-size: 1.375em;
  }
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-info-list h2 {
    margin-top: 0;
    font-size: 1.625em;
  }
}
.main-content.checkout .col-left .plate-info-list ul {
  margin-top: 0;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-info-list ul {
    padding: 0;
    margin-left: 2.5em;
  }
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-info-list ul {
    margin-left: 2.5em;
  }
}
.main-content.checkout .col-left .plate-info-list .plate-info-2col {
  margin-top: 0;
}
@media (min-width: 42.5em) {
  .main-content.checkout .col-left .plate-info-list .plate-info-2col {
    padding: 0;
    margin-left: 1.5em;
  }
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-info-list .plate-info-2col {
    margin-left: 1.875em;
  }
}
.main-content.checkout .col-left .plate-info-list ul li {
  font-size: 0.9375em;
  line-height: 1;
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-info-list ul li {
    font-size: 1.0625em;
  }
}
.main-content.checkout .col-left .plate-info-list ul li:before {
  top: 0.3em;
}
@media (min-width: 62.5em) {
  .main-content.checkout .col-left .plate-info-list ul li:before {
    top: 0.3em;
    left: -1.2em;
  }
}
.main-content.checkout .col-left .plate-info-list ul li .text-link {
  color: #386dff;
}

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

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

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

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

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

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

.caroudsel-big {
  margin: 0 0 1.25em 0;
}
@media (min-width: 47.5em) {
  .caroudsel-big {
    margin: 3.75em 0 5em 0;
  }
}
.caroudsel-big .slick-prev, .caroudsel-big .slick-next {
  width: 65px;
  height: 66px;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  outline: 0;
  opacity: 0.922;
}
.caroudsel-big .slick-prev:hover, .caroudsel-big .slick-next:hover {
  cursor: pointer;
  opacity: 1;
}
.caroudsel-big .slick-list {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}
.caroudsel-big .slick-prev {
  left: 8.125em;
}
.caroudsel-big .slick-next {
  right: 8.125em;
}
@media (min-width: 62.5em) {
  .caroudsel-big .slick-prev {
    left: 20.625em;
  }
  .caroudsel-big .slick-next {
    right: 20.625em;
  }
}
.caroudsel-big .slick-slide {
  outline: none;
}
.caroudsel-big .inner {
  overflow: hidden;
  margin: 0 0.5em;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.caroudsel-big .inner img {
  width: 100%;
}
@media (min-width: 47.5em) {
  .caroudsel-big .inner {
    margin: 0 1em;
  }
}

.main-content.success h1 {
  font-size: 2.25em;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0.1666666667em;
  line-height: 1.2;
  text-transform: none;
}
.main-content.success h2 {
  text-align: center;
  margin: 0.5em 0;
  font-size: 2em;
}
.main-content.success p {
  text-align: center;
}
.main-content.success .icon-logo {
  width: 14.5625em;
  height: 5.125em;
  margin: 0 auto;
  background-size: cover;
}
@media (min-width: 42.5em) {
  .main-content.success .icon-logo {
    width: 30em;
    height: 11.125em;
  }
}
@media (min-width: 62.5em) {
  .main-content.success .icon-logo {
    width: 34em;
    height: 12.25em;
    margin-bottom: 5.375em;
  }
}

.rebate-view form.basic-form .feature-plate {
  text-align: center;
  margin-bottom: 1em;
}
.rebate-view form.basic-form .feature-plate img {
  width: 100%;
  max-width: 25rem;
}
.rebate-view form.basic-form p {
  color: #515e65;
  font-size: 1.0625em;
  line-height: 1.4117647059;
  font-weight: 400;
  margin: 0 0 1.75em 0;
}
@media (min-width: 42.5em) {
  .rebate-view form.basic-form p {
    font-size: 1.3125em;
    line-height: 1.5238095238;
  }
}
.rebate-view form.basic-form .rebates {
  box-sizing: border-box;
  padding: 0 1.125em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.rebate-view form.basic-form .rebates:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .rebate-view form.basic-form .rebates {
    max-width: 48.25em;
    padding: 0 3.125em;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 81.25em) {
  .rebate-view form.basic-form .rebates {
    max-width: 91.625em;
  }
}
@media (min-width: 81.25em) {
  .rebate-view form.basic-form .rebates.sections-2 {
    max-width: 48.25em;
  }
}
@media (min-width: 81.25em) {
  .rebate-view form.basic-form .rebates.sections-2 .rebate {
    width: calc(50% - 0.6875em);
  }
  .rebate-view form.basic-form .rebates.sections-2 .rebate:nth-child(2n+1) {
    margin-right: 1.375em;
  }
  .rebate-view form.basic-form .rebates.sections-2 .rebate:nth-child(4n+2) {
    margin-right: auto;
  }
  .no-csscalc .rebate-view form.basic-form .rebates.sections-2 .rebate {
    width: 48%;
    margin-right: 2%;
  }
}
.rebate-view form.basic-form .rebates .rebate {
  margin: 1.125em auto;
  padding: 1.25em;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
  max-width: 20.3125em;
  position: relative;
  border-radius: 0.25rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
.rebate-view form.basic-form .rebates .rebate h2 {
  font-size: 1.3125em;
  margin: 0 0 0.8571428571em 0;
}
.rebate-view form.basic-form .rebates .rebate h2 span {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.5714285714em;
  letter-spacing: 1.5px;
}
.rebate-view form.basic-form .rebates .rebate h3 {
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #515e65;
  margin: -1em 0 1.75em 0;
}
.rebate-view form.basic-form .rebates .rebate img {
  max-width: 12em;
  display: block;
  margin: 0 auto;
}
.rebate-view form.basic-form .rebates .rebate h2 + img {
  margin-top: 2.625em;
}
.rebate-view form.basic-form .rebates .rebate .terms {
  margin-top: 1.25em;
}
.rebate-view form.basic-form .rebates .rebate .terms .term {
  padding: 0.875em;
}
.rebate-view form.basic-form .rebates .rebate .terms .term h3 {
  margin: 0;
}
.rebate-view form.basic-form .rebates .rebate .terms .term .amount {
  display: block;
  color: #386dff;
  font-size: 1.5em;
  margin: 0.25em;
}
.rebate-view form.basic-form .rebates .rebate .terms .term .special {
  display: block;
  color: #d9293e;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rebate-view form.basic-form .rebates .rebate .terms .term.recommended {
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}
.rebate-view form.basic-form .rebates .rebate .terms .term.recommended h3 {
  color: #386dff;
}
.rebate-view form.basic-form .rebates .rebate .terms .term.recommended .special {
  font-size: 1.125em;
}
.rebate-view form.basic-form .rebates .rebate .button {
  position: absolute;
  bottom: 2em;
  box-sizing: border-box;
  background-color: #386dff;
  color: #ffffff;
  border: 0;
  font-size: 0.9375em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0.6666666667em 0 0.7333333333em;
  text-decoration: none;
  transition: all 0.15s ease;
  width: 6.5333333333em;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.rebate-view form.basic-form .rebates .rebate .button:hover {
  background-color: #387eff;
  transform: translateY(-1px);
}

.payment-method .payment-methods-wrapper {
  font-size: 1.3125em;
  margin: 0 -1em;
  padding: 0.380952381em 0.4761904762em 0.380952381em 1em;
  border-bottom: #dde5ed 1px solid;
}
@media (min-width: 42.5em) {
  .payment-method .payment-methods-wrapper {
    font-size: 1.5625em;
    margin: 0 -1.6em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-bottom: 0.68em;
  }
}
.payment-method .payment-methods-wrapper .payment-method-wrapper {
  font-size: 16px;
  position: relative;
  margin-bottom: 0.8125em;
}
.payment-method .payment-methods-wrapper .payment-method-wrapper > *:last-child {
  margin-bottom: 0;
}
.payment-method .payment-methods-wrapper .payment-method-wrapper input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.payment-method .payment-methods-wrapper .payment-method-wrapper input[type=radio]:checked ~ label {
  border-color: #386dff;
  background-color: #386dff;
  color: #ffffff;
}
.payment-method .payment-methods-wrapper .payment-method-wrapper label {
  color: #515e65;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 1.25em 0.5em 1.0625em;
  margin-bottom: 0.3125em;
  border: solid 1px #c6c9cd;
  transition: all 0.15s ease;
  cursor: pointer;
  box-shadow: 0 0.5em 1.5625em 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
@media (min-width: 62.5em) {
  .payment-method .payment-methods-wrapper .payment-method-wrapper label {
    padding: 1.25em 1.875em 1.0625em;
  }
}
.payment-method .payment-methods-wrapper .payment-method-wrapper label .payment-method-name {
  display: block;
  margin-bottom: 0.3125em;
}
.payment-method .payment-methods-wrapper .payment-method-wrapper label .payment-method-description {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
}
@media (min-width: 62.5em) {
  .payment-method .payment-methods-wrapper .payment-method-wrapper label .payment-method-description {
    right: 1.875em;
  }
}
.payment-method .payment-methods-wrapper .payment-method-wrapper label:hover {
  border-color: #387eff;
  transform: translateY(-0.5px);
}
.payment-method .payment-methods-wrapper .payment-method-wrapper span {
  font-size: 1.125em;
  font-weight: bold;
}
.main-content.bumper-stumper span.button {
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  padding: 1.3571428571em 1.3571428571em;
  text-decoration: none;
  transition: all 0.15s ease;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.main-content.bumper-stumper span.button:hover {
  transform: translateY(-1px);
}
.main-content.bumper-stumper span.button-white {
  color: #386dff;
  background-color: #ffffff;
  border: 2px solid #386dff;
  padding-top: 1.2142857143em;
  padding-bottom: 1.2142857143em;
}
.main-content.bumper-stumper ul > li {
  text-align: center;
}
.main-content.bumper-stumper ul > li:before {
  content: none;
}
.main-content.bumper-stumper ul > li img {
  width: 50%;
}
.main-content.bumper-stumper ul > li span {
  display: block;
}
.main-content.bumper-stumper form.basic-form {
  padding: 0.625em 1em 0.625em;
  border-radius: 0.25rem;
  zoom: 1; /* IE < 8 */
}
.main-content.bumper-stumper form.basic-form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.bumper-stumper form.basic-form {
    padding: 1.625em 2.5em 1.625em;
  }
}
.main-content.bumper-stumper form.basic-form h1 {
  color: #515e65;
  padding-top: 0;
}
.main-content.bumper-stumper form.basic-form .feature-plate {
  text-align: center;
  margin-bottom: 1em;
}
.main-content.bumper-stumper form.basic-form .feature-plate img {
  width: 100%;
  max-width: 25rem;
}
.main-content.bumper-stumper form.basic-form p {
  color: #515e65;
  font-size: 1.0625em;
  line-height: 1.4117647059;
  font-weight: 400;
  margin: 0 0 1.75em 0;
}
@media (min-width: 42.5em) {
  .main-content.bumper-stumper form.basic-form p {
    font-size: 1.3125em;
    line-height: 1.5238095238;
  }
}
.main-content.bumper-stumper form.basic-form p.small-paragraph {
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 42.5em) {
  .main-content.bumper-stumper form.basic-form p.small-paragraph {
    font-size: 1.0625em;
    line-height: 1.4117647059;
  }
}
.main-content.bumper-stumper form.basic-form .rebates {
  box-sizing: border-box;
  padding: 0 1.125em;
  margin: 0 auto;
  zoom: 1; /* IE < 8 */
}
.main-content.bumper-stumper form.basic-form .rebates:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 42.5em) {
  .main-content.bumper-stumper form.basic-form .rebates {
    max-width: 48.25em;
    padding: 0 3.125em;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 81.25em) {
  .main-content.bumper-stumper form.basic-form .rebates {
    max-width: 91.625em;
  }
}
@media (min-width: 81.25em) {
  .main-content.bumper-stumper form.basic-form .rebates.sections-2 {
    max-width: 48.25em;
  }
}
@media (min-width: 81.25em) {
  .main-content.bumper-stumper form.basic-form .rebates.sections-2 .rebate {
    width: calc(50% - 0.6875em);
  }
  .main-content.bumper-stumper form.basic-form .rebates.sections-2 .rebate:nth-child(2n+1) {
    margin-right: 1.375em;
  }
  .main-content.bumper-stumper form.basic-form .rebates.sections-2 .rebate:nth-child(4n+2) {
    margin-right: auto;
  }
  .no-csscalc .main-content.bumper-stumper form.basic-form .rebates.sections-2 .rebate {
    width: 48%;
    margin-right: 2%;
  }
}
.main-content.bumper-stumper form.basic-form .rebates .rebate {
  margin: 1.125em auto;
  padding: 1.25em;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
  max-width: 20.3125em;
  position: relative;
  border-radius: 0.25rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
.main-content.bumper-stumper form.basic-form .rebates .rebate h2 {
  font-size: 1.3125em;
  margin: 0 0 0.8571428571em 0;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate h2 span {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.5714285714em;
  letter-spacing: 1.5px;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate h3 {
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #515e65;
  margin: -1em 0 1.75em 0;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate img {
  max-width: 12em;
  display: block;
  margin: 0 auto;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate h2 + img {
  margin-top: 2.625em;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms {
  margin-top: 1.25em;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term {
  padding: 0.875em;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term h3 {
  margin: 0;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term .amount {
  display: block;
  color: #386dff;
  font-size: 1.5em;
  margin: 0.25em;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term .special {
  display: block;
  color: #d9293e;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term.recommended {
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term.recommended h3 {
  color: #386dff;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .terms .term.recommended .special {
  font-size: 1.125em;
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .button {
  position: absolute;
  bottom: 2em;
  box-sizing: border-box;
  background-color: #386dff;
  color: #ffffff;
  border: 0;
  font-size: 0.9375em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0.6666666667em 0 0.7333333333em;
  text-decoration: none;
  transition: all 0.15s ease;
  width: 6.5333333333em;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11);
}
.main-content.bumper-stumper form.basic-form .rebates .rebate .button:hover {
  background-color: #387eff;
  transform: translateY(-1px);
}

.idseries ul {
  zoom: 1; /* IE < 8 */
  list-style-type: none;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.idseries ul:after {
  content: "";
  display: table;
  clear: both;
}
.idseries ul li {
  float: left;
  font-size: 1.4em;
  padding: 2px 4px;
  margin: 4px;
  opacity: 0.5;
  background-color: #fff;
  border: solid 1px #000000;
}
.idseries ul li.clickable {
  cursor: pointer;
  opacity: inherit;
  color: #fff;
  background-color: #386dff;
}
.idseries ul li.clickable:hover {
  margin: 1px;
  padding: 5px 7px;
}
.idseries ul li.clickable a {
  color: #fff;
}
.idseries ul li.selected {
  margin: 1px;
  padding: 5px 7px;
  opacity: inherit;
  color: #fff;
  background-color: #c4161c;
}
.idseries ul > li:before {
  content: none;
}